Class: Aws::CustomerProfiles::Types::DiversityConfig

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

Instance Attribute Details

#diversity_columnsArray<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.

Returns:



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