Uses of Class
com.amazonaws.services.machinelearning.model.CreateBatchPredictionRequest
Packages that use CreateBatchPredictionRequest
Package
Description
-
Uses of CreateBatchPredictionRequest in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning with parameters of type CreateBatchPredictionRequestModifier and TypeMethodDescriptionAbstractAmazonMachineLearning.createBatchPrediction
(CreateBatchPredictionRequest request) AmazonMachineLearning.createBatchPrediction
(CreateBatchPredictionRequest createBatchPredictionRequest) Generates predictions for a group of observations.AmazonMachineLearningClient.createBatchPrediction
(CreateBatchPredictionRequest createBatchPredictionRequest) Generates predictions for a group of observations.AbstractAmazonMachineLearningAsync.createBatchPredictionAsync
(CreateBatchPredictionRequest request) AbstractAmazonMachineLearningAsync.createBatchPredictionAsync
(CreateBatchPredictionRequest request, AsyncHandler<CreateBatchPredictionRequest, CreateBatchPredictionResult> asyncHandler) AmazonMachineLearningAsync.createBatchPredictionAsync
(CreateBatchPredictionRequest createBatchPredictionRequest) Generates predictions for a group of observations.AmazonMachineLearningAsync.createBatchPredictionAsync
(CreateBatchPredictionRequest createBatchPredictionRequest, AsyncHandler<CreateBatchPredictionRequest, CreateBatchPredictionResult> asyncHandler) Generates predictions for a group of observations.AmazonMachineLearningAsyncClient.createBatchPredictionAsync
(CreateBatchPredictionRequest request) AmazonMachineLearningAsyncClient.createBatchPredictionAsync
(CreateBatchPredictionRequest request, AsyncHandler<CreateBatchPredictionRequest, CreateBatchPredictionResult> asyncHandler) Method parameters in com.amazonaws.services.machinelearning with type arguments of type CreateBatchPredictionRequestModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.createBatchPredictionAsync
(CreateBatchPredictionRequest request, AsyncHandler<CreateBatchPredictionRequest, CreateBatchPredictionResult> asyncHandler) AmazonMachineLearningAsync.createBatchPredictionAsync
(CreateBatchPredictionRequest createBatchPredictionRequest, AsyncHandler<CreateBatchPredictionRequest, CreateBatchPredictionResult> asyncHandler) Generates predictions for a group of observations.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 CreateBatchPredictionRequestModifier and TypeMethodDescriptionCreateBatchPredictionRequest.clone()
CreateBatchPredictionRequest.withBatchPredictionDataSourceId
(String batchPredictionDataSourceId) The ID of theDataSource
that points to the group of observations to predict.CreateBatchPredictionRequest.withBatchPredictionId
(String batchPredictionId) A user-supplied ID that uniquely identifies theBatchPrediction
.CreateBatchPredictionRequest.withBatchPredictionName
(String batchPredictionName) A user-supplied name or description of theBatchPrediction
.CreateBatchPredictionRequest.withMLModelId
(String mLModelId) The ID of theMLModel
that will generate predictions for the group of observations.CreateBatchPredictionRequest.withOutputUri
(String outputUri) The location of an Amazon Simple Storage Service (Amazon S3) bucket or directory to store the batch prediction results.