cURL
curl --request GET \ --url https://preprocessing-service-433968519479.us-central1.run.app/datasets
{ "datasets": [ { "dataset_name": "<string>", "dataset_subset": "<string>", "dataset_source": "upload", "modality": "text", "dataset_id": "<string>", "processed_dataset_id": "<string>", "num_examples": 123, "created_at": "<string>", "splits": [ "<string>" ] } ] }
Get information about all the processed datasets owned by the user.
Successful Response
Show child attributes