@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public OFIModelPerformance clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.