ResolutionTechniques - AWS Entity Resolution

ResolutionTechniques

An object which defines the resolutionType and the ruleBasedProperties.

Contents

resolutionType

The type of matching workflow to create. Specify one of the following types:

  • RULE_MATCHING: Match records using configurable rule-based criteria

  • ML_MATCHING: Match records using machine learning models

  • PROVIDER: Match records using a third-party matching provider

Type: String

Valid Values: RULE_MATCHING | ML_MATCHING | PROVIDER

Required: Yes

providerProperties

The properties of the provider service.

Type: ProviderProperties object

Required: No

ruleBasedProperties

An object which defines the list of matching rules to run and has a field rules, which is a list of rule objects.

Type: RuleBasedProperties object

Required: No

ruleConditionProperties

An object containing the rules for a matching workflow.

Type: RuleConditionProperties object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: