Class CustomToolkitSettings

java.lang.Object
com.microsoft.azure.management.batchai.CustomToolkitSettings

public class CustomToolkitSettings extends Object
Custom tool kit job settings.
  • Constructor Details

    • CustomToolkitSettings

      public CustomToolkitSettings()
  • Method Details

    • commandLine

      public String commandLine()
      Get the command line to execute on the master node.
      Returns:
      the commandLine value
    • withCommandLine

      public CustomToolkitSettings withCommandLine(String commandLine)
      Set the command line to execute on the master node.
      Parameters:
      commandLine - the commandLine value to set
      Returns:
      the CustomToolkitSettings object itself.