List all current model deployments.
ListDeployments(orderBy = NULL, search = NULL)
A list of DataRobotDeployment objects containing:
id character. The ID of the deployment.
label character. The label of the deployment.
description character. The description of the deployment.
defaultPredictionServer list. Information on the default prediction
server connected with the deployment. See ListPredictionServers
for details.
model dataRobotModel. The model associated with the deployment.
See GetModel
for details.
capabilities list. Information on the capabilities of the deployment.
predictionUsage list. Information on the prediction usage of the deployment.
permissions list. User's permissions on the deployment.
serviceHealth list. Information on the service health of the deployment.
modelHealth list. Information on the model health of the deployment.
accuracyHealth list. Information on the accuracy health of the deployment.
string. Optional. the order to sort the deployment list by, defaults to label
Allowed attributes to sort by are:
label
serviceHealth
modelHealth
accuracyHealth
recentPredictions
lastPredictionTimestamp
If the sort attribute is preceded by a hyphen, deployments will be sorted in descending order, otherwise in ascending order. For health related sorting, ascending means failing, warning, passing, unknown.
string. Optional. Case insensitive search against deployment labels and descriptions.
if (FALSE) {
ListDeployments()
}
Run the code above in your browser using DataLab