Class: Aws::PersonalizeRuntime::Types::GetRecommendationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-personalizeruntime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#item_listArray<Types::PredictedItem>

A list of recommendations sorted in descending order by prediction score. There can be a maximum of 500 items in the list.

Returns:



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_idString

The ID of the recommendation.

Returns:

  • (String)


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