Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.PromptTemplate.Builder
Packages that use PromptTemplate.Builder
-
Uses of PromptTemplate.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return PromptTemplate.BuilderModifier and TypeMethodDescriptionstatic PromptTemplate.BuilderPromptTemplate.builder()PromptTemplate.Builder.textPromptTemplate(String textPromptTemplate) The template for the prompt that's sent to the model for response generation.PromptTemplate.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type PromptTemplate.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PromptTemplate.Builder>PromptTemplate.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type PromptTemplate.BuilderModifier and TypeMethodDescriptionExternalSourcesGenerationConfiguration.Builder.promptTemplate(Consumer<PromptTemplate.Builder> promptTemplate) Contain the textPromptTemplate string for the external source wrapper object.default GenerationConfiguration.BuilderGenerationConfiguration.Builder.promptTemplate(Consumer<PromptTemplate.Builder> promptTemplate) Contains the template for the prompt that's sent to the model for response generation.OrchestrationConfiguration.Builder.promptTemplate(Consumer<PromptTemplate.Builder> promptTemplate) Contains the template for the prompt that's sent to the model.