Class: Google::Cloud::Dataflow::V1beta3::AutoscalingSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::AutoscalingSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/environment.rb
Overview
Settings for WorkerPool autoscaling.
Instance Attribute Summary collapse
-
#algorithm ⇒ ::Google::Cloud::Dataflow::V1beta3::AutoscalingAlgorithm
The algorithm to use for autoscaling.
-
#max_num_workers ⇒ ::Integer
The maximum number of workers to cap scaling at.
Instance Attribute Details
#algorithm ⇒ ::Google::Cloud::Dataflow::V1beta3::AutoscalingAlgorithm
Returns The algorithm to use for autoscaling.
319 320 321 322 |
# File 'proto_docs/google/dataflow/v1beta3/environment.rb', line 319 class AutoscalingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_num_workers ⇒ ::Integer
Returns The maximum number of workers to cap scaling at.
319 320 321 322 |
# File 'proto_docs/google/dataflow/v1beta3/environment.rb', line 319 class AutoscalingSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |