Values.ExperimentReportSourceDescribes the experiment report.
type nonrec t = {state : ExperimentReportState.t option;The state of the experiment report.
*)s3Reports : ExperimentReportS3ReportList.t option;The S3 destination of the experiment report.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of ExperimentReportS3ReportArn.t ])
list ]
list
| `Structure of
(string
* [> `Enum of string
| `String of ExperimentReportReason.t
| `Structure of
(string * [> `String of ExperimentReportErrorCode.t ]) list ])
list ])
list ]