Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.KnowledgeBaseVectorSearchConfiguration
-
Packages that use KnowledgeBaseVectorSearchConfiguration Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of KnowledgeBaseVectorSearchConfiguration in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return KnowledgeBaseVectorSearchConfiguration Modifier and Type Method Description KnowledgeBaseVectorSearchConfigurationKnowledgeBaseRetrievalConfiguration. vectorSearchConfiguration()Contains details about how the results from the vector search should be returned.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type KnowledgeBaseVectorSearchConfiguration Modifier and Type Method Description KnowledgeBaseRetrievalConfiguration.BuilderKnowledgeBaseRetrievalConfiguration.Builder. vectorSearchConfiguration(KnowledgeBaseVectorSearchConfiguration vectorSearchConfiguration)Contains details about how the results from the vector search should be returned.
-