@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OFIModelPerformance extends Object implements Serializable, Cloneable, StructuredPojo
The Online Fraud Insights (OFI) model performance score.
| Constructor and Description |
|---|
OFIModelPerformance() |
| Modifier and Type | Method and Description |
|---|---|
OFIModelPerformance |
clone() |
boolean |
equals(Object obj) |
Float |
getAuc()
The area under the curve (auc).
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAuc(Float auc)
The area under the curve (auc).
|
String |
toString()
Returns a string representation of this object.
|
OFIModelPerformance |
withAuc(Float auc)
The area under the curve (auc).
|
public void setAuc(Float auc)
The area under the curve (auc). This summarizes the total positive rate (tpr) and false positive rate (FPR) across all possible model score thresholds.
auc - The area under the curve (auc). This summarizes the total positive rate (tpr) and false positive rate
(FPR) across all possible model score thresholds.public Float getAuc()
The area under the curve (auc). This summarizes the total positive rate (tpr) and false positive rate (FPR) across all possible model score thresholds.
public OFIModelPerformance withAuc(Float auc)
The area under the curve (auc). This summarizes the total positive rate (tpr) and false positive rate (FPR) across all possible model score thresholds.
auc - The area under the curve (auc). This summarizes the total positive rate (tpr) and false positive rate
(FPR) across all possible model score thresholds.public String toString()
toString in class ObjectObject.toString()public OFIModelPerformance clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.