Uses of Class
com.amazonaws.services.machinelearning.model.PredictResult
-
Packages that use PredictResult Package Description com.amazonaws.services.machinelearning com.amazonaws.services.machinelearning.model -
-
Uses of PredictResult in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning that return PredictResult Modifier and Type Method Description PredictResultAbstractAmazonMachineLearning. predict(PredictRequest request)PredictResultAmazonMachineLearning. predict(PredictRequest predictRequest)Generates a prediction for the observation using the specifiedML Model.PredictResultAmazonMachineLearningClient. predict(PredictRequest predictRequest)Generates a prediction for the observation using the specifiedML Model.Methods in com.amazonaws.services.machinelearning that return types with arguments of type PredictResult Modifier and Type Method Description Future<PredictResult>AbstractAmazonMachineLearningAsync. predictAsync(PredictRequest request)Future<PredictResult>AbstractAmazonMachineLearningAsync. predictAsync(PredictRequest request, AsyncHandler<PredictRequest,PredictResult> asyncHandler)Future<PredictResult>AmazonMachineLearningAsync. predictAsync(PredictRequest predictRequest)Generates a prediction for the observation using the specifiedML Model.Future<PredictResult>AmazonMachineLearningAsync. predictAsync(PredictRequest predictRequest, AsyncHandler<PredictRequest,PredictResult> asyncHandler)Generates a prediction for the observation using the specifiedML Model.Future<PredictResult>AmazonMachineLearningAsyncClient. predictAsync(PredictRequest request)Future<PredictResult>AmazonMachineLearningAsyncClient. predictAsync(PredictRequest request, AsyncHandler<PredictRequest,PredictResult> asyncHandler)Method parameters in com.amazonaws.services.machinelearning with type arguments of type PredictResult Modifier and Type Method Description Future<PredictResult>AbstractAmazonMachineLearningAsync. predictAsync(PredictRequest request, AsyncHandler<PredictRequest,PredictResult> asyncHandler)Future<PredictResult>AmazonMachineLearningAsync. predictAsync(PredictRequest predictRequest, AsyncHandler<PredictRequest,PredictResult> asyncHandler)Generates a prediction for the observation using the specifiedML Model.Future<PredictResult>AmazonMachineLearningAsyncClient. predictAsync(PredictRequest request, AsyncHandler<PredictRequest,PredictResult> asyncHandler) -
Uses of PredictResult in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return PredictResult Modifier and Type Method Description PredictResultPredictResult. clone()PredictResultPredictResult. withPrediction(Prediction prediction)
-