bedrockagent_update_data_source {paws.machine.learning} | R Documentation |
Updates the configurations for a data source connector
Description
Updates the configurations for a data source connector.
See https://www.paws-r-sdk.com/docs/bedrockagent_update_data_source/ for full documentation.
Usage
bedrockagent_update_data_source(
dataDeletionPolicy = NULL,
dataSourceConfiguration,
dataSourceId,
description = NULL,
knowledgeBaseId,
name,
serverSideEncryptionConfiguration = NULL,
vectorIngestionConfiguration = NULL
)
Arguments
dataDeletionPolicy |
The data deletion policy for the data source that you want to update. |
dataSourceConfiguration |
[required] The connection configuration for the data source that you want to update. |
dataSourceId |
[required] The unique identifier of the data source. |
description |
Specifies a new description for the data source. |
knowledgeBaseId |
[required] The unique identifier of the knowledge base for the data source. |
name |
[required] Specifies a new name for the data source. |
serverSideEncryptionConfiguration |
Contains details about server-side encryption of the data source. |
vectorIngestionConfiguration |
Contains details about how to ingest the documents in the data source. |
[Package paws.machine.learning version 0.9.0 Index]