EntireDetectResponse.IsNegativeAnomaly 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 isNegativeAnomaly contient des status d’anomalie dans une direction négative pour chaque point d’entrée. True signifie qu’une anomalie négative a été détectée. Une anomalie négative signifie que le point est détecté comme une anomalie et que sa valeur réelle est inférieure à celle attendue. L’index du tableau est cohérent avec la série d’entrée.
[Newtonsoft.Json.JsonProperty(PropertyName="isNegativeAnomaly")]
public System.Collections.Generic.IList<bool> IsNegativeAnomaly { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isNegativeAnomaly")>]
member this.IsNegativeAnomaly : System.Collections.Generic.IList<bool> with get, set
Public Property IsNegativeAnomaly As IList(Of Boolean)
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
S’applique à
Azure SDK for .NET