Class BasicAutoscalingAlgorithm (2.4.0)

BasicAutoscalingAlgorithm(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Basic algorithm for autoscaling. .. attribute:: yarn_config

Required. YARN autoscaling configuration.

:type: google.cloud.dataproc_v1beta2.types.BasicYarnAutoscalingConfig

Attribute

NameDescription
cooldown_period google.protobuf.duration_pb2.Duration
Optional. Duration between scaling events. A scaling period starts after the update operation from the previous event has completed. Bounds: [2m, 1d]. Default: 2m.