Class: Aws::PersonalizeRuntime::Types::GetActionRecommendationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PersonalizeRuntime::Types::GetActionRecommendationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalizeruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_list ⇒ Array<Types::PredictedAction>
A list of action recommendations sorted in descending order by prediction score.
-
#recommendation_id ⇒ String
The ID of the recommendation.
Instance Attribute Details
#action_list ⇒ Array<Types::PredictedAction>
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].
[1]: docs.aws.amazon.com/personalize/latest/dg/how-action-recommendation-scoring-works.html
90 91 92 93 94 95 |
# File 'lib/aws-sdk-personalizeruntime/types.rb', line 90 class GetActionRecommendationsResponse < Struct.new( :action_list, :recommendation_id) SENSITIVE = [] include Aws::Structure end |
#recommendation_id ⇒ String
The ID of the recommendation.
90 91 92 93 94 95 |
# File 'lib/aws-sdk-personalizeruntime/types.rb', line 90 class GetActionRecommendationsResponse < Struct.new( :action_list, :recommendation_id) SENSITIVE = [] include Aws::Structure end |