job
edgeimpulse_api v1.0.0
edgeimpulse_api.models.job module
class edgeimpulse_api.models.job.Job(*, id: StrictInt, category: StrictStr, key: StrictStr, created: datetime, started: Optional[datetime] = None, finished: Optional[datetime] = None, finishedSuccessful: Optional[StrictBool] = None, jobNotificationUids: List[StrictInt], additionalInfo: Optional[StrictStr] = None)Bases:
BaseModel
class Config()Bases:
object
allow_population_by_field_name(_ = Tru_ )
validate_assignment(_ = Tru_ )
additional_info(: Optional[StrictStr )
category(: StrictSt )
created(: datetim )
finished(: Optional[datetime )
finished_successful(: Optional[StrictBool )
classmethod from_dict(obj: dict)Create an instance of Job from a dict
classmethod from_json(json_str: str)Create an instance of Job from a JSON string
id(: StrictIn )
job_notification_uids(: List[StrictInt )
key(: StrictSt )
started(: Optional[datetime )
to_dict()Returns the dictionary representation of the model using alias
to_json()Returns the JSON representation of the model using alias
to_str()Returns the string representation of the model using alias
Last updated
Was this helpful?