Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.QueryTransformationConfiguration.Builder
-
Packages that use QueryTransformationConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of QueryTransformationConfiguration.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return QueryTransformationConfiguration.Builder Modifier and Type Method Description static QueryTransformationConfiguration.BuilderQueryTransformationConfiguration. builder()QueryTransformationConfiguration.BuilderQueryTransformationConfiguration. toBuilder()QueryTransformationConfiguration.BuilderQueryTransformationConfiguration.Builder. type(String type)The type of transformation to apply to the prompt.QueryTransformationConfiguration.BuilderQueryTransformationConfiguration.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.Builder Modifier and Type Method Description static Class<? extends QueryTransformationConfiguration.Builder>QueryTransformationConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type QueryTransformationConfiguration.Builder Modifier and Type Method Description default OrchestrationConfiguration.BuilderOrchestrationConfiguration.Builder. queryTransformationConfiguration(Consumer<QueryTransformationConfiguration.Builder> queryTransformationConfiguration)To split up the prompt and retrieve multiple sources, set the transformation type toQUERY_DECOMPOSITION.
-