Class JobStatus (0.2.2)

JobStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Running state of a job. .. attribute:: state

State of a job: PENDING, RUNNING, or DONE.

:type: str

Attributes

NameDescription
error google.rpc.status_pb2.Status
If the job did not complete successfully, this field describes why.
additional_errors Sequence[google.rpc.status_pb2.Status]
Errors encountered during the running of the job. Do not necessarily mean that the job has completed or was unsuccessful.