JobStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)Running state of a job.
Attributes |
|
|---|---|
| Name | Description |
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 |
MutableSequence[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. |