ENUM

GuardrailsStatType

Types of guardrails stats

link GraphQL Schema definition

  • enum GuardrailsStatType {
  • # failed states
  • FAILED_DRIFTS
  • # drifts identified when execution mode is ENFORCEMENT
  • MITIGATED_DRIFTS
  • # drifts identified when execution mode is MONITOR
  • MONITORED_DRIFTS
  • }