Uses of Class
software.amazon.awssdk.services.machinelearning.model.PredictResponse
-
Packages that use PredictResponse Package Description software.amazon.awssdk.services.machinelearning Definition of the public APIs exposed by Amazon Machine Learning -
-
Uses of PredictResponse in software.amazon.awssdk.services.machinelearning
Methods in software.amazon.awssdk.services.machinelearning that return PredictResponse Modifier and Type Method Description default PredictResponseMachineLearningClient. predict(Consumer<PredictRequest.Builder> predictRequest)Generates a prediction for the observation using the specifiedML Model.default PredictResponseMachineLearningClient. predict(PredictRequest predictRequest)Generates a prediction for the observation using the specifiedML Model.Methods in software.amazon.awssdk.services.machinelearning that return types with arguments of type PredictResponse Modifier and Type Method Description default CompletableFuture<PredictResponse>MachineLearningAsyncClient. predict(Consumer<PredictRequest.Builder> predictRequest)Generates a prediction for the observation using the specifiedML Model.default CompletableFuture<PredictResponse>MachineLearningAsyncClient. predict(PredictRequest predictRequest)Generates a prediction for the observation using the specifiedML Model.
-