| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
List<TreatmentConfig> |
CreateExperimentRequest.treatments()
An array of structures that describe the configuration of each feature variation used in the experiment.
|
List<TreatmentConfig> |
UpdateExperimentRequest.treatments()
An array of structures that define the variations being tested in the experiment.
|
| Modifier and Type | Method and Description |
|---|---|
CreateExperimentRequest.Builder |
CreateExperimentRequest.Builder.treatments(TreatmentConfig... treatments)
An array of structures that describe the configuration of each feature variation used in the experiment.
|
UpdateExperimentRequest.Builder |
UpdateExperimentRequest.Builder.treatments(TreatmentConfig... treatments)
An array of structures that define the variations being tested in the experiment.
|
| Modifier and Type | Method and Description |
|---|---|
CreateExperimentRequest.Builder |
CreateExperimentRequest.Builder.treatments(Collection<TreatmentConfig> treatments)
An array of structures that describe the configuration of each feature variation used in the experiment.
|
UpdateExperimentRequest.Builder |
UpdateExperimentRequest.Builder.treatments(Collection<TreatmentConfig> treatments)
An array of structures that define the variations being tested in the experiment.
|
Copyright © 2023. All rights reserved.