Last updated 1 month ago
Complete EON tuner run and mark it as succesful
Project ID
Job ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/optimize/{jobId}/complete-search', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "success": false }), }); const data = await response.json();
{ "success": false, "error": "text" }