ScaleSettings Class

At least one of manual or autoScale settings must be specified. Only one of manual or autoScale settings can be specified. If autoScale settings are specified, the system automatically scales the cluster up and down (within the supplied limits) based on the pending jobs on the cluster.

Inheritance
ScaleSettings

Constructor

ScaleSettings(*, manual: Optional[azure.mgmt.batchai.models._models_py3.ManualScaleSettings] = None, auto_scale: Optional[azure.mgmt.batchai.models._models_py3.AutoScaleSettings] = None, **kwargs)

Parameters

manual
<xref:batch_ai.models.ManualScaleSettings>
Required

Manual scale settings for the cluster.

auto_scale
<xref:batch_ai.models.AutoScaleSettings>
Required

Auto-scale settings for the cluster.