Hugging Face · Example Payload

Hugging Face Getdatasetparquet Example

Hugging Face Getdatasetparquet Example is an example object payload from Hugging Face, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getDatasetParquet",
  "method": "GET",
  "path": "/datasets/{repo_id}/parquet",
  "summary": "Get Dataset Parquet Files",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getdatasetparquet200Example",
      "example": {
        "parquet_files": [
          {
            "dataset": "example_value",
            "config": "example_value",
            "split": "example_value",
            "url": "https://www.example.com",
            "filename": "example_value",
            "size": 10
          }
        ]
      }
    }
  ]
}