Class QueryTransformationConfiguration

java.lang.Object
software.amazon.awssdk.services.bedrockagentruntime.model.QueryTransformationConfiguration
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<QueryTransformationConfiguration.Builder,QueryTransformationConfiguration>

@Generated("software.amazon.awssdk:codegen") public final class QueryTransformationConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QueryTransformationConfiguration.Builder,QueryTransformationConfiguration>

To split up the prompt and retrieve multiple sources, set the transformation type to QUERY_DECOMPOSITION .

See Also: