Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailAutomatedReasoningImpossibleFinding
-
Packages that use GuardrailAutomatedReasoningImpossibleFinding Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of GuardrailAutomatedReasoningImpossibleFinding in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailAutomatedReasoningImpossibleFinding Modifier and Type Method Description GuardrailAutomatedReasoningImpossibleFindingGuardrailAutomatedReasoningFinding. 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 GuardrailAutomatedReasoningImpossibleFinding Modifier and Type Method Description static GuardrailAutomatedReasoningFindingGuardrailAutomatedReasoningFinding. fromImpossible(GuardrailAutomatedReasoningImpossibleFinding impossible)Create an instance of this class withGuardrailAutomatedReasoningFinding.impossible()initialized to the given value.GuardrailAutomatedReasoningFinding.BuilderGuardrailAutomatedReasoningFinding.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.
-