| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning.model | |
| software.amazon.awssdk.services.machinelearning.transform |
| Modifier and Type | Method and Description |
|---|---|
PerformanceMetrics |
Evaluation.performanceMetrics()
Measurements of how well the
MLModel performed, using observations referenced by the
DataSource. |
PerformanceMetrics |
GetEvaluationResponse.performanceMetrics()
Measurements of how well the
MLModel performed using observations referenced by the
DataSource. |
| Modifier and Type | Method and Description |
|---|---|
Evaluation.Builder |
Evaluation.Builder.performanceMetrics(PerformanceMetrics performanceMetrics)
Measurements of how well the
MLModel performed, using observations referenced by the
DataSource. |
GetEvaluationResponse.Builder |
GetEvaluationResponse.Builder.performanceMetrics(PerformanceMetrics performanceMetrics)
Measurements of how well the
MLModel performed using observations referenced by the
DataSource. |
| Modifier and Type | Method and Description |
|---|---|
PerformanceMetrics |
PerformanceMetricsUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
PerformanceMetricsMarshaller.marshall(PerformanceMetrics performanceMetrics,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.