@Generated(value="software.amazon.awssdk:codegen") public final class TFIModelPerformance extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TFIModelPerformance.Builder,TFIModelPerformance>
The Transaction Fraud Insights (TFI) model performance score.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TFIModelPerformance.Builder |
| Modifier and Type | Method and Description |
|---|---|
Float |
auc()
The area under the curve (auc).
|
static TFIModelPerformance.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 TFIModelPerformance.Builder> |
serializableBuilderClass() |
TFIModelPerformance.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UncertaintyRange |
uncertaintyRange()
Indicates the range of area under curve (auc) expected from the TFI model.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Float auc()
The area under the curve (auc). This summarizes the total positive rate (tpr) and false positive rate (FPR) across all possible model score thresholds.
public final UncertaintyRange uncertaintyRange()
Indicates the range of area under curve (auc) expected from the TFI model. A range greater than 0.1 indicates higher model uncertainity.
public TFIModelPerformance.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TFIModelPerformance.Builder,TFIModelPerformance>public static TFIModelPerformance.Builder builder()
public static Class<? extends TFIModelPerformance.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.