Hugging Face · Schema

SplitsResponse

Properties

Name Type Description
splits array
pending array
failed array
View JSON Schema on GitHub

JSON Schema

hugging-face-dataset-viewer-splits-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SplitsResponse",
  "type": "object",
  "properties": {
    "splits": {
      "type": "array"
    },
    "pending": {
      "type": "array"
    },
    "failed": {
      "type": "array"
    }
  }
}