Reference documentation and code samples for the Dataflow V1beta3 API module Google::Cloud::Dataflow::V1beta3::AutoscalingAlgorithm.
Specifies the algorithm used to determine the number of worker
processes to run at any given point in time, based on the amount of
data left to process, the number of workers, and how quickly
existing workers are processing data.
Constants
AUTOSCALING_ALGORITHM_UNKNOWN
value: 0 The algorithm is unknown, or unspecified.
AUTOSCALING_ALGORITHM_NONE
value: 1 Disable autoscaling.
AUTOSCALING_ALGORITHM_BASIC
value: 2 Increase worker count over time to reduce job execution time.
[[["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 2024-11-06 UTC."],[],[]]