Class InputDeliveryMode

java.lang.Object
com.azure.core.util.ExpandableStringEnum<InputDeliveryMode>
com.azure.resourcemanager.machinelearning.models.InputDeliveryMode

public final class InputDeliveryMode extends com.azure.core.util.ExpandableStringEnum<InputDeliveryMode>
Enum to determine the input data delivery mode.
  • Field Details

    • READ_ONLY_MOUNT

      public static final InputDeliveryMode READ_ONLY_MOUNT
      Static value ReadOnlyMount for InputDeliveryMode.
    • READ_WRITE_MOUNT

      public static final InputDeliveryMode READ_WRITE_MOUNT
      Static value ReadWriteMount for InputDeliveryMode.
    • DOWNLOAD

      public static final InputDeliveryMode DOWNLOAD
      Static value Download for InputDeliveryMode.
    • DIRECT

      public static final InputDeliveryMode DIRECT
      Static value Direct for InputDeliveryMode.
    • EVAL_MOUNT

      public static final InputDeliveryMode EVAL_MOUNT
      Static value EvalMount for InputDeliveryMode.
    • EVAL_DOWNLOAD

      public static final InputDeliveryMode EVAL_DOWNLOAD
      Static value EvalDownload for InputDeliveryMode.
  • Constructor Details

    • InputDeliveryMode

      @Deprecated public InputDeliveryMode()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of InputDeliveryMode value.
  • Method Details

    • fromString

      public static InputDeliveryMode fromString(String name)
      Creates or finds a InputDeliveryMode from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding InputDeliveryMode.
    • values

      public static Collection<InputDeliveryMode> values()
      Gets known InputDeliveryMode values.
      Returns:
      known InputDeliveryMode values.