update_model_version
Update the description of a specific model version in the MLflow model registry by providing its name, version number, and new description text.
Instructions
Update the description of a model version.
Args: name: Name of the registered model. version: Model version number. description: New description text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| version | Yes | ||
| description | Yes |