register_model
Register a machine learning model to the MLflow model registry with specified name, path, version, stage, and optional tags for version control.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| stage | No | dev | |
| run_id | No | ||
| version | No | ||
| model_name | Yes | ||
| model_path | Yes | ||
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||