Uses of Class
software.amazon.awssdk.services.bedrockagent.model.PromptModelInferenceConfiguration
-
Packages that use PromptModelInferenceConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of PromptModelInferenceConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return PromptModelInferenceConfiguration Modifier and Type Method Description PromptModelInferenceConfigurationPromptInferenceConfiguration. text()Contains inference configurations for a text prompt.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type PromptModelInferenceConfiguration Modifier and Type Method Description static PromptInferenceConfigurationPromptInferenceConfiguration. fromText(PromptModelInferenceConfiguration text)Create an instance of this class withPromptInferenceConfiguration.text()initialized to the given value.PromptInferenceConfiguration.BuilderPromptInferenceConfiguration.Builder. text(PromptModelInferenceConfiguration text)Contains inference configurations for a text prompt.
-