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."],[[["The latest version available is 2.0.0-beta07, while version 1.0.0-beta03 is also listed, and 2.0.0-beta06."],["The `AutoscalingEventType` enum indicates the type of autoscaling event within the Google.Cloud.Dataflow.V1Beta3 namespace."],["The `AutoscalingEventType` enum includes five distinct fields: `ActuationFailure`, `CurrentNumWorkersChanged`, `NoChange`, `TargetNumWorkersChanged`, and `TypeUnknown`."],["Each field in the `AutoscalingEventType` enum has a specific purpose, such as reporting errors, indicating worker pool size changes, or specifying reasons for not adjusting worker numbers."],["The enum is contained within the `Google.Cloud.Dataflow.V1Beta3.dll` assembly."]]],[]]