AnomalyDetectionResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class represents the result of an anomaly detection prediction.
public ref class AnomalyDetectionResult : MarshalByRefObject
public class AnomalyDetectionResult : MarshalByRefObject
type AnomalyDetectionResult = class
inherit MarshalByRefObject
Public Class AnomalyDetectionResult
Inherits MarshalByRefObject
- Inheritance
-
AnomalyDetectionResult
Constructors
AnomalyDetectionResult(String, String, PredictionStatus, String, IReadOnlyList<AnomalyDetectionDataPoint>) |
Constructor for AnomalyDetectionResult |
Properties
Identifier |
Specifies the unique identifier for the series being analyzed. |
IdentifierFriendlyName |
Specifies the friendly name for the series being analyzed. |
Series |
The list of anomaly detection data points. |
Status |
Specifies the status of the prediction. |
StatusDescription |
Specifies the description associated with the status. |