Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.PromptTemplate
-
Packages that use PromptTemplate Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of PromptTemplate in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return PromptTemplate Modifier and Type Method Description PromptTemplateExternalSourcesGenerationConfiguration. promptTemplate()Contain the textPromptTemplate string for the external source wrapper object.PromptTemplateGenerationConfiguration. promptTemplate()Contains the template for the prompt that's sent to the model for response generation.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 PromptTemplate Modifier and Type Method Description ExternalSourcesGenerationConfiguration.BuilderExternalSourcesGenerationConfiguration.Builder. promptTemplate(PromptTemplate promptTemplate)Contain the textPromptTemplate string for the external source wrapper object.GenerationConfiguration.BuilderGenerationConfiguration.Builder. promptTemplate(PromptTemplate promptTemplate)Contains the template for the prompt that's sent to the model for response generation.OrchestrationConfiguration.BuilderOrchestrationConfiguration.Builder. promptTemplate(PromptTemplate promptTemplate)Contains the template for the prompt that's sent to the model.
-