Class AutoscalingEvent (0.4.1)

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

A structured message reporting an autoscaling decision made by the Dataflow service.

Attributes

NameDescription
current_num_workers int
The current number of workers the job has.
target_num_workers int
The target number of workers the worker pool wants to resize to use.
event_type google.cloud.dataflow_v1beta3.types.AutoscalingEvent.AutoscalingEventType
The type of autoscaling event to report.
description google.cloud.dataflow_v1beta3.types.StructuredMessage
A message describing why the system decided to adjust the current number of workers, why it failed, or why the system decided to not make any changes to the number of workers.
time google.protobuf.timestamp_pb2.Timestamp
The time this event was emitted to indicate a new target or current num_workers value.
worker_pool str
A short and friendly name for the worker pool this event refers to.

Classes

AutoscalingEventType

AutoscalingEventType(value)

Indicates the type of autoscaling event.