Values.OptimizationObjectiveSourceDescribes the additional objective for the solution, such as maximizing streaming minutes or increasing revenue. For more information see Optimizing a solution.
type nonrec t = {itemAttribute : ItemAttribute.t option;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).
*)objectiveSensitivity : ObjectiveSensitivity.t option;Specifies how Amazon Personalize balances the importance of your optimization objective versus relevance.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ItemAttribute.t ]) list ]