Values.LabelsS3InputConfigurationSourceThe location information (prefix and bucket name) for the s3 location being used for label data.
type nonrec t = {bucket : S3Bucket.t;The name of the S3 bucket holding the label data.
*)prefix : S3Prefix.t option;The prefix for the S3 bucket used for the label data.
*)}