SensitiveDataDetectionOptions#
- class nemo_microservices.types.shared_params.SensitiveDataDetectionOptions
Bases:
TypedDict- entities: List[str]
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
The token that should be used to mask the sensitive data.
- score_threshold: float
The score threshold that should be used to detect the sensitive data.