| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
TextPromptTemplateConfiguration |
TextPromptTemplateConfiguration.clone() |
TextPromptTemplateConfiguration |
PromptTemplateConfiguration.getText()
Contains configurations for the text in a message for a prompt.
|
TextPromptTemplateConfiguration |
TextPromptTemplateConfiguration.withInputVariables(Collection<PromptInputVariable> inputVariables)
An array of the variables in the prompt template.
|
TextPromptTemplateConfiguration |
TextPromptTemplateConfiguration.withInputVariables(PromptInputVariable... inputVariables)
An array of the variables in the prompt template.
|
TextPromptTemplateConfiguration |
TextPromptTemplateConfiguration.withText(String text)
The message for the prompt.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PromptTemplateConfiguration.setText(TextPromptTemplateConfiguration text)
Contains configurations for the text in a message for a prompt.
|
PromptTemplateConfiguration |
PromptTemplateConfiguration.withText(TextPromptTemplateConfiguration text)
Contains configurations for the text in a message for a prompt.
|
Copyright © 2025. All rights reserved.