Uses of Class
com.amazonaws.services.machinelearning.model.PredictRequest
-
Packages that use PredictRequest Package Description com.amazonaws.services.machinelearning com.amazonaws.services.machinelearning.model -
-
Uses of PredictRequest in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning with parameters of type PredictRequest 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.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 PredictRequest 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 PredictRequest in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return PredictRequest Modifier and Type Method Description PredictRequestPredictRequest. addRecordEntry(String key, String value)PredictRequestPredictRequest. clearRecordEntries()Removes all the entries added into Record.PredictRequestPredictRequest. clone()PredictRequestPredictRequest. withMLModelId(String mLModelId)A unique identifier of theMLModel.PredictRequestPredictRequest. withPredictEndpoint(String predictEndpoint)PredictRequestPredictRequest. withRecord(Map<String,String> record)
-