Values.GlueDataSourceSourceDefines the Glue data source that contains the training data.
type nonrec t = {tableName : GlueTableName.t;The Glue table that contains the training data.
*)databaseName : GlueDatabaseName.t;The Glue database that contains the training data.
*)catalogId : AccountId.t option;The Glue catalog that contains the training data.
*)}val make :
?catalogId:??? ->
tableName:GlueTableName.t ->
databaseName:GlueDatabaseName.t ->
unit ->
t