@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<AggregatedVariablesImpactExplanation> |
getAggregatedVariablesImpactExplanations()
The details of the aggregated variables impact on the prediction score.
|
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 |
setAggregatedVariablesImpactExplanations(Collection<AggregatedVariablesImpactExplanation> aggregatedVariablesImpactExplanations)
The details of the aggregated variables impact on the prediction score.
|
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 |
withAggregatedVariablesImpactExplanations(AggregatedVariablesImpactExplanation... aggregatedVariablesImpactExplanations)
The details of the aggregated variables impact on the prediction score.
|
PredictionExplanations |
withAggregatedVariablesImpactExplanations(Collection<AggregatedVariablesImpactExplanation> aggregatedVariablesImpactExplanations)
The details of the aggregated variables impact on the prediction score.
|
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 List<AggregatedVariablesImpactExplanation> getAggregatedVariablesImpactExplanations()
The details of the aggregated variables impact on the prediction score.
Account Takeover Insights (ATI) model uses event variables from the login data you provide to continuously
calculate a set of variables (aggregated variables) based on historical events. For example, your ATI model might
calculate the number of times an user has logged in using the same IP address. In this case, event variables used
to derive the aggregated variables are IP address and user.
Account Takeover Insights (ATI) model uses event variables from the login data you provide to
continuously calculate a set of variables (aggregated variables) based on historical events. For example,
your ATI model might calculate the number of times an user has logged in using the same IP address. In
this case, event variables used to derive the aggregated variables are IP address and
user.
public void setAggregatedVariablesImpactExplanations(Collection<AggregatedVariablesImpactExplanation> aggregatedVariablesImpactExplanations)
The details of the aggregated variables impact on the prediction score.
Account Takeover Insights (ATI) model uses event variables from the login data you provide to continuously
calculate a set of variables (aggregated variables) based on historical events. For example, your ATI model might
calculate the number of times an user has logged in using the same IP address. In this case, event variables used
to derive the aggregated variables are IP address and user.
aggregatedVariablesImpactExplanations - The details of the aggregated variables impact on the prediction score.
Account Takeover Insights (ATI) model uses event variables from the login data you provide to continuously
calculate a set of variables (aggregated variables) based on historical events. For example, your ATI
model might calculate the number of times an user has logged in using the same IP address. In this case,
event variables used to derive the aggregated variables are IP address and user.
public PredictionExplanations withAggregatedVariablesImpactExplanations(AggregatedVariablesImpactExplanation... aggregatedVariablesImpactExplanations)
The details of the aggregated variables impact on the prediction score.
Account Takeover Insights (ATI) model uses event variables from the login data you provide to continuously
calculate a set of variables (aggregated variables) based on historical events. For example, your ATI model might
calculate the number of times an user has logged in using the same IP address. In this case, event variables used
to derive the aggregated variables are IP address and user.
NOTE: This method appends the values to the existing list (if any). Use
setAggregatedVariablesImpactExplanations(java.util.Collection) or
withAggregatedVariablesImpactExplanations(java.util.Collection) if you want to override the existing
values.
aggregatedVariablesImpactExplanations - The details of the aggregated variables impact on the prediction score.
Account Takeover Insights (ATI) model uses event variables from the login data you provide to continuously
calculate a set of variables (aggregated variables) based on historical events. For example, your ATI
model might calculate the number of times an user has logged in using the same IP address. In this case,
event variables used to derive the aggregated variables are IP address and user.
public PredictionExplanations withAggregatedVariablesImpactExplanations(Collection<AggregatedVariablesImpactExplanation> aggregatedVariablesImpactExplanations)
The details of the aggregated variables impact on the prediction score.
Account Takeover Insights (ATI) model uses event variables from the login data you provide to continuously
calculate a set of variables (aggregated variables) based on historical events. For example, your ATI model might
calculate the number of times an user has logged in using the same IP address. In this case, event variables used
to derive the aggregated variables are IP address and user.
aggregatedVariablesImpactExplanations - The details of the aggregated variables impact on the prediction score.
Account Takeover Insights (ATI) model uses event variables from the login data you provide to continuously
calculate a set of variables (aggregated variables) based on historical events. For example, your ATI
model might calculate the number of times an user has logged in using the same IP address. In this case,
event variables used to derive the aggregated variables are IP address and user.
public String toString()
toString in class ObjectObject.toString()public PredictionExplanations clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.