Class TaskAttemptResult (0.10.4)

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

Result of a task attempt.

Attributes

NameDescription
status google.rpc.status_pb2.Status
Output only. The status of this attempt. If the status code is OK, then the attempt succeeded.
exit_code int
Output only. The exit code of this attempt. This may be unset if the container was unable to exit cleanly with a code due to some other failure. See status field for possible failure details.