Uses of Interface
software.amazon.awssdk.services.bedrock.model.RAGConfig.Builder
-
Packages that use RAGConfig.Builder Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of RAGConfig.Builder in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return RAGConfig.Builder Modifier and Type Method Description static RAGConfig.BuilderRAGConfig. builder()default RAGConfig.BuilderRAGConfig.Builder. knowledgeBaseConfig(Consumer<KnowledgeBaseConfig.Builder> knowledgeBaseConfig)Contains configuration details for knowledge base retrieval and response generation.RAGConfig.BuilderRAGConfig.Builder. knowledgeBaseConfig(KnowledgeBaseConfig knowledgeBaseConfig)Contains configuration details for knowledge base retrieval and response generation.RAGConfig.BuilderRAGConfig. toBuilder()Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type RAGConfig.Builder Modifier and Type Method Description static Class<? extends RAGConfig.Builder>RAGConfig. serializableBuilderClass()
-