Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.PromptTemplate
Packages that use PromptTemplate
-
Uses of PromptTemplate in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return PromptTemplateModifier and TypeMethodDescriptionfinal PromptTemplateExternalSourcesGenerationConfiguration.promptTemplate()Contain the textPromptTemplate string for the external source wrapper object.final PromptTemplateGenerationConfiguration.promptTemplate()Contains the template for the prompt that's sent to the model for response generation.final PromptTemplateOrchestrationConfiguration.promptTemplate()Contains the template for the prompt that's sent to the model.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type PromptTemplateModifier and TypeMethodDescriptionExternalSourcesGenerationConfiguration.Builder.promptTemplate(PromptTemplate promptTemplate) Contain the textPromptTemplate string for the external source wrapper object.GenerationConfiguration.Builder.promptTemplate(PromptTemplate promptTemplate) Contains the template for the prompt that's sent to the model for response generation.OrchestrationConfiguration.Builder.promptTemplate(PromptTemplate promptTemplate) Contains the template for the prompt that's sent to the model.