| Package | Description |
|---|---|
| com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AutoScaleSettings |
ScaleSettings.autoScale()
Get auto-scale settings for the cluster.
|
AutoScaleSettings |
AutoScaleSettings.withInitialNodeCount(Integer initialNodeCount)
Set the number of compute nodes to allocate on cluster creation.
|
AutoScaleSettings |
AutoScaleSettings.withMaximumNodeCount(int maximumNodeCount)
Set the maximum number of compute nodes the cluster can have.
|
AutoScaleSettings |
AutoScaleSettings.withMinimumNodeCount(int minimumNodeCount)
Set the minimum number of compute nodes the Batch AI service will try to allocate for the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ScaleSettings |
ScaleSettings.withAutoScale(AutoScaleSettings autoScale)
Set auto-scale settings for the cluster.
|
Copyright © 2019. All rights reserved.