Module Values.DatasetInputConfigSource

Defines the Glue data source and schema mapping information.

Sourcetype nonrec t = {
  1. schema : DatasetInputConfigSchemaList.t;
    (*

    The schema information for the training data.

    *)
  2. dataSource : DataSource.t;
    (*

    A DataSource object that specifies the Glue data source for the training data.

    *)
}
Sourceval context_ : string
Sourceval make : schema:DatasetInputConfigSchemaList.t -> dataSource:DataSource.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t