nemo_microservices.types.shared.sensitive_data_detection#

Module Contents#

Classes#

API#

class nemo_microservices.types.shared.sensitive_data_detection.SensitiveDataDetection(/, **data: Any)#

Bases: nemo_microservices._models.BaseModel

input: nemo_microservices.types.shared.sensitive_data_detection_options.SensitiveDataDetectionOptions | None#

None

Configuration of the entities to be detected on the user input.

output: nemo_microservices.types.shared.sensitive_data_detection_options.SensitiveDataDetectionOptions | None#

None

Configuration of the entities to be detected on the bot output.

recognizers: List[Dict[str, object]] | None#

None

Additional custom recognizers.

Check out https://microsoft.github.io/presidio/tutorial/08_no_code/ for more details.

retrieval: nemo_microservices.types.shared.sensitive_data_detection_options.SensitiveDataDetectionOptions | None#

None

Configuration of the entities to be detected on retrieved relevant chunks.