Start a profile job for a Keras learn block

Start a profile job for a Keras learn block

post

Starts an asynchronous profiling job, if there's no profiling information for the currently selected latency device. Afterwards, re-fetch model metadata to get the profiling job IDs.

Authorizations
Path parameters
projectIdintegerRequired

Project ID

learnIdintegerRequired

Learn Block ID, use the impulse functions to retrieve the ID

Responses
200
OK
application/json
post
POST /v1/api/{projectId}/training/keras/{learnId}/profile HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200

OK

{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?