Class: Aws::EntityResolution::Types::ResolutionTechniques
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ResolutionTechniques
- Defined in:
- gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb
Overview
An object which defines the resolutionType
and the
ruleBasedProperties
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#provider_properties ⇒ Types::ProviderProperties
The properties of the provider service.
-
#resolution_type ⇒ String
The type of matching.
-
#rule_based_properties ⇒ Types::RuleBasedProperties
An object which defines the list of matching rules to run and has a field
Rules
, which is a list of rule objects.
Instance Attribute Details
#provider_properties ⇒ Types::ProviderProperties
The properties of the provider service.
2593 2594 2595 2596 2597 2598 2599 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2593 class ResolutionTechniques < Struct.new( :provider_properties, :resolution_type, :rule_based_properties) SENSITIVE = [] include Aws::Structure end |
#resolution_type ⇒ String
The type of matching. There are three types of matching:
RULE_MATCHING
, ML_MATCHING
, and PROVIDER
.
2593 2594 2595 2596 2597 2598 2599 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2593 class ResolutionTechniques < Struct.new( :provider_properties, :resolution_type, :rule_based_properties) SENSITIVE = [] include Aws::Structure end |
#rule_based_properties ⇒ Types::RuleBasedProperties
An object which defines the list of matching rules to run and has a
field Rules
, which is a list of rule objects.
2593 2594 2595 2596 2597 2598 2599 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2593 class ResolutionTechniques < Struct.new( :provider_properties, :resolution_type, :rule_based_properties) SENSITIVE = [] include Aws::Structure end |