Values.ModelInvocationJobS3InputDataConfigSourceContains the configuration of the S3 location of the input data.
type nonrec t = {s3InputFormat : S3InputFormat.t option;The format of the input data.
*)s3Uri : S3Uri.t;The S3 location of the input data.
*)s3BucketOwner : AccountId.t option;The ID of the Amazon Web Services account that owns the S3 bucket containing the input data.
*)}