Class CustomToolkitSettings
java.lang.Object
com.microsoft.azure.management.batchai.CustomToolkitSettings
Custom tool kit job settings.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the command line to execute on the master node.withCommandLine
(String commandLine) Set the command line to execute on the master node.
-
Constructor Details
-
CustomToolkitSettings
public CustomToolkitSettings()
-
-
Method Details
-
commandLine
Get the command line to execute on the master node.- Returns:
- the commandLine value
-
withCommandLine
Set the command line to execute on the master node.- Parameters:
commandLine
- the commandLine value to set- Returns:
- the CustomToolkitSettings object itself.
-