| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
OptimizationObjective |
OptimizationObjective.clone() |
OptimizationObjective |
SolutionConfig.getOptimizationObjective()
Describes the additional objective for the solution, such as maximizing streaming minutes or increasing revenue.
|
OptimizationObjective |
OptimizationObjective.withItemAttribute(String itemAttribute)
The numerical metadata column in an Items dataset related to the optimization objective.
|
OptimizationObjective |
OptimizationObjective.withObjectiveSensitivity(ObjectiveSensitivity objectiveSensitivity)
Specifies how Amazon Personalize balances the importance of your optimization objective versus relevance.
|
OptimizationObjective |
OptimizationObjective.withObjectiveSensitivity(String objectiveSensitivity)
Specifies how Amazon Personalize balances the importance of your optimization objective versus relevance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SolutionConfig.setOptimizationObjective(OptimizationObjective optimizationObjective)
Describes the additional objective for the solution, such as maximizing streaming minutes or increasing revenue.
|
SolutionConfig |
SolutionConfig.withOptimizationObjective(OptimizationObjective optimizationObjective)
Describes the additional objective for the solution, such as maximizing streaming minutes or increasing revenue.
|
Copyright © 2022. All rights reserved.