class edgeimpulse_api.models.job_details.JobDetails(
**data: Any
)
Config
The type of the None singleton.
additional_info: pydantic.types.StrictStr | None
The type of the None singleton.
category: pydantic.types.StrictStr
The type of the None singleton.
category_count: pydantic.types.StrictInt | None
The type of the None singleton.
category_key: pydantic.types.StrictStr
The type of the None singleton.
children_ids: List[pydantic.types.StrictInt] | None
The type of the None singleton.
compute_time: float | None
The type of the None singleton.
created: datetime.datetime
The type of the None singleton.
created_by_user: edgeimpulse_api.models.created_updated_by_user.CreatedUpdatedByUser | None
The type of the None singleton.
finished: datetime.datetime | None
The type of the None singleton.
finished_successful: pydantic.types.StrictBool | None
The type of the None singleton.
id: pydantic.types.StrictInt
The type of the None singleton.
job_notification_uids: List[pydantic.types.StrictInt]
The type of the None singleton.
key: pydantic.types.StrictStr
The type of the None singleton.
metadata: Dict[str, Any] | None
The type of the None singleton.
spec: Dict[str, Any] | None
The type of the None singleton.
started: datetime.datetime | None
The type of the None singleton.
states: List[edgeimpulse_api.models.job_state.JobState]
The type of the None singleton.
edgeimpulse_api.models.job_details.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.job_details.JobDetails
edgeimpulse_api.models.job_details.from_json(
json_str: str
) ‑> edgeimpulse_api.models.job_details.JobDetails
edgeimpulse_api.models.job_details.to_dict(
self
)
edgeimpulse_api.models.job_details.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.job_details.to_str(
self
) ‑> str