| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
ChangeDirectionEnum |
MetricGoal.desiredChange()
INCREASE means that a variation with a higher number for this metric is performing better. |
ChangeDirectionEnum |
MetricGoalConfig.desiredChange()
INCREASE means that a variation with a higher number for this metric is performing better. |
static ChangeDirectionEnum |
ChangeDirectionEnum.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ChangeDirectionEnum |
ChangeDirectionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeDirectionEnum[] |
ChangeDirectionEnum.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<ChangeDirectionEnum> |
ChangeDirectionEnum.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MetricGoal.Builder |
MetricGoal.Builder.desiredChange(ChangeDirectionEnum desiredChange)
INCREASE means that a variation with a higher number for this metric is performing better. |
MetricGoalConfig.Builder |
MetricGoalConfig.Builder.desiredChange(ChangeDirectionEnum desiredChange)
INCREASE means that a variation with a higher number for this metric is performing better. |
Copyright © 2023. All rights reserved.