Values.InferenceS3InputConfigurationSourceSpecifies configuration information for the input data for the inference, including input data S3 location.
type nonrec t = {bucket : S3Bucket.t;The bucket containing the input dataset for the inference.
*)prefix : S3Prefix.t option;The prefix for the S3 bucket used for the input data for the inference.
*)}