MetricSeriesDefinition Class
- java.
lang. Object - com.
azure. ai. metricsadvisor. models. MetricSeriesDefinition
- com.
public final class MetricSeriesDefinition
The MetricSeriesDefinition model.
Constructor Summary
| Constructor | Description |
|---|---|
| MetricSeriesDefinition() |
Creates a new instance of Metric |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getMetricId()
Get the metric unique id. |
|
Dimension |
getSeriesKey()
Get the dimension name and value pair. |
Methods inherited from java.lang.Object
Constructor Details
MetricSeriesDefinition
public MetricSeriesDefinition()
Creates a new instance of MetricSeriesDefinition.
Method Details
getMetricId
public String getMetricId()
Get the metric unique id.
Returns:
getSeriesKey
public DimensionKey getSeriesKey()
Get the dimension name and value pair.
Returns: