Interface OptimizationObjective.Builder

    • Method Detail

      • itemAttribute

        OptimizationObjective.Builder itemAttribute​(String itemAttribute)

        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).

        Parameters:
        itemAttribute - 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).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • objectiveSensitivity

        OptimizationObjective.Builder objectiveSensitivity​(String objectiveSensitivity)

        Specifies how Amazon Personalize balances the importance of your optimization objective versus relevance.

        Parameters:
        objectiveSensitivity - Specifies how Amazon Personalize balances the importance of your optimization objective versus relevance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ObjectiveSensitivity, ObjectiveSensitivity
      • objectiveSensitivity

        OptimizationObjective.Builder objectiveSensitivity​(ObjectiveSensitivity objectiveSensitivity)

        Specifies how Amazon Personalize balances the importance of your optimization objective versus relevance.

        Parameters:
        objectiveSensitivity - Specifies how Amazon Personalize balances the importance of your optimization objective versus relevance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ObjectiveSensitivity, ObjectiveSensitivity