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