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