UpdateDataStore {datarobot}R Documentation

Update a data store.

Description

Update a data store.

Usage

UpdateDataStore(
  dataStoreId,
  canonicalName = NULL,
  driverId = NULL,
  jdbcUrl = NULL
)

Arguments

dataStoreId

character. The ID of the data store to update.

canonicalName

character. The user-friendly name of the data store.

driverId

character. The ID of the driver to use.

jdbcUrl

character. The full JDBC url.

Examples

## Not run: 
 dataStoreId <- "5c1303269300d900016b41a7"
 UpdateDataStore(dataStoreId, canonicalName = "Different Name")

## End(Not run)

[Package datarobot version 2.18.6 Index]