Class InputDirectory

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

public class InputDirectory extends Object
Input directory for the job.
  • Constructor Details

    • InputDirectory

      public InputDirectory()
  • Method Details

    • id

      public String id()
      Get the ID for the input directory. The job can use AZ_BATCHAI_INPUT_<id> environment variable to find the directory path, where <id> is the value of id attribute.
      Returns:
      the id value
    • withId

      public InputDirectory withId(String id)
      Set the ID for the input directory. The job can use AZ_BATCHAI_INPUT_<id> environment variable to find the directory path, where <id> is the value of id attribute.
      Parameters:
      id - the id value to set
      Returns:
      the InputDirectory object itself.
    • path

      public String path()
      Get the path to the input directory.
      Returns:
      the path value
    • withPath

      public InputDirectory withPath(String path)
      Set the path to the input directory.
      Parameters:
      path - the path value to set
      Returns:
      the InputDirectory object itself.