| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
static EvaluationResult.Builder |
EvaluationResult.builder() |
EvaluationResult.Builder |
EvaluationResult.Builder.details(String details)
If this user was assigned to a launch or experiment, this field lists the launch or experiment name.
|
EvaluationResult.Builder |
EvaluationResult.Builder.entityId(String entityId)
An internal ID that represents a unique user session of the application.
|
EvaluationResult.Builder |
EvaluationResult.Builder.feature(String feature)
The name of the feature being evaluated.
|
EvaluationResult.Builder |
EvaluationResult.Builder.project(String project)
The name or ARN of the project that contains the feature being evaluated.
|
EvaluationResult.Builder |
EvaluationResult.Builder.reason(String reason)
Specifies the reason that the user session was assigned this variation.
|
EvaluationResult.Builder |
EvaluationResult.toBuilder() |
default EvaluationResult.Builder |
EvaluationResult.Builder.value(Consumer<VariableValue.Builder> value)
The value assigned to this variation to differentiate it from the other variations of this feature.
|
EvaluationResult.Builder |
EvaluationResult.Builder.value(VariableValue value)
The value assigned to this variation to differentiate it from the other variations of this feature.
|
EvaluationResult.Builder |
EvaluationResult.Builder.variation(String variation)
The name of the variation that was served to the user session.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EvaluationResult.Builder> |
EvaluationResult.serializableBuilderClass() |
Copyright © 2023. All rights reserved.