Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.PromptTemplate.Builder
-
Packages that use PromptTemplate.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of PromptTemplate.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return PromptTemplate.Builder Modifier and Type Method Description static PromptTemplate.BuilderPromptTemplate. builder()PromptTemplate.BuilderPromptTemplate.Builder. textPromptTemplate(String textPromptTemplate)The template for the prompt that's sent to the model for response generation.PromptTemplate.BuilderPromptTemplate. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type PromptTemplate.Builder Modifier and Type Method Description static Class<? extends PromptTemplate.Builder>PromptTemplate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type PromptTemplate.Builder Modifier and Type Method Description default ExternalSourcesGenerationConfiguration.BuilderExternalSourcesGenerationConfiguration.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.default OrchestrationConfiguration.BuilderOrchestrationConfiguration.Builder. promptTemplate(Consumer<PromptTemplate.Builder> promptTemplate)Contains the template for the prompt that's sent to the model.
-