SensitiveDataDetection#

class nemo_microservices.types.shared.SensitiveDataDetection(*args: Any, **kwargs: Any)

Bases: BaseModel

input: SensitiveDataDetectionOptions | None = None

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

output: SensitiveDataDetectionOptions | None = None

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

recognizers: List[object] | None = None

Additional custom recognizers.

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

retrieval: SensitiveDataDetectionOptions | None = None

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