Class DomainMatchingAutoMerging


  • public final class DomainMatchingAutoMerging
    extends java.lang.Object
    • Method Detail

      • conflictResolution

        public java.util.Optional<DomainMatchingAutoMergingConflictResolution> conflictResolution()
        Returns:
        A block that specifies how the auto-merging process should resolve conflicts between different profiles. Documented below.
      • consolidation

        public java.util.Optional<DomainMatchingAutoMergingConsolidation> consolidation()
        Returns:
        A block that specifies a list of matching attributes that represent matching criteria. If two profiles meet at least one of the requirements in the matching attributes list, they will be merged. Documented below. * ` min_allowed_confidence_score_for_merging ` - (Optional) A number between 0 and 1 that represents the minimum confidence score required for profiles within a matching group to be merged during the auto-merge process. A higher score means higher similarity required to merge profiles.
      • enabled

        public java.lang.Boolean enabled()
        Returns:
        The flag that enables the auto-merging of duplicate profiles.
      • minAllowedConfidenceScoreForMerging

        public java.util.Optional<java.lang.Double> minAllowedConfidenceScoreForMerging()