public static interface AnomalyScore.Builder extends SdkPojo, CopyableBuilder<AnomalyScore.Builder,AnomalyScore>
| Modifier and Type | Method and Description |
|---|---|
AnomalyScore.Builder |
currentScore(Double currentScore)
The last observed score.
|
AnomalyScore.Builder |
maxScore(Double maxScore)
The maximum score that's observed during the
AnomalyDateInterval. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnomalyScore.Builder maxScore(Double maxScore)
The maximum score that's observed during the AnomalyDateInterval.
maxScore - The maximum score that's observed during the AnomalyDateInterval.AnomalyScore.Builder currentScore(Double currentScore)
The last observed score.
currentScore - The last observed score.Copyright © 2022. All rights reserved.