An enum representing the status of sending the predict result to the provided webhook.Available options: PENDING, SUCCEEDED, FAILED, CANCELED, NO_WEBHOOK_PROVIDED
An enum representing the type of error that occurred.Available options: MODEL_PREDICT_ERROR, MODEL_PREDICT_TIMEOUT, MODEL_NOT_READY, MODEL_DOES_NOT_EXIST, MODEL_UNAVAILABLE, MODEL_INVALID_INPUT, ASYNC_REQUEST_NOT_SUPPORTED, INTERNAL_SERVER_ERROR
Calls to the get async request status endpoint are limited to 20 requests per second. If this limit is exceeded, subsequent requests will receive a 429 status code.To avoid hitting this rate limit, we recommend configuring a webhook endpoint to receive async predict results instead of frequently polling this endpoint for async request statuses.