GET
/
datasets
/
{processed_dataset_id}
Get Dataset Info
curl --request GET \
  --url https://preprocessing-service-433968519479.us-central1.run.app/datasets/{processed_dataset_id}
{
  "dataset_name": "<string>",
  "dataset_subset": "<string>",
  "dataset_source": "upload",
  "modality": "text",
  "dataset_id": "<string>",
  "processed_dataset_id": "<string>",
  "created_at": "<string>",
  "splits": [
    {}
  ]
}

Path Parameters

processed_dataset_id
string
required

Response

Successful Response

dataset_name
string
required
dataset_subset
string
required
dataset_source
enum<string>
required
Available options:
upload,
huggingface
dataset_id
string
required
processed_dataset_id
string
required
created_at
string
required
splits
Splits · object[]
required
modality
enum<string>
default:text
Available options:
text,
vision