@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VariableImpactExplanation extends Object implements Serializable, Cloneable, StructuredPojo
The details of the event variable's impact on the prediction score.
| Constructor and Description |
|---|
VariableImpactExplanation() |
| Modifier and Type | Method and Description |
|---|---|
VariableImpactExplanation |
clone() |
boolean |
equals(Object obj) |
String |
getEventVariableName()
The event variable name.
|
Float |
getLogOddsImpact()
The raw, uninterpreted value represented as log-odds of the fraud.
|
String |
getRelativeImpact()
The event variable's relative impact in terms of magnitude on the prediction scores.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEventVariableName(String eventVariableName)
The event variable name.
|
void |
setLogOddsImpact(Float logOddsImpact)
The raw, uninterpreted value represented as log-odds of the fraud.
|
void |
setRelativeImpact(String relativeImpact)
The event variable's relative impact in terms of magnitude on the prediction scores.
|
String |
toString()
Returns a string representation of this object.
|
VariableImpactExplanation |
withEventVariableName(String eventVariableName)
The event variable name.
|
VariableImpactExplanation |
withLogOddsImpact(Float logOddsImpact)
The raw, uninterpreted value represented as log-odds of the fraud.
|
VariableImpactExplanation |
withRelativeImpact(String relativeImpact)
The event variable's relative impact in terms of magnitude on the prediction scores.
|
public void setEventVariableName(String eventVariableName)
The event variable name.
eventVariableName - The event variable name.public String getEventVariableName()
The event variable name.
public VariableImpactExplanation withEventVariableName(String eventVariableName)
The event variable name.
eventVariableName - The event variable name.public void setRelativeImpact(String relativeImpact)
The event variable's relative impact in terms of magnitude on the prediction scores. The relative impact values consist of a numerical rating (0-5, 5 being the highest) and direction (increased/decreased) impact of the fraud risk.
relativeImpact - The event variable's relative impact in terms of magnitude on the prediction scores. The relative impact
values consist of a numerical rating (0-5, 5 being the highest) and direction (increased/decreased) impact
of the fraud risk.public String getRelativeImpact()
The event variable's relative impact in terms of magnitude on the prediction scores. The relative impact values consist of a numerical rating (0-5, 5 being the highest) and direction (increased/decreased) impact of the fraud risk.
public VariableImpactExplanation withRelativeImpact(String relativeImpact)
The event variable's relative impact in terms of magnitude on the prediction scores. The relative impact values consist of a numerical rating (0-5, 5 being the highest) and direction (increased/decreased) impact of the fraud risk.
relativeImpact - The event variable's relative impact in terms of magnitude on the prediction scores. The relative impact
values consist of a numerical rating (0-5, 5 being the highest) and direction (increased/decreased) impact
of the fraud risk.public void setLogOddsImpact(Float logOddsImpact)
The raw, uninterpreted value represented as log-odds of the fraud. These values are usually between -10 to +10, but range from - infinity to + infinity.
A positive value indicates that the variable drove the risk score up.
A negative value indicates that the variable drove the risk score down.
logOddsImpact - The raw, uninterpreted value represented as log-odds of the fraud. These values are usually between -10 to
+10, but range from - infinity to + infinity.
A positive value indicates that the variable drove the risk score up.
A negative value indicates that the variable drove the risk score down.
public Float getLogOddsImpact()
The raw, uninterpreted value represented as log-odds of the fraud. These values are usually between -10 to +10, but range from - infinity to + infinity.
A positive value indicates that the variable drove the risk score up.
A negative value indicates that the variable drove the risk score down.
A positive value indicates that the variable drove the risk score up.
A negative value indicates that the variable drove the risk score down.
public VariableImpactExplanation withLogOddsImpact(Float logOddsImpact)
The raw, uninterpreted value represented as log-odds of the fraud. These values are usually between -10 to +10, but range from - infinity to + infinity.
A positive value indicates that the variable drove the risk score up.
A negative value indicates that the variable drove the risk score down.
logOddsImpact - The raw, uninterpreted value represented as log-odds of the fraud. These values are usually between -10 to
+10, but range from - infinity to + infinity.
A positive value indicates that the variable drove the risk score up.
A negative value indicates that the variable drove the risk score down.
public String toString()
toString in class ObjectObject.toString()public VariableImpactExplanation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.