ExperimentTemplateExperimentReportConfigurationArgs

data class ExperimentTemplateExperimentReportConfigurationArgs(val dataSources: Output<ExperimentTemplateExperimentReportConfigurationDataSourcesPropertiesArgs>? = null, val outputs: Output<ExperimentTemplateExperimentReportConfigurationOutputsPropertiesArgs>, val postExperimentDuration: Output<String>? = null, val preExperimentDuration: Output<String>? = null) : ConvertibleToJava<ExperimentTemplateExperimentReportConfigurationArgs>

Constructors

constructor(dataSources: Output<ExperimentTemplateExperimentReportConfigurationDataSourcesPropertiesArgs>? = null, outputs: Output<ExperimentTemplateExperimentReportConfigurationOutputsPropertiesArgs>, postExperimentDuration: Output<String>? = null, preExperimentDuration: Output<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
val postExperimentDuration: Output<String>? = null

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

Link copied to clipboard
val preExperimentDuration: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ExperimentTemplateExperimentReportConfigurationArgs