Uses of Class
software.amazon.awssdk.services.machinelearning.model.PredictorNotMountedException
-
Packages that use PredictorNotMountedException Package Description software.amazon.awssdk.services.machinelearning Definition of the public APIs exposed by Amazon Machine Learning -
-
Uses of PredictorNotMountedException in software.amazon.awssdk.services.machinelearning
Methods in software.amazon.awssdk.services.machinelearning that throw PredictorNotMountedException 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.
-