AnomalyDetectionResult Class

Definition

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.

Applies to