get_registered_model
Retrieve full details of a registered model, including all versions and aliases. Use this to access comprehensive model metadata from the MLflow Model Registry.
Instructions
Get full details of a registered model including all versions and aliases. Can be large for models with many versions.
Args: name: Name of the registered model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |