The ACTUATION_FAILURE type should be used when we want to report
an error to the user indicating why the current number of workers
in the pool could not be changed.
Displayed in the current status and history widgets.
CurrentNumWorkersChanged
The CURRENT_NUM_WORKERS_CHANGED type should be used when actual worker
pool size has been changed, but the target_num_workers has not changed.
NoChange
Used when we want to report to the user a reason why we are
not currently adjusting the number of workers.
Should specify both target_num_workers, current_num_workers and a
decision_message.
TargetNumWorkersChanged
The TARGET_NUM_WORKERS_CHANGED type should be used when the target
worker pool size has changed at the start of an actuation. An event
should always be specified as TARGET_NUM_WORKERS_CHANGED if it reflects
a change in the target_num_workers.
TypeUnknown
Default type for the enum. Value should never be returned.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `AutoscalingEvent.Types.AutoscalingEventType` enum, part of the Dataflow v1beta3 API within the `Google.Cloud.Dataflow.V1Beta3` namespace."],["The `AutoscalingEventType` enum indicates the type of autoscaling event that occurs, with possible values including `ActuationFailure`, `CurrentNumWorkersChanged`, `NoChange`, `TargetNumWorkersChanged`, and `TypeUnknown`."],["The documentation details each enum field, explaining its specific purpose in representing different states and actions related to autoscaling worker pools, such as reporting changes in worker numbers or reasons for not adjusting them."],["This API reference covers versions 2.0.0-beta07 (latest), 2.0.0-beta06, and 1.0.0-beta03 of the Dataflow library."]]],[]]