DomainAutoMergingArgs

data class DomainAutoMergingArgs(val conflictResolution: Output<DomainConflictResolutionArgs>? = null, val consolidation: Output<DomainConsolidationArgs>? = null, val enabled: Output<Boolean>, val minAllowedConfidenceScoreForMerging: Output<Double>? = null) : ConvertibleToJava<DomainAutoMergingArgs>

Configuration information about the auto-merging process.

Constructors

Link copied to clipboard
fun DomainAutoMergingArgs(conflictResolution: Output<DomainConflictResolutionArgs>? = null, consolidation: Output<DomainConsolidationArgs>? = null, enabled: Output<Boolean>, minAllowedConfidenceScoreForMerging: Output<Double>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DomainAutoMergingArgs

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val enabled: Output<Boolean>

The flag that enables the auto-merging of duplicate profiles.

Link copied to clipboard

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.