Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailAutomatedReasoningStatement
Packages that use GuardrailAutomatedReasoningStatement
-
Uses of GuardrailAutomatedReasoningStatement in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailAutomatedReasoningStatementModifier and TypeMethodDescriptionGuardrailAutomatedReasoningLogicWarning.claims()The logical statements that are validated while assuming the policy and premises.GuardrailAutomatedReasoningTranslation.claims()The logical statements that are being validated against the premises and policy rules.GuardrailAutomatedReasoningLogicWarning.premises()The logical statements that serve as premises under which the claims are validated.GuardrailAutomatedReasoningTranslation.premises()The logical statements that serve as the foundation or assumptions for the claims.GuardrailAutomatedReasoningScenario.statements()List of logical assignments and statements that define this scenario.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailAutomatedReasoningStatementModifier and TypeMethodDescriptionGuardrailAutomatedReasoningLogicWarning.Builder.claims(GuardrailAutomatedReasoningStatement... claims) The logical statements that are validated while assuming the policy and premises.GuardrailAutomatedReasoningTranslation.Builder.claims(GuardrailAutomatedReasoningStatement... claims) The logical statements that are being validated against the premises and policy rules.GuardrailAutomatedReasoningLogicWarning.Builder.premises(GuardrailAutomatedReasoningStatement... premises) The logical statements that serve as premises under which the claims are validated.GuardrailAutomatedReasoningTranslation.Builder.premises(GuardrailAutomatedReasoningStatement... premises) The logical statements that serve as the foundation or assumptions for the claims.GuardrailAutomatedReasoningScenario.Builder.statements(GuardrailAutomatedReasoningStatement... statements) List of logical assignments and statements that define this scenario.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type GuardrailAutomatedReasoningStatementModifier and TypeMethodDescriptionGuardrailAutomatedReasoningLogicWarning.Builder.claims(Collection<GuardrailAutomatedReasoningStatement> claims) The logical statements that are validated while assuming the policy and premises.GuardrailAutomatedReasoningTranslation.Builder.claims(Collection<GuardrailAutomatedReasoningStatement> claims) The logical statements that are being validated against the premises and policy rules.GuardrailAutomatedReasoningLogicWarning.Builder.premises(Collection<GuardrailAutomatedReasoningStatement> premises) The logical statements that serve as premises under which the claims are validated.GuardrailAutomatedReasoningTranslation.Builder.premises(Collection<GuardrailAutomatedReasoningStatement> premises) The logical statements that serve as the foundation or assumptions for the claims.GuardrailAutomatedReasoningScenario.Builder.statements(Collection<GuardrailAutomatedReasoningStatement> statements) List of logical assignments and statements that define this scenario.