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 model artifacts stored by the service.
-
#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_model_versions(params = {}) ⇒ Types::ListTrainedModelVersionsResponse
Returns a list of trained model versions for a specified trained model.
-
#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.
466 467 468 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 466 def initialize(*args) super end |
Instance Method Details
#cancel_trained_model(params = {}) ⇒ Struct
Submits a request to cancel the trained model job.
503 504 505 506 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 503 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.
531 532 533 534 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 531 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.
621 622 623 624 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 621 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.
747 748 749 750 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 747 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.
848 849 850 851 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 848 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.
969 970 971 972 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 969 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.
1078 1079 1080 1081 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1078 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.
1239 1240 1241 1242 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1239 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.
1342 1343 1344 1345 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1342 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.
1366 1367 1368 1369 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1366 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.
1391 1392 1393 1394 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1391 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.
1418 1419 1420 1421 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1418 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.
1441 1442 1443 1444 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1441 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.
1464 1465 1466 1467 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1464 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.
1492 1493 1494 1495 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1492 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.
1515 1516 1517 1518 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1515 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.
1543 1544 1545 1546 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1543 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 model artifacts stored by the service.
1577 1578 1579 1580 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1577 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.
1604 1605 1606 1607 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1604 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.
1674 1675 1676 1677 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1674 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
1727 1728 1729 1730 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1727 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.
1797 1798 1799 1800 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1797 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.
1858 1859 1860 1861 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1858 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.
1944 1945 1946 1947 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1944 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.
2002 2003 2004 2005 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2002 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.
2035 2036 2037 2038 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2035 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.
2090 2091 2092 2093 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2090 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.
2159 2160 2161 2162 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2159 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.
2195 2196 2197 2198 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2195 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.
2272 2273 2274 2275 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2272 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.
2372 2373 2374 2375 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2372 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.
2456 2457 2458 2459 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2456 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.
2510 2511 2512 2513 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2510 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.
2563 2564 2565 2566 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2563 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.
2619 2620 2621 2622 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2619 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.
2663 2664 2665 2666 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2663 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.
2715 2716 2717 2718 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2715 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.
2768 2769 2770 2771 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2768 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.
2836 2837 2838 2839 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2836 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.
2909 2910 2911 2912 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2909 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.
2966 2967 2968 2969 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2966 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.
3012 3013 3014 3015 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3012 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.
3062 3063 3064 3065 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3062 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.
3104 3105 3106 3107 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3104 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.
3157 3158 3159 3160 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3157 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.
3187 3188 3189 3190 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3187 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.
3258 3259 3260 3261 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3258 def list_trained_model_inference_jobs(params = {}, = {}) req = build_request(:list_trained_model_inference_jobs, params) req.send_request() end |
#list_trained_model_versions(params = {}) ⇒ Types::ListTrainedModelVersionsResponse
Returns a list of trained model versions for a specified trained model. This operation allows you to view all versions of a trained model, including information about their status and creation details. You can use this to track the evolution of your trained models and select specific versions for inference or further training.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
3330 3331 3332 3333 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3330 def list_trained_model_versions(params = {}, = {}) req = build_request(:list_trained_model_versions, 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.
3386 3387 3388 3389 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3386 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.
3429 3430 3431 3432 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3429 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.
3473 3474 3475 3476 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3473 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.
3507 3508 3509 3510 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3507 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.
3547 3548 3549 3550 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3547 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.
3651 3652 3653 3654 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3651 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.
3704 3705 3706 3707 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3704 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.
3838 3839 3840 3841 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3838 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.
3896 3897 3898 3899 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3896 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.
3923 3924 3925 3926 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3923 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.
3990 3991 3992 3993 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3990 def update_configured_audience_model(params = {}, = {}) req = build_request(:update_configured_audience_model, params) req.send_request() end |