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

public final class UseStl extends com.azure.core.util.ExpandableStringEnum<UseStl>
Configure STL Decomposition of the time-series target column.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final UseStl
    Static value None for UseStl.
    static final UseStl
    Static value Season for UseStl.
    static final UseStl
    Static value SeasonTrend for UseStl.
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    static UseStl
    Creates or finds a UseStl from its string representation.
    Gets known UseStl 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 UseStl NONE
      Static value None for UseStl.
    • SEASON

      public static final UseStl SEASON
      Static value Season for UseStl.
    • SEASON_TREND

      public static final UseStl SEASON_TREND
      Static value SeasonTrend for UseStl.
  • Constructor Details

  • Method Details

    • fromString

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

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