bedrockagent_update_agent_knowledge_base {paws.machine.learning} | R Documentation |
Updates the configuration for a knowledge base that has been associated with an agent
Description
Updates the configuration for a knowledge base that has been associated with an agent.
See https://www.paws-r-sdk.com/docs/bedrockagent_update_agent_knowledge_base/ for full documentation.
Usage
bedrockagent_update_agent_knowledge_base(
agentId,
agentVersion,
description = NULL,
knowledgeBaseId,
knowledgeBaseState = NULL
)
Arguments
agentId |
[required] The unique identifier of the agent associated with the knowledge base that you want to update. |
agentVersion |
[required] The version of the agent associated with the knowledge base that you want to update. |
description |
Specifies a new description for the knowledge base associated with an agent. |
knowledgeBaseId |
[required] The unique identifier of the knowledge base that has been associated with an agent. |
knowledgeBaseState |
Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent request. |
[Package paws.machine.learning version 0.9.0 Index]