Interface protos.google.dataflow.v1beta3.IAutoscalingSettings

Properties of an AutoscalingSettings.

Package

@google-cloud/dataflow!

Properties

algorithm

algorithm?: (google.dataflow.v1beta3.AutoscalingAlgorithm|keyof typeof google.dataflow.v1beta3.AutoscalingAlgorithm|null);

AutoscalingSettings algorithm

Property Value
TypeDescription
(google.dataflow.v1beta3.AutoscalingAlgorithm|keyof typeof google.dataflow.v1beta3.AutoscalingAlgorithm|null)

maxNumWorkers

maxNumWorkers?: (number|null);

AutoscalingSettings maxNumWorkers

Property Value
TypeDescription
(number|null)