Values.DatasetSummarySourceThe summary details for the dataset.
type nonrec t = {id : ID.t option;The ID of the dataset.
*)arn : ARN.t option;The ARN of the dataset. The format is arn:${Partition}:iotsitewise:${Region}:${Account}:dataset/${DatasetId}.
*)name : RestrictedName.t option;The name of the dataset.
*)description : RestrictedDescription.t option;A description about the dataset, and its functionality.
*)creationDate : Timestamp.t option;The dataset creation date, in Unix epoch time.
*)lastUpdateDate : Timestamp.t option;The date the dataset was last updated, in Unix epoch time.
*)status : DatasetStatus.t option;The status of the dataset. This contains the state and any error messages. The state is ACTIVE when ready to use.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ID.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of DetailedErrorMessage.t ])
list ]
list
| `String of ErrorMessage.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]