Class UseStl
java.lang.Object
com.azure.core.util.ExpandableStringEnum<UseStl>
com.azure.resourcemanager.machinelearning.models.UseStl
Configure STL Decomposition of the time-series target column.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UseStlfromString(String name) Creates or finds a UseStl from its string representation.static Collection<UseStl>values()Gets known UseStl values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value None for UseStl. -
SEASON
Static value Season for UseStl. -
SEASON_TREND
Static value SeasonTrend for UseStl.
-
-
Constructor Details
-
UseStl
Deprecated.Use thefromString(String)factory method.Creates a new instance of UseStl value.
-
-
Method Details
-
fromString
Creates or finds a UseStl from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding UseStl.
-
values
Gets known UseStl values.- Returns:
- known UseStl values.
-
fromString(String)factory method.