MetricEnrichedSeriesData Class
- java.
lang. Object - com.
azure. ai. metricsadvisor. models. MetricEnrichedSeriesData
- com.
public final class MetricEnrichedSeriesData
Enriched time series data which includes additional service computed values for the time series data points.
Constructor Summary
| Constructor | Description |
|---|---|
| MetricEnrichedSeriesData() |
Creates a new instance of Metric |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<Double> |
getExpectedMetricValues()
Gets the expected values of the data points calculated by the smart detector. |
| List<Double> |
getLowerBoundaryValues()
Gets the lower boundary values of the data points calculated by smart detector. |
| List<Double> |
getMetricValues()
Gets the values of the data points in the time series. |
| List<Integer> |
getPeriods()
Gets the periods calculated for the data points in the time series. |
|
Dimension |
getSeriesKey()
Gets the key of the time series. |
|
List<Offset |
getTimestamps()
Gets the timestamps of the data points in the time series. |
| List<Double> |
getUpperBoundaryValues()
Gets the upper boundary values of the data points calculated by smart detector. |
| List<Boolean> |
isAnomaly()
Gets the anomaly status of the data points in the time series. |
Methods inherited from java.lang.Object
Constructor Details
MetricEnrichedSeriesData
public MetricEnrichedSeriesData()
Creates a new instance of MetricEnrichedSeriesData.
Method Details
getExpectedMetricValues
public List<Double> getExpectedMetricValues()
Gets the expected values of the data points calculated by the smart detector.
Returns:
getLowerBoundaryValues
public List<Double> getLowerBoundaryValues()
Gets the lower boundary values of the data points calculated by smart detector.
Returns:
getMetricValues
public List<Double> getMetricValues()
Gets the values of the data points in the time series.
Returns:
getPeriods
public List<Integer> getPeriods()
Gets the periods calculated for the data points in the time series.
Returns:
getSeriesKey
public DimensionKey getSeriesKey()
Gets the key of the time series.
Returns:
getTimestamps
public List<OffsetDateTime> getTimestamps()
Gets the timestamps of the data points in the time series.
Returns:
getUpperBoundaryValues
public List<Double> getUpperBoundaryValues()
Gets the upper boundary values of the data points calculated by smart detector.
Returns:
isAnomaly
public List<Boolean> isAnomaly()
Gets the anomaly status of the data points in the time series.
Returns: