Module Values.DescribeDatasetRequestSource

This operation applies only to Amazon Rekognition Custom Labels. Describes an Amazon Rekognition Custom Labels dataset. You can get information such as the current status of a dataset and statistics about the images and labels in a dataset. This operation requires permissions to perform the rekognition:DescribeDataset action.

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

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

    *)
}
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