Uses of Class
software.amazon.awssdk.services.bedrockagent.model.TextPromptTemplateConfiguration
Packages that use TextPromptTemplateConfiguration
-
Uses of TextPromptTemplateConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return TextPromptTemplateConfigurationModifier and TypeMethodDescriptionPromptTemplateConfiguration.text()Contains configurations for the text in a message for a prompt.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type TextPromptTemplateConfigurationModifier and TypeMethodDescriptionstatic PromptTemplateConfigurationPromptTemplateConfiguration.fromText(TextPromptTemplateConfiguration text) Create an instance of this class withPromptTemplateConfiguration.text()initialized to the given value.PromptTemplateConfiguration.Builder.text(TextPromptTemplateConfiguration text) Contains configurations for the text in a message for a prompt.