次の方法で共有


Request.Series プロパティ

定義

時系列データ ポイントを取得または設定します。 異常検出の結果と一致させるには、タイムスタンプでポイントを昇順で並べ替える必要があります。 データが正しく並べ替えられない場合、またはタイムスタンプが重複している場合、API は機能しません。 このような場合は、エラー メッセージが返されます。

[Newtonsoft.Json.JsonProperty(PropertyName="series")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.AnomalyDetector.Models.Point> Series { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="series")>]
member this.Series : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.AnomalyDetector.Models.Point> with get, set
Public Property Series As IList(Of Point)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象