| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
static ExperimentStatus |
ExperimentStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ExperimentStatus |
Experiment.status()
The current state of the experiment.
|
ExperimentStatus |
ListExperimentsRequest.status()
Use this optional parameter to limit the returned results to only the experiments with the status that you
specify here.
|
static ExperimentStatus |
ExperimentStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExperimentStatus[] |
ExperimentStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ExperimentStatus> |
ExperimentStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Experiment.Builder |
Experiment.Builder.status(ExperimentStatus status)
The current state of the experiment.
|
ListExperimentsRequest.Builder |
ListExperimentsRequest.Builder.status(ExperimentStatus status)
Use this optional parameter to limit the returned results to only the experiments with the status that you
specify here.
|
Copyright © 2023. All rights reserved.