Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.TextPromptTemplateConfiguration.Builder
-
Packages that use TextPromptTemplateConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of TextPromptTemplateConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return TextPromptTemplateConfiguration.Builder Modifier and Type Method Description static TextPromptTemplateConfiguration.BuilderTextPromptTemplateConfiguration. builder()TextPromptTemplateConfiguration.BuilderTextPromptTemplateConfiguration.Builder. inputVariables(Collection<PromptInputVariable> inputVariables)An array of the variables in the prompt template.TextPromptTemplateConfiguration.BuilderTextPromptTemplateConfiguration.Builder. inputVariables(Consumer<PromptInputVariable.Builder>... inputVariables)An array of the variables in the prompt template.TextPromptTemplateConfiguration.BuilderTextPromptTemplateConfiguration.Builder. inputVariables(PromptInputVariable... inputVariables)An array of the variables in the prompt template.TextPromptTemplateConfiguration.BuilderTextPromptTemplateConfiguration.Builder. text(String text)The message for the prompt.TextPromptTemplateConfiguration.BuilderTextPromptTemplateConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type TextPromptTemplateConfiguration.Builder Modifier and Type Method Description static Class<? extends TextPromptTemplateConfiguration.Builder>TextPromptTemplateConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type TextPromptTemplateConfiguration.Builder Modifier and Type Method Description static PromptTemplateConfigurationPromptTemplateConfiguration. fromText(Consumer<TextPromptTemplateConfiguration.Builder> text)Create an instance of this class withPromptTemplateConfiguration.text()initialized to the given value.default PromptTemplateConfiguration.BuilderPromptTemplateConfiguration.Builder. text(Consumer<TextPromptTemplateConfiguration.Builder> text)Contains configurations for the text in a message for a prompt.
-