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-04-02 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 specific fields for different event states and descriptions of their use."],["Available fields within this enum include `ActuationFailure`, `CurrentNumWorkersChanged`, `NoChange`, `TargetNumWorkersChanged`, and `TypeUnknown`, each with their own specific purposes in tracking autoscaling behavior."],["The latest version of the documentation for this enum is `2.0.0-beta07`, with previous versions `2.0.0-beta06` and `1.0.0-beta03` also accessible."]]],[]]