Uses of Class
com.amazonaws.services.machinelearning.model.CreateBatchPredictionResult
Packages that use CreateBatchPredictionResult
Package
Description
-
Uses of CreateBatchPredictionResult in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning that return CreateBatchPredictionResultModifier 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.Methods in com.amazonaws.services.machinelearning that return types with arguments of type CreateBatchPredictionResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.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 CreateBatchPredictionResultModifier 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 CreateBatchPredictionResult in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return CreateBatchPredictionResultModifier and TypeMethodDescriptionCreateBatchPredictionResult.clone()
CreateBatchPredictionResult.withBatchPredictionId
(String batchPredictionId) A user-supplied ID that uniquely identifies theBatchPrediction
.