Values.DatasetMetadataSourceSummary information for an Amazon Rekognition Custom Labels dataset. For more information, see ProjectDescription.
type nonrec t = {creationTimestamp : DateTime.t option;The Unix timestamp for the date and time that the dataset was created.
*)datasetType : DatasetType.t option;The type of the dataset.
*)datasetArn : DatasetArn.t option;The Amazon Resource Name (ARN) for the dataset.
*)status : DatasetStatus.t option;The status for the dataset.
*)statusMessage : StatusMessage.t option;The status message for the dataset.
*)statusMessageCode : DatasetStatusMessageCode.t option;The status message code for the dataset operation. If a service error occurs, try the API call again later. If a client error occurs, check the input parameters to the dataset API call that failed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DatasetArn.t
| `Timestamp of DateTime.t ])
list ]