Class TFIModelPerformance
- java.lang.Object
-
- software.amazon.awssdk.services.frauddetector.model.TFIModelPerformance
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TFIModelPerformance.Builder,TFIModelPerformance>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTFIModelPerformance.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Floatauc()The area under the curve (auc).static TFIModelPerformance.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TFIModelPerformance.Builder>serializableBuilderClass()TFIModelPerformance.BuildertoBuilder()StringtoString()Returns a string representation of this object.UncertaintyRangeuncertaintyRange()Indicates the range of area under curve (auc) expected from the TFI 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 TFI model. A range greater than 0.1 indicates higher model uncertainity.
- Returns:
- Indicates the range of area under curve (auc) expected from the TFI model. A range greater than 0.1 indicates higher model uncertainity.
-
toBuilder
public TFIModelPerformance.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TFIModelPerformance.Builder,TFIModelPerformance>
-
builder
public static TFIModelPerformance.Builder builder()
-
serializableBuilderClass
public static Class<? extends TFIModelPerformance.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.
-
-