nemo_microservices.types.shared.sensitive_data_detection#
Module Contents#
Classes#
API#
- class nemo_microservices.types.shared.sensitive_data_detection.SensitiveDataDetection(/, **data: typing.Any)#
Bases:
nemo_microservices._models.BaseModel- input: Optional[nemo_microservices.types.shared.sensitive_data_detection_options.SensitiveDataDetectionOptions]#
None
Configuration of the entities to be detected on the user input.
- output: Optional[nemo_microservices.types.shared.sensitive_data_detection_options.SensitiveDataDetectionOptions]#
None
Configuration of the entities to be detected on the bot output.
- recognizers: Optional[List[Dict[str, object]]]#
None
Additional custom recognizers.
Check out https://microsoft.github.io/presidio/tutorial/08_no_code/ for more details.
- retrieval: Optional[nemo_microservices.types.shared.sensitive_data_detection_options.SensitiveDataDetectionOptions]#
None
Configuration of the entities to be detected on retrieved relevant chunks.