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

112 строки
6.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.ai.metricsadvisor.models.MetricFeedback"
fullName: "com.azure.ai.metricsadvisor.models.MetricFeedback"
name: "MetricFeedback"
nameWithType: "MetricFeedback"
summary: "Users can submit various feedback for the anomaly detection that the service performed."
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 abstract class **MetricFeedback**"
constructors:
- uid: "com.azure.ai.metricsadvisor.models.MetricFeedback.MetricFeedback()"
fullName: "com.azure.ai.metricsadvisor.models.MetricFeedback.MetricFeedback()"
name: "MetricFeedback()"
nameWithType: "MetricFeedback.MetricFeedback()"
summary: "Creates a new instance of Metric<wbr>Feedback."
syntax: "public MetricFeedback()"
desc: "Creates a new instance of MetricFeedback."
methods:
- uid: "com.azure.ai.metricsadvisor.models.MetricFeedback.getCreatedTime()"
fullName: "com.azure.ai.metricsadvisor.models.MetricFeedback.getCreatedTime()"
name: "getCreatedTime()"
nameWithType: "MetricFeedback.getCreatedTime()"
summary: "Get the feedback created time."
syntax: "public OffsetDateTime getCreatedTime()"
desc: "Get the feedback created time."
returns:
description: "the createdTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.ai.metricsadvisor.models.MetricFeedback.getDimensionFilter()"
fullName: "com.azure.ai.metricsadvisor.models.MetricFeedback.getDimensionFilter()"
name: "getDimensionFilter()"
nameWithType: "MetricFeedback.getDimensionFilter()"
summary: "Get the series keys value for the feedback."
syntax: "public DimensionKey getDimensionFilter()"
desc: "Get the series keys value for the feedback."
returns:
description: "the dimensionFilter 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.MetricFeedback.getFeedbackType()"
fullName: "com.azure.ai.metricsadvisor.models.MetricFeedback.getFeedbackType()"
name: "getFeedbackType()"
nameWithType: "MetricFeedback.getFeedbackType()"
summary: "Get the type of the feedback."
syntax: "public FeedbackType getFeedbackType()"
desc: "Get the type of the feedback."
returns:
description: "the feedbackType value."
type: "<xref href=\"com.azure.ai.metricsadvisor.models.FeedbackType?alt=com.azure.ai.metricsadvisor.models.FeedbackType&text=FeedbackType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.ai.metricsadvisor.models.MetricFeedback.getId()"
fullName: "com.azure.ai.metricsadvisor.models.MetricFeedback.getId()"
name: "getId()"
nameWithType: "MetricFeedback.getId()"
summary: "Get the feedback unique id."
syntax: "public String getId()"
desc: "Get the feedback unique id."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.metricsadvisor.models.MetricFeedback.getMetricId()"
fullName: "com.azure.ai.metricsadvisor.models.MetricFeedback.getMetricId()"
name: "getMetricId()"
nameWithType: "MetricFeedback.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.MetricFeedback.getUserPrincipal()"
fullName: "com.azure.ai.metricsadvisor.models.MetricFeedback.getUserPrincipal()"
name: "getUserPrincipal()"
nameWithType: "MetricFeedback.getUserPrincipal()"
summary: "Get the user who gives this feedback."
syntax: "public String getUserPrincipal()"
desc: "Get the user who gives this feedback."
returns:
description: "the userPrincipal value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.metricsadvisor.models.MetricFeedback.setDimensionFilter(com.azure.ai.metricsadvisor.models.DimensionKey)"
fullName: "com.azure.ai.metricsadvisor.models.MetricFeedback.setDimensionFilter(DimensionKey dimensionFilter)"
name: "setDimensionFilter(DimensionKey dimensionFilter)"
nameWithType: "MetricFeedback.setDimensionFilter(DimensionKey dimensionFilter)"
summary: "Set the series keys value for the feedback."
parameters:
- description: "the dimensionFilter value to set."
name: "dimensionFilter"
type: "<xref href=\"com.azure.ai.metricsadvisor.models.DimensionKey?alt=com.azure.ai.metricsadvisor.models.DimensionKey&text=DimensionKey\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricFeedback setDimensionFilter(DimensionKey dimensionFilter)"
desc: "Set the series keys value for the feedback."
returns:
description: "the MetricFeedback object itself."
type: "<xref href=\"com.azure.ai.metricsadvisor.models.MetricFeedback?alt=com.azure.ai.metricsadvisor.models.MetricFeedback&text=MetricFeedback\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Users can submit various feedback for the anomaly detection that the service performed. The <xref uid=\"com.azure.ai.metricsadvisor.models.MetricFeedback\" data-throw-if-not-resolved=\"false\" data-raw-source=\"MetricFeedback\"></xref> represents the base type for different feedback. The feedback will be applied for the future anomaly detection processing of the same time series."
metadata: {}
package: "com.azure.ai.metricsadvisor.models"
artifact: com.azure:azure-ai-metricsadvisor:1.2.1