Uses of Class
com.amazonaws.services.machinelearning.model.UpdateBatchPredictionResult
Packages that use UpdateBatchPredictionResult
Package
Description
-
Uses of UpdateBatchPredictionResult in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning that return UpdateBatchPredictionResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearning.updateBatchPrediction
(UpdateBatchPredictionRequest request) AmazonMachineLearning.updateBatchPrediction
(UpdateBatchPredictionRequest updateBatchPredictionRequest) Updates theBatchPredictionName
of aBatchPrediction
.AmazonMachineLearningClient.updateBatchPrediction
(UpdateBatchPredictionRequest updateBatchPredictionRequest) Updates theBatchPredictionName
of aBatchPrediction
.Methods in com.amazonaws.services.machinelearning that return types with arguments of type UpdateBatchPredictionResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.updateBatchPredictionAsync
(UpdateBatchPredictionRequest request) AbstractAmazonMachineLearningAsync.updateBatchPredictionAsync
(UpdateBatchPredictionRequest request, AsyncHandler<UpdateBatchPredictionRequest, UpdateBatchPredictionResult> asyncHandler) AmazonMachineLearningAsync.updateBatchPredictionAsync
(UpdateBatchPredictionRequest updateBatchPredictionRequest) Updates theBatchPredictionName
of aBatchPrediction
.AmazonMachineLearningAsync.updateBatchPredictionAsync
(UpdateBatchPredictionRequest updateBatchPredictionRequest, AsyncHandler<UpdateBatchPredictionRequest, UpdateBatchPredictionResult> asyncHandler) Updates theBatchPredictionName
of aBatchPrediction
.AmazonMachineLearningAsyncClient.updateBatchPredictionAsync
(UpdateBatchPredictionRequest request) AmazonMachineLearningAsyncClient.updateBatchPredictionAsync
(UpdateBatchPredictionRequest request, AsyncHandler<UpdateBatchPredictionRequest, UpdateBatchPredictionResult> asyncHandler) Method parameters in com.amazonaws.services.machinelearning with type arguments of type UpdateBatchPredictionResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.updateBatchPredictionAsync
(UpdateBatchPredictionRequest request, AsyncHandler<UpdateBatchPredictionRequest, UpdateBatchPredictionResult> asyncHandler) AmazonMachineLearningAsync.updateBatchPredictionAsync
(UpdateBatchPredictionRequest updateBatchPredictionRequest, AsyncHandler<UpdateBatchPredictionRequest, UpdateBatchPredictionResult> asyncHandler) Updates theBatchPredictionName
of aBatchPrediction
.AmazonMachineLearningAsyncClient.updateBatchPredictionAsync
(UpdateBatchPredictionRequest request, AsyncHandler<UpdateBatchPredictionRequest, UpdateBatchPredictionResult> asyncHandler) -
Uses of UpdateBatchPredictionResult in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return UpdateBatchPredictionResultModifier and TypeMethodDescriptionUpdateBatchPredictionResult.clone()
UpdateBatchPredictionResult.withBatchPredictionId
(String batchPredictionId) The ID assigned to theBatchPrediction
during creation.