Module: Google::Cloud::Dataflow::V1beta3::AutoscalingAlgorithm

Defined in:
proto_docs/google/dataflow/v1beta3/environment.rb

Overview

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.

Constant Summary collapse

AUTOSCALING_ALGORITHM_UNKNOWN =

The algorithm is unknown, or unspecified.

0
AUTOSCALING_ALGORITHM_NONE =

Disable autoscaling.

1
AUTOSCALING_ALGORITHM_BASIC =

Increase worker count over time to reduce job execution time.

2