Uses of Class
software.amazon.awssdk.services.bedrockagent.model.AgentKnowledgeBaseSummary
Packages that use AgentKnowledgeBaseSummary
Package
Description
-
Uses of AgentKnowledgeBaseSummary in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type AgentKnowledgeBaseSummaryModifier and TypeMethodDescriptionfinal List<AgentKnowledgeBaseSummary>ListAgentKnowledgeBasesResponse.agentKnowledgeBaseSummaries()A list of objects, each of which contains information about a knowledge base associated with the agent.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AgentKnowledgeBaseSummaryModifier and TypeMethodDescriptionListAgentKnowledgeBasesResponse.Builder.agentKnowledgeBaseSummaries(AgentKnowledgeBaseSummary... agentKnowledgeBaseSummaries) A list of objects, each of which contains information about a knowledge base associated with the agent.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type AgentKnowledgeBaseSummaryModifier and TypeMethodDescriptionListAgentKnowledgeBasesResponse.Builder.agentKnowledgeBaseSummaries(Collection<AgentKnowledgeBaseSummary> agentKnowledgeBaseSummaries) A list of objects, each of which contains information about a knowledge base associated with the agent. -
Uses of AgentKnowledgeBaseSummary in software.amazon.awssdk.services.bedrockagent.paginators
Methods in software.amazon.awssdk.services.bedrockagent.paginators that return types with arguments of type AgentKnowledgeBaseSummaryModifier and TypeMethodDescriptionListAgentKnowledgeBasesIterable.agentKnowledgeBaseSummaries()Returns an iterable to iterate through the paginatedListAgentKnowledgeBasesResponse.agentKnowledgeBaseSummaries()member.ListAgentKnowledgeBasesPublisher.agentKnowledgeBaseSummaries()Returns a publisher that can be used to get a stream of data.