Class: Aws::CustomerProfiles::Types::Recommendation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Represents a single recommendation generated by the recommender system.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_itemTypes::CatalogItem

The catalog item being recommended, including its complete details and attributes.

Returns:



8685
8686
8687
8688
8689
8690
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8685

class Recommendation < Struct.new(
  :catalog_item,
  :score)
  SENSITIVE = []
  include Aws::Structure
end

#scoreFloat

Recommendation Score between 0 and 1.

Returns:

  • (Float)


8685
8686
8687
8688
8689
8690
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8685

class Recommendation < Struct.new(
  :catalog_item,
  :score)
  SENSITIVE = []
  include Aws::Structure
end