Values.ExperimentTemplateReportConfigurationOutputsInputSourceSpecifies the outputs for the experiment templates.
type nonrec t = {s3Configuration : ReportConfigurationS3OutputInput.t option;The S3 destination for the experiment report.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of S3BucketName.t ]) list ])
list ]