Dataflow V1beta3 API - Class Google::Cloud::Dataflow::V1beta3::AutoscalingSettings (v0.3.0)

Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::AutoscalingSettings.

Settings for WorkerPool autoscaling.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#algorithm

def algorithm() -> ::Google::Cloud::Dataflow::V1beta3::AutoscalingAlgorithm
Returns

#algorithm=

def algorithm=(value) -> ::Google::Cloud::Dataflow::V1beta3::AutoscalingAlgorithm
Parameter
Returns

#max_num_workers

def max_num_workers() -> ::Integer
Returns
  • (::Integer) — The maximum number of workers to cap scaling at.

#max_num_workers=

def max_num_workers=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of workers to cap scaling at.
Returns
  • (::Integer) — The maximum number of workers to cap scaling at.