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 PredictionPrediction. addDetailsEntry(String key, String value)PredictionPrediction. addPredictedScoresEntry(String key, Float value)PredictionPrediction. clearDetailsEntries()Removes all the entries added into Details.PredictionPrediction. clearPredictedScoresEntries()Removes all the entries added into PredictedScores.PredictionPrediction. clone()PredictionPredictResult. getPrediction()PredictionPrediction. withDetails(Map<String,String> details)PredictionPrediction. withPredictedLabel(String predictedLabel)The prediction label for either a BINARY or MULTICLASSMLModel.PredictionPrediction. withPredictedScores(Map<String,Float> predictedScores)PredictionPrediction. 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 voidPredictResult. setPrediction(Prediction prediction)PredictResultPredictResult. withPrediction(Prediction prediction)
-