Class: Aws::CleanRoomsML::Client
- Inherits:
-
Seahorse::Client::Base
- Object
- Seahorse::Client::Base
- Aws::CleanRoomsML::Client
- Includes:
- Aws::ClientStubs
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb
Overview
An API client for CleanRoomsML. To construct a client, you need to configure a :region
and :credentials
.
client = Aws::CleanRoomsML::Client.new(
region: region_name,
credentials: credentials,
# ...
)
For details on configuring region and credentials see the developer guide.
See #initialize for a full list of supported configuration options.
Instance Attribute Summary
Attributes inherited from Seahorse::Client::Base
API Operations collapse
-
#cancel_trained_model(params = {}) ⇒ Struct
Submits a request to cancel the trained model job.
-
#cancel_trained_model_inference_job(params = {}) ⇒ Struct
Submits a request to cancel a trained model inference job.
-
#create_audience_model(params = {}) ⇒ Types::CreateAudienceModelResponse
Defines the information necessary to create an audience model.
-
#create_configured_audience_model(params = {}) ⇒ Types::CreateConfiguredAudienceModelResponse
Defines the information necessary to create a configured audience model.
-
#create_configured_model_algorithm(params = {}) ⇒ Types::CreateConfiguredModelAlgorithmResponse
Creates a configured model algorithm using a container image stored in an ECR repository.
-
#create_configured_model_algorithm_association(params = {}) ⇒ Types::CreateConfiguredModelAlgorithmAssociationResponse
Associates a configured model algorithm to a collaboration for use by any member of the collaboration.
-
#create_ml_input_channel(params = {}) ⇒ Types::CreateMLInputChannelResponse
Provides the information to create an ML input channel.
-
#create_trained_model(params = {}) ⇒ Types::CreateTrainedModelResponse
Creates a trained model from an associated configured model algorithm using data from any member of the collaboration.
-
#create_training_dataset(params = {}) ⇒ Types::CreateTrainingDatasetResponse
Defines the information necessary to create a training dataset.
-
#delete_audience_generation_job(params = {}) ⇒ Struct
Deletes the specified audience generation job, and removes all data associated with the job.
-
#delete_audience_model(params = {}) ⇒ Struct
Specifies an audience model that you want to delete.
-
#delete_configured_audience_model(params = {}) ⇒ Struct
Deletes the specified configured audience model.
-
#delete_configured_audience_model_policy(params = {}) ⇒ Struct
Deletes the specified configured audience model policy.
-
#delete_configured_model_algorithm(params = {}) ⇒ Struct
Deletes a configured model algorithm.
-
#delete_configured_model_algorithm_association(params = {}) ⇒ Struct
Deletes a configured model algorithm association.
-
#delete_ml_configuration(params = {}) ⇒ Struct
Deletes a ML modeling configuration.
-
#delete_ml_input_channel_data(params = {}) ⇒ Struct
Provides the information necessary to delete an ML input channel.
-
#delete_trained_model_output(params = {}) ⇒ Struct
Deletes the output of a trained model.
-
#delete_training_dataset(params = {}) ⇒ Struct
Specifies a training dataset that you want to delete.
-
#get_audience_generation_job(params = {}) ⇒ Types::GetAudienceGenerationJobResponse
Returns information about an audience generation job.
-
#get_audience_model(params = {}) ⇒ Types::GetAudienceModelResponse
Returns information about an audience model.
-
#get_collaboration_configured_model_algorithm_association(params = {}) ⇒ Types::GetCollaborationConfiguredModelAlgorithmAssociationResponse
Returns information about the configured model algorithm association in a collaboration.
-
#get_collaboration_ml_input_channel(params = {}) ⇒ Types::GetCollaborationMLInputChannelResponse
Returns information about a specific ML input channel in a collaboration.
-
#get_collaboration_trained_model(params = {}) ⇒ Types::GetCollaborationTrainedModelResponse
Returns information about a trained model in a collaboration.
-
#get_configured_audience_model(params = {}) ⇒ Types::GetConfiguredAudienceModelResponse
Returns information about a specified configured audience model.
-
#get_configured_audience_model_policy(params = {}) ⇒ Types::GetConfiguredAudienceModelPolicyResponse
Returns information about a configured audience model policy.
-
#get_configured_model_algorithm(params = {}) ⇒ Types::GetConfiguredModelAlgorithmResponse
Returns information about a configured model algorithm.
-
#get_configured_model_algorithm_association(params = {}) ⇒ Types::GetConfiguredModelAlgorithmAssociationResponse
Returns information about a configured model algorithm association.
-
#get_ml_configuration(params = {}) ⇒ Types::GetMLConfigurationResponse
Returns information about a specific ML configuration.
-
#get_ml_input_channel(params = {}) ⇒ Types::GetMLInputChannelResponse
Returns information about an ML input channel.
-
#get_trained_model(params = {}) ⇒ Types::GetTrainedModelResponse
Returns information about a trained model.
-
#get_trained_model_inference_job(params = {}) ⇒ Types::GetTrainedModelInferenceJobResponse
Returns information about a trained model inference job.
-
#get_training_dataset(params = {}) ⇒ Types::GetTrainingDatasetResponse
Returns information about a training dataset.
-
#list_audience_export_jobs(params = {}) ⇒ Types::ListAudienceExportJobsResponse
Returns a list of the audience export jobs.
-
#list_audience_generation_jobs(params = {}) ⇒ Types::ListAudienceGenerationJobsResponse
Returns a list of audience generation jobs.
-
#list_audience_models(params = {}) ⇒ Types::ListAudienceModelsResponse
Returns a list of audience models.
-
#list_collaboration_configured_model_algorithm_associations(params = {}) ⇒ Types::ListCollaborationConfiguredModelAlgorithmAssociationsResponse
Returns a list of the configured model algorithm associations in a collaboration.
-
#list_collaboration_ml_input_channels(params = {}) ⇒ Types::ListCollaborationMLInputChannelsResponse
Returns a list of the ML input channels in a collaboration.
-
#list_collaboration_trained_model_export_jobs(params = {}) ⇒ Types::ListCollaborationTrainedModelExportJobsResponse
Returns a list of the export jobs for a trained model in a collaboration.
-
#list_collaboration_trained_model_inference_jobs(params = {}) ⇒ Types::ListCollaborationTrainedModelInferenceJobsResponse
Returns a list of trained model inference jobs in a specified collaboration.
-
#list_collaboration_trained_models(params = {}) ⇒ Types::ListCollaborationTrainedModelsResponse
Returns a list of the trained models in a collaboration.
-
#list_configured_audience_models(params = {}) ⇒ Types::ListConfiguredAudienceModelsResponse
Returns a list of the configured audience models.
-
#list_configured_model_algorithm_associations(params = {}) ⇒ Types::ListConfiguredModelAlgorithmAssociationsResponse
Returns a list of configured model algorithm associations.
-
#list_configured_model_algorithms(params = {}) ⇒ Types::ListConfiguredModelAlgorithmsResponse
Returns a list of configured model algorithms.
-
#list_ml_input_channels(params = {}) ⇒ Types::ListMLInputChannelsResponse
Returns a list of ML input channels.
-
#list_tags_for_resource(params = {}) ⇒ Types::ListTagsForResourceResponse
Returns a list of tags for a provided resource.
-
#list_trained_model_inference_jobs(params = {}) ⇒ Types::ListTrainedModelInferenceJobsResponse
Returns a list of trained model inference jobs that match the request parameters.
-
#list_trained_models(params = {}) ⇒ Types::ListTrainedModelsResponse
Returns a list of trained models.
-
#list_training_datasets(params = {}) ⇒ Types::ListTrainingDatasetsResponse
Returns a list of training datasets.
-
#put_configured_audience_model_policy(params = {}) ⇒ Types::PutConfiguredAudienceModelPolicyResponse
Create or update the resource policy for a configured audience model.
-
#put_ml_configuration(params = {}) ⇒ Struct
Assigns information about an ML configuration.
-
#start_audience_export_job(params = {}) ⇒ Struct
Export an audience of a specified size after you have generated an audience.
-
#start_audience_generation_job(params = {}) ⇒ Types::StartAudienceGenerationJobResponse
Information necessary to start the audience generation job.
-
#start_trained_model_export_job(params = {}) ⇒ Struct
Provides the information necessary to start a trained model export job.
-
#start_trained_model_inference_job(params = {}) ⇒ Types::StartTrainedModelInferenceJobResponse
Defines the information necessary to begin a trained model inference job.
-
#tag_resource(params = {}) ⇒ Struct
Adds metadata tags to a specified resource.
-
#untag_resource(params = {}) ⇒ Struct
Removes metadata tags from a specified resource.
-
#update_configured_audience_model(params = {}) ⇒ Types::UpdateConfiguredAudienceModelResponse
Provides the information necessary to update a configured audience model.
Instance Method Summary collapse
-
#initialize(options) ⇒ Client
constructor
A new instance of Client.
Methods included from Aws::ClientStubs
#api_requests, #stub_data, #stub_responses
Methods inherited from Seahorse::Client::Base
add_plugin, api, clear_plugins, define, new, #operation_names, plugins, remove_plugin, set_api, set_plugins
Methods included from Seahorse::Client::HandlerBuilder
#handle, #handle_request, #handle_response
Constructor Details
#initialize(options) ⇒ Client
Returns a new instance of Client.
444 445 446 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 444 def initialize(*args) super end |
Instance Method Details
#cancel_trained_model(params = {}) ⇒ Struct
Submits a request to cancel the trained model job.
472 473 474 475 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 472 def cancel_trained_model(params = {}, = {}) req = build_request(:cancel_trained_model, params) req.send_request() end |
#cancel_trained_model_inference_job(params = {}) ⇒ Struct
Submits a request to cancel a trained model inference job.
500 501 502 503 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 500 def cancel_trained_model_inference_job(params = {}, = {}) req = build_request(:cancel_trained_model_inference_job, params) req.send_request() end |
#create_audience_model(params = {}) ⇒ Types::CreateAudienceModelResponse
Defines the information necessary to create an audience model. An audience model is a machine learning model that Clean Rooms ML trains to measure similarity between users. Clean Rooms ML manages training and storing the audience model. The audience model can be used in multiple calls to the StartAudienceGenerationJob API.
590 591 592 593 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 590 def create_audience_model(params = {}, = {}) req = build_request(:create_audience_model, params) req.send_request() end |
#create_configured_audience_model(params = {}) ⇒ Types::CreateConfiguredAudienceModelResponse
Defines the information necessary to create a configured audience model.
716 717 718 719 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 716 def create_configured_audience_model(params = {}, = {}) req = build_request(:create_configured_audience_model, params) req.send_request() end |
#create_configured_model_algorithm(params = {}) ⇒ Types::CreateConfiguredModelAlgorithmResponse
Creates a configured model algorithm using a container image stored in an ECR repository.
817 818 819 820 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 817 def create_configured_model_algorithm(params = {}, = {}) req = build_request(:create_configured_model_algorithm, params) req.send_request() end |
#create_configured_model_algorithm_association(params = {}) ⇒ Types::CreateConfiguredModelAlgorithmAssociationResponse
Associates a configured model algorithm to a collaboration for use by any member of the collaboration.
934 935 936 937 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 934 def create_configured_model_algorithm_association(params = {}, = {}) req = build_request(:create_configured_model_algorithm_association, params) req.send_request() end |
#create_ml_input_channel(params = {}) ⇒ Types::CreateMLInputChannelResponse
Provides the information to create an ML input channel. An ML input channel is the result of a query that can be used for ML modeling.
1043 1044 1045 1046 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1043 def create_ml_input_channel(params = {}, = {}) req = build_request(:create_ml_input_channel, params) req.send_request() end |
#create_trained_model(params = {}) ⇒ Types::CreateTrainedModelResponse
Creates a trained model from an associated configured model algorithm using data from any member of the collaboration.
1162 1163 1164 1165 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1162 def create_trained_model(params = {}, = {}) req = build_request(:create_trained_model, params) req.send_request() end |
#create_training_dataset(params = {}) ⇒ Types::CreateTrainingDatasetResponse
Defines the information necessary to create a training dataset. In
Clean Rooms ML, the TrainingDataset
is metadata that points to a
Glue table, which is read only during AudienceModel
creation.
1265 1266 1267 1268 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1265 def create_training_dataset(params = {}, = {}) req = build_request(:create_training_dataset, params) req.send_request() end |
#delete_audience_generation_job(params = {}) ⇒ Struct
Deletes the specified audience generation job, and removes all data associated with the job.
1289 1290 1291 1292 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1289 def delete_audience_generation_job(params = {}, = {}) req = build_request(:delete_audience_generation_job, params) req.send_request() end |
#delete_audience_model(params = {}) ⇒ Struct
Specifies an audience model that you want to delete. You can't delete an audience model if there are any configured audience models that depend on the audience model.
1314 1315 1316 1317 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1314 def delete_audience_model(params = {}, = {}) req = build_request(:delete_audience_model, params) req.send_request() end |
#delete_configured_audience_model(params = {}) ⇒ Struct
Deletes the specified configured audience model. You can't delete a configured audience model if there are any lookalike models that use the configured audience model. If you delete a configured audience model, it will be removed from any collaborations that it is associated to.
1341 1342 1343 1344 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1341 def delete_configured_audience_model(params = {}, = {}) req = build_request(:delete_configured_audience_model, params) req.send_request() end |
#delete_configured_audience_model_policy(params = {}) ⇒ Struct
Deletes the specified configured audience model policy.
1364 1365 1366 1367 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1364 def delete_configured_audience_model_policy(params = {}, = {}) req = build_request(:delete_configured_audience_model_policy, params) req.send_request() end |
#delete_configured_model_algorithm(params = {}) ⇒ Struct
Deletes a configured model algorithm.
1387 1388 1389 1390 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1387 def delete_configured_model_algorithm(params = {}, = {}) req = build_request(:delete_configured_model_algorithm, params) req.send_request() end |
#delete_configured_model_algorithm_association(params = {}) ⇒ Struct
Deletes a configured model algorithm association.
1415 1416 1417 1418 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1415 def delete_configured_model_algorithm_association(params = {}, = {}) req = build_request(:delete_configured_model_algorithm_association, params) req.send_request() end |
#delete_ml_configuration(params = {}) ⇒ Struct
Deletes a ML modeling configuration.
1438 1439 1440 1441 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1438 def delete_ml_configuration(params = {}, = {}) req = build_request(:delete_ml_configuration, params) req.send_request() end |
#delete_ml_input_channel_data(params = {}) ⇒ Struct
Provides the information necessary to delete an ML input channel.
1466 1467 1468 1469 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1466 def delete_ml_input_channel_data(params = {}, = {}) req = build_request(:delete_ml_input_channel_data, params) req.send_request() end |
#delete_trained_model_output(params = {}) ⇒ Struct
Deletes the output of a trained model.
1494 1495 1496 1497 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1494 def delete_trained_model_output(params = {}, = {}) req = build_request(:delete_trained_model_output, params) req.send_request() end |
#delete_training_dataset(params = {}) ⇒ Struct
Specifies a training dataset that you want to delete. You can't
delete a training dataset if there are any audience models that depend
on the training dataset. In Clean Rooms ML, the TrainingDataset
is
metadata that points to a Glue table, which is read only during
AudienceModel
creation. This action deletes the metadata.
1521 1522 1523 1524 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1521 def delete_training_dataset(params = {}, = {}) req = build_request(:delete_training_dataset, params) req.send_request() end |
#get_audience_generation_job(params = {}) ⇒ Types::GetAudienceGenerationJobResponse
Returns information about an audience generation job.
1589 1590 1591 1592 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1589 def get_audience_generation_job(params = {}, = {}) req = build_request(:get_audience_generation_job, params) req.send_request() end |
#get_audience_model(params = {}) ⇒ Types::GetAudienceModelResponse
Returns information about an audience model
1642 1643 1644 1645 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1642 def get_audience_model(params = {}, = {}) req = build_request(:get_audience_model, params) req.send_request() end |
#get_collaboration_configured_model_algorithm_association(params = {}) ⇒ Types::GetCollaborationConfiguredModelAlgorithmAssociationResponse
Returns information about the configured model algorithm association in a collaboration.
1710 1711 1712 1713 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1710 def get_collaboration_configured_model_algorithm_association(params = {}, = {}) req = build_request(:get_collaboration_configured_model_algorithm_association, params) req.send_request() end |
#get_collaboration_ml_input_channel(params = {}) ⇒ Types::GetCollaborationMLInputChannelResponse
Returns information about a specific ML input channel in a collaboration.
1771 1772 1773 1774 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1771 def get_collaboration_ml_input_channel(params = {}, = {}) req = build_request(:get_collaboration_ml_input_channel, params) req.send_request() end |
#get_collaboration_trained_model(params = {}) ⇒ Types::GetCollaborationTrainedModelResponse
Returns information about a trained model in a collaboration.
1842 1843 1844 1845 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1842 def get_collaboration_trained_model(params = {}, = {}) req = build_request(:get_collaboration_trained_model, params) req.send_request() end |
#get_configured_audience_model(params = {}) ⇒ Types::GetConfiguredAudienceModelResponse
Returns information about a specified configured audience model.
1900 1901 1902 1903 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1900 def get_configured_audience_model(params = {}, = {}) req = build_request(:get_configured_audience_model, params) req.send_request() end |
#get_configured_audience_model_policy(params = {}) ⇒ Types::GetConfiguredAudienceModelPolicyResponse
Returns information about a configured audience model policy.
1933 1934 1935 1936 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1933 def get_configured_audience_model_policy(params = {}, = {}) req = build_request(:get_configured_audience_model_policy, params) req.send_request() end |
#get_configured_model_algorithm(params = {}) ⇒ Types::GetConfiguredModelAlgorithmResponse
Returns information about a configured model algorithm.
1988 1989 1990 1991 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1988 def get_configured_model_algorithm(params = {}, = {}) req = build_request(:get_configured_model_algorithm, params) req.send_request() end |
#get_configured_model_algorithm_association(params = {}) ⇒ Types::GetConfiguredModelAlgorithmAssociationResponse
Returns information about a configured model algorithm association.
2055 2056 2057 2058 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2055 def get_configured_model_algorithm_association(params = {}, = {}) req = build_request(:get_configured_model_algorithm_association, params) req.send_request() end |
#get_ml_configuration(params = {}) ⇒ Types::GetMLConfigurationResponse
Returns information about a specific ML configuration.
2091 2092 2093 2094 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2091 def get_ml_configuration(params = {}, = {}) req = build_request(:get_ml_configuration, params) req.send_request() end |
#get_ml_input_channel(params = {}) ⇒ Types::GetMLInputChannelResponse
Returns information about an ML input channel.
2168 2169 2170 2171 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2168 def get_ml_input_channel(params = {}, = {}) req = build_request(:get_ml_input_channel, params) req.send_request() end |
#get_trained_model(params = {}) ⇒ Types::GetTrainedModelResponse
Returns information about a trained model.
2252 2253 2254 2255 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2252 def get_trained_model(params = {}, = {}) req = build_request(:get_trained_model, params) req.send_request() end |
#get_trained_model_inference_job(params = {}) ⇒ Types::GetTrainedModelInferenceJobResponse
Returns information about a trained model inference job.
2334 2335 2336 2337 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2334 def get_trained_model_inference_job(params = {}, = {}) req = build_request(:get_trained_model_inference_job, params) req.send_request() end |
#get_training_dataset(params = {}) ⇒ Types::GetTrainingDatasetResponse
Returns information about a training dataset.
2388 2389 2390 2391 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2388 def get_training_dataset(params = {}, = {}) req = build_request(:get_training_dataset, params) req.send_request() end |
#list_audience_export_jobs(params = {}) ⇒ Types::ListAudienceExportJobsResponse
Returns a list of the audience export jobs.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2441 2442 2443 2444 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2441 def list_audience_export_jobs(params = {}, = {}) req = build_request(:list_audience_export_jobs, params) req.send_request() end |
#list_audience_generation_jobs(params = {}) ⇒ Types::ListAudienceGenerationJobsResponse
Returns a list of audience generation jobs.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2497 2498 2499 2500 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2497 def list_audience_generation_jobs(params = {}, = {}) req = build_request(:list_audience_generation_jobs, params) req.send_request() end |
#list_audience_models(params = {}) ⇒ Types::ListAudienceModelsResponse
Returns a list of audience models.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2541 2542 2543 2544 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2541 def list_audience_models(params = {}, = {}) req = build_request(:list_audience_models, params) req.send_request() end |
#list_collaboration_configured_model_algorithm_associations(params = {}) ⇒ Types::ListCollaborationConfiguredModelAlgorithmAssociationsResponse
Returns a list of the configured model algorithm associations in a collaboration.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2593 2594 2595 2596 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2593 def list_collaboration_configured_model_algorithm_associations(params = {}, = {}) req = build_request(:list_collaboration_configured_model_algorithm_associations, params) req.send_request() end |
#list_collaboration_ml_input_channels(params = {}) ⇒ Types::ListCollaborationMLInputChannelsResponse
Returns a list of the ML input channels in a collaboration.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2646 2647 2648 2649 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2646 def list_collaboration_ml_input_channels(params = {}, = {}) req = build_request(:list_collaboration_ml_input_channels, params) req.send_request() end |
#list_collaboration_trained_model_export_jobs(params = {}) ⇒ Types::ListCollaborationTrainedModelExportJobsResponse
Returns a list of the export jobs for a trained model in a collaboration.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2707 2708 2709 2710 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2707 def list_collaboration_trained_model_export_jobs(params = {}, = {}) req = build_request(:list_collaboration_trained_model_export_jobs, params) req.send_request() end |
#list_collaboration_trained_model_inference_jobs(params = {}) ⇒ Types::ListCollaborationTrainedModelInferenceJobsResponse
Returns a list of trained model inference jobs in a specified collaboration.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2773 2774 2775 2776 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2773 def list_collaboration_trained_model_inference_jobs(params = {}, = {}) req = build_request(:list_collaboration_trained_model_inference_jobs, params) req.send_request() end |
#list_collaboration_trained_models(params = {}) ⇒ Types::ListCollaborationTrainedModelsResponse
Returns a list of the trained models in a collaboration.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2825 2826 2827 2828 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2825 def list_collaboration_trained_models(params = {}, = {}) req = build_request(:list_collaboration_trained_models, params) req.send_request() end |
#list_configured_audience_models(params = {}) ⇒ Types::ListConfiguredAudienceModelsResponse
Returns a list of the configured audience models.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2871 2872 2873 2874 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2871 def list_configured_audience_models(params = {}, = {}) req = build_request(:list_configured_audience_models, params) req.send_request() end |
#list_configured_model_algorithm_associations(params = {}) ⇒ Types::ListConfiguredModelAlgorithmAssociationsResponse
Returns a list of configured model algorithm associations.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2921 2922 2923 2924 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2921 def list_configured_model_algorithm_associations(params = {}, = {}) req = build_request(:list_configured_model_algorithm_associations, params) req.send_request() end |
#list_configured_model_algorithms(params = {}) ⇒ Types::ListConfiguredModelAlgorithmsResponse
Returns a list of configured model algorithms.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2963 2964 2965 2966 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2963 def list_configured_model_algorithms(params = {}, = {}) req = build_request(:list_configured_model_algorithms, params) req.send_request() end |
#list_ml_input_channels(params = {}) ⇒ Types::ListMLInputChannelsResponse
Returns a list of ML input channels.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
3016 3017 3018 3019 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3016 def list_ml_input_channels(params = {}, = {}) req = build_request(:list_ml_input_channels, params) req.send_request() end |
#list_tags_for_resource(params = {}) ⇒ Types::ListTagsForResourceResponse
Returns a list of tags for a provided resource.
3046 3047 3048 3049 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3046 def (params = {}, = {}) req = build_request(:list_tags_for_resource, params) req.send_request() end |
#list_trained_model_inference_jobs(params = {}) ⇒ Types::ListTrainedModelInferenceJobsResponse
Returns a list of trained model inference jobs that match the request parameters.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
3110 3111 3112 3113 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3110 def list_trained_model_inference_jobs(params = {}, = {}) req = build_request(:list_trained_model_inference_jobs, params) req.send_request() end |
#list_trained_models(params = {}) ⇒ Types::ListTrainedModelsResponse
Returns a list of trained models.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
3161 3162 3163 3164 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3161 def list_trained_models(params = {}, = {}) req = build_request(:list_trained_models, params) req.send_request() end |
#list_training_datasets(params = {}) ⇒ Types::ListTrainingDatasetsResponse
Returns a list of training datasets.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
3204 3205 3206 3207 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3204 def list_training_datasets(params = {}, = {}) req = build_request(:list_training_datasets, params) req.send_request() end |
#put_configured_audience_model_policy(params = {}) ⇒ Types::PutConfiguredAudienceModelPolicyResponse
Create or update the resource policy for a configured audience model.
3248 3249 3250 3251 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3248 def put_configured_audience_model_policy(params = {}, = {}) req = build_request(:put_configured_audience_model_policy, params) req.send_request() end |
#put_ml_configuration(params = {}) ⇒ Struct
Assigns information about an ML configuration.
3282 3283 3284 3285 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3282 def put_ml_configuration(params = {}, = {}) req = build_request(:put_ml_configuration, params) req.send_request() end |
#start_audience_export_job(params = {}) ⇒ Struct
Export an audience of a specified size after you have generated an audience.
3322 3323 3324 3325 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3322 def start_audience_export_job(params = {}, = {}) req = build_request(:start_audience_export_job, params) req.send_request() end |
#start_audience_generation_job(params = {}) ⇒ Types::StartAudienceGenerationJobResponse
Information necessary to start the audience generation job.
3420 3421 3422 3423 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3420 def start_audience_generation_job(params = {}, = {}) req = build_request(:start_audience_generation_job, params) req.send_request() end |
#start_trained_model_export_job(params = {}) ⇒ Struct
Provides the information necessary to start a trained model export job.
3467 3468 3469 3470 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3467 def start_trained_model_export_job(params = {}, = {}) req = build_request(:start_trained_model_export_job, params) req.send_request() end |
#start_trained_model_inference_job(params = {}) ⇒ Types::StartTrainedModelInferenceJobResponse
Defines the information necessary to begin a trained model inference job.
3595 3596 3597 3598 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3595 def start_trained_model_inference_job(params = {}, = {}) req = build_request(:start_trained_model_inference_job, params) req.send_request() end |
#tag_resource(params = {}) ⇒ Struct
Adds metadata tags to a specified resource.
3653 3654 3655 3656 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3653 def tag_resource(params = {}, = {}) req = build_request(:tag_resource, params) req.send_request() end |
#untag_resource(params = {}) ⇒ Struct
Removes metadata tags from a specified resource.
3680 3681 3682 3683 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3680 def untag_resource(params = {}, = {}) req = build_request(:untag_resource, params) req.send_request() end |
#update_configured_audience_model(params = {}) ⇒ Types::UpdateConfiguredAudienceModelResponse
Provides the information necessary to update a configured audience model. Updates that impact audience generation jobs take effect when a new job starts, but do not impact currently running jobs.
3747 3748 3749 3750 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3747 def update_configured_audience_model(params = {}, = {}) req = build_request(:update_configured_audience_model, params) req.send_request() end |