Spanish
Idiomas
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

JobStatus

class JobStatus(job_id, status, status_msg, **kwargs)[fuente]

Bases: object

Model for JobStatus.

job_id

backend job_id.

Type

str

status

status of the job.

Type

str

status_msg

status message.

Type

str

Methods

from_dict

Create a new JobStatus object from a dictionary.

to_dict

Return a dictionary format representation of the JobStatus.