GetDataStore: Returns information about a particular data store.

View source: R/DataStores.R

GetDataStoreR Documentation

Returns information about a particular data store.

Description

Returns information about a particular data store.

Usage

GetDataStore(dataStoreId)

Arguments

dataStoreId

character. The id of the data store.

Value

A list containing information on the particular data store:

  • id character. The dataStoreId of the data store.

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

  • type character. The type of data store.

  • updated datetime. A timestamp for the last time the data store was updated.

  • creator character. The userId of the user who created the data store.

  • params list. A list specifying the data store parameters.

Examples

## Not run: 
 dataStoreId <- "5c1303269300d900016b41a7"
 GetDataStore(dataStoreId)

## End(Not run)

datarobot documentation built on Nov. 3, 2023, 1:07 a.m.