Class JobStatus (1.0.2)

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

Running state of a job.

Attributes

NameDescription
state str
State of a job: ``PENDING``, ``RUNNING``, or ``DONE``.
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.

Inheritance

builtins.object > proto.message.Message > JobStatus