uc_model_create
Create a registered model in Unity Catalog by providing name, catalog, and schema, with optional fields for tags, comments, and model type.
Instructions
Create a registered model (POST /api/2.1/unity-catalog/models).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Model name | |
| catalog_name | Yes | Parent catalog name | |
| schema_name | Yes | Parent schema name | |
| comment | No | ||
| tags | No | ||
| storage_root | No | ||
| model_type | No | Model type, e.g. 'OPEN_SOURCE' or 'PROPRIETARY' | |
| registered_model_id | No | ||
| alias | No | ||
| version | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |