Interface BatchAIJob.DefinitionStages.WithJobPreparation
- All Known Subinterfaces:
BatchAIJob.Definition
,BatchAIJob.DefinitionStages.WithCreate
- Enclosing interface:
- BatchAIJob.DefinitionStages
public static interface BatchAIJob.DefinitionStages.WithJobPreparation
Specifies the command line to be executed before tool kit is launched.
The specified actions will run on all the nodes that are part of the job.
-
Method Summary
-
Method Details
-
withJobPreparationCommandLine
- Parameters:
commandLine
- command line to execute- Returns:
- the next stage of the definition
-