Class StatusEvent (0.17.26)

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

Status event.

Attributes

Name Description
type_ str
Type of the event.
description str
Description of the event.
event_time google.protobuf.timestamp_pb2.Timestamp
The time this event occurred.
task_execution google.cloud.batch_v1alpha.types.TaskExecution
Task Execution. This field is only defined for task-level status events where the task fails.
task_state google.cloud.batch_v1alpha.types.TaskStatus.State
Task State. This field is only defined for task-level status events.