get_logged_model
Retrieve detailed information about a specific logged model using its unique ID. Get model metadata, version details, and more from the MLflow tracking server.
Instructions
Get detailed information about a specific logged model by its ID.
Args: model_id: The logged model ID (obtained from search_logged_models results).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes |