Uses of Class
com.amazonaws.services.machinelearning.model.PredictRequest
Packages that use PredictRequest
Package
Description
-
Uses of PredictRequest in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning with parameters of type PredictRequestModifier and TypeMethodDescriptionAbstractAmazonMachineLearning.predict(PredictRequest request) AmazonMachineLearning.predict(PredictRequest predictRequest) Generates a prediction for the observation using the specifiedML Model.AmazonMachineLearningClient.predict(PredictRequest predictRequest) Generates a prediction for the observation using the specifiedML Model.AbstractAmazonMachineLearningAsync.predictAsync(PredictRequest request) AbstractAmazonMachineLearningAsync.predictAsync(PredictRequest request, AsyncHandler<PredictRequest, PredictResult> asyncHandler) AmazonMachineLearningAsync.predictAsync(PredictRequest predictRequest) Generates a prediction for the observation using the specifiedML Model.AmazonMachineLearningAsync.predictAsync(PredictRequest predictRequest, AsyncHandler<PredictRequest, PredictResult> asyncHandler) Generates a prediction for the observation using the specifiedML Model.AmazonMachineLearningAsyncClient.predictAsync(PredictRequest request) AmazonMachineLearningAsyncClient.predictAsync(PredictRequest request, AsyncHandler<PredictRequest, PredictResult> asyncHandler) Method parameters in com.amazonaws.services.machinelearning with type arguments of type PredictRequestModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.predictAsync(PredictRequest request, AsyncHandler<PredictRequest, PredictResult> asyncHandler) AmazonMachineLearningAsync.predictAsync(PredictRequest predictRequest, AsyncHandler<PredictRequest, PredictResult> asyncHandler) Generates a prediction for the observation using the specifiedML Model.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 PredictRequestModifier and TypeMethodDescriptionPredictRequest.addRecordEntry(String key, String value) PredictRequest.clearRecordEntries()Removes all the entries added into Record.PredictRequest.clone()PredictRequest.withMLModelId(String mLModelId) A unique identifier of theMLModel.PredictRequest.withPredictEndpoint(String predictEndpoint) PredictRequest.withRecord(Map<String, String> record)