Values.LabelsInputConfigurationSourceContains the configuration information for the S3 location being used to hold label data.
type nonrec t = {s3InputConfiguration : LabelsS3InputConfiguration.t option;Contains location information for the S3 location being used for label data.
*)labelGroupName : LabelGroupName.t option;The name of the label group to be used for label data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of LabelGroupName.t
| `Structure of (string * [> `String of S3Bucket.t ]) list ])
list ]