Profile Custom DSP Block

Returns performance characteristics for a custom DSP block (needs `hasTfliteImplementation`). Updates are streamed over the websocket API (or can be retrieved through the /stdout endpoint).

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/dsp/{dspId}/profile \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"params":{"scale-axes":"10"}}'

Last updated

Was this helpful?