Uses of Class
software.amazon.awssdk.services.bedrockagent.model.PromptTemplateConfiguration
Packages that use PromptTemplateConfiguration
-
Uses of PromptTemplateConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return PromptTemplateConfigurationModifier and TypeMethodDescriptionstatic PromptTemplateConfigurationPromptTemplateConfiguration.fromChat(Consumer<ChatPromptTemplateConfiguration.Builder> chat) Create an instance of this class withchat()initialized to the given value.static PromptTemplateConfigurationPromptTemplateConfiguration.fromChat(ChatPromptTemplateConfiguration chat) Create an instance of this class withchat()initialized to the given value.static PromptTemplateConfigurationPromptTemplateConfiguration.fromText(Consumer<TextPromptTemplateConfiguration.Builder> text) Create an instance of this class withtext()initialized to the given value.static PromptTemplateConfigurationPromptTemplateConfiguration.fromText(TextPromptTemplateConfiguration text) Create an instance of this class withtext()initialized to the given value.PromptFlowNodeInlineConfiguration.templateConfiguration()Contains a prompt and variables in the prompt that can be replaced with values at runtime.PromptVariant.templateConfiguration()Contains configurations for the prompt template.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type PromptTemplateConfigurationModifier and TypeMethodDescriptionPromptFlowNodeInlineConfiguration.Builder.templateConfiguration(PromptTemplateConfiguration templateConfiguration) Contains a prompt and variables in the prompt that can be replaced with values at runtime.PromptVariant.Builder.templateConfiguration(PromptTemplateConfiguration templateConfiguration) Contains configurations for the prompt template.