| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
static OnlineAbConfig.Builder |
OnlineAbConfig.builder() |
OnlineAbConfig.Builder |
OnlineAbConfig.Builder.controlTreatmentName(String controlTreatmentName)
The name of the variation that is to be the default variation that the other variations are compared to.
|
OnlineAbConfig.Builder |
OnlineAbConfig.toBuilder() |
OnlineAbConfig.Builder |
OnlineAbConfig.Builder.treatmentWeights(Map<String,Long> treatmentWeights)
A set of key-value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OnlineAbConfig.Builder> |
OnlineAbConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateExperimentRequest.Builder |
CreateExperimentRequest.Builder.onlineAbConfig(Consumer<OnlineAbConfig.Builder> onlineAbConfig)
A structure that contains the configuration of which variation to use as the "control" version.
|
default UpdateExperimentRequest.Builder |
UpdateExperimentRequest.Builder.onlineAbConfig(Consumer<OnlineAbConfig.Builder> onlineAbConfig)
A structure that contains the configuration of which variation o use as the "control" version.
|
Copyright © 2022. All rights reserved.