Learn R Programming

datarobot (version 2.18.6)

ListPredictionServers: List all available prediction servers.

Description

List all available prediction servers.

Usage

ListPredictionServers()

Arguments

Value

A list of DataRobotPredictionServer objects containing:

  • id character. The ID of the prediction server.

  • url character. The URL of the prediction server.

  • dataRobotKey character. The key used to access the prediction server.

Examples

Run this code
if (FALSE) {
  ListPredictionServers()
}

Run the code above in your browser using DataLab