@Generated(value="software.amazon.awssdk:codegen") public final class AnomalyScore extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnomalyScore.Builder,AnomalyScore>
Quantifies the anomaly. The higher score means that it's more anomalous.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AnomalyScore.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AnomalyScore.Builder |
builder() |
Double |
currentScore()
The last observed score.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
maxScore()
The maximum score that's observed during the
AnomalyDateInterval. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AnomalyScore.Builder> |
serializableBuilderClass() |
AnomalyScore.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double maxScore()
The maximum score that's observed during the AnomalyDateInterval.
AnomalyDateInterval.public final Double currentScore()
The last observed score.
public AnomalyScore.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AnomalyScore.Builder,AnomalyScore>public static AnomalyScore.Builder builder()
public static Class<? extends AnomalyScore.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.