| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
FeatureEvaluationStrategy |
FeatureSummary.evaluationStrategy()
If this value is
ALL_RULES, the traffic allocation specified by any ongoing launches or experiments
is being used. |
FeatureEvaluationStrategy |
CreateFeatureRequest.evaluationStrategy()
Specify
ALL_RULES to activate the traffic allocation specified by any ongoing launches or
experiments. |
FeatureEvaluationStrategy |
UpdateFeatureRequest.evaluationStrategy()
Specify
ALL_RULES to activate the traffic allocation specified by any ongoing launches or
experiments. |
FeatureEvaluationStrategy |
Feature.evaluationStrategy()
If this value is
ALL_RULES, the traffic allocation specified by any ongoing launches or experiments
is being used. |
static FeatureEvaluationStrategy |
FeatureEvaluationStrategy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static FeatureEvaluationStrategy |
FeatureEvaluationStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureEvaluationStrategy[] |
FeatureEvaluationStrategy.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<FeatureEvaluationStrategy> |
FeatureEvaluationStrategy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
FeatureSummary.Builder |
FeatureSummary.Builder.evaluationStrategy(FeatureEvaluationStrategy evaluationStrategy)
If this value is
ALL_RULES, the traffic allocation specified by any ongoing launches or
experiments is being used. |
CreateFeatureRequest.Builder |
CreateFeatureRequest.Builder.evaluationStrategy(FeatureEvaluationStrategy evaluationStrategy)
Specify
ALL_RULES to activate the traffic allocation specified by any ongoing launches or
experiments. |
UpdateFeatureRequest.Builder |
UpdateFeatureRequest.Builder.evaluationStrategy(FeatureEvaluationStrategy evaluationStrategy)
Specify
ALL_RULES to activate the traffic allocation specified by any ongoing launches or
experiments. |
Feature.Builder |
Feature.Builder.evaluationStrategy(FeatureEvaluationStrategy evaluationStrategy)
If this value is
ALL_RULES, the traffic allocation specified by any ongoing launches or
experiments is being used. |
Copyright © 2023. All rights reserved.