Class: Aws::CustomerProfiles::Types::GetAutoMergingPreviewRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conflict_resolutionTypes::ConflictResolution

How the auto-merging process should resolve conflicts between different profiles.



1788
1789
1790
1791
1792
1793
1794
1795
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1788

class GetAutoMergingPreviewRequest < Struct.new(
  :domain_name,
  :consolidation,
  :conflict_resolution,
  :min_allowed_confidence_score_for_merging)
  SENSITIVE = []
  include Aws::Structure
end

#consolidationTypes::Consolidation

A list of matching attributes that represent matching criteria.



1788
1789
1790
1791
1792
1793
1794
1795
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1788

class GetAutoMergingPreviewRequest < Struct.new(
  :domain_name,
  :consolidation,
  :conflict_resolution,
  :min_allowed_confidence_score_for_merging)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


1788
1789
1790
1791
1792
1793
1794
1795
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1788

class GetAutoMergingPreviewRequest < Struct.new(
  :domain_name,
  :consolidation,
  :conflict_resolution,
  :min_allowed_confidence_score_for_merging)
  SENSITIVE = []
  include Aws::Structure
end

#min_allowed_confidence_score_for_mergingFloat

Minimum confidence score required for profiles within a matching group to be merged during the auto-merge process.

Returns:

  • (Float)


1788
1789
1790
1791
1792
1793
1794
1795
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1788

class GetAutoMergingPreviewRequest < Struct.new(
  :domain_name,
  :consolidation,
  :conflict_resolution,
  :min_allowed_confidence_score_for_merging)
  SENSITIVE = []
  include Aws::Structure
end