cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/optimize//{jobId}/trial/{trialId}/end-trial \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>" }
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)
Was this page helpful?