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