Class OutputDeliveryMode

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

public final class OutputDeliveryMode extends com.azure.core.util.ExpandableStringEnum<OutputDeliveryMode>
Output data delivery mode enums.
  • Field Details

    • READ_WRITE_MOUNT

      public static final OutputDeliveryMode READ_WRITE_MOUNT
      Static value ReadWriteMount for OutputDeliveryMode.
    • UPLOAD

      public static final OutputDeliveryMode UPLOAD
      Static value Upload for OutputDeliveryMode.
    • DIRECT

      public static final OutputDeliveryMode DIRECT
      Static value Direct for OutputDeliveryMode.
  • Constructor Details

    • OutputDeliveryMode

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

    • fromString

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

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