@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TFIModelPerformance extends Object implements Serializable, Cloneable, StructuredPojo
The Transaction Fraud Insights (TFI) model performance score.
Constructor and Description |
---|
TFIModelPerformance() |
Modifier and Type | Method and Description |
---|---|
TFIModelPerformance |
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.
|
TFIModelPerformance |
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 TFIModelPerformance 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 TFIModelPerformance clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.