Uses of Class
com.amazonaws.services.machinelearning.model.CreateBatchPredictionRequest
-
Packages that use CreateBatchPredictionRequest Package Description com.amazonaws.services.machinelearning com.amazonaws.services.machinelearning.model -
-
Uses of CreateBatchPredictionRequest in com.amazonaws.services.machinelearning
Method parameters in com.amazonaws.services.machinelearning with type arguments of type CreateBatchPredictionRequest 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 CreateBatchPredictionRequest in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return CreateBatchPredictionRequest Modifier and Type Method Description CreateBatchPredictionRequestCreateBatchPredictionRequest. clone()CreateBatchPredictionRequestCreateBatchPredictionRequest. withBatchPredictionDataSourceId(String batchPredictionDataSourceId)The ID of theDataSourcethat points to the group of observations to predict.CreateBatchPredictionRequestCreateBatchPredictionRequest. withBatchPredictionId(String batchPredictionId)A user-supplied ID that uniquely identifies theBatchPrediction.CreateBatchPredictionRequestCreateBatchPredictionRequest. withBatchPredictionName(String batchPredictionName)A user-supplied name or description of theBatchPrediction.CreateBatchPredictionRequestCreateBatchPredictionRequest. withMLModelId(String mLModelId)The ID of theMLModelthat will generate predictions for the group of observations.CreateBatchPredictionRequestCreateBatchPredictionRequest. withOutputUri(String outputUri)The location of an Amazon Simple Storage Service (Amazon S3) bucket or directory to store the batch prediction results.
-