Values.DatasetSourceProvides metadata for a dataset.
type nonrec t = {name : Name.t option;The name of the dataset.
*)datasetArn : Arn.t option;The Amazon Resource Name (ARN) of the dataset that you want metadata for.
*)datasetGroupArn : Arn.t option;The Amazon Resource Name (ARN) of the dataset group.
*)datasetType : DatasetType.t option;One of the following values: Interactions Items Users Actions Action_Interactions
*)schemaArn : Arn.t option;The ARN of the associated schema.
*)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 creation date and time (in Unix time) of the dataset.
*)lastUpdatedDateTime : Date.t option;A time stamp that shows when the dataset was updated.
*)latestDatasetUpdate : DatasetUpdateSummary.t option;Describes the latest update to the dataset.
*)trackingId : TrackingId.t option;The ID of the event tracker for an Action interactions dataset. You specify the tracker's ID in the PutActionInteractions API operation. Amazon Personalize uses it to direct new data to the Action interactions dataset in your dataset group.
*)}