AuditRunData#
- class nemo_microservices.types.beta.AuditRunData(*args: Any, **kwargs: Any)
Bases:
BaseModel- deprefix: bool | None = None
Remove the prompt from the start of the output (some models return the prompt as part of their output)
- eval_threshold: float | None = None
Threshold for categorizing a detector output as a successful attack/hit
- generations: int | None = None
How many times to send each prompt for inference
- probe_tags: str | None = None
- seed: int | None = None
- user_agent: str | None = None