Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailAutomatedReasoningInputTextReference
-
Packages that use GuardrailAutomatedReasoningInputTextReference Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
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 GuardrailAutomatedReasoningInputTextReference Modifier and Type Method Description List<GuardrailAutomatedReasoningInputTextReference>GuardrailAutomatedReasoningTranslation. untranslatedClaims()References to portions of the original input text that correspond to the claims but could not be fully translated.List<GuardrailAutomatedReasoningInputTextReference>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 GuardrailAutomatedReasoningInputTextReference Modifier and Type Method Description GuardrailAutomatedReasoningTranslation.BuilderGuardrailAutomatedReasoningTranslation.Builder. untranslatedClaims(GuardrailAutomatedReasoningInputTextReference... untranslatedClaims)References to portions of the original input text that correspond to the claims but could not be fully translated.GuardrailAutomatedReasoningTranslation.BuilderGuardrailAutomatedReasoningTranslation.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 GuardrailAutomatedReasoningInputTextReference Modifier and Type Method Description GuardrailAutomatedReasoningTranslation.BuilderGuardrailAutomatedReasoningTranslation.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.BuilderGuardrailAutomatedReasoningTranslation.Builder. untranslatedPremises(Collection<GuardrailAutomatedReasoningInputTextReference> untranslatedPremises)References to portions of the original input text that correspond to the premises but could not be fully translated.
-