@Generated(value="software.amazon.awssdk:codegen") public final class VariableImpactExplanation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VariableImpactExplanation.Builder,VariableImpactExplanation>
The details of the event variable's impact on the prediction score.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VariableImpactExplanation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VariableImpactExplanation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventVariableName()
The event variable name.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Float |
logOddsImpact()
The raw, uninterpreted value represented as log-odds of the fraud.
|
String |
relativeImpact()
The event variable's relative impact in terms of magnitude on the prediction scores.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VariableImpactExplanation.Builder> |
serializableBuilderClass() |
VariableImpactExplanation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String eventVariableName()
The event variable name.
public final 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.
public final 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.
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VariableImpactExplanation.Builder,VariableImpactExplanation>public static VariableImpactExplanation.Builder builder()
public static Class<? extends VariableImpactExplanation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.