Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailAutomatedReasoningTranslation
Packages that use GuardrailAutomatedReasoningTranslation
-
Uses of GuardrailAutomatedReasoningTranslation in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailAutomatedReasoningTranslationModifier and TypeMethodDescriptionGuardrailAutomatedReasoningImpossibleFinding.translation()The logical translation of the input that this finding evaluates.GuardrailAutomatedReasoningInvalidFinding.translation()The logical translation of the input that this finding invalidates.GuardrailAutomatedReasoningSatisfiableFinding.translation()The logical translation of the input that this finding evaluates.GuardrailAutomatedReasoningValidFinding.translation()The logical translation of the input that this finding validates.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailAutomatedReasoningTranslationModifier and TypeMethodDescriptionGuardrailAutomatedReasoningTranslationOption.translations()Example translations that provide this possible interpretation of the input.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailAutomatedReasoningTranslationModifier and TypeMethodDescriptionGuardrailAutomatedReasoningImpossibleFinding.Builder.translation(GuardrailAutomatedReasoningTranslation translation) The logical translation of the input that this finding evaluates.GuardrailAutomatedReasoningInvalidFinding.Builder.translation(GuardrailAutomatedReasoningTranslation translation) The logical translation of the input that this finding invalidates.GuardrailAutomatedReasoningSatisfiableFinding.Builder.translation(GuardrailAutomatedReasoningTranslation translation) The logical translation of the input that this finding evaluates.GuardrailAutomatedReasoningValidFinding.Builder.translation(GuardrailAutomatedReasoningTranslation translation) The logical translation of the input that this finding validates.GuardrailAutomatedReasoningTranslationOption.Builder.translations(GuardrailAutomatedReasoningTranslation... translations) Example translations that provide this possible interpretation of the input.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type GuardrailAutomatedReasoningTranslationModifier and TypeMethodDescriptionGuardrailAutomatedReasoningTranslationOption.Builder.translations(Collection<GuardrailAutomatedReasoningTranslation> translations) Example translations that provide this possible interpretation of the input.