cURL
curl --request POST \ --url https://preprocessing-service-433968519479.us-central1.run.app/datasets/upload \ --header 'Content-Type: multipart/form-data' \ --form file=@example-file
{ "dataset_id": "<string>", "filename": "<string>", "gcs_path": "<string>", "size_bytes": 123, "sample": [ {} ], "columns": [ "<string>" ], "num_examples": 123 }
Upload a dataset file to storage
Successful Response