

Amazon Fraud Detector is no longer be open to new customers as of November 7, 2025. For capabilities similar to Amazon Fraud Detector, explore Amazon SageMaker AI, AutoGluon, and AWS WAF.

# TFIMetricDataPoint
<a name="API_TFIMetricDataPoint"></a>

 The performance metrics data points for Transaction Fraud Insights (TFI) model. 

## Contents
<a name="API_TFIMetricDataPoint_Contents"></a>

 ** fpr **   <a name="FraudDetector-Type-TFIMetricDataPoint-fpr"></a>
 The false positive rate. This is the percentage of total legitimate events that are incorrectly predicted as fraud.   
Type: Float  
Required: No

 ** precision **   <a name="FraudDetector-Type-TFIMetricDataPoint-precision"></a>
 The percentage of fraud events correctly predicted as fraudulent as compared to all events predicted as fraudulent.   
Type: Float  
Required: No

 ** threshold **   <a name="FraudDetector-Type-TFIMetricDataPoint-threshold"></a>
 The model threshold that specifies an acceptable fraud capture rate. For example, a threshold of 500 means any model score 500 or above is labeled as fraud.   
Type: Float  
Required: No

 ** tpr **   <a name="FraudDetector-Type-TFIMetricDataPoint-tpr"></a>
 The true positive rate. This is the percentage of total fraud the model detects. Also known as capture rate.   
Type: Float  
Required: No

## See Also
<a name="API_TFIMetricDataPoint_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/frauddetector-2019-11-15/TFIMetricDataPoint) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/frauddetector-2019-11-15/TFIMetricDataPoint) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/frauddetector-2019-11-15/TFIMetricDataPoint) 