Authorizations
Path Parameters
Project ID
Response
Current EON tuner state
Whether the operation succeeded
Whether the job is active (if false => finished)
audio
, image
, motion
, other
Index of the next run to be created. Used to pre-populate the name of the next run.
Whether the search can be extended to evaluate more candidate models. Extending is possible if the search space contains candidate models that are expected to perform better than the current best candidate. And extending is also possible if the previous run was paused due to the total runtime limit being exceeded.
Whether the total training time has exceeded the defined limit for the current run.
Optional error description (set if 'success' was false)
Actual tuner process, job message events will be tagged with this ID
The coordinator pod, attach the job runner to this process for finished events
Job ID for the initial job this job continuous the hyperparameter search process for.
Tuning algorithm to use to search hyperparameter space
random
, hyperband
, bayesian
, custom