google_api_dataflow v0.0.1 GoogleApi.Dataflow.V1b3.Model.AutoscalingEvent View Source
A structured message reporting an autoscaling decision made by the Dataflow service.
Attributes
- currentNumWorkers (String): The current number of workers the job has. Defaults to:
null
. - description (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. Defaults to:
null
. eventType (String): The type of autoscaling event to report. Defaults to:
null
.- Enum - one of [TYPE_UNKNOWN, TARGET_NUM_WORKERS_CHANGED, CURRENT_NUM_WORKERS_CHANGED, ACTUATION_FAILURE, NO_CHANGE]
- targetNumWorkers (String): The target number of workers the worker pool wants to resize to use. Defaults to:
null
. - time (String): The time this event was emitted to indicate a new target or current num_workers value. Defaults to:
null
.