Class: Aws::CustomerProfiles::Types::Recommender
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::Recommender
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
The recommender used to generate the recommendations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::RecommenderFilter>
A list of filters to apply to the returned recommendations.
-
#name ⇒ String
The unique name of the recommender.
-
#promotional_filters ⇒ Array<Types::RecommenderPromotionalFilter>
A list of promotional filters to apply to the recommendations.
Instance Attribute Details
#filters ⇒ Array<Types::RecommenderFilter>
A list of filters to apply to the returned recommendations. Filters define criteria for including or excluding items from the recommendation results.
9296 9297 9298 9299 9300 9301 9302 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 9296 class Recommender < Struct.new( :name, :filters, :promotional_filters) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The unique name of the recommender.
9296 9297 9298 9299 9300 9301 9302 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 9296 class Recommender < Struct.new( :name, :filters, :promotional_filters) SENSITIVE = [] include Aws::Structure end |
#promotional_filters ⇒ Array<Types::RecommenderPromotionalFilter>
A list of promotional filters to apply to the recommendations. Promotional filters allow you to promote specific items within a configurable subset of recommendation results.
9296 9297 9298 9299 9300 9301 9302 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 9296 class Recommender < Struct.new( :name, :filters, :promotional_filters) SENSITIVE = [] include Aws::Structure end |