powered by
Update a model deployment.
UpdateModelDeployment(modelDeploymentId, label = NULL, description = NULL, status = NULL)
character. ID of the model deployment to update
character. A name for the model deployment.
character. Optional. Description for the model deployment.
character. Optional. status for the model deployment. Can be "active", "inactive" or "archived".
The model deployment data with the updated fields. See GetModelDeployment for details.
GetModelDeployment
# NOT RUN { modelDeploymentId <- "59a5af20c80891534e3c2bde" UpdateModelDeployment(modelDeploymentId, label = "My Different Label for Deployment") # }
Run the code above in your browser using DataLab