Loading...
Evaluates optimal model architecture
Project ID
Tuner coordinator job ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Job identifier. Status updates will include this identifier.
12873488112
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/optimize', { method: 'POST', headers: {}, }); const data = await response.json();
{ "success": false, "error": "text", "id": 12873488112 }