Class GuardrailAutomatedReasoningSatisfiableFinding
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class GuardrailAutomatedReasoningSatisfiableFinding
Properties
| Edit this page View SourceClaimsFalseScenario
Optional. An example scenario demonstrating how the claims could be logically false.
Declaration
[JsonProperty("claimsFalseScenario")]
public GuardrailAutomatedReasoningScenario ClaimsFalseScenario { get; set; }
Property Value
| Type | Description |
|---|---|
| GuardrailAutomatedReasoningScenario |
ClaimsTrueScenario
Optional. An example scenario demonstrating how the claims could be logically true.
Declaration
[JsonProperty("claimsTrueScenario")]
public GuardrailAutomatedReasoningScenario ClaimsTrueScenario { get; set; }
Property Value
| Type | Description |
|---|---|
| GuardrailAutomatedReasoningScenario |
LogicWarning
Optional. Indication of a logic issue with the translation without needing to consider the automated reasoning policy rules.
Declaration
[JsonProperty("logicWarning")]
public GuardrailAutomatedReasoningLogicWarning LogicWarning { get; set; }
Property Value
| Type | Description |
|---|---|
| GuardrailAutomatedReasoningLogicWarning |
Translation
Optional. The logical translation of the input that this finding evaluates.
Declaration
[JsonProperty("translation")]
public GuardrailAutomatedReasoningTranslation Translation { get; set; }
Property Value
| Type | Description |
|---|---|
| GuardrailAutomatedReasoningTranslation |