共用方式為


AnomalyValue 類別

AnomalyValue。

必須填入所有必要的參數,才能傳送至 Azure。

繼承
AnomalyValue

建構函式

AnomalyValue(*, is_anomaly: bool, severity: float, score: float, interpretation: Optional[List[azure.ai.anomalydetector.models._models_py3.AnomalyInterpretation]] = None, **kwargs)

變數

is_anomaly
bool

必要。 如果在目前時間戳記偵測到異常,則為 True。

severity
float

必要。 表示異常的重要性。 嚴重性越高,異常就越重要。

score
float

必要。 模型的原始分數。

interpretation
list[AnomalyInterpretation]