Class GuardrailAutomatedReasoningImpossibleFinding
Indicates that no valid claims can be made due to logical contradictions in the premises or rules.
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class GuardrailAutomatedReasoningImpossibleFinding
Properties
| Edit this page View SourceContradictingRules
Optional. The automated reasoning policy rules that contradict the claims and/or premises in the input.
Declaration
[JsonProperty("contradictingRules")]
public GuardrailAutomatedReasoningRule[] ContradictingRules { get; set; }
Property Value
| Type | Description |
|---|---|
| GuardrailAutomatedReasoningRule[] |
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 |