Experiment Template Experiment Report Configuration
data class ExperimentTemplateExperimentReportConfiguration(val dataSources: ExperimentTemplateExperimentReportConfigurationDataSourcesProperties? = null, val outputs: ExperimentTemplateExperimentReportConfigurationOutputsProperties, val postExperimentDuration: String? = null, val preExperimentDuration: String? = null)
Constructors
Link copied to clipboard
constructor(dataSources: ExperimentTemplateExperimentReportConfigurationDataSourcesProperties? = null, outputs: ExperimentTemplateExperimentReportConfigurationOutputsProperties, postExperimentDuration: String? = null, preExperimentDuration: String? = null)
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.