Class GuardrailWordPolicyAssessment
The word policy assessment that includes both custom and managed word filters.
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class GuardrailWordPolicyAssessment
Properties
| Edit this page View SourceCustomWords
Required. Custom words defined in the assessment.
Declaration
[JsonProperty("customWords")]
public List<GuardrailCustomWord> CustomWords { get; set; }
Property Value
| Type | Description |
|---|---|
| List<GuardrailCustomWord> |
ManagedWordLists
Required. Managed word lists used in the assessment.
Declaration
[JsonProperty("managedWordLists")]
public List<GuardrailManagedWord> ManagedWordLists { get; set; }
Property Value
| Type | Description |
|---|---|
| List<GuardrailManagedWord> |