Last updated 1 month ago
End an EON trial early. This can for example be used to implement early stopping.
Project ID
Job ID
trial 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}/trial/{trialId}/end-trial', { method: 'GET', headers: {}, }); const data = await response.json();
{ "success": false, "error": "text" }