ListPredictionServers: List all available prediction servers.

View source: R/Deployment.R

ListPredictionServersR Documentation

List all available prediction servers.

Description

List all available prediction servers.

Usage

ListPredictionServers()

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

## Not run: 
  ListPredictionServers()

## End(Not run)

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