@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) |
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 ObjectObject.toString()public PredictionExplanations clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.