Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailAutomatedReasoningImpossibleFinding
Packages that use GuardrailAutomatedReasoningImpossibleFinding
-
Uses of GuardrailAutomatedReasoningImpossibleFinding in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailAutomatedReasoningImpossibleFindingModifier and TypeMethodDescriptionGuardrailAutomatedReasoningFinding.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.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailAutomatedReasoningImpossibleFindingModifier and TypeMethodDescriptionGuardrailAutomatedReasoningFinding.fromImpossible(GuardrailAutomatedReasoningImpossibleFinding impossible) Create an instance of this class withGuardrailAutomatedReasoningFinding.impossible()initialized to the given value.GuardrailAutomatedReasoningFinding.Builder.impossible(GuardrailAutomatedReasoningImpossibleFinding 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.