Values.ReportConfigurationS3OutputInputSourceSpecifies the S3 destination for the experiment report.
type nonrec t = {bucketName : S3BucketName.t option;The name of the S3 bucket where the experiment report will be stored.
*)prefix : ReportConfigurationS3OutputPrefix.t option;The prefix of the S3 bucket where the experiment report will be stored.
*)}