Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.PromptTemplateConfiguration.Builder
-
Packages that use PromptTemplateConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of PromptTemplateConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return PromptTemplateConfiguration.Builder Modifier and Type Method Description static PromptTemplateConfiguration.BuilderPromptTemplateConfiguration. builder()default PromptTemplateConfiguration.BuilderPromptTemplateConfiguration.Builder. text(Consumer<TextPromptTemplateConfiguration.Builder> text)Contains configurations for the text in a message for a prompt.PromptTemplateConfiguration.BuilderPromptTemplateConfiguration.Builder. text(TextPromptTemplateConfiguration text)Contains configurations for the text in a message for a prompt.PromptTemplateConfiguration.BuilderPromptTemplateConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type PromptTemplateConfiguration.Builder Modifier and Type Method Description static Class<? extends PromptTemplateConfiguration.Builder>PromptTemplateConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type PromptTemplateConfiguration.Builder Modifier and Type Method Description default PromptFlowNodeInlineConfiguration.BuilderPromptFlowNodeInlineConfiguration.Builder. templateConfiguration(Consumer<PromptTemplateConfiguration.Builder> templateConfiguration)Contains a prompt and variables in the prompt that can be replaced with values at runtime.default PromptVariant.BuilderPromptVariant.Builder. templateConfiguration(Consumer<PromptTemplateConfiguration.Builder> templateConfiguration)Contains configurations for the prompt template.
-