nemo_microservices.types.shared.sensitive_data_detection_options#
Module Contents#
Classes#
API#
- class nemo_microservices.types.shared.sensitive_data_detection_options.SensitiveDataDetectionOptions(/, **data: typing.Any)#
Bases:
nemo_microservices._models.BaseModel- entities: Optional[List[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: Optional[str]#
None
The token that should be used to mask the sensitive data.
- score_threshold: Optional[float]#
None
The score threshold that should be used to detect the sensitive data.