Uses of Class
com.microsoft.azure.management.batchai.JobPreparation
Packages that use JobPreparation
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of JobPreparation in com.microsoft.azure.management.batchai
Methods in com.microsoft.azure.management.batchai that return JobPreparationModifier 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.Methods in com.microsoft.azure.management.batchai with parameters of type JobPreparationModifier and TypeMethodDescriptionJobCreateParameters.withJobPreparation
(JobPreparation jobPreparation) Set a command line to be executed on each node allocated for the job before tool kit is launched.