Last updated 10 months ago
Was this helpful?
Get the results from a job started from startProfileTfliteJob (via a GET request).
/api/{projectId}/jobs/profile-tflite/{jobId}/result
Project ID
Job ID
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/profile-tflite/{jobId}/result' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "device": "text", "tfliteFileSizeBytes": 1, "isSupportedOnMcu": true, "timePerInferenceMs": 1, "mcuSupportError": "text", "memory": { "tflite": { "ram": 1, "rom": 1, "arenaSize": 1 }, "eon": { "ram": 1, "rom": 1, "arenaSize": 1 }, "eonRamOptimized": { "ram": 1, "rom": 1, "arenaSize": 1 } } }