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