Class: Aws::CustomerProfiles::Types::Recommender

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#filtersArray<Types::RecommenderFilter>

A list of filters to apply to the returned recommendations. Filters define criteria for including or excluding items from the recommendation results.

Returns:



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

#nameString

The unique name of the recommender.

Returns:

  • (String)


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_filtersArray<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