Values.DatasetSourceDefines where the training dataset is located, what type of data it contains, and how to access the data.
type nonrec t = {type_ : DatasetType.t;What type of information is found in the dataset.
*)inputConfig : DatasetInputConfig.t;A DatasetInputConfig object that defines the data source and schema mapping.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of ColumnName.t ])
list ]
list
| `Structure of
(string
* [> `Structure of
(string * [> `String of GlueTableName.t ]) list ])
list ])
list ])
list ]