Learn R Programming

datarobot (version 2.9.0)

UpdateModelDeployment: Update a model deployment.

Description

Update a model deployment.

Usage

UpdateModelDeployment(modelDeploymentId, label = NULL, description = NULL,
  status = NULL)

Arguments

modelDeploymentId

character. ID of the model deployment to update

label

character. A name for the model deployment.

description

character. Optional. Description for the model deployment.

status

character. Optional. status for the model deployment. Can be "active", "inactive" or "archived".

Value

The model deployment data with the updated fields. See GetModelDeployment for details.

Examples

Run this code
# NOT RUN {
  modelDeploymentId <- "59a5af20c80891534e3c2bde"
  UpdateModelDeployment(modelDeploymentId, label = "My Different Label for Deployment")
# }

Run the code above in your browser using DataLab