@Generated(value="software.amazon.awssdk:codegen") public final class OFIModelPerformance extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OFIModelPerformance.Builder,OFIModelPerformance>
The Online Fraud Insights (OFI) model performance score.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OFIModelPerformance.Builder |
| Modifier and Type | Method and Description |
|---|---|
Float |
auc()
The area under the curve (auc).
|
static OFIModelPerformance.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 OFIModelPerformance.Builder> |
serializableBuilderClass() |
OFIModelPerformance.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UncertaintyRange |
uncertaintyRange()
Indicates the range of area under curve (auc) expected from the OFI 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 OFI model. A range greater than 0.1 indicates higher model uncertainity.
public OFIModelPerformance.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OFIModelPerformance.Builder,OFIModelPerformance>public static OFIModelPerformance.Builder builder()
public static Class<? extends OFIModelPerformance.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.