Values.ExperimentTemplateLogConfigurationSourceDescribes the configuration for experiment logging.
type nonrec t = {cloudWatchLogsConfiguration : ExperimentTemplateCloudWatchLogsLogConfiguration.t
option;The configuration for experiment logging to Amazon CloudWatch Logs.
*)s3Configuration : ExperimentTemplateS3LogConfiguration.t option;The configuration for experiment logging to Amazon S3.
*)logSchemaVersion : LogSchemaVersion.t option;The schema version.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of LogSchemaVersion.t
| `Structure of
(string * [> `String of CloudWatchLogGroupArn.t ]) list ])
list ]