nemo_microservices.types.shared.sensitive_data_detection_options#

Module Contents#

Classes#

API#

class nemo_microservices.types.shared.sensitive_data_detection_options.SensitiveDataDetectionOptions(/, **data: Any)#

Bases: nemo_microservices._models.BaseModel

entities: List[str] | None#

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#

None

The token that should be used to mask the sensitive data.

score_threshold: float | None#

None

The score threshold that should be used to detect the sensitive data.