GetDataStore {datarobot} | R 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)
[Package datarobot version 2.18.6 Index]