| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
static ExperimentResultRequestType |
ExperimentResultRequestType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ExperimentResultRequestType |
ExperimentResultRequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExperimentResultRequestType[] |
ExperimentResultRequestType.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<ExperimentResultRequestType> |
ExperimentResultRequestType.knownValues()
|
List<ExperimentResultRequestType> |
GetExperimentResultsRequest.resultStats()
The statistics that you want to see in the returned results.
|
| Modifier and Type | Method and Description |
|---|---|
GetExperimentResultsRequest.Builder |
GetExperimentResultsRequest.Builder.resultStats(ExperimentResultRequestType... resultStats)
The statistics that you want to see in the returned results.
|
| Modifier and Type | Method and Description |
|---|---|
GetExperimentResultsRequest.Builder |
GetExperimentResultsRequest.Builder.resultStats(Collection<ExperimentResultRequestType> resultStats)
The statistics that you want to see in the returned results.
|
Copyright © 2022. All rights reserved.