Last updated 5 months ago
Was this helpful?
End an EON trial early. This can for example be used to implement early stopping.
Project ID
Job ID
trial ID
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/optimize//{jobId}/trial/{trialId}/end-trial' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text" }