Uses of Class
com.microsoft.azure.management.batchai.AutoScaleSettings
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of AutoScaleSettings in com.microsoft.azure.management.batchai
Modifier and TypeMethodDescriptionScaleSettings.autoScale()
Get auto-scale settings for the cluster.AutoScaleSettings.withInitialNodeCount
(Integer initialNodeCount) Set the number of compute nodes to allocate on cluster creation.AutoScaleSettings.withMaximumNodeCount
(int maximumNodeCount) Set the maximum number of compute nodes the cluster can have.AutoScaleSettings.withMinimumNodeCount
(int minimumNodeCount) Set the minimum number of compute nodes the Batch AI service will try to allocate for the cluster.Modifier and TypeMethodDescriptionScaleSettings.withAutoScale
(AutoScaleSettings autoScale) Set auto-scale settings for the cluster.