Compartir a través de


UnivariateDetectionOptions.Series Propiedad

Definición

Puntos de datos de serie temporal. Los puntos deben ordenarse por marca de tiempo en orden ascendente para que coincidan con el resultado de la detección de anomalías. Si los datos no se ordenan correctamente o hay una marca de tiempo duplicada, la API no funcionará. En tal caso, se devuelve un mensaje de error.

public System.Collections.Generic.IList<Azure.AI.AnomalyDetector.TimeSeriesPoint> Series { get; }
member this.Series : System.Collections.Generic.IList<Azure.AI.AnomalyDetector.TimeSeriesPoint>
Public ReadOnly Property Series As IList(Of TimeSeriesPoint)

Valor de propiedad

Se aplica a