class edgeimpulse_api.models.job_step.JobStep(
**data: Any
)
Config
The type of the None singleton.
attempt: pydantic.types.StrictInt | None
The type of the None singleton.
failure_details: edgeimpulse_api.models.job_failure_details.JobFailureDetails | None
The type of the None singleton.
name: pydantic.types.StrictStr
The type of the None singleton.
ordinal: float
The type of the None singleton.
progress: float | None
The type of the None singleton.
edgeimpulse_api.models.job_step.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.job_step.JobStep
edgeimpulse_api.models.job_step.from_json(
json_str: str
) ‑> edgeimpulse_api.models.job_step.JobStep
edgeimpulse_api.models.job_step.to_dict(
self
)
edgeimpulse_api.models.job_step.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.job_step.to_str(
self
) ‑> str