Module Values_1.LabelingJobInputConfigSource

Input configuration information for a labeling job.

Sourcetype nonrec t = {
  1. dataSource : LabelingJobDataSource.t;
    (*

    The location of the input data.

    *)
  2. dataAttributes : LabelingJobDataAttributes.t option;
    (*

    Attributes of the data specified by the customer.

    *)
}
Sourceval context_ : string
Sourceval make : ?dataAttributes:??? -> dataSource:LabelingJobDataSource.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Enum of string ] list | `Structure of (string * [> `String of Values_0.S3Uri.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