Values.InferenceS3OutputConfigurationSourceSpecifies configuration information for the output results from the inference, including output S3 location.
type nonrec t = {bucket : S3Bucket.t;The bucket containing the output results from the inference
*)prefix : S3Prefix.t option;The prefix for the S3 bucket used for the output results from the inference.
*)}