nemo_microservices.types.shared_params.sensitive_data_detection#
Module Contents#
Classes#
API#
- class nemo_microservices.types.shared_params.sensitive_data_detection.SensitiveDataDetection#
Bases:
typing_extensions.TypedDict- input: nemo_microservices.types.shared_params.sensitive_data_detection_options.SensitiveDataDetectionOptions#
None
Configuration of the entities to be detected on the user input.
- output: nemo_microservices.types.shared_params.sensitive_data_detection_options.SensitiveDataDetectionOptions#
None
Configuration of the entities to be detected on the bot output.
- recognizers: Iterable[Dict[str, object]]#
None
Additional custom recognizers.
Check out https://microsoft.github.io/presidio/tutorial/08_no_code/ for more details.
- retrieval: nemo_microservices.types.shared_params.sensitive_data_detection_options.SensitiveDataDetectionOptions#
None
Configuration of the entities to be detected on retrieved relevant chunks.