class Aws::CleanRoomsML::Client

See {#initialize} for a full list of supported configuration options.
the [developer guide](/sdk-for-ruby/v3/developer-guide/setup-config.html).
For details on configuring region and credentials see
)
# …
credentials: credentials,
region: region_name,
client = Aws::CleanRoomsML::Client.new(
An API client for CleanRoomsML. To construct a client, you need to configure a ‘:region` and `:credentials`.

def build_request(operation_name, params = {})

Other tags:
    Api: - private

Parameters:
  • params ({}) --
def build_request(operation_name, params = {})
  handlers = @handlers.for(operation_name)
  tracer = config.telemetry_provider.tracer_provider.tracer(
    Aws::Telemetry.module_to_tracer_name('Aws::CleanRoomsML')
  )
  context = Seahorse::Client::RequestContext.new(
    operation_name: operation_name,
    operation: config.api.operation(operation_name),
    client: self,
    params: params,
    config: config,
    tracer: tracer
  )
  context[:gem_name] = 'aws-sdk-cleanroomsml'
  context[:gem_version] = '1.29.0'
  Seahorse::Client::Request.new(handlers, context)
end

def cancel_trained_model(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • cancel_trained_model(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/CancelTrainedModel - AWS API Documentation

Other tags:
    Example: Request syntax with placeholder values -

Returns:
  • (Struct) - Returns an empty {Seahorse::Client::Response response}.

Options Hash: (**params)
  • :version_identifier (String) --
  • :trained_model_arn (required, String) --
  • :membership_identifier (required, String) --
def cancel_trained_model(params = {}, options = {})
  req = build_request(:cancel_trained_model, params)
  req.send_request(options)
end

def cancel_trained_model_inference_job(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • cancel_trained_model_inference_job(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/CancelTrainedModelInferenceJob - AWS API Documentation

Other tags:
    Example: Request syntax with placeholder values -

Returns:
  • (Struct) - Returns an empty {Seahorse::Client::Response response}.

Options Hash: (**params)
  • :trained_model_inference_job_arn (required, String) --
  • :membership_identifier (required, String) --
def cancel_trained_model_inference_job(params = {}, options = {})
  req = build_request(:cancel_trained_model_inference_job, params)
  req.send_request(options)
end

def create_audience_model(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • create_audience_model(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/CreateAudienceModel - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::CreateAudienceModelResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :description (String) --
  • :tags (Hash) --
  • :kms_key_arn (String) --
  • :training_dataset_arn (required, String) --
  • :name (required, String) --
  • :training_data_end_time (Time, DateTime, Date, Integer, String) --
  • :training_data_start_time (Time, DateTime, Date, Integer, String) --
def create_audience_model(params = {}, options = {})
  req = build_request(:create_audience_model, params)
  req.send_request(options)
end

def create_configured_audience_model(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • create_configured_audience_model(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/CreateConfiguredAudienceModel - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::CreateConfiguredAudienceModelResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :child_resource_tag_on_create_policy (String) --
  • :tags (Hash) --
  • :audience_size_config (Types::AudienceSizeConfig) --
  • :min_matching_seed_size (Integer) --
  • :shared_audience_metrics (required, Array) --
  • :description (String) --
  • :output_config (required, Types::ConfiguredAudienceModelOutputConfig) --
  • :audience_model_arn (required, String) --
  • :name (required, String) --
def create_configured_audience_model(params = {}, options = {})
  req = build_request(:create_configured_audience_model, params)
  req.send_request(options)
end

def create_configured_model_algorithm(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • create_configured_model_algorithm(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/CreateConfiguredModelAlgorithm - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::CreateConfiguredModelAlgorithmResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :kms_key_arn (String) --
  • :tags (Hash) --
  • :inference_container_config (Types::InferenceContainerConfig) --
  • :training_container_config (Types::ContainerConfig) --
  • :role_arn (required, String) --
  • :description (String) --
  • :name (required, String) --
def create_configured_model_algorithm(params = {}, options = {})
  req = build_request(:create_configured_model_algorithm, params)
  req.send_request(options)
end

def create_configured_model_algorithm_association(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • create_configured_model_algorithm_association(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/CreateConfiguredModelAlgorithmAssociation - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::CreateConfiguredModelAlgorithmAssociationResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :tags (Hash) --
  • :privacy_configuration (Types::PrivacyConfiguration) --
  • :description (String) --
  • :name (required, String) --
  • :configured_model_algorithm_arn (required, String) --
  • :membership_identifier (required, String) --
def create_configured_model_algorithm_association(params = {}, options = {})
  req = build_request(:create_configured_model_algorithm_association, params)
  req.send_request(options)
end

def create_ml_input_channel(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • create_ml_input_channel(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/CreateMLInputChannel - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::CreateMLInputChannelResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :tags (Hash) --
  • :kms_key_arn (String) --
  • :description (String) --
  • :retention_in_days (required, Integer) --
  • :name (required, String) --
  • :input_channel (required, Types::InputChannel) --
  • :configured_model_algorithm_associations (required, Array) --
  • :membership_identifier (required, String) --
def create_ml_input_channel(params = {}, options = {})
  req = build_request(:create_ml_input_channel, params)
  req.send_request(options)
end

def create_trained_model(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • create_trained_model(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/CreateTrainedModel - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::CreateTrainedModelResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :tags (Hash) --
  • :kms_key_arn (String) --
  • :description (String) --
  • :training_input_mode (String) --
  • :data_channels (required, Array) --
  • :incremental_training_data_channels (Array) --
  • :stopping_condition (Types::StoppingCondition) --
  • :resource_config (required, Types::ResourceConfig) --
  • :environment (Hash) --
  • :hyperparameters (Hash) --
  • :configured_model_algorithm_association_arn (required, String) --
  • :name (required, String) --
  • :membership_identifier (required, String) --
def create_trained_model(params = {}, options = {})
  req = build_request(:create_trained_model, params)
  req.send_request(options)
end

def create_training_dataset(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • create_training_dataset(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/CreateTrainingDataset - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::CreateTrainingDatasetResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :description (String) --
  • :tags (Hash) --
  • :training_data (required, Array) --
  • :role_arn (required, String) --
  • :name (required, String) --
def create_training_dataset(params = {}, options = {})
  req = build_request(:create_training_dataset, params)
  req.send_request(options)
end

def delete_audience_generation_job(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • delete_audience_generation_job(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/DeleteAudienceGenerationJob - AWS API Documentation

Other tags:
    Example: Request syntax with placeholder values -

Returns:
  • (Struct) - Returns an empty {Seahorse::Client::Response response}.

Options Hash: (**params)
  • :audience_generation_job_arn (required, String) --
def delete_audience_generation_job(params = {}, options = {})
  req = build_request(:delete_audience_generation_job, params)
  req.send_request(options)
end

def delete_audience_model(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • delete_audience_model(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/DeleteAudienceModel - AWS API Documentation

Other tags:
    Example: Request syntax with placeholder values -

Returns:
  • (Struct) - Returns an empty {Seahorse::Client::Response response}.

Options Hash: (**params)
  • :audience_model_arn (required, String) --
def delete_audience_model(params = {}, options = {})
  req = build_request(:delete_audience_model, params)
  req.send_request(options)
end

def delete_configured_audience_model(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • delete_configured_audience_model(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/DeleteConfiguredAudienceModel - AWS API Documentation

Other tags:
    Example: Request syntax with placeholder values -

Returns:
  • (Struct) - Returns an empty {Seahorse::Client::Response response}.

Options Hash: (**params)
  • :configured_audience_model_arn (required, String) --
def delete_configured_audience_model(params = {}, options = {})
  req = build_request(:delete_configured_audience_model, params)
  req.send_request(options)
end

def delete_configured_audience_model_policy(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • delete_configured_audience_model_policy(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/DeleteConfiguredAudienceModelPolicy - AWS API Documentation

Other tags:
    Example: Request syntax with placeholder values -

Returns:
  • (Struct) - Returns an empty {Seahorse::Client::Response response}.

Options Hash: (**params)
  • :configured_audience_model_arn (required, String) --
def delete_configured_audience_model_policy(params = {}, options = {})
  req = build_request(:delete_configured_audience_model_policy, params)
  req.send_request(options)
end

def delete_configured_model_algorithm(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • delete_configured_model_algorithm(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/DeleteConfiguredModelAlgorithm - AWS API Documentation

Other tags:
    Example: Request syntax with placeholder values -

Returns:
  • (Struct) - Returns an empty {Seahorse::Client::Response response}.

Options Hash: (**params)
  • :configured_model_algorithm_arn (required, String) --
def delete_configured_model_algorithm(params = {}, options = {})
  req = build_request(:delete_configured_model_algorithm, params)
  req.send_request(options)
end

def delete_configured_model_algorithm_association(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • delete_configured_model_algorithm_association(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/DeleteConfiguredModelAlgorithmAssociation - AWS API Documentation

Other tags:
    Example: Request syntax with placeholder values -

Returns:
  • (Struct) - Returns an empty {Seahorse::Client::Response response}.

Options Hash: (**params)
  • :membership_identifier (required, String) --
  • :configured_model_algorithm_association_arn (required, String) --
def delete_configured_model_algorithm_association(params = {}, options = {})
  req = build_request(:delete_configured_model_algorithm_association, params)
  req.send_request(options)
end

def delete_ml_configuration(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • delete_ml_configuration(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/DeleteMLConfiguration - AWS API Documentation

Other tags:
    Example: Request syntax with placeholder values -

Returns:
  • (Struct) - Returns an empty {Seahorse::Client::Response response}.

Options Hash: (**params)
  • :membership_identifier (required, String) --
def delete_ml_configuration(params = {}, options = {})
  req = build_request(:delete_ml_configuration, params)
  req.send_request(options)
end

def delete_ml_input_channel_data(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • delete_ml_input_channel_data(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/DeleteMLInputChannelData - AWS API Documentation

Other tags:
    Example: Request syntax with placeholder values -

Returns:
  • (Struct) - Returns an empty {Seahorse::Client::Response response}.

Options Hash: (**params)
  • :membership_identifier (required, String) --
  • :ml_input_channel_arn (required, String) --
def delete_ml_input_channel_data(params = {}, options = {})
  req = build_request(:delete_ml_input_channel_data, params)
  req.send_request(options)
end

def delete_trained_model_output(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • delete_trained_model_output(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/DeleteTrainedModelOutput - AWS API Documentation

Other tags:
    Example: Request syntax with placeholder values -

Returns:
  • (Struct) - Returns an empty {Seahorse::Client::Response response}.

Options Hash: (**params)
  • :version_identifier (String) --
  • :membership_identifier (required, String) --
  • :trained_model_arn (required, String) --
def delete_trained_model_output(params = {}, options = {})
  req = build_request(:delete_trained_model_output, params)
  req.send_request(options)
end

def delete_training_dataset(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • delete_training_dataset(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/DeleteTrainingDataset - AWS API Documentation

Other tags:
    Example: Request syntax with placeholder values -

Returns:
  • (Struct) - Returns an empty {Seahorse::Client::Response response}.

Options Hash: (**params)
  • :training_dataset_arn (required, String) --
def delete_training_dataset(params = {}, options = {})
  req = build_request(:delete_training_dataset, params)
  req.send_request(options)
end

def errors_module

Other tags:
    Api: - private
def errors_module
  Errors
end

def get_audience_generation_job(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • get_audience_generation_job(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/GetAudienceGenerationJob - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::GetAudienceGenerationJobResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :audience_generation_job_arn (required, String) --
def get_audience_generation_job(params = {}, options = {})
  req = build_request(:get_audience_generation_job, params)
  req.send_request(options)
end

def get_audience_model(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • get_audience_model(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/GetAudienceModel - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::GetAudienceModelResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :audience_model_arn (required, String) --
def get_audience_model(params = {}, options = {})
  req = build_request(:get_audience_model, params)
  req.send_request(options)
end

def get_collaboration_configured_model_algorithm_association(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • get_collaboration_configured_model_algorithm_association(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/GetCollaborationConfiguredModelAlgorithmAssociation - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::GetCollaborationConfiguredModelAlgorithmAssociationResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :collaboration_identifier (required, String) --
  • :configured_model_algorithm_association_arn (required, String) --
def get_collaboration_configured_model_algorithm_association(params = {}, options = {})
  req = build_request(:get_collaboration_configured_model_algorithm_association, params)
  req.send_request(options)
end

def get_collaboration_ml_input_channel(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • get_collaboration_ml_input_channel(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/GetCollaborationMLInputChannel - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::GetCollaborationMLInputChannelResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :collaboration_identifier (required, String) --
  • :ml_input_channel_arn (required, String) --
def get_collaboration_ml_input_channel(params = {}, options = {})
  req = build_request(:get_collaboration_ml_input_channel, params)
  req.send_request(options)
end

def get_collaboration_trained_model(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • get_collaboration_trained_model(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/GetCollaborationTrainedModel - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::GetCollaborationTrainedModelResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :version_identifier (String) --
  • :collaboration_identifier (required, String) --
  • :trained_model_arn (required, String) --
def get_collaboration_trained_model(params = {}, options = {})
  req = build_request(:get_collaboration_trained_model, params)
  req.send_request(options)
end

def get_configured_audience_model(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • get_configured_audience_model(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/GetConfiguredAudienceModel - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::GetConfiguredAudienceModelResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :configured_audience_model_arn (required, String) --
def get_configured_audience_model(params = {}, options = {})
  req = build_request(:get_configured_audience_model, params)
  req.send_request(options)
end

def get_configured_audience_model_policy(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • get_configured_audience_model_policy(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/GetConfiguredAudienceModelPolicy - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::GetConfiguredAudienceModelPolicyResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :configured_audience_model_arn (required, String) --
def get_configured_audience_model_policy(params = {}, options = {})
  req = build_request(:get_configured_audience_model_policy, params)
  req.send_request(options)
end

def get_configured_model_algorithm(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • get_configured_model_algorithm(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/GetConfiguredModelAlgorithm - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::GetConfiguredModelAlgorithmResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :configured_model_algorithm_arn (required, String) --
def get_configured_model_algorithm(params = {}, options = {})
  req = build_request(:get_configured_model_algorithm, params)
  req.send_request(options)
end

def get_configured_model_algorithm_association(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • get_configured_model_algorithm_association(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/GetConfiguredModelAlgorithmAssociation - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::GetConfiguredModelAlgorithmAssociationResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :membership_identifier (required, String) --
  • :configured_model_algorithm_association_arn (required, String) --
def get_configured_model_algorithm_association(params = {}, options = {})
  req = build_request(:get_configured_model_algorithm_association, params)
  req.send_request(options)
end

def get_ml_configuration(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • get_ml_configuration(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/GetMLConfiguration - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::GetMLConfigurationResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :membership_identifier (required, String) --
def get_ml_configuration(params = {}, options = {})
  req = build_request(:get_ml_configuration, params)
  req.send_request(options)
end

def get_ml_input_channel(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • get_ml_input_channel(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/GetMLInputChannel - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::GetMLInputChannelResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :membership_identifier (required, String) --
  • :ml_input_channel_arn (required, String) --
def get_ml_input_channel(params = {}, options = {})
  req = build_request(:get_ml_input_channel, params)
  req.send_request(options)
end

def get_trained_model(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • get_trained_model(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/GetTrainedModel - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::GetTrainedModelResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :version_identifier (String) --
  • :membership_identifier (required, String) --
  • :trained_model_arn (required, String) --
def get_trained_model(params = {}, options = {})
  req = build_request(:get_trained_model, params)
  req.send_request(options)
end

def get_trained_model_inference_job(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • get_trained_model_inference_job(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/GetTrainedModelInferenceJob - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::GetTrainedModelInferenceJobResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :trained_model_inference_job_arn (required, String) --
  • :membership_identifier (required, String) --
def get_trained_model_inference_job(params = {}, options = {})
  req = build_request(:get_trained_model_inference_job, params)
  req.send_request(options)
end

def get_training_dataset(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • get_training_dataset(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/GetTrainingDataset - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::GetTrainingDatasetResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :training_dataset_arn (required, String) --
def get_training_dataset(params = {}, options = {})
  req = build_request(:get_training_dataset, params)
  req.send_request(options)
end

def initialize(*args)

Options Hash: (**options)
  • :ssl_verify_peer (Boolean) --
  • :ssl_timeout (Float) --
  • :ssl_key (OpenSSL::PKey) --
  • :ssl_cert (OpenSSL::X509::Certificate) --
  • :ssl_ca_store (String) --
  • :ssl_ca_directory (String) --
  • :ssl_ca_bundle (String) --
  • :raise_response_errors (Boolean) --
  • :on_chunk_sent (Proc) --
  • :on_chunk_received (Proc) --
  • :http_wire_trace (Boolean) --
  • :http_read_timeout (Float) --
  • :http_proxy (URI::HTTP, String) --
  • :http_open_timeout (Float) --
  • :http_idle_timeout (Float) --
  • :http_continue_timeout (Float) --
  • :endpoint_provider (Aws::CleanRoomsML::EndpointProvider) --
  • :validate_params (Boolean) --
  • :use_fips_endpoint (Boolean) --
  • :use_dualstack_endpoint (Boolean) --
  • :token_provider (Aws::TokenProvider) --
  • :telemetry_provider (Aws::Telemetry::TelemetryProviderBase) --
  • :stub_responses (Boolean) --
  • :sigv4a_signing_region_set (Array) --
  • :session_token (String) --
  • :secret_access_key (String) --
  • :sdk_ua_app_id (String) --
  • :retry_mode (String) --
  • :retry_max_delay (Integer) --
  • :retry_limit (Integer) --
  • :retry_jitter (Symbol) --
  • :retry_base_delay (Float) --
  • :retry_backoff (Proc) --
  • :response_checksum_validation (String) --
  • :request_min_compression_size_bytes (Integer) --
  • :request_checksum_calculation (String) --
  • :profile (String) --
  • :max_attempts (Integer) --
  • :logger (Logger) --
  • :log_level (Symbol) --
  • :log_formatter (Aws::Log::Formatter) --
  • :ignore_configured_endpoint_urls (Boolean) --
  • :endpoint_discovery (Boolean) --
  • :endpoint_cache_poll_interval (Integer) --
  • :endpoint_cache_max_threads (Integer) --
  • :endpoint_cache_max_entries (Integer) --
  • :endpoint (String, URI::HTTPS, URI::HTTP) --
  • :disable_request_compression (Boolean) --
  • :disable_host_prefix_injection (Boolean) --
  • :defaults_mode (String) --
  • :correct_clock_skew (Boolean) --
  • :convert_params (Boolean) --
  • :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher) --
  • :client_side_monitoring_port (Integer) --
  • :client_side_monitoring_host (String) --
  • :client_side_monitoring_client_id (String) --
  • :client_side_monitoring (Boolean) --
  • :auth_scheme_preference (Array) --
  • :adaptive_retry_wait_to_fill (Boolean) --
  • :active_endpoint_cache (Boolean) --
  • :account_id (String) --
  • :access_key_id (String) --
  • :region (required, String) --
  • :credentials (required, Aws::CredentialProvider) --
  • :plugins (Array) --

Other tags:
    See: https://www.awsarchitectureblog.com/2015/03/backoff.html -

Parameters:
  • options (Hash) --

Overloads:
  • initialize(options)
def initialize(*args)
  super
end

def list_audience_export_jobs(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • list_audience_export_jobs(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/ListAudienceExportJobs - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::ListAudienceExportJobsResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :audience_generation_job_arn (String) --
  • :max_results (Integer) --
  • :next_token (String) --
def list_audience_export_jobs(params = {}, options = {})
  req = build_request(:list_audience_export_jobs, params)
  req.send_request(options)
end

def list_audience_generation_jobs(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • list_audience_generation_jobs(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/ListAudienceGenerationJobs - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::ListAudienceGenerationJobsResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :collaboration_id (String) --
  • :configured_audience_model_arn (String) --
  • :max_results (Integer) --
  • :next_token (String) --
def list_audience_generation_jobs(params = {}, options = {})
  req = build_request(:list_audience_generation_jobs, params)
  req.send_request(options)
end

def list_audience_models(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • list_audience_models(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/ListAudienceModels - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::ListAudienceModelsResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :max_results (Integer) --
  • :next_token (String) --
def list_audience_models(params = {}, options = {})
  req = build_request(:list_audience_models, params)
  req.send_request(options)
end

def list_collaboration_configured_model_algorithm_associations(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • list_collaboration_configured_model_algorithm_associations(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/ListCollaborationConfiguredModelAlgorithmAssociations - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::ListCollaborationConfiguredModelAlgorithmAssociationsResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :collaboration_identifier (required, String) --
  • :max_results (Integer) --
  • :next_token (String) --
def list_collaboration_configured_model_algorithm_associations(params = {}, options = {})
  req = build_request(:list_collaboration_configured_model_algorithm_associations, params)
  req.send_request(options)
end

def list_collaboration_ml_input_channels(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • list_collaboration_ml_input_channels(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/ListCollaborationMLInputChannels - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::ListCollaborationMLInputChannelsResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :collaboration_identifier (required, String) --
  • :max_results (Integer) --
  • :next_token (String) --
def list_collaboration_ml_input_channels(params = {}, options = {})
  req = build_request(:list_collaboration_ml_input_channels, params)
  req.send_request(options)
end

def list_collaboration_trained_model_export_jobs(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • list_collaboration_trained_model_export_jobs(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/ListCollaborationTrainedModelExportJobs - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::ListCollaborationTrainedModelExportJobsResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :trained_model_version_identifier (String) --
  • :trained_model_arn (required, String) --
  • :collaboration_identifier (required, String) --
  • :max_results (Integer) --
  • :next_token (String) --
def list_collaboration_trained_model_export_jobs(params = {}, options = {})
  req = build_request(:list_collaboration_trained_model_export_jobs, params)
  req.send_request(options)
end

def list_collaboration_trained_model_inference_jobs(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • list_collaboration_trained_model_inference_jobs(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/ListCollaborationTrainedModelInferenceJobs - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::ListCollaborationTrainedModelInferenceJobsResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :trained_model_version_identifier (String) --
  • :trained_model_arn (String) --
  • :collaboration_identifier (required, String) --
  • :max_results (Integer) --
  • :next_token (String) --
def list_collaboration_trained_model_inference_jobs(params = {}, options = {})
  req = build_request(:list_collaboration_trained_model_inference_jobs, params)
  req.send_request(options)
end

def list_collaboration_trained_models(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • list_collaboration_trained_models(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/ListCollaborationTrainedModels - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::ListCollaborationTrainedModelsResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :collaboration_identifier (required, String) --
  • :max_results (Integer) --
  • :next_token (String) --
def list_collaboration_trained_models(params = {}, options = {})
  req = build_request(:list_collaboration_trained_models, params)
  req.send_request(options)
end

def list_configured_audience_models(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • list_configured_audience_models(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/ListConfiguredAudienceModels - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::ListConfiguredAudienceModelsResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :max_results (Integer) --
  • :next_token (String) --
def list_configured_audience_models(params = {}, options = {})
  req = build_request(:list_configured_audience_models, params)
  req.send_request(options)
end

def list_configured_model_algorithm_associations(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • list_configured_model_algorithm_associations(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/ListConfiguredModelAlgorithmAssociations - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::ListConfiguredModelAlgorithmAssociationsResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :membership_identifier (required, String) --
  • :max_results (Integer) --
  • :next_token (String) --
def list_configured_model_algorithm_associations(params = {}, options = {})
  req = build_request(:list_configured_model_algorithm_associations, params)
  req.send_request(options)
end

def list_configured_model_algorithms(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • list_configured_model_algorithms(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/ListConfiguredModelAlgorithms - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::ListConfiguredModelAlgorithmsResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :max_results (Integer) --
  • :next_token (String) --
def list_configured_model_algorithms(params = {}, options = {})
  req = build_request(:list_configured_model_algorithms, params)
  req.send_request(options)
end

def list_ml_input_channels(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • list_ml_input_channels(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/ListMLInputChannels - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::ListMLInputChannelsResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :membership_identifier (required, String) --
  • :max_results (Integer) --
  • :next_token (String) --
def list_ml_input_channels(params = {}, options = {})
  req = build_request(:list_ml_input_channels, params)
  req.send_request(options)
end

def list_tags_for_resource(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • list_tags_for_resource(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/ListTagsForResource - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::ListTagsForResourceResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :resource_arn (required, String) --
def list_tags_for_resource(params = {}, options = {})
  req = build_request(:list_tags_for_resource, params)
  req.send_request(options)
end

def list_trained_model_inference_jobs(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • list_trained_model_inference_jobs(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/ListTrainedModelInferenceJobs - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::ListTrainedModelInferenceJobsResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :trained_model_version_identifier (String) --
  • :trained_model_arn (String) --
  • :membership_identifier (required, String) --
  • :max_results (Integer) --
  • :next_token (String) --
def list_trained_model_inference_jobs(params = {}, options = {})
  req = build_request(:list_trained_model_inference_jobs, params)
  req.send_request(options)
end

def list_trained_model_versions(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • list_trained_model_versions(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/ListTrainedModelVersions - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::ListTrainedModelVersionsResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :status (String) --
  • :trained_model_arn (required, String) --
  • :membership_identifier (required, String) --
  • :max_results (Integer) --
  • :next_token (String) --
def list_trained_model_versions(params = {}, options = {})
  req = build_request(:list_trained_model_versions, params)
  req.send_request(options)
end

def list_trained_models(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • list_trained_models(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/ListTrainedModels - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::ListTrainedModelsResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :membership_identifier (required, String) --
  • :max_results (Integer) --
  • :next_token (String) --
def list_trained_models(params = {}, options = {})
  req = build_request(:list_trained_models, params)
  req.send_request(options)
end

def list_training_datasets(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • list_training_datasets(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/ListTrainingDatasets - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::ListTrainingDatasetsResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :max_results (Integer) --
  • :next_token (String) --
def list_training_datasets(params = {}, options = {})
  req = build_request(:list_training_datasets, params)
  req.send_request(options)
end

def put_configured_audience_model_policy(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • put_configured_audience_model_policy(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/PutConfiguredAudienceModelPolicy - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::PutConfiguredAudienceModelPolicyResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :policy_existence_condition (String) --
  • :previous_policy_hash (String) --
  • :configured_audience_model_policy (required, String) --
  • :configured_audience_model_arn (required, String) --
def put_configured_audience_model_policy(params = {}, options = {})
  req = build_request(:put_configured_audience_model_policy, params)
  req.send_request(options)
end

def put_ml_configuration(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • put_ml_configuration(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/PutMLConfiguration - AWS API Documentation

Other tags:
    Example: Request syntax with placeholder values -

Returns:
  • (Struct) - Returns an empty {Seahorse::Client::Response response}.

Options Hash: (**params)
  • :default_output_location (required, Types::MLOutputConfiguration) --
  • :membership_identifier (required, String) --
def put_ml_configuration(params = {}, options = {})
  req = build_request(:put_ml_configuration, params)
  req.send_request(options)
end

def start_audience_export_job(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • start_audience_export_job(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/StartAudienceExportJob - AWS API Documentation

Other tags:
    Example: Request syntax with placeholder values -

Returns:
  • (Struct) - Returns an empty {Seahorse::Client::Response response}.

Options Hash: (**params)
  • :description (String) --
  • :audience_size (required, Types::AudienceSize) --
  • :audience_generation_job_arn (required, String) --
  • :name (required, String) --
def start_audience_export_job(params = {}, options = {})
  req = build_request(:start_audience_export_job, params)
  req.send_request(options)
end

def start_audience_generation_job(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • start_audience_generation_job(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/StartAudienceGenerationJob - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::StartAudienceGenerationJobResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :tags (Hash) --
  • :description (String) --
  • :collaboration_id (String) --
  • :include_seed_in_output (Boolean) --
  • :seed_audience (required, Types::AudienceGenerationJobDataSource) --
  • :configured_audience_model_arn (required, String) --
  • :name (required, String) --
def start_audience_generation_job(params = {}, options = {})
  req = build_request(:start_audience_generation_job, params)
  req.send_request(options)
end

def start_trained_model_export_job(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • start_trained_model_export_job(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/StartTrainedModelExportJob - AWS API Documentation

Other tags:
    Example: Request syntax with placeholder values -

Returns:
  • (Struct) - Returns an empty {Seahorse::Client::Response response}.

Options Hash: (**params)
  • :description (String) --
  • :output_configuration (required, Types::TrainedModelExportOutputConfiguration) --
  • :membership_identifier (required, String) --
  • :trained_model_version_identifier (String) --
  • :trained_model_arn (required, String) --
  • :name (required, String) --
def start_trained_model_export_job(params = {}, options = {})
  req = build_request(:start_trained_model_export_job, params)
  req.send_request(options)
end

def start_trained_model_inference_job(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • start_trained_model_inference_job(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/StartTrainedModelInferenceJob - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::StartTrainedModelInferenceJobResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :tags (Hash) --
  • :kms_key_arn (String) --
  • :environment (Hash) --
  • :container_execution_parameters (Types::InferenceContainerExecutionParameters) --
  • :description (String) --
  • :data_source (required, Types::ModelInferenceDataSource) --
  • :output_configuration (required, Types::InferenceOutputConfiguration) --
  • :resource_config (required, Types::InferenceResourceConfig) --
  • :configured_model_algorithm_association_arn (String) --
  • :trained_model_version_identifier (String) --
  • :trained_model_arn (required, String) --
  • :name (required, String) --
  • :membership_identifier (required, String) --
def start_trained_model_inference_job(params = {}, options = {})
  req = build_request(:start_trained_model_inference_job, params)
  req.send_request(options)
end

def tag_resource(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • tag_resource(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/TagResource - AWS API Documentation

Other tags:
    Example: Request syntax with placeholder values -

Returns:
  • (Struct) - Returns an empty {Seahorse::Client::Response response}.

Options Hash: (**params)
  • :tags (required, Hash) --
  • :resource_arn (required, String) --
def tag_resource(params = {}, options = {})
  req = build_request(:tag_resource, params)
  req.send_request(options)
end

def untag_resource(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • untag_resource(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/UntagResource - AWS API Documentation

Other tags:
    Example: Request syntax with placeholder values -

Returns:
  • (Struct) - Returns an empty {Seahorse::Client::Response response}.

Options Hash: (**params)
  • :tag_keys (required, Array) --
  • :resource_arn (required, String) --
def untag_resource(params = {}, options = {})
  req = build_request(:untag_resource, params)
  req.send_request(options)
end

def update_configured_audience_model(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • update_configured_audience_model(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/UpdateConfiguredAudienceModel - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::UpdateConfiguredAudienceModelResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :description (String) --
  • :audience_size_config (Types::AudienceSizeConfig) --
  • :min_matching_seed_size (Integer) --
  • :shared_audience_metrics (Array) --
  • :audience_model_arn (String) --
  • :output_config (Types::ConfiguredAudienceModelOutputConfig) --
  • :configured_audience_model_arn (required, String) --
def update_configured_audience_model(params = {}, options = {})
  req = build_request(:update_configured_audience_model, params)
  req.send_request(options)
end

def waiter_names

Deprecated:

Other tags:
    Api: - private
def waiter_names
  []
end