Uses of Enum
com.azure.ai.anomalydetector.models.TimeGranularity
Packages that use TimeGranularity
Package
Description
Package containing the data models for AnomalyDetector.
-
Uses of TimeGranularity in com.azure.ai.anomalydetector.models
Methods in com.azure.ai.anomalydetector.models that return TimeGranularityModifier and TypeMethodDescriptionstatic TimeGranularityTimeGranularity.fromString(String value) Parses a serialized value to a TimeGranularity instance.UnivariateChangePointDetectionOptions.getGranularity()Get the granularity property: Can only be one of yearly, monthly, weekly, daily, hourly, minutely or secondly.UnivariateDetectionOptions.getGranularity()Get the granularity property: Optional argument, can be one of yearly, monthly, weekly, daily, hourly, minutely, secondly, microsecond or none.static TimeGranularityReturns the enum constant of this type with the specified name.static TimeGranularity[]TimeGranularity.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.ai.anomalydetector.models with parameters of type TimeGranularityModifier and TypeMethodDescriptionUnivariateDetectionOptions.setGranularity(TimeGranularity granularity) Set the granularity property: Optional argument, can be one of yearly, monthly, weekly, daily, hourly, minutely, secondly, microsecond or none.Constructors in com.azure.ai.anomalydetector.models with parameters of type TimeGranularityModifierConstructorDescriptionUnivariateChangePointDetectionOptions(List<TimeSeriesPoint> series, TimeGranularity granularity) Creates an instance of UnivariateChangePointDetectionOptions class.