Class Google::Cloud::Dataflow::V1beta3::AutoscalingSettings (v0.1.4)

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.