Class: Aws::CustomerProfiles::Types::Recommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::Recommendation
- 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
-
#catalog_item ⇒ Types::CatalogItem
The catalog item being recommended, including its complete details and attributes.
-
#score ⇒ Float
Recommendation Score between 0 and 1.
Instance Attribute Details
#catalog_item ⇒ Types::CatalogItem
The catalog item being recommended, including its complete details and attributes.
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 |
#score ⇒ Float
Recommendation Score between 0 and 1.
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 |