Class: Aws::CustomerProfiles::Types::GetAutoMergingPreviewRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CustomerProfiles::Types::GetAutoMergingPreviewRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      1788 1789 1790 1791 1792 1793 1794 1795  | 
    
      # File '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  | 
  
#consolidation ⇒ Types::Consolidation
A list of matching attributes that represent matching criteria.
      1788 1789 1790 1791 1792 1793 1794 1795  | 
    
      # File '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_name ⇒ String
The unique name of the domain.
      1788 1789 1790 1791 1792 1793 1794 1795  | 
    
      # File '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_merging ⇒ Float
Minimum confidence score required for profiles within a matching group to be merged during the auto-merge process.
      1788 1789 1790 1791 1792 1793 1794 1795  | 
    
      # File '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  |