| Package | Description |
|---|---|
| com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
BatchAICluster.Update |
BatchAICluster.UpdateStages.WithScaleSettings.withAutoScale(int minimumNodeCount,
int maximumNodeCount)
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.
|
BatchAICluster.Update |
BatchAICluster.UpdateStages.WithScaleSettings.withAutoScale(int minimumNodeCount,
int maximumNodeCount,
int initialNodeCount)
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.
|
BatchAICluster.Update |
BatchAICluster.UpdateStages.WithScaleSettings.withManualScale(int targetNodeCount)
Specifies that cluster should be scaled by manual settings.
|
BatchAICluster.Update |
BatchAICluster.UpdateStages.WithScaleSettings.withManualScale(int targetNodeCount,
DeallocationOption deallocationOption)
Specifies that cluster should be scaled by manual settings.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/