Values.DatasetDescriptionSourceA description for a dataset. For more information, see DescribeDataset. The status fields Status, StatusMessage, and StatusMessageCode reflect the last operation on the dataset.
type nonrec t = {creationTimestamp : DateTime.t option;The Unix timestamp for the time and date that the dataset was created.
*)lastUpdatedTimestamp : DateTime.t option;The Unix timestamp for the date and time that the dataset was last updated.
*)status : DatasetStatus.t option;The status of 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.
*)datasetStats : DatasetStats.t option;The status message code for the dataset.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of StatusMessage.t
| `Structure of (string * [> `Integer of UInteger.t ]) list
| `Timestamp of DateTime.t ])
list ]