| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagentruntime.model |
| Modifier and Type | Method and Description |
|---|---|
OrchestrationConfiguration |
OrchestrationConfiguration.clone() |
OrchestrationConfiguration |
KnowledgeBaseRetrieveAndGenerateConfiguration.getOrchestrationConfiguration()
Settings for how the model processes the prompt prior to retrieval and generation.
|
OrchestrationConfiguration |
OrchestrationConfiguration.withQueryTransformationConfiguration(QueryTransformationConfiguration queryTransformationConfiguration)
To split up the prompt and retrieve multiple sources, set the transformation type to
QUERY_DECOMPOSITION. |
| Modifier and Type | Method and Description |
|---|---|
void |
KnowledgeBaseRetrieveAndGenerateConfiguration.setOrchestrationConfiguration(OrchestrationConfiguration orchestrationConfiguration)
Settings for how the model processes the prompt prior to retrieval and generation.
|
KnowledgeBaseRetrieveAndGenerateConfiguration |
KnowledgeBaseRetrieveAndGenerateConfiguration.withOrchestrationConfiguration(OrchestrationConfiguration orchestrationConfiguration)
Settings for how the model processes the prompt prior to retrieval and generation.
|
Copyright © 2025. All rights reserved.