| Package | Description |
|---|---|
| com.amazonaws.services.machinelearning.model | |
| com.amazonaws.services.machinelearning.model.transform |
| Modifier and Type | Method and Description |
|---|---|
PerformanceMetrics |
PerformanceMetrics.addPropertiesEntry(String key,
String value) |
PerformanceMetrics |
PerformanceMetrics.clearPropertiesEntries()
Removes all the entries added into Properties.
|
PerformanceMetrics |
PerformanceMetrics.clone() |
PerformanceMetrics |
GetEvaluationResult.getPerformanceMetrics()
Measurements of how well the
MLModel performed using observations referenced by the
DataSource. |
PerformanceMetrics |
Evaluation.getPerformanceMetrics()
Measurements of how well the
MLModel performed, using observations referenced by the
DataSource. |
PerformanceMetrics |
PerformanceMetrics.withProperties(Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
GetEvaluationResult.setPerformanceMetrics(PerformanceMetrics performanceMetrics)
Measurements of how well the
MLModel performed using observations referenced by the
DataSource. |
void |
Evaluation.setPerformanceMetrics(PerformanceMetrics performanceMetrics)
Measurements of how well the
MLModel performed, using observations referenced by the
DataSource. |
GetEvaluationResult |
GetEvaluationResult.withPerformanceMetrics(PerformanceMetrics performanceMetrics)
Measurements of how well the
MLModel performed using observations referenced by the
DataSource. |
Evaluation |
Evaluation.withPerformanceMetrics(PerformanceMetrics performanceMetrics)
Measurements of how well the
MLModel performed, using observations referenced by the
DataSource. |
| Modifier and Type | Method and Description |
|---|---|
PerformanceMetrics |
PerformanceMetricsJsonUnmarshaller.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.