curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/ratio \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"ratio": {
"training": 123,
"testing": 123
}
}
Retrieve number of samples in train and test set.
curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/ratio \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"ratio": {
"training": 123,
"testing": 123
}
}
Project ID
OK
The response is of type object
.