nemo_microservices.types.shared_params.sensitive_data_detection_options#
Module Contents#
Classes#
API#
- class nemo_microservices.types.shared_params.sensitive_data_detection_options.SensitiveDataDetectionOptions#
Bases:
typing_extensions.TypedDict- entities: nemo_microservices._types.SequenceNotStr[str]#
None
The list of entities that should be detected.
Check out https://microsoft.github.io/presidio/supported_entities/ forthe list of supported entities.
- mask_token: str#
None
The token that should be used to mask the sensitive data.
- score_threshold: float#
None
The score threshold that should be used to detect the sensitive data.