mlflow_registered_models_update
Update the name or description of a registered MLflow model using the Databricks REST API.
Instructions
Update a registered model (POST /api/2.0/mlflow/registered-models/update).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Registered model name | |
| description | No | ||
| new_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |