GuardrailAutomatedReasoningFinding - Amazon Bedrock

GuardrailAutomatedReasoningFinding

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.

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

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.

Type: GuardrailAutomatedReasoningImpossibleFinding object

Required: No

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.

Type: GuardrailAutomatedReasoningInvalidFinding object

Required: No

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.

Type: GuardrailAutomatedReasoningNoTranslationsFinding object

Required: No

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.

Type: GuardrailAutomatedReasoningSatisfiableFinding object

Required: No

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.

Type: GuardrailAutomatedReasoningTooComplexFinding object

Required: No

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.

Type: GuardrailAutomatedReasoningTranslationAmbiguousFinding object

Required: No

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.

Type: GuardrailAutomatedReasoningValidFinding object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: