Package | Description |
---|---|
com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
Modifier and Type | Method and Description |
---|---|
JobPreparation |
JobCreateParameters.jobPreparation()
Get a command line to be executed on each node allocated for the job before tool kit is launched.
|
JobPreparation |
BatchAIJob.jobPreparation() |
JobPreparation |
JobPreparation.withCommandLine(String commandLine)
Set the command line to execute.
|
Modifier and Type | Method and Description |
---|---|
JobCreateParameters |
JobCreateParameters.withJobPreparation(JobPreparation jobPreparation)
Set a command line to be executed on each node allocated for the job before tool kit is launched.
|
Copyright © 2019. All rights reserved.