Learn R Programming

datarobot (version 2.18.6)

GetDataStore: Returns information about a particular data store.

Description

Returns information about a particular data store.

Usage

GetDataStore(dataStoreId)

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.

Arguments

dataStoreId

character. The id of the data store.

Examples

Run this code
if (FALSE) {
 dataStoreId <- "5c1303269300d900016b41a7"
 GetDataStore(dataStoreId)
}

Run the code above in your browser using DataLab