Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class AutoscalingSettings.
Settings for WorkerPool autoscaling.
Generated from protobuf message google.dataflow.v1beta3.AutoscalingSettings
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ algorithm |
int
The algorithm to use for autoscaling. |
↳ max_num_workers |
int
The maximum number of workers to cap scaling at. |
getAlgorithm
The algorithm to use for autoscaling.
Returns | |
---|---|
Type | Description |
int |
setAlgorithm
The algorithm to use for autoscaling.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getMaxNumWorkers
The maximum number of workers to cap scaling at.
Returns | |
---|---|
Type | Description |
int |
setMaxNumWorkers
The maximum number of workers to cap scaling at.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |