Class LargeCustomDictionaryConfig (2.0.2)

LargeCustomDictionaryConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration for a custom dictionary created from a data source of any size up to the maximum size defined in the limits <https://cloud.google.com/dlp/limits>__ page. The artifacts of dictionary creation are stored in the specified Google Cloud Storage location. Consider using CustomInfoType.Dictionary for smaller dictionaries that satisfy the size requirements.

Attributes

NameDescription
output_path .storage.CloudStoragePath
Location to store dictionary artifacts in Google Cloud Storage. These files will only be accessible by project owners and the DLP API. If any of these artifacts are modified, the dictionary is considered invalid and can no longer be used.
cloud_storage_file_set .storage.CloudStorageFileSet
Set of files containing newline-delimited lists of dictionary phrases.
big_query_field .storage.BigQueryField
Field in a BigQuery table where each cell represents a dictionary phrase.