Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailAutomatedReasoningInputTextReference
Packages that use GuardrailAutomatedReasoningInputTextReference
-
Uses of GuardrailAutomatedReasoningInputTextReference in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailAutomatedReasoningInputTextReferenceModifier and TypeMethodDescriptionGuardrailAutomatedReasoningTranslation.untranslatedClaims()References to portions of the original input text that correspond to the claims but could not be fully translated.GuardrailAutomatedReasoningTranslation.untranslatedPremises()References to portions of the original input text that correspond to the premises but could not be fully translated.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailAutomatedReasoningInputTextReferenceModifier and TypeMethodDescriptionGuardrailAutomatedReasoningTranslation.Builder.untranslatedClaims(GuardrailAutomatedReasoningInputTextReference... untranslatedClaims) References to portions of the original input text that correspond to the claims but could not be fully translated.GuardrailAutomatedReasoningTranslation.Builder.untranslatedPremises(GuardrailAutomatedReasoningInputTextReference... untranslatedPremises) References to portions of the original input text that correspond to the premises but could not be fully translated.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type GuardrailAutomatedReasoningInputTextReferenceModifier and TypeMethodDescriptionGuardrailAutomatedReasoningTranslation.Builder.untranslatedClaims(Collection<GuardrailAutomatedReasoningInputTextReference> untranslatedClaims) References to portions of the original input text that correspond to the claims but could not be fully translated.GuardrailAutomatedReasoningTranslation.Builder.untranslatedPremises(Collection<GuardrailAutomatedReasoningInputTextReference> untranslatedPremises) References to portions of the original input text that correspond to the premises but could not be fully translated.