Package | Description |
---|---|
com.amazonaws.services.machinelearning.model | |
com.amazonaws.services.machinelearning.model.transform |
Modifier and Type | Field and Description |
---|---|
private PerformanceMetrics |
GetEvaluationResult.performanceMetrics
Measurements of how well the
MLModel performed using
observations referenced by the DataSource . |
private PerformanceMetrics |
Evaluation.performanceMetrics
Measurements of how well the
MLModel performed, using
observations referenced by the DataSource . |
Modifier and Type | Method and Description |
---|---|
PerformanceMetrics |
PerformanceMetrics.addPropertiesEntry(java.lang.String key,
java.lang.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(java.util.Map<java.lang.String,java.lang.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 |
PerformanceMetricsJsonMarshaller.marshall(PerformanceMetrics performanceMetrics,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|