148 строки
9.2 KiB
YAML
148 строки
9.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.ai.metricsadvisor.models.AnomalyIncident"
|
|
fullName: "com.azure.ai.metricsadvisor.models.AnomalyIncident"
|
|
name: "AnomalyIncident"
|
|
nameWithType: "AnomalyIncident"
|
|
summary: "Describes an incident detected in a time series or a time series group."
|
|
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 **AnomalyIncident**"
|
|
constructors:
|
|
- uid: "com.azure.ai.metricsadvisor.models.AnomalyIncident.AnomalyIncident()"
|
|
fullName: "com.azure.ai.metricsadvisor.models.AnomalyIncident.AnomalyIncident()"
|
|
name: "AnomalyIncident()"
|
|
nameWithType: "AnomalyIncident.AnomalyIncident()"
|
|
summary: "Creates a new instance of the <xref uid=\"com.azure.ai.metricsadvisor.models.AnomalyIncident\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AnomalyIncident\"></xref> class."
|
|
syntax: "public AnomalyIncident()"
|
|
desc: "Creates a new instance of the <xref uid=\"com.azure.ai.metricsadvisor.models.AnomalyIncident\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AnomalyIncident\"></xref> class."
|
|
methods:
|
|
- uid: "com.azure.ai.metricsadvisor.models.AnomalyIncident.getDataFeedId()"
|
|
fullName: "com.azure.ai.metricsadvisor.models.AnomalyIncident.getDataFeedId()"
|
|
name: "getDataFeedId()"
|
|
nameWithType: "AnomalyIncident.getDataFeedId()"
|
|
summary: "Get the data feed id."
|
|
syntax: "public String getDataFeedId()"
|
|
desc: "Get the data feed id."
|
|
returns:
|
|
description: "The data feed id."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.ai.metricsadvisor.models.AnomalyIncident.getDetectionConfigurationId()"
|
|
fullName: "com.azure.ai.metricsadvisor.models.AnomalyIncident.getDetectionConfigurationId()"
|
|
name: "getDetectionConfigurationId()"
|
|
nameWithType: "AnomalyIncident.getDetectionConfigurationId()"
|
|
summary: "Get the id of the configuration used to detect the anomalies that resulted in the incident."
|
|
syntax: "public String getDetectionConfigurationId()"
|
|
desc: "Get the id of the configuration used to detect the anomalies that resulted in the incident."
|
|
returns:
|
|
description: "The anomaly detection configuration id."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.ai.metricsadvisor.models.AnomalyIncident.getExpectedValueOfRootNode()"
|
|
fullName: "com.azure.ai.metricsadvisor.models.AnomalyIncident.getExpectedValueOfRootNode()"
|
|
name: "getExpectedValueOfRootNode()"
|
|
nameWithType: "AnomalyIncident.getExpectedValueOfRootNode()"
|
|
summary: "Gets the expected aggregated value at root dimension node had there is no incident."
|
|
syntax: "public Double getExpectedValueOfRootNode()"
|
|
desc: "Gets the expected aggregated value at root dimension node had there is no incident."
|
|
returns:
|
|
description: "The expected value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
|
|
- uid: "com.azure.ai.metricsadvisor.models.AnomalyIncident.getId()"
|
|
fullName: "com.azure.ai.metricsadvisor.models.AnomalyIncident.getId()"
|
|
name: "getId()"
|
|
nameWithType: "AnomalyIncident.getId()"
|
|
summary: "Gets the incident id."
|
|
syntax: "public String getId()"
|
|
desc: "Gets the incident id."
|
|
returns:
|
|
description: "The incident id."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.ai.metricsadvisor.models.AnomalyIncident.getLastTime()"
|
|
fullName: "com.azure.ai.metricsadvisor.models.AnomalyIncident.getLastTime()"
|
|
name: "getLastTime()"
|
|
nameWithType: "AnomalyIncident.getLastTime()"
|
|
summary: "Gets the most recent time in which incident occurred."
|
|
syntax: "public OffsetDateTime getLastTime()"
|
|
desc: "Gets the most recent time in which incident occurred."
|
|
returns:
|
|
description: "The last time."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.ai.metricsadvisor.models.AnomalyIncident.getMetricId()"
|
|
fullName: "com.azure.ai.metricsadvisor.models.AnomalyIncident.getMetricId()"
|
|
name: "getMetricId()"
|
|
nameWithType: "AnomalyIncident.getMetricId()"
|
|
summary: "Get the metric id."
|
|
syntax: "public String getMetricId()"
|
|
desc: "Get the metric id."
|
|
returns:
|
|
description: "The metric id."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.ai.metricsadvisor.models.AnomalyIncident.getRootDimensionKey()"
|
|
fullName: "com.azure.ai.metricsadvisor.models.AnomalyIncident.getRootDimensionKey()"
|
|
name: "getRootDimensionKey()"
|
|
nameWithType: "AnomalyIncident.getRootDimensionKey()"
|
|
summary: "Out of all dimension nodes in the dimension combination tree, get the dimension node that is identified as the root node where the incident anomalies are logically aggregated."
|
|
syntax: "public DimensionKey getRootDimensionKey()"
|
|
desc: "Out of all dimension nodes in the dimension combination tree, get the dimension node that is identified as the root node where the incident anomalies are logically aggregated."
|
|
returns:
|
|
description: "id of the root dimension node."
|
|
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.AnomalyIncident.getSeverity()"
|
|
fullName: "com.azure.ai.metricsadvisor.models.AnomalyIncident.getSeverity()"
|
|
name: "getSeverity()"
|
|
nameWithType: "AnomalyIncident.getSeverity()"
|
|
summary: "Gets the severity of the incident."
|
|
syntax: "public AnomalySeverity getSeverity()"
|
|
desc: "Gets the severity of the incident."
|
|
returns:
|
|
description: "The severity."
|
|
type: "<xref href=\"com.azure.ai.metricsadvisor.administration.models.AnomalySeverity?alt=com.azure.ai.metricsadvisor.administration.models.AnomalySeverity&text=AnomalySeverity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.ai.metricsadvisor.models.AnomalyIncident.getStartTime()"
|
|
fullName: "com.azure.ai.metricsadvisor.models.AnomalyIncident.getStartTime()"
|
|
name: "getStartTime()"
|
|
nameWithType: "AnomalyIncident.getStartTime()"
|
|
summary: "Gets the time in which incident started."
|
|
syntax: "public OffsetDateTime getStartTime()"
|
|
desc: "Gets the time in which incident started."
|
|
returns:
|
|
description: "The start time."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.ai.metricsadvisor.models.AnomalyIncident.getStatus()"
|
|
fullName: "com.azure.ai.metricsadvisor.models.AnomalyIncident.getStatus()"
|
|
name: "getStatus()"
|
|
nameWithType: "AnomalyIncident.getStatus()"
|
|
summary: "Gets the incident status."
|
|
syntax: "public AnomalyIncidentStatus getStatus()"
|
|
desc: "Gets the incident status."
|
|
returns:
|
|
description: "The incident status."
|
|
type: "<xref href=\"com.azure.ai.metricsadvisor.models.AnomalyIncidentStatus?alt=com.azure.ai.metricsadvisor.models.AnomalyIncidentStatus&text=AnomalyIncidentStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.ai.metricsadvisor.models.AnomalyIncident.getValueOfRootNode()"
|
|
fullName: "com.azure.ai.metricsadvisor.models.AnomalyIncident.getValueOfRootNode()"
|
|
name: "getValueOfRootNode()"
|
|
nameWithType: "AnomalyIncident.getValueOfRootNode()"
|
|
summary: "Gets the aggregated value at root dimension node where the incident anomalies are logically aggregated."
|
|
syntax: "public Double getValueOfRootNode()"
|
|
desc: "Gets the aggregated value at root dimension node where the incident anomalies are logically aggregated."
|
|
returns:
|
|
description: "The value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
|
|
type: "class"
|
|
desc: "Describes an incident detected in a time series or a time series group."
|
|
metadata: {}
|
|
package: "com.azure.ai.metricsadvisor.models"
|
|
artifact: com.azure:azure-ai-metricsadvisor:1.2.3
|