Learn R Programming

datarobot (version 2.17.1)

GetDeployment: 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:

  • 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.

  • 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.

Examples

Run this code
# NOT RUN {
  deploymentId <- "5e319d2e422fbd6b58a5edad"
  GetDeployment(deploymentId)
# }

Run the code above in your browser using DataLab