Profile custom DSP block
POST {{baseUrl}}/api/:projectId/dsp/:dspId/profile
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). Use getProfileTfliteJobResult to get the results when the job is completed.
Request Body
{"params"=>{"sint_9d8"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "Lorem1d"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "consequat2"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"id":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}