Class: Aws::PersonalizeRuntime::Types::GetRecommendationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PersonalizeRuntime::Types::GetRecommendationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalizeruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#item_list ⇒ Array<Types::PredictedItem>
A list of recommendations sorted in descending order by prediction score.
-
#recommendation_id ⇒ String
The ID of the recommendation.
Instance Attribute Details
#item_list ⇒ Array<Types::PredictedItem>
A list of recommendations sorted in descending order by prediction score. There can be a maximum of 500 items in the list.
320 321 322 323 324 325 |
# File 'lib/aws-sdk-personalizeruntime/types.rb', line 320 class GetRecommendationsResponse < Struct.new( :item_list, :recommendation_id) SENSITIVE = [] include Aws::Structure end |
#recommendation_id ⇒ String
The ID of the recommendation.
320 321 322 323 324 325 |
# File 'lib/aws-sdk-personalizeruntime/types.rb', line 320 class GetRecommendationsResponse < Struct.new( :item_list, :recommendation_id) SENSITIVE = [] include Aws::Structure end |