| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
PredictionExplanations |
PredictionExplanations.clone() |
PredictionExplanations |
ModelVersionEvaluation.getPredictionExplanations()
The prediction explanations generated for the model version.
|
PredictionExplanations |
PredictionExplanations.withAggregatedVariablesImpactExplanations(AggregatedVariablesImpactExplanation... aggregatedVariablesImpactExplanations)
The details of the aggregated variables impact on the prediction score.
|
PredictionExplanations |
PredictionExplanations.withAggregatedVariablesImpactExplanations(Collection<AggregatedVariablesImpactExplanation> aggregatedVariablesImpactExplanations)
The details of the aggregated variables impact on the prediction score.
|
PredictionExplanations |
PredictionExplanations.withVariableImpactExplanations(Collection<VariableImpactExplanation> variableImpactExplanations)
The details of the event variable's impact on the prediction score.
|
PredictionExplanations |
PredictionExplanations.withVariableImpactExplanations(VariableImpactExplanation... variableImpactExplanations)
The details of the event variable's impact on the prediction score.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelVersionEvaluation.setPredictionExplanations(PredictionExplanations predictionExplanations)
The prediction explanations generated for the model version.
|
ModelVersionEvaluation |
ModelVersionEvaluation.withPredictionExplanations(PredictionExplanations predictionExplanations)
The prediction explanations generated for the model version.
|
Copyright © 2024. All rights reserved.