| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationResult |
EvaluationResult.clone() |
EvaluationResult |
EvaluationResult.withDetails(String details)
If this user was assigned to a launch or experiment, this field lists the launch or experiment name.
|
EvaluationResult |
EvaluationResult.withEntityId(String entityId)
An internal ID that represents a unique user session of the application.
|
EvaluationResult |
EvaluationResult.withFeature(String feature)
The name of the feature being evaluated.
|
EvaluationResult |
EvaluationResult.withProject(String project)
The name or ARN of the project that contains the feature being evaluated.
|
EvaluationResult |
EvaluationResult.withReason(String reason)
Specifies the reason that the user session was assigned this variation.
|
EvaluationResult |
EvaluationResult.withValue(VariableValue value)
The value assigned to this variation to differentiate it from the other variations of this feature.
|
EvaluationResult |
EvaluationResult.withVariation(String variation)
The name of the variation that was served to the user session.
|
| Modifier and Type | Method and Description |
|---|---|
List<EvaluationResult> |
BatchEvaluateFeatureResult.getResults()
An array of structures, where each structure displays the results of one feature evaluation assignment to one
user session.
|
| Modifier and Type | Method and Description |
|---|---|
BatchEvaluateFeatureResult |
BatchEvaluateFeatureResult.withResults(EvaluationResult... results)
An array of structures, where each structure displays the results of one feature evaluation assignment to one
user session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchEvaluateFeatureResult.setResults(Collection<EvaluationResult> results)
An array of structures, where each structure displays the results of one feature evaluation assignment to one
user session.
|
BatchEvaluateFeatureResult |
BatchEvaluateFeatureResult.withResults(Collection<EvaluationResult> results)
An array of structures, where each structure displays the results of one feature evaluation assignment to one
user session.
|
Copyright © 2025. All rights reserved.