Method
Updates a deployment's properties.
REQUIRED |
KEY |
TYPE |
DESCRIPTION |
Yes |
deploymentId |
str |
Unique identifier of the deployment to update.
|
No |
description |
str |
The new description for the deployment.
|
No |
autoDeploy |
bool |
Flag to enable the automatic deployment when a new Model Version finishes training.
|
No |
skipMetricsCheck |
bool |
Flag to skip metric regression with this current deployment. This field is only relevant when auto_deploy is on
|
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.
KEY |
TYPE |
DESCRIPTION |
success |
Boolean |
true if the call succeeded, false if there was an error |
TYPE |
WHEN |
DataNotFoundError |
deploymentId is not found.
|