Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.TextInferenceConfig
-
Packages that use TextInferenceConfig Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of TextInferenceConfig in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return TextInferenceConfig Modifier and Type Method Description TextInferenceConfigInferenceConfig. textInferenceConfig()Configuration settings specific to text generation while generating responses using RetrieveAndGenerate.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type TextInferenceConfig Modifier and Type Method Description InferenceConfig.BuilderInferenceConfig.Builder. textInferenceConfig(TextInferenceConfig textInferenceConfig)Configuration settings specific to text generation while generating responses using RetrieveAndGenerate.
-