uc_model_version_create
Create a new model version in Unity Catalog by providing the model full name and source artifact URI. Optionally attach run metadata, description, tags, and aliases.
Instructions
Create a model version
(POST /api/2.1/unity-catalog/models/{full_name}/versions).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full_name | Yes | Model full name (catalog.schema.model) | |
| source | Yes | URI of the source artifacts (e.g. 'dbfs:/...') | |
| run_id | No | ||
| description | No | ||
| comment | No | ||
| tags | No | ||
| run_link | No | ||
| aliases | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |