Class Autosave
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Autosave>
com.azure.resourcemanager.machinelearning.models.Autosave
Auto save settings.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AutosavefromString(String name) Creates or finds a Autosave from its string representation.static Collection<Autosave>values()Gets known Autosave values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value None for Autosave. -
LOCAL
Static value Local for Autosave. -
REMOTE
Static value Remote for Autosave.
-
-
Constructor Details
-
Autosave
Deprecated.Use thefromString(String)factory method.Creates a new instance of Autosave value.
-
-
Method Details
-
fromString
Creates or finds a Autosave from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding Autosave.
-
values
Gets known Autosave values.- Returns:
- known Autosave values.
-
fromString(String)factory method.