Uses of Class
com.microsoft.azure.management.batchai.JobPreparation
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of JobPreparation in com.microsoft.azure.management.batchai
Modifier and TypeMethodDescriptionBatchAIJob.jobPreparation()
JobCreateParameters.jobPreparation()
Get a command line to be executed on each node allocated for the job before tool kit is launched.JobPreparation.withCommandLine
(String commandLine) Set the command line to execute.Modifier and TypeMethodDescriptionJobCreateParameters.withJobPreparation
(JobPreparation jobPreparation) Set a command line to be executed on each node allocated for the job before tool kit is launched.