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.
1591 1592 1593 1594 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1591 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
1644 1645 1646 1647 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1644 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.
1712 1713 1714 1715 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1712 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.
1773 1774 1775 1776 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1773 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.
1844 1845 1846 1847 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1844 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.
1902 1903 1904 1905 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1902 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.
1935 1936 1937 1938 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1935 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.
1990 1991 1992 1993 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 1990 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.
2057 2058 2059 2060 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2057 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.
2093 2094 2095 2096 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2093 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.
2170 2171 2172 2173 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2170 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.
2254 2255 2256 2257 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2254 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.
2336 2337 2338 2339 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2336 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.
2390 2391 2392 2393 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2390 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.
2443 2444 2445 2446 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2443 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.
2499 2500 2501 2502 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2499 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.
2543 2544 2545 2546 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2543 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.
2595 2596 2597 2598 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2595 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.
2648 2649 2650 2651 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2648 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.
2709 2710 2711 2712 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2709 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.
2775 2776 2777 2778 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2775 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.
2827 2828 2829 2830 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2827 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.
2873 2874 2875 2876 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2873 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.
2923 2924 2925 2926 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2923 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.
2965 2966 2967 2968 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 2965 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.
3018 3019 3020 3021 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3018 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.
3048 3049 3050 3051 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3048 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.
3112 3113 3114 3115 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3112 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.
3163 3164 3165 3166 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3163 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.
3206 3207 3208 3209 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3206 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.
3250 3251 3252 3253 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3250 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.
3284 3285 3286 3287 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3284 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.
3324 3325 3326 3327 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3324 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.
3428 3429 3430 3431 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3428 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.
3475 3476 3477 3478 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3475 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.
3603 3604 3605 3606 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3603 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.
3661 3662 3663 3664 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3661 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.
3688 3689 3690 3691 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3688 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.
3755 3756 3757 3758 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/client.rb', line 3755 def update_configured_audience_model(params = {}, = {}) req = build_request(:update_configured_audience_model, params) req.send_request() end |