Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class 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.
Protobuf type google.dataflow.v1beta3.AutoscalingAlgorithm
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
AUTOSCALING_ALGORITHM_UNKNOWN
Value: 0The algorithm is unknown, or unspecified.
Generated from protobuf enum AUTOSCALING_ALGORITHM_UNKNOWN = 0;
AUTOSCALING_ALGORITHM_NONE
Value: 1Disable autoscaling.
Generated from protobuf enum AUTOSCALING_ALGORITHM_NONE = 1;
AUTOSCALING_ALGORITHM_BASIC
Value: 2Increase worker count over time to reduce job execution time.
Generated from protobuf enum AUTOSCALING_ALGORITHM_BASIC = 2;