Guardrail constructor
Guardrail({
- TriggerAction? action,
- GuardrailCodeCallback? codeCallback,
- GuardrailContentFilter? contentFilter,
- String? createTime,
- String? description,
- String? displayName,
- bool? enabled,
- String? etag,
- GuardrailLlmPolicy? llmPolicy,
- GuardrailLlmPromptSecurity? llmPromptSecurity,
- GuardrailModelSafety? modelSafety,
- String? name,
- String? updateTime,
Implementation
Guardrail({
this.action,
this.codeCallback,
this.contentFilter,
this.createTime,
this.description,
this.displayName,
this.enabled,
this.etag,
this.llmPolicy,
this.llmPromptSecurity,
this.modelSafety,
this.name,
this.updateTime,
});