End EON tuner trial

End EON tuner trial

get

End an EON trial early. This can for example be used to implement early stopping.

Authorizations
Path parameters
projectIdintegerRequired

Project ID

jobIdintegerRequired

Job ID

trialIdstringRequired

trial ID

Responses
200
OK
application/json
get
GET /v1/api/{projectId}/optimize//{jobId}/trial/{trialId}/end-trial HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200

OK

{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?