AutoScaleSettings Class
Auto-scale settings for the cluster. The system automatically scales the cluster up and down (within minimumNodeCount and maximumNodeCount) based on the number of queued and running jobs assigned to the cluster.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
AutoScaleSettings
Constructor
AutoScaleSettings(*, minimum_node_count: int, maximum_node_count: int, initial_node_count: Optional[int] = 0, **kwargs)
Parameters
- minimum_node_count
- int
Required. The minimum number of compute nodes the Batch AI service will try to allocate for the cluster. Note, the actual number of nodes can be less than the specified value if the subscription has not enough quota to fulfill the request.
- initial_node_count
- int
The number of compute nodes to allocate on cluster creation. Note that this value is used only during cluster creation. Default: 0.
Feedback
Submit and view feedback for