class edgeimpulse_api.models.tuner_trial_progress.TunerTrialProgress(
**data: Any
)
Config
The type of the None singleton.
accuracy: float
The type of the None singleton.
epoch: float
The type of the None singleton.
loss: float
The type of the None singleton.
val_accuracy: float
The type of the None singleton.
val_loss: float
The type of the None singleton.
edgeimpulse_api.models.tuner_trial_progress.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.tuner_trial_progress.TunerTrialProgress
edgeimpulse_api.models.tuner_trial_progress.from_json(
json_str: str
) ‑> edgeimpulse_api.models.tuner_trial_progress.TunerTrialProgress
edgeimpulse_api.models.tuner_trial_progress.to_dict(
self
)
edgeimpulse_api.models.tuner_trial_progress.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.tuner_trial_progress.to_str(
self
) ‑> str