Values.DatasetSummarySourceProvides a summary of the properties of a dataset. For a complete listing, call the DescribeDataset API.
type nonrec t = {name : Name.t option;The name of the dataset.
*)datasetArn : Arn.t option;The Amazon Resource Name (ARN) of the dataset.
*)datasetType : DatasetType.t option;The dataset type. One of the following values: Interactions Items Users Event-Interactions
*)status : Status.t option;The status of the dataset. A dataset can be in one of the following states: CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED DELETE PENDING > DELETE IN_PROGRESS
*)creationDateTime : Date.t option;The date and time (in Unix time) that the dataset was created.
*)lastUpdatedDateTime : Date.t option;The date and time (in Unix time) that the dataset was last updated.
*)}