azure-docs-sdk-java/docs-ref-autogen/com.azure.ai.metricsadvisor...

78 строки
4.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.ai.metricsadvisor.models.MetricSeriesData"
fullName: "com.azure.ai.metricsadvisor.models.MetricSeriesData"
name: "MetricSeriesData"
nameWithType: "MetricSeriesData"
summary: "The Metric<wbr>Series<wbr>Data model."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **MetricSeriesData**"
constructors:
- uid: "com.azure.ai.metricsadvisor.models.MetricSeriesData.MetricSeriesData()"
fullName: "com.azure.ai.metricsadvisor.models.MetricSeriesData.MetricSeriesData()"
name: "MetricSeriesData()"
nameWithType: "MetricSeriesData.MetricSeriesData()"
summary: "Creates a new instance of Metric<wbr>Series<wbr>Data."
syntax: "public MetricSeriesData()"
desc: "Creates a new instance of MetricSeriesData."
methods:
- uid: "com.azure.ai.metricsadvisor.models.MetricSeriesData.getMetricId()"
fullName: "com.azure.ai.metricsadvisor.models.MetricSeriesData.getMetricId()"
name: "getMetricId()"
nameWithType: "MetricSeriesData.getMetricId()"
summary: "Get the metric unique id."
syntax: "public String getMetricId()"
desc: "Get the metric unique id."
returns:
description: "the metricId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.metricsadvisor.models.MetricSeriesData.getMetricValues()"
fullName: "com.azure.ai.metricsadvisor.models.MetricSeriesData.getMetricValues()"
name: "getMetricValues()"
nameWithType: "MetricSeriesData.getMetricValues()"
summary: "Get the values of the data related to this time series."
syntax: "public List<Double> getMetricValues()"
desc: "Get the values of the data related to this time series."
returns:
description: "the metricValues value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>&gt;"
- uid: "com.azure.ai.metricsadvisor.models.MetricSeriesData.getSeriesKey()"
fullName: "com.azure.ai.metricsadvisor.models.MetricSeriesData.getSeriesKey()"
name: "getSeriesKey()"
nameWithType: "MetricSeriesData.getSeriesKey()"
summary: "Get the dimension name and value pair."
syntax: "public DimensionKey getSeriesKey()"
desc: "Get the dimension name and value pair.\n\nA <xref uid=\"com.azure.ai.metricsadvisor.models.DimensionKey\" data-throw-if-not-resolved=\"false\" data-raw-source=\"DimensionKey\"></xref> can hold such a combination, for example, \\[ product\\_category=men-shoes, city=redmond \\] identifies one specific time-series."
returns:
description: "the seriesKey value."
type: "<xref href=\"com.azure.ai.metricsadvisor.models.DimensionKey?alt=com.azure.ai.metricsadvisor.models.DimensionKey&text=DimensionKey\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.ai.metricsadvisor.models.MetricSeriesData.getTimestamps()"
fullName: "com.azure.ai.metricsadvisor.models.MetricSeriesData.getTimestamps()"
name: "getTimestamps()"
nameWithType: "MetricSeriesData.getTimestamps()"
summary: "Get the timestamps of the data related to this time series."
syntax: "public List<OffsetDateTime> getTimestamps()"
desc: "Get the timestamps of the data related to this time series."
returns:
description: "the timestamps value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>&gt;"
type: "class"
desc: "The MetricSeriesData model."
metadata: {}
package: "com.azure.ai.metricsadvisor.models"
artifact: com.azure:azure-ai-metricsadvisor:1.2.1