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

public final class FeatureLags extends com.azure.core.util.ExpandableStringEnum<FeatureLags>
Flag for generating lags for the numeric features.
  • Field Details

    • NONE

      public static final FeatureLags NONE
      Static value None for FeatureLags.
    • AUTO

      public static final FeatureLags AUTO
      Static value Auto for FeatureLags.
  • Constructor Details

    • FeatureLags

      @Deprecated public FeatureLags()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of FeatureLags value.
  • Method Details

    • fromString

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

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