@Generated(value="software.amazon.awssdk:codegen") public final class ATIModelPerformance extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ATIModelPerformance.Builder,ATIModelPerformance>
The Account Takeover Insights (ATI) model performance score.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ATIModelPerformance.Builder |
| Modifier and Type | Method and Description |
|---|---|
Float |
asi()
The anomaly separation index (ASI) score.
|
static ATIModelPerformance.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ATIModelPerformance.Builder> |
serializableBuilderClass() |
ATIModelPerformance.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Float asi()
The anomaly separation index (ASI) score. This metric summarizes the overall ability of the model to separate anomalous activities from the normal behavior. Depending on the business, a large fraction of these anomalous activities can be malicious and correspond to the account takeover attacks. A model with no separability power will have the lowest possible ASI score of 0.5, whereas the a model with a high separability power will have the highest possible ASI score of 1.0
public ATIModelPerformance.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ATIModelPerformance.Builder,ATIModelPerformance>public static ATIModelPerformance.Builder builder()
public static Class<? extends ATIModelPerformance.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.