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