Class: Aws::CustomerProfiles::Types::DiversityConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DiversityConfig
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Configuration that controls diversity of recommendation results by capping the representation of specified item columns.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#diversity_columns ⇒ Array<Types::DiversityColumn>
A list of up to two diversity columns.
Instance Attribute Details
#diversity_columns ⇒ Array<Types::DiversityColumn>
A list of up to two diversity columns. Each column defines a cap on the number or percentage of recommended items that share the same value for that column.
2945 2946 2947 2948 2949 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2945 class DiversityConfig < Struct.new( :diversity_columns) SENSITIVE = [] include Aws::Structure end |