Method
Deletes the specified model version. Model versions which are currently used in deployments cannot be deleted.
REQUIRED |
KEY |
TYPE |
DESCRIPTION |
Yes |
modelVersion |
str |
The unique identifier of the model version to delete.
|
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 |
ConflictError |
The model version is currently used in one or more deployments. |