Uses of Class
com.amazonaws.services.machinelearning.model.CreateBatchPredictionResult
-
Packages that use CreateBatchPredictionResult Package Description com.amazonaws.services.machinelearning com.amazonaws.services.machinelearning.model -
-
Uses of CreateBatchPredictionResult in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning that return CreateBatchPredictionResult Modifier and Type Method Description CreateBatchPredictionResultAbstractAmazonMachineLearning. createBatchPrediction(CreateBatchPredictionRequest request)CreateBatchPredictionResultAmazonMachineLearning. createBatchPrediction(CreateBatchPredictionRequest createBatchPredictionRequest)Generates predictions for a group of observations.CreateBatchPredictionResultAmazonMachineLearningClient. createBatchPrediction(CreateBatchPredictionRequest createBatchPredictionRequest)Generates predictions for a group of observations.Method parameters in com.amazonaws.services.machinelearning with type arguments of type CreateBatchPredictionResult Modifier and Type Method Description Future<CreateBatchPredictionResult>AbstractAmazonMachineLearningAsync. createBatchPredictionAsync(CreateBatchPredictionRequest request, AsyncHandler<CreateBatchPredictionRequest,CreateBatchPredictionResult> asyncHandler)Future<CreateBatchPredictionResult>AmazonMachineLearningAsync. createBatchPredictionAsync(CreateBatchPredictionRequest createBatchPredictionRequest, AsyncHandler<CreateBatchPredictionRequest,CreateBatchPredictionResult> asyncHandler)Generates predictions for a group of observations.Future<CreateBatchPredictionResult>AmazonMachineLearningAsyncClient. createBatchPredictionAsync(CreateBatchPredictionRequest request, AsyncHandler<CreateBatchPredictionRequest,CreateBatchPredictionResult> asyncHandler) -
Uses of CreateBatchPredictionResult in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return CreateBatchPredictionResult Modifier and Type Method Description CreateBatchPredictionResultCreateBatchPredictionResult. clone()CreateBatchPredictionResultCreateBatchPredictionResult. withBatchPredictionId(String batchPredictionId)A user-supplied ID that uniquely identifies theBatchPrediction.
-