tuner package
check_tuner
Check the current state of the tuner and optionally waits until the tuner has completed.
Parameters
timeout_sec: Optional[int] = None
wait_for_completion: bool = True
Return
edgeimpulse_api.models.optimize_state_response.OptimizeStateResponse
get_tuner_run_state
Retrieve the current state of the tuner run.
Returns: OptimizeStateResponse: The OptimizeStateResponse object representing the current Tuner state.
Parameters
tuner_coordinator_job_id: int
Return
edgeimpulse_api.models.optimize_state_response.OptimizeStateResponse
list_tuner_runs
List the tuner runs that have been done in the current project.
Returns: ListTunerRunsResponse: An object containing all the tuner runs
Return
edgeimpulse_api.models.list_tuner_runs_response.ListTunerRunsResponse