bedrockagent_update_agent_knowledge_base: Updates the configuration for a knowledge base that has been...

View source: R/bedrockagent_operations.R

bedrockagent_update_agent_knowledge_baseR 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.


paws.machine.learning documentation built on April 3, 2025, 8:41 p.m.