Class: Aws::CustomerProfiles::Types::GetAutoMergingPreviewRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetAutoMergingPreviewRequest
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conflict_resolution ⇒ Types::ConflictResolution
How the auto-merging process should resolve conflicts between different profiles.
-
#consolidation ⇒ Types::Consolidation
A list of matching attributes that represent matching criteria.
-
#domain_name ⇒ String
The unique name of the domain.
-
#min_allowed_confidence_score_for_merging ⇒ Float
Minimum confidence score required for profiles within a matching group to be merged during the auto-merge process.
Instance Attribute Details
#conflict_resolution ⇒ Types::ConflictResolution
How the auto-merging process should resolve conflicts between different profiles.
2432 2433 2434 2435 2436 2437 2438 2439 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2432 class GetAutoMergingPreviewRequest < Struct.new( :domain_name, :consolidation, :conflict_resolution, :min_allowed_confidence_score_for_merging) SENSITIVE = [] include Aws::Structure end |
#consolidation ⇒ Types::Consolidation
A list of matching attributes that represent matching criteria.
2432 2433 2434 2435 2436 2437 2438 2439 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2432 class GetAutoMergingPreviewRequest < Struct.new( :domain_name, :consolidation, :conflict_resolution, :min_allowed_confidence_score_for_merging) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The unique name of the domain.
2432 2433 2434 2435 2436 2437 2438 2439 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2432 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_merging ⇒ Float
Minimum confidence score required for profiles within a matching group to be merged during the auto-merge process.
2432 2433 2434 2435 2436 2437 2438 2439 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2432 class GetAutoMergingPreviewRequest < Struct.new( :domain_name, :consolidation, :conflict_resolution, :min_allowed_confidence_score_for_merging) SENSITIVE = [] include Aws::Structure end |