| Package | Description |
|---|---|
| com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BatchAICluster.Definition
The entirety of a Batch AI cluster definition.
|
| Modifier and Type | Method and Description |
|---|---|
BatchAICluster.DefinitionStages.WithCreate |
BatchAICluster.DefinitionStages.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.DefinitionStages.WithCreate |
BatchAICluster.DefinitionStages.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.DefinitionStages.WithCreate |
BatchAICluster.DefinitionStages.WithAppInsightsKey.withInstrumentationKey(String instrumentationKey) |
BatchAICluster.DefinitionStages.WithCreate |
BatchAICluster.DefinitionStages.WithAppInsightsKey.withInstrumentationKeySecretReference(String keyVaultId,
String secretUrl)
Specifies KeyVault Store and Secret which contains the value for the instrumentation key.
|
BatchAICluster.DefinitionStages.WithCreate |
BatchAICluster.DefinitionStages.WithVMPriority.withLowPriority() |
BatchAICluster.DefinitionStages.WithCreate |
BatchAICluster.DefinitionStages.WithScaleSettings.withManualScale(int targetNodeCount)
Specifies that cluster should be scaled by manual settings.
|
BatchAICluster.DefinitionStages.WithCreate |
BatchAICluster.DefinitionStages.WithScaleSettings.withManualScale(int targetNodeCount,
DeallocationOption deallocationOption)
Specifies that cluster should be scaled by manual settings.
|
BatchAICluster.DefinitionStages.WithCreate |
BatchAICluster.DefinitionStages.WithSubnet.withSubnet(String subnetId) |
BatchAICluster.DefinitionStages.WithCreate |
BatchAICluster.DefinitionStages.WithSubnet.withSubnet(String networkId,
String subnetName) |
BatchAICluster.DefinitionStages.WithCreate |
BatchAICluster.DefinitionStages.WithVirtualMachineImage.withVirtualMachineImage(String publisher,
String offer,
String sku)
Specifies virtual machine image.
|
BatchAICluster.DefinitionStages.WithCreate |
BatchAICluster.DefinitionStages.WithVirtualMachineImage.withVirtualMachineImage(String publisher,
String offer,
String sku,
String version)
Specifies virtual machine image.
|
BatchAICluster.DefinitionStages.WithCreate |
BatchAICluster.DefinitionStages.WithVirtualMachineImage.withVirtualMachineImageId(String virtualMachineImageId,
String publisher,
String offer,
String sku)
Computes nodes of the cluster will be created using this custom image.
|
| Modifier and Type | Method and Description |
|---|---|
NodeSetupTask.DefinitionStages.Blank<BatchAICluster.DefinitionStages.WithCreate> |
BatchAICluster.DefinitionStages.WithSetupTask.defineSetupTask()
Begins the definition of setup task.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/