ListDeployments {datarobot}R Documentation

List all current model deployments.

Description

List all current model deployments.

Usage

ListDeployments(orderBy = NULL, search = NULL)

Arguments

orderBy

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.

search

string. Optional. Case insensitive search against deployment labels and descriptions.

Value

A list of DataRobotDeployment objects containing:

Examples

## Not run: 
  ListDeployments()

## End(Not run)

[Package datarobot version 2.18.6 Index]