| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagentruntime.model |
| Modifier and Type | Method and Description |
|---|---|
QueryTransformationConfiguration |
QueryTransformationConfiguration.clone() |
QueryTransformationConfiguration |
OrchestrationConfiguration.getQueryTransformationConfiguration()
To split up the prompt and retrieve multiple sources, set the transformation type to
QUERY_DECOMPOSITION. |
QueryTransformationConfiguration |
QueryTransformationConfiguration.withType(QueryTransformationType type)
The type of transformation to apply to the prompt.
|
QueryTransformationConfiguration |
QueryTransformationConfiguration.withType(String type)
The type of transformation to apply to the prompt.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrchestrationConfiguration.setQueryTransformationConfiguration(QueryTransformationConfiguration queryTransformationConfiguration)
To split up the prompt and retrieve multiple sources, set the transformation type to
QUERY_DECOMPOSITION. |
OrchestrationConfiguration |
OrchestrationConfiguration.withQueryTransformationConfiguration(QueryTransformationConfiguration queryTransformationConfiguration)
To split up the prompt and retrieve multiple sources, set the transformation type to
QUERY_DECOMPOSITION. |
Copyright © 2024. All rights reserved.