treatmentWeights

@JvmName(name = "uotegpgqoatftbuw")
suspend fun treatmentWeights(value: Output<List<ExperimentTreatmentToWeightArgs>>)
@JvmName(name = "osydpmiwfwxemjmr")
suspend fun treatmentWeights(value: List<ExperimentTreatmentToWeightArgs>?)

Parameters

value

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.


@JvmName(name = "psiehckldpbeqnti")
suspend fun treatmentWeights(vararg values: Output<ExperimentTreatmentToWeightArgs>)


@JvmName(name = "tgsjdlvjlqbdvqrf")
suspend fun treatmentWeights(values: List<Output<ExperimentTreatmentToWeightArgs>>)
@JvmName(name = "medygfmfqhojjpei")
suspend fun treatmentWeights(vararg values: ExperimentTreatmentToWeightArgs)

Parameters

values

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.


@JvmName(name = "tciprmiaqmvnmilg")
suspend fun treatmentWeights(argument: List<suspend ExperimentTreatmentToWeightArgsBuilder.() -> Unit>)
@JvmName(name = "inlkrsvbfptxrtxj")
suspend fun treatmentWeights(vararg argument: suspend ExperimentTreatmentToWeightArgsBuilder.() -> Unit)
@JvmName(name = "svrdpuirbeusheda")
suspend fun treatmentWeights(argument: suspend ExperimentTreatmentToWeightArgsBuilder.() -> Unit)

Parameters

argument

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.