set_model_alias
Assign an alias like 'champion' to a specific model version to promote or label it for deployment.
Instructions
Assign an alias to a specific model version (e.g. promote best model to 'champion').
Args: name: Name of the registered model. alias: Alias to assign, e.g. 'champion', 'production', 'baseline'. version: Model version number to assign the alias to.
Examples: set_model_alias("lightgbm", "champion", "3")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| alias | Yes | ||
| version | Yes |