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