ExperimentTemplateExperimentReportConfiguration

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

Constructors

constructor(dataSources: ExperimentTemplateExperimentReportConfigurationDataSourcesProperties? = null, outputs: ExperimentTemplateExperimentReportConfigurationOutputsProperties, 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.

Link copied to clipboard

The output destinations of the experiment report.

Link copied to clipboard

The duration after the experiment end time for the data sources to include in the report.

Link copied to clipboard

The duration before the experiment start time for the data sources to include in the report.