| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
PromptInputVariable |
PromptInputVariable.clone() |
PromptInputVariable |
PromptInputVariable.withName(String name)
The name of the variable.
|
| Modifier and Type | Method and Description |
|---|---|
List<PromptInputVariable> |
TextPromptTemplateConfiguration.getInputVariables()
An array of the variables in the prompt template.
|
| Modifier and Type | Method and Description |
|---|---|
TextPromptTemplateConfiguration |
TextPromptTemplateConfiguration.withInputVariables(PromptInputVariable... inputVariables)
An array of the variables in the prompt template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextPromptTemplateConfiguration.setInputVariables(Collection<PromptInputVariable> inputVariables)
An array of the variables in the prompt template.
|
TextPromptTemplateConfiguration |
TextPromptTemplateConfiguration.withInputVariables(Collection<PromptInputVariable> inputVariables)
An array of the variables in the prompt template.
|
Copyright © 2025. All rights reserved.