Ai Guardrail Guardrail Regex Config
data class AiGuardrailGuardrailRegexConfig(val action: AiGuardrailGuardrailSensitiveInformationAction, val description: String? = null, val name: String, val pattern: String)
A regex configuration.
Constructors
Link copied to clipboard
constructor(action: AiGuardrailGuardrailSensitiveInformationAction, description: String? = null, name: String, pattern: String)