EntireDetectResponse.IsPositiveAnomaly Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit isPositiveAnomaly contiennent des status d’anomalie dans une direction positive pour chaque point d’entrée. True signifie qu’une anomalie positive a été détectée. Une anomalie positive signifie que le point est détecté comme une anomalie et que sa valeur réelle est supérieure à celle attendue. L’index du tableau est cohérent avec la série d’entrée.
[Newtonsoft.Json.JsonProperty(PropertyName="isPositiveAnomaly")]
public System.Collections.Generic.IList<bool> IsPositiveAnomaly { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isPositiveAnomaly")>]
member this.IsPositiveAnomaly : System.Collections.Generic.IList<bool> with get, set
Public Property IsPositiveAnomaly As IList(Of Boolean)
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
S’applique à
Azure SDK for .NET