Uses of Class
com.amazonaws.services.machinelearning.model.PredictResult
Packages that use PredictResult
Package
Description
-
Uses of PredictResult in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning that return PredictResultModifier 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.Methods in com.amazonaws.services.machinelearning that return types with arguments of type PredictResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.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 PredictResultModifier 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 PredictResult in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return PredictResultModifier and TypeMethodDescriptionPredictResult.clone()PredictResult.withPrediction(Prediction prediction)