class edgeimpulse_api.models.tuner_trial_blocks_inner.TunerTrialBlocksInner(
**data: Any
)
Config
The type of the None singleton.
id: pydantic.types.StrictInt
The type of the None singleton.
last_active: datetime.datetime | None
The type of the None singleton.
model_block_index: pydantic.types.StrictInt | None
The type of the None singleton.
retries: pydantic.types.StrictInt
The type of the None singleton.
status: pydantic.types.StrictStr
The type of the None singleton.
type: pydantic.types.StrictStr
The type of the None singleton.
edgeimpulse_api.models.tuner_trial_blocks_inner.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.tuner_trial_blocks_inner.TunerTrialBlocksInner
edgeimpulse_api.models.tuner_trial_blocks_inner.from_json(
json_str: str
) ‑> edgeimpulse_api.models.tuner_trial_blocks_inner.TunerTrialBlocksInner
edgeimpulse_api.models.tuner_trial_blocks_inner.status_validate_enum(
v
)
edgeimpulse_api.models.tuner_trial_blocks_inner.type_validate_enum(
v
)
edgeimpulse_api.models.tuner_trial_blocks_inner.to_dict(
self
)
edgeimpulse_api.models.tuner_trial_blocks_inner.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.tuner_trial_blocks_inner.to_str(
self
) ‑> str