Class GuardrailAutomatedReasoningScenario
Represents a logical scenario where claims can be evaluated as true or false, containing specific logical assignments.
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class GuardrailAutomatedReasoningScenario
Properties
| Edit this page View SourceStatements
Optional. List of logical assignments and statements that define this scenario.
Declaration
[JsonProperty("statements")]
public GuardrailAutomatedReasoningStatement[] Statements { get; set; }
Property Value
| Type | Description |
|---|---|
| GuardrailAutomatedReasoningStatement[] |