class Aws::Personalize::Types::OptimizationObjective

Describes the additional objective for the solution, such as maximizing streaming minutes or increasing revenue. For more information see [Optimizing a solution].

[1]: docs.aws.amazon.com/personalize/latest/dg/optimizing-solution-for-objective.html

@note When making an API call, you may pass OptimizationObjective

data as a hash:

    {
      item_attribute: "ItemAttribute",
      objective_sensitivity: "LOW", # accepts LOW, MEDIUM, HIGH, OFF
    }

@!attribute [rw] item_attribute

The numerical metadata column in an Items dataset related to the
optimization objective. For example, VIDEO\_LENGTH (to maximize
streaming minutes), or PRICE (to maximize revenue).
@return [String]

@!attribute [rw] objective_sensitivity

Specifies how Amazon Personalize balances the importance of your
optimization objective versus relevance.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/OptimizationObjective AWS API Documentation

Constants

SENSITIVE