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