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