Package-level declarations
Inherited functions
Submits a request to cancel the trained model job.
Submits a request to cancel a trained model inference job.
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.
Defines the information necessary to create a configured audience model.
Creates a configured model algorithm using a container image stored in an ECR repository.
Associates a configured model algorithm to a collaboration for use by any member of the collaboration.
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.
Creates a trained model from an associated configured model algorithm using data from any member of the collaboration.
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.
Deletes the specified audience generation job, and removes all data associated with the job.
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.
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.
Deletes the specified configured audience model policy.
Deletes a configured model algorithm.
Deletes a configured model algorithm association.
Deletes a ML modeling configuration.
Provides the information necessary to delete an ML input channel.
Deletes the model artifacts stored by the service.
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.
Returns information about an audience generation job.
Returns information about an audience model
Returns information about the configured model algorithm association in a collaboration.
Returns information about a specific ML input channel in a collaboration.
Returns information about a trained model in a collaboration.
Returns information about a specified configured audience model.
Returns information about a configured audience model policy.
Returns information about a configured model algorithm.
Returns information about a configured model algorithm association.
Returns information about a specific ML configuration.
Returns information about an ML input channel.
Returns information about a trained model.
Returns information about a trained model inference job.
Returns information about a training dataset.
Returns a list of the audience export jobs.
Returns a list of audience generation jobs.
Returns a list of audience models.
Returns a list of the configured model algorithm associations in a collaboration.
Returns a list of the ML input channels in a collaboration.
Returns a list of the export jobs for a trained model in a collaboration.
Returns a list of trained model inference jobs in a specified collaboration.
Returns a list of the trained models in a collaboration.
Returns a list of the configured audience models.
Returns a list of configured model algorithm associations.
Returns a list of configured model algorithms.
Returns a list of ML input channels.
Returns a list of tags for a provided resource.
Returns a list of trained model inference jobs that match the request parameters.
Returns a list of trained models.
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.
Returns a list of training datasets.
Create or update the resource policy for a configured audience model.
Assigns information about an ML configuration.
Export an audience of a specified size after you have generated an audience.
Information necessary to start the audience generation job.
Provides the information necessary to start a trained model export job.
Defines the information necessary to begin a trained model inference job.
Adds metadata tags to a specified resource.
Removes metadata tags from a specified resource.
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.
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.