Values.DatasetSummarySourceContains information about the specific data set, including name, ARN, and status.
type nonrec t = {datasetName : DatasetName.t option;The name of the dataset.
*)datasetArn : DatasetArn.t option;The Amazon Resource Name (ARN) of the specified dataset.
*)status : DatasetStatus.t option;Indicates the status of the dataset.
*)createdAt : Timestamp.t option;The time at which the dataset was created in Amazon Lookout for Equipment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DatasetName.t
| `Timestamp of Timestamp.t ])
list ]