Class JobPreparation
java.lang.Object
com.microsoft.azure.management.batchai.JobPreparation
Job preparation settings.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the command line to execute.withCommandLine
(String commandLine) Set the command line to execute.
-
Constructor Details
-
JobPreparation
public JobPreparation()
-
-
Method Details
-
commandLine
Get the command line to execute. If containerSettings is specified on the job, this commandLine will be executed in the same container as job. Otherwise it will be executed on the node.- Returns:
- the commandLine value
-
withCommandLine
Set the command line to execute. If containerSettings is specified on the job, this commandLine will be executed in the same container as job. Otherwise it will be executed on the node.- Parameters:
commandLine
- the commandLine value to set- Returns:
- the JobPreparation object itself.
-