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

public final class Autosave extends com.azure.core.util.ExpandableStringEnum<Autosave>
Auto save settings.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Autosave
    Static value Local for Autosave.
    static final Autosave
    Static value None for Autosave.
    static final Autosave
    Static value Remote for Autosave.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    static Autosave
    Creates or finds a Autosave from its string representation.
    Gets known Autosave values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • NONE

      public static final Autosave NONE
      Static value None for Autosave.
    • LOCAL

      public static final Autosave LOCAL
      Static value Local for Autosave.
    • REMOTE

      public static final Autosave REMOTE
      Static value Remote for Autosave.
  • Constructor Details

  • Method Details

    • fromString

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

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