AnomalyFeedback Class
AnomalyFeedback.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.ai.metricsadvisor.models._models.MetricFeedbackAnomalyFeedback
Constructor
AnomalyFeedback(metric_id, dimension_key, start_time, end_time, value, **kwargs)
Parameters
- created_time
- datetime
feedback created time.
- user_principal
- str
user who gives this feedback.
- anomaly_detection_configuration_id
- str
the corresponding anomaly detection configuration of this feedback.
- anomaly_detection_configuration_snapshot
- AnomalyDetectionConfiguration
- end_time
- datetime
Required. the end timestamp of feedback timerange, when equals to startTime means only one timestamp.
- value
- str or AnomalyValue
Required. Possible values include: "AutoDetect", "Anomaly", "NotAnomaly".
Variables
- feedback_type
- str or FeedbackType
Required. feedback type.Constant filled by server. Possible values include: "Anomaly", "ChangePoint", "Period", "Comment".
- id
- str
feedback unique id.
Feedback
Submit and view feedback for