Update EON tuner state

Update EON tuner state

post

Updates the EON tuner state for a specific run.

Authorizations
Path parameters
projectIdintegerRequired

Project ID

tunerCoordinatorJobIdintegerRequired

Tuner coordinator job ID

Body
namestringOptional
Responses
200
OK
application/json
post
POST /v1/api/{projectId}/optimize/{tunerCoordinatorJobId} HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 15

{
  "name": "text"
}
200

OK

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

Last updated

Was this helpful?