| Package | Description |
|---|---|
| software.amazon.awssdk.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
static ObjectiveSensitivity |
ObjectiveSensitivity.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ObjectiveSensitivity |
OptimizationObjective.objectiveSensitivity()
Specifies how Amazon Personalize balances the importance of your optimization objective versus relevance.
|
static ObjectiveSensitivity |
ObjectiveSensitivity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectiveSensitivity[] |
ObjectiveSensitivity.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<ObjectiveSensitivity> |
ObjectiveSensitivity.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
OptimizationObjective.Builder |
OptimizationObjective.Builder.objectiveSensitivity(ObjectiveSensitivity objectiveSensitivity)
Specifies how Amazon Personalize balances the importance of your optimization objective versus relevance.
|
Copyright © 2022. All rights reserved.