Last updated 11 months ago
Was this helpful?
Updates the EON tuner state for a specific run.
Project ID
Tuner coordinator job ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/optimize/{tunerCoordinatorJobId}' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "name": "text" }'
{ "success": true, "error": "text" }