nemoguardrails.library.f5.rail_config

View as Markdown

Module Contents

Classes

NameDescription
F5GuardrailsRailConfigConfiguration for the F5 Guardrails integration.

Functions

NameDescription
build_config_spec-

API

class nemoguardrails.library.f5.rail_config.F5GuardrailsRailConfig()

Bases: RailConfigBaseModel

Configuration for the F5 Guardrails integration.

Note: The API key is intentionally not part of this config. It is a secret and must be provided via the F5_GUARDRAILS_API_KEY environment variable.

api_url
str
fail_open
bool
max_retries
int
max_retry_after_seconds
float
retry_backoff_seconds
float
nemoguardrails.library.f5.rail_config.build_config_spec() -> nemoguardrails.manifests.config_schema.RailConfigSpec