Uses of Interface
software.amazon.awssdk.services.frauddetector.model.TFIMetricDataPoint.Builder
-
Packages that use TFIMetricDataPoint.Builder Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of TFIMetricDataPoint.Builder in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return TFIMetricDataPoint.Builder Modifier and Type Method Description static TFIMetricDataPoint.BuilderTFIMetricDataPoint. builder()TFIMetricDataPoint.BuilderTFIMetricDataPoint.Builder. fpr(Float fpr)The false positive rate.TFIMetricDataPoint.BuilderTFIMetricDataPoint.Builder. precision(Float precision)The percentage of fraud events correctly predicted as fraudulent as compared to all events predicted as fraudulent.TFIMetricDataPoint.BuilderTFIMetricDataPoint.Builder. threshold(Float threshold)The model threshold that specifies an acceptable fraud capture rate.TFIMetricDataPoint.BuilderTFIMetricDataPoint. toBuilder()TFIMetricDataPoint.BuilderTFIMetricDataPoint.Builder. tpr(Float tpr)The true positive rate.Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type TFIMetricDataPoint.Builder Modifier and Type Method Description static Class<? extends TFIMetricDataPoint.Builder>TFIMetricDataPoint. serializableBuilderClass()
-