Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.QueryTransformationConfiguration.Builder
Packages that use QueryTransformationConfiguration.Builder
-
Uses of QueryTransformationConfiguration.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return QueryTransformationConfiguration.BuilderModifier and TypeMethodDescriptionQueryTransformationConfiguration.builder()QueryTransformationConfiguration.toBuilder()The type of transformation to apply to the prompt.QueryTransformationConfiguration.Builder.type(QueryTransformationType type) The type of transformation to apply to the prompt.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type QueryTransformationConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends QueryTransformationConfiguration.Builder>QueryTransformationConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type QueryTransformationConfiguration.BuilderModifier and TypeMethodDescriptionOrchestrationConfiguration.Builder.queryTransformationConfiguration(Consumer<QueryTransformationConfiguration.Builder> queryTransformationConfiguration) To split up the prompt and retrieve multiple sources, set the transformation type toQUERY_DECOMPOSITION.