Uses of Class
software.amazon.awssdk.services.machinelearning.model.CreateBatchPredictionResponse
-
Packages that use CreateBatchPredictionResponse Package Description software.amazon.awssdk.services.machinelearning Definition of the public APIs exposed by Amazon Machine Learning -
-
Uses of CreateBatchPredictionResponse in software.amazon.awssdk.services.machinelearning
Methods in software.amazon.awssdk.services.machinelearning that return CreateBatchPredictionResponse Modifier and Type Method Description default CreateBatchPredictionResponseMachineLearningClient. createBatchPrediction(Consumer<CreateBatchPredictionRequest.Builder> createBatchPredictionRequest)Generates predictions for a group of observations.default CreateBatchPredictionResponseMachineLearningClient. createBatchPrediction(CreateBatchPredictionRequest createBatchPredictionRequest)Generates predictions for a group of observations.Methods in software.amazon.awssdk.services.machinelearning that return types with arguments of type CreateBatchPredictionResponse Modifier and Type Method Description default CompletableFuture<CreateBatchPredictionResponse>MachineLearningAsyncClient. createBatchPrediction(Consumer<CreateBatchPredictionRequest.Builder> createBatchPredictionRequest)Generates predictions for a group of observations.default CompletableFuture<CreateBatchPredictionResponse>MachineLearningAsyncClient. createBatchPrediction(CreateBatchPredictionRequest createBatchPredictionRequest)Generates predictions for a group of observations.
-