Uses of Class
software.amazon.awssdk.services.bedrock.model.KnowledgeBaseConfig
-
Packages that use KnowledgeBaseConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of KnowledgeBaseConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return KnowledgeBaseConfig Modifier and Type Method Description static KnowledgeBaseConfigKnowledgeBaseConfig. fromRetrieveAndGenerateConfig(Consumer<RetrieveAndGenerateConfiguration.Builder> retrieveAndGenerateConfig)Create an instance of this class withretrieveAndGenerateConfig()initialized to the given value.static KnowledgeBaseConfigKnowledgeBaseConfig. fromRetrieveAndGenerateConfig(RetrieveAndGenerateConfiguration retrieveAndGenerateConfig)Create an instance of this class withretrieveAndGenerateConfig()initialized to the given value.static KnowledgeBaseConfigKnowledgeBaseConfig. fromRetrieveConfig(Consumer<RetrieveConfig.Builder> retrieveConfig)Create an instance of this class withretrieveConfig()initialized to the given value.static KnowledgeBaseConfigKnowledgeBaseConfig. fromRetrieveConfig(RetrieveConfig retrieveConfig)Create an instance of this class withretrieveConfig()initialized to the given value.KnowledgeBaseConfigRAGConfig. knowledgeBaseConfig()Contains configuration details for knowledge base retrieval and response generation.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type KnowledgeBaseConfig Modifier and Type Method Description static RAGConfigRAGConfig. fromKnowledgeBaseConfig(KnowledgeBaseConfig knowledgeBaseConfig)Create an instance of this class withRAGConfig.knowledgeBaseConfig()initialized to the given value.RAGConfig.BuilderRAGConfig.Builder. knowledgeBaseConfig(KnowledgeBaseConfig knowledgeBaseConfig)Contains configuration details for knowledge base retrieval and response generation.
-