mlflow_model_versions_create
Create a new version of a registered MLflow model by specifying the model name and source URI.
Instructions
Create a model version (POST /api/2.0/mlflow/model-versions/create).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Registered model name | |
| source | Yes | Source URI for the model version artifacts | |
| run_id | No | ||
| tags | No | ||
| description | No | ||
| run_link | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |