get_model_version_by_alias
Retrieve a specific version of a registered MLflow model using its alias, such as 'champion' or 'production'.
Instructions
Get a model version by its alias (e.g. 'champion', 'production').
Args: name: Name of the registered model. alias: The alias assigned to the version, e.g. 'champion'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| alias | Yes |