Values.DatasetInputConfigSourceDefines the Glue data source and schema mapping information.
type nonrec t = {schema : DatasetInputConfigSchemaList.t;The schema information for the training data.
*)dataSource : DataSource.t;A DataSource object that specifies the Glue data source for the training data.
*)}val to_value :
t ->
[> `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 ]