Values.TrainingDatasetSummarySourceProvides information about the training dataset.
type nonrec t = {createTime : SyntheticTimestamp_date_time.t option;The time at which the training dataset was created.
*)updateTime : SyntheticTimestamp_date_time.t option;The most recent time at which the training dataset was updated.
*)trainingDatasetArn : TrainingDatasetArn.t option;The Amazon Resource Name (ARN) of the training dataset.
*)name : NameString.t option;The name of the training dataset.
*)status : TrainingDatasetStatus.t option;The status of the training dataset.
*)description : ResourceDescription.t option;The description of the training dataset.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of TrainingDatasetArn.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]