| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
PromptTemplateConfiguration |
PromptTemplateConfiguration.clone() |
PromptTemplateConfiguration |
PromptVariant.getTemplateConfiguration()
Contains configurations for the prompt template.
|
PromptTemplateConfiguration |
PromptFlowNodeInlineConfiguration.getTemplateConfiguration()
Contains a prompt and variables in the prompt that can be replaced with values at runtime.
|
PromptTemplateConfiguration |
PromptTemplateConfiguration.withText(TextPromptTemplateConfiguration text)
Contains configurations for the text in a message for a prompt.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PromptVariant.setTemplateConfiguration(PromptTemplateConfiguration templateConfiguration)
Contains configurations for the prompt template.
|
void |
PromptFlowNodeInlineConfiguration.setTemplateConfiguration(PromptTemplateConfiguration templateConfiguration)
Contains a prompt and variables in the prompt that can be replaced with values at runtime.
|
PromptVariant |
PromptVariant.withTemplateConfiguration(PromptTemplateConfiguration templateConfiguration)
Contains configurations for the prompt template.
|
PromptFlowNodeInlineConfiguration |
PromptFlowNodeInlineConfiguration.withTemplateConfiguration(PromptTemplateConfiguration templateConfiguration)
Contains a prompt and variables in the prompt that can be replaced with values at runtime.
|
Copyright © 2024. All rights reserved.