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