get_model_report
Load EDA training report with metrics, feature analysis, and performance summary. Optionally retrieve full report or specify model version.
Instructions
Load the EDA training report (metrics, feature analysis, performance summary).
project_id is optional — the backend resolves it from model_id when omitted.
Omit model_version_id to use the latest version for this model. Pass an id from
list_model_versions to read a specific version.
Default response is summary only (token-efficient). Set full_report=true for full detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | ||
| project_id | No | ||
| model_version_id | No | ||
| full_report | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||