Values_1.LabelingJobInputConfigSourceInput configuration information for a labeling job.
type nonrec t = {dataSource : LabelingJobDataSource.t;The location of the input data.
*)dataAttributes : LabelingJobDataAttributes.t option;Attributes of the data specified by the customer.
*)}val 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 ]