Create a new model by parsing and validating input data from keyword arguments.
Raises ValidationError if the input data cannot be parsed to form a valid model.
Parameters
**data: Any
Bases
pydantic.main.BaseModel
pydantic.utils.Representation
Class variables
Config
additional_info: pydantic.types.StrictStr | None
category: pydantic.types.StrictStr
category_count: pydantic.types.StrictInt | None
children_ids: List[pydantic.types.StrictInt] | None
compute_time: float | None
created: datetime.datetime
created_by_user: edgeimpulse_api.models.job_created_by_user.JobCreatedByUser | None
finished: datetime.datetime | None
finished_successful: pydantic.types.StrictBool | None
id: pydantic.types.StrictInt
job_notification_uids: List[pydantic.types.StrictInt]
key: pydantic.types.StrictStr
spec: Dict[str, Any] | None
started: datetime.datetime | None
states: List[edgeimpulse_api.models.job_state.JobState]
Create an instance of JobDetails from a dict
Parameters
obj: dict
Return
edgeimpulse_api.models.job_details.JobDetails
Create an instance of JobDetails from a JSON string
Parameters
json_str: str
Return
edgeimpulse_api.models.job_details.JobDetails
Returns the dictionary representation of the model using alias
Parameters
self
Returns the JSON representation of the model using alias
Parameters
self
indent=None
Return
str
Returns the string representation of the model using alias
Parameters
self
Return
str