JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.personalizeruntime.model

Class GetActionRecommendationsResult

    • Constructor Detail

      • GetActionRecommendationsResult

        public GetActionRecommendationsResult()
    • Method Detail

      • getActionList

        public List<PredictedAction> getActionList()

        A list of action recommendations sorted in descending order by prediction score. There can be a maximum of 100 actions in the list. For information about action scores, see How action recommendation scoring works.

        Returns:
        A list of action recommendations sorted in descending order by prediction score. There can be a maximum of 100 actions in the list. For information about action scores, see How action recommendation scoring works.
      • setActionList

        public void setActionList(Collection<PredictedAction> actionList)

        A list of action recommendations sorted in descending order by prediction score. There can be a maximum of 100 actions in the list. For information about action scores, see How action recommendation scoring works.

        Parameters:
        actionList - A list of action recommendations sorted in descending order by prediction score. There can be a maximum of 100 actions in the list. For information about action scores, see How action recommendation scoring works.
      • setRecommendationId

        public void setRecommendationId(String recommendationId)

        The ID of the recommendation.

        Parameters:
        recommendationId - The ID of the recommendation.
      • getRecommendationId

        public String getRecommendationId()

        The ID of the recommendation.

        Returns:
        The ID of the recommendation.
      • withRecommendationId

        public GetActionRecommendationsResult withRecommendationId(String recommendationId)

        The ID of the recommendation.

        Parameters:
        recommendationId - The ID of the recommendation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /