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
The response is of type object.
object