Hugging Face · Schema

Error

Properties

Name Type Description
error string Error message
estimated_time number Estimated time until availability (for loading errors)
View JSON Schema on GitHub

JSON Schema

hugging-face-inference-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Error",
  "type": "object",
  "properties": {
    "error": {
      "type": "string",
      "description": "Error message"
    },
    "estimated_time": {
      "type": "number",
      "description": "Estimated time until availability (for loading errors)"
    }
  }
}