@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PredictionExplanations extends Object implements Serializable, Cloneable, StructuredPojo
The prediction explanations that provide insight into how each event variable impacted the model version's fraud prediction score.
Constructor and Description |
---|
PredictionExplanations() |
Modifier and Type | Method and Description |
---|---|
PredictionExplanations |
clone() |
boolean |
equals(Object obj) |
List<VariableImpactExplanation> |
getVariableImpactExplanations()
The details of the event variable's impact on the prediction score.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setVariableImpactExplanations(Collection<VariableImpactExplanation> variableImpactExplanations)
The details of the event variable's impact on the prediction score.
|
String |
toString()
Returns a string representation of this object.
|
PredictionExplanations |
withVariableImpactExplanations(Collection<VariableImpactExplanation> variableImpactExplanations)
The details of the event variable's impact on the prediction score.
|
PredictionExplanations |
withVariableImpactExplanations(VariableImpactExplanation... variableImpactExplanations)
The details of the event variable's impact on the prediction score.
|
public List<VariableImpactExplanation> getVariableImpactExplanations()
The details of the event variable's impact on the prediction score.
public void setVariableImpactExplanations(Collection<VariableImpactExplanation> variableImpactExplanations)
The details of the event variable's impact on the prediction score.
variableImpactExplanations
- The details of the event variable's impact on the prediction score.public PredictionExplanations withVariableImpactExplanations(VariableImpactExplanation... variableImpactExplanations)
The details of the event variable's impact on the prediction score.
NOTE: This method appends the values to the existing list (if any). Use
setVariableImpactExplanations(java.util.Collection)
or
withVariableImpactExplanations(java.util.Collection)
if you want to override the existing values.
variableImpactExplanations
- The details of the event variable's impact on the prediction score.public PredictionExplanations withVariableImpactExplanations(Collection<VariableImpactExplanation> variableImpactExplanations)
The details of the event variable's impact on the prediction score.
variableImpactExplanations
- The details of the event variable's impact on the prediction score.public String toString()
toString
in class Object
Object.toString()
public PredictionExplanations clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.