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 CreateBatchPredictionResult
AbstractAmazonMachineLearning. createBatchPrediction(CreateBatchPredictionRequest request)
CreateBatchPredictionResult
AmazonMachineLearning. createBatchPrediction(CreateBatchPredictionRequest createBatchPredictionRequest)
Generates predictions for a group of observations.CreateBatchPredictionResult
AmazonMachineLearningClient. 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 CreateBatchPredictionResult
CreateBatchPredictionResult. clone()
CreateBatchPredictionResult
CreateBatchPredictionResult. withBatchPredictionId(String batchPredictionId)
A user-supplied ID that uniquely identifies theBatchPrediction
.
-