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:



8189
8190
8191
8192
8193
8194
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8189

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

#scoreFloat

Recommendation Score between 0 and 1.

Returns:

  • (Float)


8189
8190
8191
8192
8193
8194
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8189

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