Uses of Class
software.amazon.awssdk.services.bedrockagent.model.VectorSearchRerankingConfiguration
-
Packages that use VectorSearchRerankingConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of VectorSearchRerankingConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return VectorSearchRerankingConfiguration Modifier and Type Method Description VectorSearchRerankingConfigurationKnowledgeBaseFlowNodeConfiguration. rerankingConfiguration()The configuration for reranking the retrieved results from the knowledge base to improve relevance.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type VectorSearchRerankingConfiguration Modifier and Type Method Description KnowledgeBaseFlowNodeConfiguration.BuilderKnowledgeBaseFlowNodeConfiguration.Builder. rerankingConfiguration(VectorSearchRerankingConfiguration rerankingConfiguration)The configuration for reranking the retrieved results from the knowledge base to improve relevance.
-