Module Values.DeleteDatasetRequestSource

This operation applies only to Amazon Rekognition Custom Labels. Deletes an existing Amazon Rekognition Custom Labels dataset. Deleting a dataset might take while. Use DescribeDataset to check the current status. The dataset is still deleting if the value of Status is DELETE_IN_PROGRESS. If you try to access the dataset after it is deleted, you get a ResourceNotFoundException exception. You can't delete a dataset while it is creating (Status = CREATE_IN_PROGRESS) or if the dataset is updating (Status = UPDATE_IN_PROGRESS). This operation requires permissions to perform the rekognition:DeleteDataset action.

Sourcetype nonrec t = {
  1. datasetArn : DatasetArn.t;
    (*

    The ARN of the Amazon Rekognition Custom Labels dataset that you want to delete.

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