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.
8474 8475 8476 8477 8478 8479 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8474 class Recommendation < Struct.new( :catalog_item, :score) SENSITIVE = [] include Aws::Structure end |
#score ⇒ Float
Recommendation Score between 0 and 1.
8474 8475 8476 8477 8478 8479 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8474 class Recommendation < Struct.new( :catalog_item, :score) SENSITIVE = [] include Aws::Structure end |