| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
List<VariableImpactExplanation> |
PredictionExplanations.variableImpactExplanations()
The details of the event variable's impact on the prediction score.
|
| Modifier and Type | Method and Description |
|---|---|
PredictionExplanations.Builder |
PredictionExplanations.Builder.variableImpactExplanations(VariableImpactExplanation... variableImpactExplanations)
The details of the event variable's impact on the prediction score.
|
| Modifier and Type | Method and Description |
|---|---|
PredictionExplanations.Builder |
PredictionExplanations.Builder.variableImpactExplanations(Collection<VariableImpactExplanation> variableImpactExplanations)
The details of the event variable's impact on the prediction score.
|
Copyright © 2022. All rights reserved.