Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.GuardrailAutomatedReasoningFinding.Builder
Packages that use GuardrailAutomatedReasoningFinding.Builder
-
Uses of GuardrailAutomatedReasoningFinding.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailAutomatedReasoningFinding.BuilderModifier and TypeMethodDescriptionGuardrailAutomatedReasoningFinding.builder()GuardrailAutomatedReasoningFinding.Builder.impossible(Consumer<GuardrailAutomatedReasoningImpossibleFinding.Builder> 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.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.GuardrailAutomatedReasoningFinding.Builder.invalid(Consumer<GuardrailAutomatedReasoningInvalidFinding.Builder> 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.GuardrailAutomatedReasoningFinding.Builder.invalid(GuardrailAutomatedReasoningInvalidFinding 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.GuardrailAutomatedReasoningFinding.Builder.noTranslations(Consumer<GuardrailAutomatedReasoningNoTranslationsFinding.Builder> 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.GuardrailAutomatedReasoningFinding.Builder.noTranslations(GuardrailAutomatedReasoningNoTranslationsFinding 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.GuardrailAutomatedReasoningFinding.Builder.satisfiable(Consumer<GuardrailAutomatedReasoningSatisfiableFinding.Builder> 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.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.GuardrailAutomatedReasoningFinding.toBuilder()GuardrailAutomatedReasoningFinding.Builder.tooComplex(Consumer<GuardrailAutomatedReasoningTooComplexFinding.Builder> 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.GuardrailAutomatedReasoningFinding.Builder.tooComplex(GuardrailAutomatedReasoningTooComplexFinding 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.GuardrailAutomatedReasoningFinding.Builder.translationAmbiguous(Consumer<GuardrailAutomatedReasoningTranslationAmbiguousFinding.Builder> 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.GuardrailAutomatedReasoningFinding.Builder.translationAmbiguous(GuardrailAutomatedReasoningTranslationAmbiguousFinding 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.GuardrailAutomatedReasoningFinding.Builder.valid(Consumer<GuardrailAutomatedReasoningValidFinding.Builder> 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.GuardrailAutomatedReasoningFinding.Builder.valid(GuardrailAutomatedReasoningValidFinding 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.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailAutomatedReasoningFinding.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GuardrailAutomatedReasoningFinding.Builder>GuardrailAutomatedReasoningFinding.serializableBuilderClass()