| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
static MetricDataPoint.Builder |
MetricDataPoint.builder() |
MetricDataPoint.Builder |
MetricDataPoint.Builder.fpr(Float fpr)
The false positive rate.
|
MetricDataPoint.Builder |
MetricDataPoint.Builder.precision(Float precision)
The percentage of fraud events correctly predicted as fraudulent as compared to all events predicted as
fraudulent.
|
MetricDataPoint.Builder |
MetricDataPoint.Builder.threshold(Float threshold)
The model threshold that specifies an acceptable fraud capture rate.
|
MetricDataPoint.Builder |
MetricDataPoint.toBuilder() |
MetricDataPoint.Builder |
MetricDataPoint.Builder.tpr(Float tpr)
The true positive rate.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MetricDataPoint.Builder> |
MetricDataPoint.serializableBuilderClass() |
Copyright © 2022. All rights reserved.