Class ImputeMode

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ImputeMode>
com.azure.ai.anomalydetector.models.ImputeMode

public final class ImputeMode extends ExpandableStringEnum<ImputeMode>
Defines values for ImputeMode.
  • Field Details

    • AUTO

      public static final ImputeMode AUTO
      Static value auto for ImputeMode.
    • PREVIOUS

      public static final ImputeMode PREVIOUS
      Static value previous for ImputeMode.
    • LINEAR

      public static final ImputeMode LINEAR
      Static value linear for ImputeMode.
    • FIXED

      public static final ImputeMode FIXED
      Static value fixed for ImputeMode.
    • ZERO

      public static final ImputeMode ZERO
      Static value zero for ImputeMode.
    • NOT_FILL

      public static final ImputeMode NOT_FILL
      Static value notFill for ImputeMode.
  • Constructor Details

    • ImputeMode

      public ImputeMode()
  • Method Details

    • fromString

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

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