Class: Aws::EntityResolution::Types::ResolutionTechniques

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#provider_propertiesTypes::ProviderProperties

The properties of the provider service.



2783
2784
2785
2786
2787
2788
2789
2790
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2783

class ResolutionTechniques < Struct.new(
  :resolution_type,
  :rule_based_properties,
  :rule_condition_properties,
  :provider_properties)
  SENSITIVE = []
  include Aws::Structure
end

#resolution_typeString

The type of matching. There are three types of matching: RULE_MATCHING, ML_MATCHING, and PROVIDER.

Returns:

  • (String)


2783
2784
2785
2786
2787
2788
2789
2790
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2783

class ResolutionTechniques < Struct.new(
  :resolution_type,
  :rule_based_properties,
  :rule_condition_properties,
  :provider_properties)
  SENSITIVE = []
  include Aws::Structure
end

#rule_based_propertiesTypes::RuleBasedProperties

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



2783
2784
2785
2786
2787
2788
2789
2790
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2783

class ResolutionTechniques < Struct.new(
  :resolution_type,
  :rule_based_properties,
  :rule_condition_properties,
  :provider_properties)
  SENSITIVE = []
  include Aws::Structure
end

#rule_condition_propertiesTypes::RuleConditionProperties

An object containing the rules for a matching workflow.



2783
2784
2785
2786
2787
2788
2789
2790
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2783

class ResolutionTechniques < Struct.new(
  :resolution_type,
  :rule_based_properties,
  :rule_condition_properties,
  :provider_properties)
  SENSITIVE = []
  include Aws::Structure
end