Package | Description |
---|---|
com.amazonaws.services.machinelearning.model |
Modifier and Type | Method and Description |
---|---|
Prediction |
Prediction.addDetailsEntry(String key,
String value) |
Prediction |
Prediction.addPredictedScoresEntry(String key,
Float value) |
Prediction |
Prediction.clearDetailsEntries()
Removes all the entries added into Details.
|
Prediction |
Prediction.clearPredictedScoresEntries()
Removes all the entries added into PredictedScores.
|
Prediction |
Prediction.clone() |
Prediction |
PredictResult.getPrediction() |
Prediction |
Prediction.withDetails(Map<String,String> details) |
Prediction |
Prediction.withPredictedLabel(String predictedLabel)
The prediction label for either a BINARY or MULTICLASS
MLModel . |
Prediction |
Prediction.withPredictedScores(Map<String,Float> predictedScores) |
Prediction |
Prediction.withPredictedValue(Float predictedValue)
The prediction value for REGRESSION
MLModel . |
Modifier and Type | Method and Description |
---|---|
void |
PredictResult.setPrediction(Prediction prediction) |
PredictResult |
PredictResult.withPrediction(Prediction prediction) |
Copyright © 2018. All rights reserved.