nemo_microservices.types.beta.audit.audit_run_data#
Module Contents#
Classes#
API#
- class nemo_microservices.types.beta.audit.audit_run_data.AuditRunData(/, **data: Any)#
Bases:
nemo_microservices._models.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