AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Represents a logical validation result from automated reasoning policy evaluation. The finding indicates whether claims in the input are logically valid, invalid, satisfiable, impossible, or have other logical issues.
Namespace: Amazon.BedrockRuntime.Model
Assembly: AWSSDK.BedrockRuntime.dll
Version: 3.x.y.z
public class GuardrailAutomatedReasoningFinding
The GuardrailAutomatedReasoningFinding type exposes the following members
Name | Description | |
---|---|---|
![]() |
GuardrailAutomatedReasoningFinding() |
Name | Type | Description | |
---|---|---|---|
![]() |
Impossible | Amazon.BedrockRuntime.Model.GuardrailAutomatedReasoningImpossibleFinding |
Gets and sets the property Impossible. Contains the result when the automated reasoning evaluation determines that no valid logical conclusions can be drawn due to contradictions in the premises or policy rules themselves. |
![]() |
Invalid | Amazon.BedrockRuntime.Model.GuardrailAutomatedReasoningInvalidFinding |
Gets and sets the property Invalid. Contains the result when the automated reasoning evaluation determines that the claims in the input are logically invalid and contradict the established premises or policy rules. |
![]() |
NoTranslations | Amazon.BedrockRuntime.Model.GuardrailAutomatedReasoningNoTranslationsFinding |
Gets and sets the property NoTranslations. Contains the result when the automated reasoning evaluation cannot extract any relevant logical information from the input that can be validated against the policy rules. |
![]() |
Satisfiable | Amazon.BedrockRuntime.Model.GuardrailAutomatedReasoningSatisfiableFinding |
Gets and sets the property Satisfiable. Contains the result when the automated reasoning evaluation determines that the claims in the input could be either true or false depending on additional assumptions not provided in the input context. |
![]() |
TooComplex | Amazon.BedrockRuntime.Model.GuardrailAutomatedReasoningTooComplexFinding |
Gets and sets the property TooComplex. Contains the result when the automated reasoning evaluation cannot process the input due to its complexity or volume exceeding the system's processing capacity for logical analysis. |
![]() |
TranslationAmbiguous | Amazon.BedrockRuntime.Model.GuardrailAutomatedReasoningTranslationAmbiguousFinding |
Gets and sets the property TranslationAmbiguous. Contains the result when the automated reasoning evaluation detects that the input has multiple valid logical interpretations, requiring additional context or clarification to proceed with validation. |
![]() |
Valid | Amazon.BedrockRuntime.Model.GuardrailAutomatedReasoningValidFinding |
Gets and sets the property Valid. Contains the result when the automated reasoning evaluation determines that the claims in the input are logically valid and definitively true based on the provided premises and policy rules. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer