Class Event (0.2.3)

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

Carries information about events that occur during pipeline execution.

Attributes

NameDescription
timestamp google.protobuf.timestamp_pb2.Timestamp
The time at which the event occurred.
description str
A human-readable description of the event. Note that these strings can change at any time without notice. Any application logic must use the information in the details field.
delayed google.cloud.lifesciences_v2beta.types.DelayedEvent
See google.cloud.lifesciences.v2beta.DelayedEvent.
worker_assigned google.cloud.lifesciences_v2beta.types.WorkerAssignedEvent
See google.cloud.lifesciences.v2beta.WorkerAssignedEvent.
worker_released google.cloud.lifesciences_v2beta.types.WorkerReleasedEvent
See google.cloud.lifesciences.v2beta.WorkerReleasedEvent.
pull_started google.cloud.lifesciences_v2beta.types.PullStartedEvent
See google.cloud.lifesciences.v2beta.PullStartedEvent.
pull_stopped google.cloud.lifesciences_v2beta.types.PullStoppedEvent
See google.cloud.lifesciences.v2beta.PullStoppedEvent.
container_started google.cloud.lifesciences_v2beta.types.ContainerStartedEvent
See google.cloud.lifesciences.v2beta.ContainerStartedEvent.
container_stopped google.cloud.lifesciences_v2beta.types.ContainerStoppedEvent
See google.cloud.lifesciences.v2beta.ContainerStoppedEvent.
container_killed google.cloud.lifesciences_v2beta.types.ContainerKilledEvent
See google.cloud.lifesciences.v2beta.ContainerKilledEvent.
unexpected_exit_status google.cloud.lifesciences_v2beta.types.UnexpectedExitStatusEvent
See google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.
failed google.cloud.lifesciences_v2beta.types.FailedEvent
See google.cloud.lifesciences.v2beta.FailedEvent.