Package | Description |
---|---|
com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
Modifier and Type | Method and Description |
---|---|
NodeSetup |
BatchAICluster.nodeSetup() |
NodeSetup |
ClusterCreateParameters.nodeSetup()
Get setup to be performed on each compute node in the cluster.
|
NodeSetup |
NodeSetup.withMountVolumes(MountVolumes mountVolumes)
Set mount volumes to be available to setup task and all jobs executing on the cluster.
|
NodeSetup |
NodeSetup.withPerformanceCountersSettings(PerformanceCountersSettings performanceCountersSettings)
Set settings for performance counters collecting and uploading.
|
NodeSetup |
NodeSetup.withSetupTask(SetupTask setupTask)
Set setup task to run on cluster nodes when nodes got created or rebooted.
|
Modifier and Type | Method and Description |
---|---|
ClusterCreateParameters |
ClusterCreateParameters.withNodeSetup(NodeSetup nodeSetup)
Set setup to be performed on each compute node in the cluster.
|
Copyright © 2019. All rights reserved.