| 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()
Returns the value of the Prediction property for this object.
|
Prediction |
Prediction.withDetails(Map<String,String> details)
Sets the value of the Details property for this object.
|
Prediction |
Prediction.withPredictedLabel(String predictedLabel)
The prediction label for either a BINARY or MULTICLASS
MLModel. |
Prediction |
Prediction.withPredictedScores(Map<String,Float> predictedScores)
Sets the value of the PredictedScores property for this object.
|
Prediction |
Prediction.withPredictedValue(Float predictedValue)
The prediction value for REGRESSION
MLModel. |
| Modifier and Type | Method and Description |
|---|---|
void |
PredictResult.setPrediction(Prediction prediction)
Sets the value of the Prediction property for this object.
|
PredictResult |
PredictResult.withPrediction(Prediction prediction)
Sets the value of the Prediction property for this object.
|
Copyright © 2015. All rights reserved.