GetDriver: Returns information about a particular driver.

View source: R/Drivers.R

GetDriverR Documentation

Returns information about a particular driver.

Description

Returns information about a particular driver.

Usage

GetDriver(driverId)

Arguments

driverId

character. The id of the driver.

Value

A list containing information on the particular driver:

  • className character. The Java class name of the driver.

  • baseNames character. A vector of the file name(s) of the jar files.

  • canonicalName character. The user-friendly name of the driver.

  • id character. The driverId of the driver.

  • creator character. The userId of the user who created the driver.

Examples

## Not run: 
 driverId <- "57a7c978c808916f4a630f89"
 GetDriver(driverId)

## End(Not run)

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