get_model_status
Check a model's fitting progress by providing its model hash. Get status, progress percentage, estimated time remaining, and timestamps to monitor completion.
Instructions
Check the fitting progress of a model.
Returns status (pending/under way/complete/failed), progress percentage, estimated time remaining, and timestamps.
Args: model_hash: The model hash returned by create_model or list_models.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_hash | Yes |