Uses of Class
com.amazonaws.services.machinelearning.model.Prediction
-
Packages that use Prediction Package Description com.amazonaws.services.machinelearning.model -
-
Uses of Prediction in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return Prediction Modifier and Type Method 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 MULTICLASSMLModel
.Prediction
Prediction. withPredictedScores(Map<String,Float> predictedScores)
Prediction
Prediction. withPredictedValue(Float predictedValue)
The prediction value for REGRESSIONMLModel
.Methods in com.amazonaws.services.machinelearning.model with parameters of type Prediction Modifier and Type Method Description void
PredictResult. setPrediction(Prediction prediction)
PredictResult
PredictResult. withPrediction(Prediction prediction)
-