default AssociateAgentKnowledgeBaseResponse |
BedrockAgentClient.associateAgentKnowledgeBase(Consumer<AssociateAgentKnowledgeBaseRequest.Builder> associateAgentKnowledgeBaseRequest) |
Associates a knowledge base with an agent.
|
default AssociateAgentKnowledgeBaseResponse |
BedrockAgentClient.associateAgentKnowledgeBase(AssociateAgentKnowledgeBaseRequest associateAgentKnowledgeBaseRequest) |
Associates a knowledge base with an agent.
|
default CreateAgentResponse |
BedrockAgentClient.createAgent(Consumer<CreateAgentRequest.Builder> createAgentRequest) |
Creates an agent that orchestrates interactions between foundation models, data sources, software applications,
user conversations, and APIs to carry out tasks to help customers.
|
default CreateAgentResponse |
BedrockAgentClient.createAgent(CreateAgentRequest createAgentRequest) |
Creates an agent that orchestrates interactions between foundation models, data sources, software applications,
user conversations, and APIs to carry out tasks to help customers.
|
default CreateAgentActionGroupResponse |
BedrockAgentClient.createAgentActionGroup(Consumer<CreateAgentActionGroupRequest.Builder> createAgentActionGroupRequest) |
Creates an action group for an agent.
|
default CreateAgentActionGroupResponse |
BedrockAgentClient.createAgentActionGroup(CreateAgentActionGroupRequest createAgentActionGroupRequest) |
Creates an action group for an agent.
|
default CreateAgentAliasResponse |
BedrockAgentClient.createAgentAlias(Consumer<CreateAgentAliasRequest.Builder> createAgentAliasRequest) |
Creates an alias of an agent that can be used to deploy the agent.
|
default CreateAgentAliasResponse |
BedrockAgentClient.createAgentAlias(CreateAgentAliasRequest createAgentAliasRequest) |
Creates an alias of an agent that can be used to deploy the agent.
|
default CreateDataSourceResponse |
BedrockAgentClient.createDataSource(Consumer<CreateDataSourceRequest.Builder> createDataSourceRequest) |
Sets up a data source to be added to a knowledge base.
|
default CreateDataSourceResponse |
BedrockAgentClient.createDataSource(CreateDataSourceRequest createDataSourceRequest) |
Sets up a data source to be added to a knowledge base.
|
default CreateKnowledgeBaseResponse |
BedrockAgentClient.createKnowledgeBase(Consumer<CreateKnowledgeBaseRequest.Builder> createKnowledgeBaseRequest) |
Creates a knowledge base that contains data sources from which information can be queried and used by LLMs.
|
default CreateKnowledgeBaseResponse |
BedrockAgentClient.createKnowledgeBase(CreateKnowledgeBaseRequest createKnowledgeBaseRequest) |
Creates a knowledge base that contains data sources from which information can be queried and used by LLMs.
|
default PrepareAgentResponse |
BedrockAgentClient.prepareAgent(Consumer<PrepareAgentRequest.Builder> prepareAgentRequest) |
Creates a DRAFT version of the agent that can be used for internal testing.
|
default PrepareAgentResponse |
BedrockAgentClient.prepareAgent(PrepareAgentRequest prepareAgentRequest) |
Creates a DRAFT version of the agent that can be used for internal testing.
|
default StartIngestionJobResponse |
BedrockAgentClient.startIngestionJob(Consumer<StartIngestionJobRequest.Builder> startIngestionJobRequest) |
Begins an ingestion job, in which a data source is added to a knowledge base.
|
default StartIngestionJobResponse |
BedrockAgentClient.startIngestionJob(StartIngestionJobRequest startIngestionJobRequest) |
Begins an ingestion job, in which a data source is added to a knowledge base.
|
default TagResourceResponse |
BedrockAgentClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) |
Associate tags with a resource.
|
default TagResourceResponse |
BedrockAgentClient.tagResource(TagResourceRequest tagResourceRequest) |
Associate tags with a resource.
|
default UpdateAgentResponse |
BedrockAgentClient.updateAgent(Consumer<UpdateAgentRequest.Builder> updateAgentRequest) |
Updates the configuration of an agent.
|
default UpdateAgentResponse |
BedrockAgentClient.updateAgent(UpdateAgentRequest updateAgentRequest) |
Updates the configuration of an agent.
|
default UpdateAgentActionGroupResponse |
BedrockAgentClient.updateAgentActionGroup(Consumer<UpdateAgentActionGroupRequest.Builder> updateAgentActionGroupRequest) |
Updates the configuration for an action group for an agent.
|
default UpdateAgentActionGroupResponse |
BedrockAgentClient.updateAgentActionGroup(UpdateAgentActionGroupRequest updateAgentActionGroupRequest) |
Updates the configuration for an action group for an agent.
|
default UpdateAgentAliasResponse |
BedrockAgentClient.updateAgentAlias(Consumer<UpdateAgentAliasRequest.Builder> updateAgentAliasRequest) |
Updates configurations for an alias of an agent.
|
default UpdateAgentAliasResponse |
BedrockAgentClient.updateAgentAlias(UpdateAgentAliasRequest updateAgentAliasRequest) |
Updates configurations for an alias of an agent.
|