Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.GuardrailAutomatedReasoningLogicWarning.Builder
Packages that use GuardrailAutomatedReasoningLogicWarning.Builder
-
Uses of GuardrailAutomatedReasoningLogicWarning.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailAutomatedReasoningLogicWarning.BuilderModifier and TypeMethodDescriptionGuardrailAutomatedReasoningLogicWarning.builder()GuardrailAutomatedReasoningLogicWarning.Builder.claims(Collection<GuardrailAutomatedReasoningStatement> claims) The logical statements that are validated while assuming the policy and premises.GuardrailAutomatedReasoningLogicWarning.Builder.claims(Consumer<GuardrailAutomatedReasoningStatement.Builder>... claims) The logical statements that are validated while assuming the policy and premises.GuardrailAutomatedReasoningLogicWarning.Builder.claims(GuardrailAutomatedReasoningStatement... claims) The logical statements that are validated while assuming the policy and premises.GuardrailAutomatedReasoningLogicWarning.Builder.premises(Collection<GuardrailAutomatedReasoningStatement> premises) The logical statements that serve as premises under which the claims are validated.GuardrailAutomatedReasoningLogicWarning.Builder.premises(Consumer<GuardrailAutomatedReasoningStatement.Builder>... premises) The logical statements that serve as premises under which the claims are validated.GuardrailAutomatedReasoningLogicWarning.Builder.premises(GuardrailAutomatedReasoningStatement... premises) The logical statements that serve as premises under which the claims are validated.GuardrailAutomatedReasoningLogicWarning.toBuilder()The category of the detected logical issue, such as statements that are always true or always false.GuardrailAutomatedReasoningLogicWarning.Builder.type(GuardrailAutomatedReasoningLogicWarningType type) The category of the detected logical issue, such as statements that are always true or always false.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailAutomatedReasoningLogicWarning.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GuardrailAutomatedReasoningLogicWarning.Builder>GuardrailAutomatedReasoningLogicWarning.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type GuardrailAutomatedReasoningLogicWarning.BuilderModifier and TypeMethodDescriptionGuardrailAutomatedReasoningImpossibleFinding.Builder.logicWarning(Consumer<GuardrailAutomatedReasoningLogicWarning.Builder> logicWarning) Indication of a logic issue with the translation without needing to consider the automated reasoning policy rules.GuardrailAutomatedReasoningInvalidFinding.Builder.logicWarning(Consumer<GuardrailAutomatedReasoningLogicWarning.Builder> logicWarning) Indication of a logic issue with the translation without needing to consider the automated reasoning policy rules.GuardrailAutomatedReasoningSatisfiableFinding.Builder.logicWarning(Consumer<GuardrailAutomatedReasoningLogicWarning.Builder> logicWarning) Indication of a logic issue with the translation without needing to consider the automated reasoning policy rules.GuardrailAutomatedReasoningValidFinding.Builder.logicWarning(Consumer<GuardrailAutomatedReasoningLogicWarning.Builder> logicWarning) Indication of a logic issue with the translation without needing to consider the automated reasoning policy rules.