| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
static VariableValue |
VariableValue.fromBoolValue(Boolean boolValue)
Create an instance of this class with
boolValue() initialized to the given value. |
static VariableValue |
VariableValue.fromDoubleValue(Double doubleValue)
Create an instance of this class with
doubleValue() initialized to the given value. |
static VariableValue |
VariableValue.fromLongValue(Long longValue)
Create an instance of this class with
longValue() initialized to the given value. |
static VariableValue |
VariableValue.fromStringValue(String stringValue)
Create an instance of this class with
stringValue() initialized to the given value. |
VariableValue |
Variation.value()
The value assigned to this variation.
|
VariableValue |
VariationConfig.value()
The value assigned to this variation.
|
VariableValue |
EvaluationResult.value()
The value assigned to this variation to differentiate it from the other variations of this feature.
|
VariableValue |
EvaluateFeatureResponse.value()
The value assigned to this variation to differentiate it from the other variations of this feature.
|
| Modifier and Type | Method and Description |
|---|---|
Variation.Builder |
Variation.Builder.value(VariableValue value)
The value assigned to this variation.
|
VariationConfig.Builder |
VariationConfig.Builder.value(VariableValue value)
The value assigned to this variation.
|
EvaluationResult.Builder |
EvaluationResult.Builder.value(VariableValue value)
The value assigned to this variation to differentiate it from the other variations of this feature.
|
EvaluateFeatureResponse.Builder |
EvaluateFeatureResponse.Builder.value(VariableValue value)
The value assigned to this variation to differentiate it from the other variations of this feature.
|
Copyright © 2023. All rights reserved.