Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.QueryTransformationConfiguration
-
Packages that use QueryTransformationConfiguration Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of QueryTransformationConfiguration in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return QueryTransformationConfiguration Modifier and Type Method Description QueryTransformationConfigurationOrchestrationConfiguration. queryTransformationConfiguration()To split up the prompt and retrieve multiple sources, set the transformation type toQUERY_DECOMPOSITION.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type QueryTransformationConfiguration Modifier and Type Method Description OrchestrationConfiguration.BuilderOrchestrationConfiguration.Builder. queryTransformationConfiguration(QueryTransformationConfiguration queryTransformationConfiguration)To split up the prompt and retrieve multiple sources, set the transformation type toQUERY_DECOMPOSITION.
-