Performance Calibration
Simulates real world usage and returns performance metrics.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/performance-calibration \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"backgroundNoiseLabel":"string","otherNoiseLabels":["string"],"uploadKey":"string","sampleLengthMinutes":0}'
Last updated
Was this helpful?