Uses of Class
software.amazon.awssdk.services.personalize.model.OptimizationObjective
-
Packages that use OptimizationObjective Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of OptimizationObjective in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return OptimizationObjective Modifier and Type Method Description OptimizationObjectiveSolutionConfig. optimizationObjective()Describes the additional objective for the solution, such as maximizing streaming minutes or increasing revenue.Methods in software.amazon.awssdk.services.personalize.model with parameters of type OptimizationObjective Modifier and Type Method Description SolutionConfig.BuilderSolutionConfig.Builder. optimizationObjective(OptimizationObjective optimizationObjective)Describes the additional objective for the solution, such as maximizing streaming minutes or increasing revenue.
-