Class GuardrailAutomatedReasoningRule
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class GuardrailAutomatedReasoningRule
Properties
| Edit this page View SourceIdentifier
Optional. The unique identifier of the automated reasoning rule.
Declaration
[JsonProperty("identifier")]
public string Identifier { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PolicyVersionArn
Optional. The ARN of the automated reasoning policy version that contains this rule.
Declaration
[JsonProperty("policyVersionArn")]
public string PolicyVersionArn { get; set; }
Property Value
| Type | Description |
|---|---|
| string |