Uses of Class
com.amazonaws.services.machinelearning.model.Prediction
Packages that use Prediction
-
Uses of Prediction in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return PredictionModifier and TypeMethodDescriptionPrediction.addDetailsEntry
(String key, String value) Prediction.addPredictedScoresEntry
(String key, Float value) Prediction.clearDetailsEntries()
Removes all the entries added into Details.Prediction.clearPredictedScoresEntries()
Removes all the entries added into PredictedScores.Prediction.clone()
PredictResult.getPrediction()
Prediction.withDetails
(Map<String, String> details) Prediction.withPredictedLabel
(String predictedLabel) The prediction label for either a BINARY or MULTICLASSMLModel
.Prediction.withPredictedScores
(Map<String, Float> predictedScores) Prediction.withPredictedValue
(Float predictedValue) The prediction value for REGRESSIONMLModel
.Methods in com.amazonaws.services.machinelearning.model with parameters of type PredictionModifier and TypeMethodDescriptionvoid
PredictResult.setPrediction
(Prediction prediction) PredictResult.withPrediction
(Prediction prediction)