GetDeployment {datarobot}R Documentation

Get information on a particular deployment.

Description

Get information on a particular deployment.

Usage

GetDeployment(deploymentId)

Arguments

deploymentId

character. The ID of the deployment.

Value

A DataRobotDeployment object containing:

Examples

## Not run: 
  deploymentId <- "5e319d2e422fbd6b58a5edad"
  GetDeployment(deploymentId)

## End(Not run)

[Package datarobot version 2.18.6 Index]