consolidation

@JvmName(name = "vjcoyxyyxovjdvsu")
suspend fun consolidation(value: Output<DomainMatchingAutoMergingConsolidationArgs>)
@JvmName(name = "itejxqtxnvphagjj")
suspend fun consolidation(value: DomainMatchingAutoMergingConsolidationArgs?)

Parameters

value

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.


@JvmName(name = "gfttxkheepeqkotq")
suspend fun consolidation(argument: suspend DomainMatchingAutoMergingConsolidationArgsBuilder.() -> Unit)

Parameters

argument

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.