v2

latestOpenAPI 3.1.0raw.githubusercontent.com2024-09-26192307950.1 KB
model_versions

Update Model Version

Get all model versions by filter.

Args: model_version_id: The ID of model version to be updated. model_version_update_model: The model version to be updated.

Returns: An updated model version.

put/api/v1/model_versions/{model_version_id}

Path parameters

model_version_idstring uuid required

Request body

modelstring uuid required

The ID of the model containing version

forceboolean

Whether existing model version in target stage should be silently archived or an error should be raised.

namestring nullable

Target model version name to be set

descriptionstring nullable

Target model version description to be set

add_tagsstring[] nullable

Tags to be added to the model version

remove_tagsstring[] nullable

Tags to be removed from the model version

Response

Successful Response

idstring uuid required
permission_deniedboolean
namestring nullable

The name of the model version