vlmrun predictions command lets you list and retrieve prediction results.
List Predictions
| Option | Description |
|---|---|
--limit | Max items to return (default: 10) |
--skip | Number of items to skip (default: 0) |
--status | Filter by status: enqueued, pending, running, completed, failed, paused |
--since | Show predictions since date (YYYY-MM-DD) |
--until | Show predictions until date (YYYY-MM-DD) |
Get Prediction
| Argument/Option | Description |
|---|---|
PREDICTION_ID | ID of the prediction to retrieve (required) |
--wait | Wait for prediction to complete (default: --no-wait) |
--timeout | Timeout in seconds when waiting (default: 60) |