ExperimentOnlineAbConfigObjectArgs

data class ExperimentOnlineAbConfigObjectArgs(val controlTreatmentName: Output<String>? = null, val treatmentWeights: Output<List<ExperimentTreatmentToWeightArgs>>? = null) : ConvertibleToJava<ExperimentOnlineAbConfigObjectArgs>

Constructors

Link copied to clipboard
constructor(controlTreatmentName: Output<String>? = null, treatmentWeights: Output<List<ExperimentTreatmentToWeightArgs>>? = null)

Properties

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

The name of the variation that is to be the default variation that the other variations are compared to.

Link copied to clipboard

A set of key-value pairs. The keys are treatment names, and the values are the portion of experiment traffic to be assigned to that treatment. Specify the traffic portion in thousandths of a percent, so 20,000 for a variation would allocate 20% of the experiment traffic to that variation.

Functions

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