Class AnomalyDetectorErrorCodes

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

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

    • INVALID_CUSTOM_INTERVAL

      public static final AnomalyDetectorErrorCodes INVALID_CUSTOM_INTERVAL
      Static value null for AnomalyDetectorErrorCodes.
    • BAD_ARGUMENT

      public static final AnomalyDetectorErrorCodes BAD_ARGUMENT
      Static value null for AnomalyDetectorErrorCodes.
    • INVALID_GRANULARITY

      public static final AnomalyDetectorErrorCodes INVALID_GRANULARITY
      Static value null for AnomalyDetectorErrorCodes.
    • INVALID_PERIOD

      public static final AnomalyDetectorErrorCodes INVALID_PERIOD
      Static value null for AnomalyDetectorErrorCodes.
    • INVALID_MODEL_ARGUMENT

      public static final AnomalyDetectorErrorCodes INVALID_MODEL_ARGUMENT
      Static value null for AnomalyDetectorErrorCodes.
    • INVALID_SERIES

      public static final AnomalyDetectorErrorCodes INVALID_SERIES
      Static value null for AnomalyDetectorErrorCodes.
    • INVALID_JSON_FORMAT

      public static final AnomalyDetectorErrorCodes INVALID_JSON_FORMAT
      Static value null for AnomalyDetectorErrorCodes.
    • REQUIRED_GRANULARITY

      public static final AnomalyDetectorErrorCodes REQUIRED_GRANULARITY
      Static value null for AnomalyDetectorErrorCodes.
    • REQUIRED_SERIES

      public static final AnomalyDetectorErrorCodes REQUIRED_SERIES
      Static value null for AnomalyDetectorErrorCodes.
    • INVALID_IMPUTE_MODE

      public static final AnomalyDetectorErrorCodes INVALID_IMPUTE_MODE
      Static value null for AnomalyDetectorErrorCodes.
    • INVALID_IMPUTE_FIXED_VALUE

      public static final AnomalyDetectorErrorCodes INVALID_IMPUTE_FIXED_VALUE
      Static value null for AnomalyDetectorErrorCodes.
  • Constructor Details

    • AnomalyDetectorErrorCodes

      public AnomalyDetectorErrorCodes()
  • Method Details

    • fromString

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

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