bedrockagent_update_knowledge_base: Updates the configuration of a knowledge base with the fields...

View source: R/bedrockagent_operations.R

bedrockagent_update_knowledge_baseR Documentation

Updates the configuration of a knowledge base with the fields that you specify

Description

Updates the configuration of a knowledge base with the fields that you specify. Because all fields will be overwritten, you must include the same values for fields that you want to keep the same.

See https://www.paws-r-sdk.com/docs/bedrockagent_update_knowledge_base/ for full documentation.

Usage

bedrockagent_update_knowledge_base(
  description = NULL,
  knowledgeBaseConfiguration,
  knowledgeBaseId,
  name,
  roleArn,
  storageConfiguration = NULL
)

Arguments

description

Specifies a new description for the knowledge base.

knowledgeBaseConfiguration

[required] Specifies the configuration for the embeddings model used for the knowledge base. You must use the same configuration as when the knowledge base was created.

knowledgeBaseId

[required] The unique identifier of the knowledge base to update.

name

[required] Specifies a new name for the knowledge base.

roleArn

[required] Specifies a different Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the knowledge base.

storageConfiguration

Specifies the configuration for the vector store used for the knowledge base. You must use the same configuration as when the knowledge base was created.


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