Class OFIModelPerformance
- java.lang.Object
-
- software.amazon.awssdk.services.frauddetector.model.OFIModelPerformance
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OFIModelPerformance.Builder,OFIModelPerformance>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOFIModelPerformance.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Floatauc()The area under the curve (auc).static OFIModelPerformance.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends OFIModelPerformance.Builder>serializableBuilderClass()OFIModelPerformance.BuildertoBuilder()StringtoString()Returns a string representation of this object.UncertaintyRangeuncertaintyRange()Indicates the range of area under curve (auc) expected from the OFI model.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
auc
public 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.
- Returns:
- The area under the curve (auc). This summarizes the total positive rate (tpr) and false positive rate (FPR) across all possible model score thresholds.
-
uncertaintyRange
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.
- Returns:
- Indicates the range of area under curve (auc) expected from the OFI model. A range greater than 0.1 indicates higher model uncertainity.
-
toBuilder
public OFIModelPerformance.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OFIModelPerformance.Builder,OFIModelPerformance>
-
builder
public static OFIModelPerformance.Builder builder()
-
serializableBuilderClass
public static Class<? extends OFIModelPerformance.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-