ExperimentTreatmentToWeightArgs

data class ExperimentTreatmentToWeightArgs(val splitWeight: Output<Int>, val treatment: Output<String>) : ConvertibleToJava<ExperimentTreatmentToWeightArgs>

Constructors

Link copied to clipboard
constructor(splitWeight: Output<Int>, treatment: Output<String>)

Properties

Link copied to clipboard
val splitWeight: Output<Int>

The portion of experiment traffic to allocate to this treatment. Specify the traffic portion in thousandths of a percent, so 20,000 allocated to a treatment would allocate 20% of the experiment traffic to that treatment.

Link copied to clipboard
val treatment: Output<String>

The name of the treatment.

Functions

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