class edgeimpulse_api.models.optimize_state_response_all_of_status.OptimizeStateResponseAllOfStatus(
**data: Any
)
Config
The type of the None singleton.
num_busy_workers: pydantic.types.StrictInt
The type of the None singleton.
num_completed_trials: pydantic.types.StrictInt
The type of the None singleton.
num_failed_trials: pydantic.types.StrictInt
The type of the None singleton.
num_pending_trials: pydantic.types.StrictInt
The type of the None singleton.
num_pending_workers: pydantic.types.StrictInt
The type of the None singleton.
num_ready_workers: pydantic.types.StrictInt
The type of the None singleton.
num_running_trials: pydantic.types.StrictInt
The type of the None singleton.
status: pydantic.types.StrictStr
The type of the None singleton.
edgeimpulse_api.models.optimize_state_response_all_of_status.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.optimize_state_response_all_of_status.OptimizeStateResponseAllOfStatus
edgeimpulse_api.models.optimize_state_response_all_of_status.from_json(
json_str: str
) ‑> edgeimpulse_api.models.optimize_state_response_all_of_status.OptimizeStateResponseAllOfStatus
edgeimpulse_api.models.optimize_state_response_all_of_status.status_validate_enum(
v
)
edgeimpulse_api.models.optimize_state_response_all_of_status.to_dict(
self
)
edgeimpulse_api.models.optimize_state_response_all_of_status.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.optimize_state_response_all_of_status.to_str(
self
) ‑> str