class edgeimpulse_api.models.tuner_run.TunerRun(
**data: Any
)
Config
The type of the None singleton.
continuation_job_id: pydantic.types.StrictInt | None
The type of the None singleton.
created: datetime.datetime
The type of the None singleton.
index: pydantic.types.StrictInt
The type of the None singleton.
job_status: edgeimpulse_api.models.job_status.JobStatus
The type of the None singleton.
name: pydantic.types.StrictStr | None
The type of the None singleton.
space: List[edgeimpulse_api.models.tuner_space_impulse.TunerSpaceImpulse] | None
The type of the None singleton.
tuner_coordinator_job_id: pydantic.types.StrictInt
The type of the None singleton.
tuner_job_id: pydantic.types.StrictInt
The type of the None singleton.
visible: pydantic.types.StrictBool
The type of the None singleton.
edgeimpulse_api.models.tuner_run.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.tuner_run.TunerRun
edgeimpulse_api.models.tuner_run.from_json(
json_str: str
) ‑> edgeimpulse_api.models.tuner_run.TunerRun
edgeimpulse_api.models.tuner_run.to_dict(
self
)
edgeimpulse_api.models.tuner_run.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.tuner_run.to_str(
self
) ‑> str