Module Values.DeleteTrainingDatasetRequestSource

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.

Sourcetype nonrec t = {
  1. trainingDatasetArn : TrainingDatasetArn.t;
    (*

    The Amazon Resource Name (ARN) of the training dataset that you want to delete.

    *)
}
Sourceval context_ : string
Sourceval make : trainingDatasetArn:TrainingDatasetArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TrainingDatasetArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t