Class GuardrailRegexFilter
A Personally Identifiable Information (PII) entity configured in a guardrail.
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class GuardrailRegexFilter
Properties
| Edit this page View SourceAction
Required. The guardrail action when a regex match is triggered. Valid Values: BLOCKED | ANONYMIZED | NONE
Declaration
[JsonProperty("action")]
public string Action { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Detected
Optional. Indicates whether content matching the regex was detected.
Declaration
[JsonProperty("detected")]
public bool? Detected { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Match
Optional. The regex pattern used for filtering sensitive content.
Declaration
[JsonProperty("match")]
public string Match { get; set; }
Property Value
| Type | Description |
|---|---|
| string |