| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
OnlineAbDefinition |
OnlineAbDefinition.addTreatmentWeightsEntry(String key,
Long value)
Add a single TreatmentWeights entry
|
OnlineAbDefinition |
OnlineAbDefinition.clearTreatmentWeightsEntries()
Removes all the entries added into TreatmentWeights.
|
OnlineAbDefinition |
OnlineAbDefinition.clone() |
OnlineAbDefinition |
Experiment.getOnlineAbDefinition()
A structure that contains the configuration of which variation to use as the "control" version.
|
OnlineAbDefinition |
OnlineAbDefinition.withControlTreatmentName(String controlTreatmentName)
The name of the variation that is the default variation that the other variations are compared to.
|
OnlineAbDefinition |
OnlineAbDefinition.withTreatmentWeights(Map<String,Long> treatmentWeights)
A set of key-value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Experiment.setOnlineAbDefinition(OnlineAbDefinition onlineAbDefinition)
A structure that contains the configuration of which variation to use as the "control" version.
|
Experiment |
Experiment.withOnlineAbDefinition(OnlineAbDefinition onlineAbDefinition)
A structure that contains the configuration of which variation to use as the "control" version.
|
Copyright © 2023. All rights reserved.