AutoScaleSettings Class
AutoScale settings for the pool.
Constructor
AutoScaleSettings(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
formula
|
A formula for the desired number of compute nodes in the pool. Required. |
|
evaluation_interval
|
The time interval at which to automatically adjust the pool size according to the autoscale formula. |
Attributes
evaluation_interval
The time interval at which to automatically adjust the pool size according to the autoscale formula.
evaluation_interval: timedelta | None
formula
A formula for the desired number of compute nodes in the pool. Required.
formula: str