Skip to content

Dictionary Specification

The Dictionary Specification object is a part of the Job resource.

Attributes

Top level attributes

Name Type Description
id integer Identifier of the existing Dictionary.
mode string Mode in which the dictionary will be used (available: exact, fuzzy). If mode is fuzzy for a dictionary of type map, the source column is used for fuzzy matching.
threshold float Confidence threshold (in interval [0.0, 1.0]) for fuzzy dictionary matches. A value of 0.90 is recommended for most of the use cases. If mode is exact, this field is ignored. The default value is 0.90 if the field is not provided. Optional.