Class MetricDataPoint
java.lang.Object
software.amazon.awssdk.services.frauddetector.model.MetricDataPoint
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<MetricDataPoint.Builder,- MetricDataPoint> 
@Generated("software.amazon.awssdk:codegen")
public final class MetricDataPoint
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<MetricDataPoint.Builder,MetricDataPoint> 
Model performance metrics data points.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic MetricDataPoint.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final Floatfpr()The false positive rate.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final FloatThe percentage of fraud events correctly predicted as fraudulent as compared to all events predicted as fraudulent.static Class<? extends MetricDataPoint.Builder> final FloatThe model threshold that specifies an acceptable fraud capture rate.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final Floattpr()The true positive rate.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
fprThe false positive rate. This is the percentage of total legitimate events that are incorrectly predicted as fraud. - Returns:
- The false positive rate. This is the percentage of total legitimate events that are incorrectly predicted as fraud.
 
- 
precisionThe percentage of fraud events correctly predicted as fraudulent as compared to all events predicted as fraudulent. - Returns:
- The percentage of fraud events correctly predicted as fraudulent as compared to all events predicted as fraudulent.
 
- 
tprThe true positive rate. This is the percentage of total fraud the model detects. Also known as capture rate. - Returns:
- The true positive rate. This is the percentage of total fraud the model detects. Also known as capture rate.
 
- 
thresholdThe 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. - Returns:
- 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.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<MetricDataPoint.Builder,- MetricDataPoint> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-