Module Values.DeleteDatasetRequestSource

Deletes a dataset and associated artifacts. The operation will check to see if any inference scheduler or data ingestion job is currently using the dataset, and if there isn't, the dataset, its metadata, and any associated data stored in S3 will be deleted. This does not affect any models that used this dataset for training and evaluation, but does prevent it from being used in the future.

Sourcetype nonrec t = {
  1. datasetName : DatasetIdentifier.t;
    (*

    The name of the dataset to be deleted.

    *)
}
Sourceval context_ : string
Sourceval make : datasetName:DatasetIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DatasetIdentifier.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