public static interface OnlineAbDefinition.Builder extends SdkPojo, CopyableBuilder<OnlineAbDefinition.Builder,OnlineAbDefinition>
| Modifier and Type | Method and Description |
|---|---|
OnlineAbDefinition.Builder |
controlTreatmentName(String controlTreatmentName)
The name of the variation that is the default variation that the other variations are compared to.
|
OnlineAbDefinition.Builder |
treatmentWeights(Map<String,Long> treatmentWeights)
A set of key-value pairs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOnlineAbDefinition.Builder controlTreatmentName(String controlTreatmentName)
The name of the variation that is the default variation that the other variations are compared to.
controlTreatmentName - The name of the variation that is the default variation that the other variations are compared to.OnlineAbDefinition.Builder treatmentWeights(Map<String,Long> treatmentWeights)
A set of key-value pairs. The keys are variation names, and the values are the portion of experiment traffic to be assigned to that variation. The traffic portion is specified in thousandths of a percent, so 20,000 for a variation would allocate 20% of the experiment traffic to that variation.
treatmentWeights - A set of key-value pairs. The keys are variation names, and the values are the portion of experiment
traffic to be assigned to that variation. The traffic portion is specified in thousandths of a
percent, so 20,000 for a variation would allocate 20% of the experiment traffic to that variation.Copyright © 2022. All rights reserved.