static GuardrailAutomatedReasoningFinding.Builder |
GuardrailAutomatedReasoningFinding.builder() |
|
default GuardrailAutomatedReasoningFinding.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 |
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.
|
default GuardrailAutomatedReasoningFinding.Builder |
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 |
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.
|
default GuardrailAutomatedReasoningFinding.Builder |
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 |
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.
|
default GuardrailAutomatedReasoningFinding.Builder |
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 |
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.Builder |
GuardrailAutomatedReasoningFinding.toBuilder() |
|
default GuardrailAutomatedReasoningFinding.Builder |
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 |
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.
|
default GuardrailAutomatedReasoningFinding.Builder |
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 |
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.
|
default GuardrailAutomatedReasoningFinding.Builder |
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 |
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.
|