| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning.model |
| Modifier and Type | Method and Description |
|---|---|
PerformanceMetrics |
GetEvaluationResponse.performanceMetrics()
Measurements of how well the
MLModel performed using observations referenced by the
DataSource. |
PerformanceMetrics |
Evaluation.performanceMetrics()
Measurements of how well the
MLModel performed, using observations referenced by the
DataSource. |
| Modifier and Type | Method and Description |
|---|---|
GetEvaluationResponse.Builder |
GetEvaluationResponse.Builder.performanceMetrics(PerformanceMetrics performanceMetrics)
Measurements of how well the
MLModel performed using observations referenced by the
DataSource. |
Evaluation.Builder |
Evaluation.Builder.performanceMetrics(PerformanceMetrics performanceMetrics)
Measurements of how well the
MLModel performed, using observations referenced by the
DataSource. |
Copyright © 2022. All rights reserved.