次の方法で共有


Request.Granularity プロパティ

定義

取得または設定は、年単位、月単位、週単位、日単位、時間単位、分単位のいずれかです。 粒度は、入力系列が有効かどうかを確認するために使用されます。 使用できる値は、'yearly'、'monthly'、'weekly'、'daily'、'hourly'、'minutely' です。

[Newtonsoft.Json.JsonProperty(PropertyName="granularity")]
public Microsoft.Azure.CognitiveServices.AnomalyDetector.Models.Granularity Granularity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="granularity")>]
member this.Granularity : Microsoft.Azure.CognitiveServices.AnomalyDetector.Models.Granularity with get, set
Public Property Granularity As Granularity

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象