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

78 строки
4.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.ai.metricsadvisor.models.IncidentRootCause"
fullName: "com.azure.ai.metricsadvisor.models.IncidentRootCause"
name: "IncidentRootCause"
nameWithType: "IncidentRootCause"
summary: "The Incident<wbr>Root<wbr>Cause 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 **IncidentRootCause**"
constructors:
- uid: "com.azure.ai.metricsadvisor.models.IncidentRootCause.IncidentRootCause()"
fullName: "com.azure.ai.metricsadvisor.models.IncidentRootCause.IncidentRootCause()"
name: "IncidentRootCause()"
nameWithType: "IncidentRootCause.IncidentRootCause()"
summary: "Creates an instance of Incident<wbr>Root<wbr>Cause"
syntax: "public IncidentRootCause()"
desc: "Creates an instance of IncidentRootCause"
methods:
- uid: "com.azure.ai.metricsadvisor.models.IncidentRootCause.getContributionScore()"
fullName: "com.azure.ai.metricsadvisor.models.IncidentRootCause.getContributionScore()"
name: "getContributionScore()"
nameWithType: "IncidentRootCause.getContributionScore()"
summary: "Get the contribution score value for the returned root cause."
syntax: "public double getContributionScore()"
desc: "Get the contribution score value for the returned root cause."
returns:
description: "the score value."
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.ai.metricsadvisor.models.IncidentRootCause.getDescription()"
fullName: "com.azure.ai.metricsadvisor.models.IncidentRootCause.getDescription()"
name: "getDescription()"
nameWithType: "IncidentRootCause.getDescription()"
summary: "Get the description of this root cause."
syntax: "public String getDescription()"
desc: "Get the description of this root cause."
returns:
description: "the description value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.metricsadvisor.models.IncidentRootCause.getPaths()"
fullName: "com.azure.ai.metricsadvisor.models.IncidentRootCause.getPaths()"
name: "getPaths()"
nameWithType: "IncidentRootCause.getPaths()"
summary: "Get the list of drilling down path from query anomaly to root cause."
syntax: "public List<String> getPaths()"
desc: "Get the list of drilling down path from query anomaly to root cause."
returns:
description: "the path 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/String.html\">String</a>&gt;"
- uid: "com.azure.ai.metricsadvisor.models.IncidentRootCause.getSeriesKey()"
fullName: "com.azure.ai.metricsadvisor.models.IncidentRootCause.getSeriesKey()"
name: "getSeriesKey()"
nameWithType: "IncidentRootCause.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\" />"
type: "class"
desc: "The IncidentRootCause model"
metadata: {}
package: "com.azure.ai.metricsadvisor.models"
artifact: com.azure:azure-ai-metricsadvisor:1.2.1