ExperimentTemplateExperimentReportConfigurationArgs

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

Constructors

constructor(dataSources: Output<ExperimentTemplateExperimentReportConfigurationDataSourcesArgs>? = null, outputs: Output<ExperimentTemplateExperimentReportConfigurationOutputsArgs>? = null, postExperimentDuration: Output<String>? = null, preExperimentDuration: Output<String>? = null)

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
val postExperimentDuration: Output<String>? = null

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

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

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

Functions

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