Class: Aws::PersonalizeRuntime::Types::GetPersonalizedRankingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PersonalizeRuntime::Types::GetPersonalizedRankingResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalizeruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#personalized_ranking ⇒ Array<Types::PredictedItem>
A list of items in order of most likely interest to the user.
-
#recommendation_id ⇒ String
The ID of the recommendation.
Instance Attribute Details
#personalized_ranking ⇒ Array<Types::PredictedItem>
A list of items in order of most likely interest to the user. The maximum is 500.
192 193 194 195 196 197 |
# File 'lib/aws-sdk-personalizeruntime/types.rb', line 192 class GetPersonalizedRankingResponse < Struct.new( :personalized_ranking, :recommendation_id) SENSITIVE = [] include Aws::Structure end |
#recommendation_id ⇒ String
The ID of the recommendation.
192 193 194 195 196 197 |
# File 'lib/aws-sdk-personalizeruntime/types.rb', line 192 class GetPersonalizedRankingResponse < Struct.new( :personalized_ranking, :recommendation_id) SENSITIVE = [] include Aws::Structure end |