Uses of Class
software.amazon.awssdk.services.bedrockagent.model.CreateKnowledgeBaseResponse
-
Packages that use CreateKnowledgeBaseResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents. -
-
Uses of CreateKnowledgeBaseResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return CreateKnowledgeBaseResponse Modifier and Type Method Description default CreateKnowledgeBaseResponseBedrockAgentClient. createKnowledgeBase(Consumer<CreateKnowledgeBaseRequest.Builder> createKnowledgeBaseRequest)Creates a knowledge base that contains data sources from which information can be queried and used by LLMs.default CreateKnowledgeBaseResponseBedrockAgentClient. createKnowledgeBase(CreateKnowledgeBaseRequest createKnowledgeBaseRequest)Creates a knowledge base that contains data sources from which information can be queried and used by LLMs.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type CreateKnowledgeBaseResponse Modifier and Type Method Description default CompletableFuture<CreateKnowledgeBaseResponse>BedrockAgentAsyncClient. createKnowledgeBase(Consumer<CreateKnowledgeBaseRequest.Builder> createKnowledgeBaseRequest)Creates a knowledge base that contains data sources from which information can be queried and used by LLMs.default CompletableFuture<CreateKnowledgeBaseResponse>BedrockAgentAsyncClient. createKnowledgeBase(CreateKnowledgeBaseRequest createKnowledgeBaseRequest)Creates a knowledge base that contains data sources from which information can be queried and used by LLMs.
-