| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
ModelVersionEvaluation |
ModelVersionEvaluation.clone() |
ModelVersionEvaluation |
ModelVersionEvaluation.withEvaluationScore(String evaluationScore)
The evaluation score generated for the model version.
|
ModelVersionEvaluation |
ModelVersionEvaluation.withOutputVariableName(String outputVariableName)
The output variable name.
|
ModelVersionEvaluation |
ModelVersionEvaluation.withPredictionExplanations(PredictionExplanations predictionExplanations)
The prediction explanations generated for the model version.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModelVersionEvaluation> |
EvaluatedModelVersion.getEvaluations()
Evaluations generated for the model version.
|
| Modifier and Type | Method and Description |
|---|---|
EvaluatedModelVersion |
EvaluatedModelVersion.withEvaluations(ModelVersionEvaluation... evaluations)
Evaluations generated for the model version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluatedModelVersion.setEvaluations(Collection<ModelVersionEvaluation> evaluations)
Evaluations generated for the model version.
|
EvaluatedModelVersion |
EvaluatedModelVersion.withEvaluations(Collection<ModelVersionEvaluation> evaluations)
Evaluations generated for the model version.
|
Copyright © 2025. All rights reserved.