cleanroomsml_delete_training_dataset {paws.security.identity} | R Documentation |
Specifies a training dataset that you want to delete
Description
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.
See https://www.paws-r-sdk.com/docs/cleanroomsml_delete_training_dataset/ for full documentation.
Usage
cleanroomsml_delete_training_dataset(trainingDatasetArn)
Arguments
trainingDatasetArn |
[required] The Amazon Resource Name (ARN) of the training dataset that you want to delete. |
[Package paws.security.identity version 0.9.0 Index]