BasicAutoscalingAlgorithm(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Basic algorithm for autoscaling.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
yarn_config |
google.cloud.dataproc_v1.types.BasicYarnAutoscalingConfig
Required. YARN autoscaling configuration. This field is a member of oneof _ config .
|
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. |