ExperimentTemplateExperimentReportConfiguration

data class ExperimentTemplateExperimentReportConfiguration(val dataSources: ExperimentTemplateExperimentReportConfigurationDataSources? = null, val outputs: ExperimentTemplateExperimentReportConfigurationOutputs? = null, val postExperimentDuration: String? = null, val preExperimentDuration: String? = null)

Constructors

constructor(dataSources: ExperimentTemplateExperimentReportConfigurationDataSources? = null, outputs: ExperimentTemplateExperimentReportConfigurationOutputs? = null, postExperimentDuration: String? = null, preExperimentDuration: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The data sources for the experiment report. See below.

Link copied to clipboard

The outputs for the experiment report. See below.

Link copied to clipboard

The duration of the post-experiment period. Defaults to PT20M.

Link copied to clipboard

The duration of the pre-experiment period. Defaults to PT20M.