Values.DataSourceSourceDefines information about the Glue data source that contains the training data.
type nonrec t = {glueDataSource : GlueDataSource.t;A GlueDataSource object that defines the catalog ID, database name, and table name for the training data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of GlueTableName.t ]) list ])
list ]