Package | Description |
---|---|
com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
Modifier and Type | Method and Description |
---|---|
SetupTask |
NodeSetup.setupTask()
Get setup task to run on cluster nodes when nodes got created or rebooted.
|
SetupTask |
SetupTask.withCommandLine(String commandLine)
Set the command line to be executed on each cluster's node after it being allocated or rebooted.
|
SetupTask |
SetupTask.withEnvironmentVariables(List<EnvironmentVariable> environmentVariables)
Set a collection of user defined environment variables to be set for setup task.
|
SetupTask |
SetupTask.withSecrets(List<EnvironmentVariableWithSecretValue> secrets)
Set a collection of user defined environment variables with secret values to be set for the setup task.
|
SetupTask |
SetupTask.withStdOutErrPathPrefix(String stdOutErrPathPrefix)
Set the prefix of a path where the Batch AI service will upload the stdout, stderr and execution log of the setup task.
|
Modifier and Type | Method and Description |
---|---|
NodeSetup |
NodeSetup.withSetupTask(SetupTask setupTask)
Set setup task to run on cluster nodes when nodes got created or rebooted.
|
Copyright © 2019. All rights reserved.