ExperimentTreatmentToWeight

data class ExperimentTreatmentToWeight(val splitWeight: Int, val treatment: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

The name of the treatment.