Class TargetLagsMode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<TargetLagsMode>
com.azure.resourcemanager.machinelearning.models.TargetLagsMode
Target lags selection modes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TargetLagsModeStatic value Auto for TargetLagsMode.static final TargetLagsModeStatic value Custom for TargetLagsMode. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TargetLagsModefromString(String name) Creates or finds a TargetLagsMode from its string representation.static Collection<TargetLagsMode>values()Gets known TargetLagsMode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
AUTO
Static value Auto for TargetLagsMode. -
CUSTOM
Static value Custom for TargetLagsMode.
-
-
Constructor Details
-
TargetLagsMode
Deprecated.Use thefromString(String)factory method.Creates a new instance of TargetLagsMode value.
-
-
Method Details
-
fromString
Creates or finds a TargetLagsMode from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding TargetLagsMode.
-
values
Gets known TargetLagsMode values.- Returns:
- known TargetLagsMode values.
-
fromString(String)factory method.