Uses of Class
software.amazon.awssdk.services.bedrockagent.model.PromptTemplateConfiguration
-
Packages that use PromptTemplateConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of PromptTemplateConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return PromptTemplateConfiguration Modifier and Type Method Description 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.PromptTemplateConfigurationPromptFlowNodeInlineConfiguration. templateConfiguration()Contains a prompt and variables in the prompt that can be replaced with values at runtime.PromptTemplateConfigurationPromptVariant. templateConfiguration()Contains configurations for the prompt template.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type PromptTemplateConfiguration Modifier and Type Method Description PromptFlowNodeInlineConfiguration.BuilderPromptFlowNodeInlineConfiguration.Builder. templateConfiguration(PromptTemplateConfiguration templateConfiguration)Contains a prompt and variables in the prompt that can be replaced with values at runtime.PromptVariant.BuilderPromptVariant.Builder. templateConfiguration(PromptTemplateConfiguration templateConfiguration)Contains configurations for the prompt template.
-