Uses of Class
com.amazonaws.services.machinelearning.model.UpdateBatchPredictionRequest
Packages that use UpdateBatchPredictionRequest
Package
Description
-
Uses of UpdateBatchPredictionRequest in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning with parameters of type UpdateBatchPredictionRequestModifier and TypeMethodDescriptionAbstractAmazonMachineLearning.updateBatchPrediction
(UpdateBatchPredictionRequest request) AmazonMachineLearning.updateBatchPrediction
(UpdateBatchPredictionRequest updateBatchPredictionRequest) Updates theBatchPredictionName
of aBatchPrediction
.AmazonMachineLearningClient.updateBatchPrediction
(UpdateBatchPredictionRequest updateBatchPredictionRequest) Updates theBatchPredictionName
of aBatchPrediction
.AbstractAmazonMachineLearningAsync.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 UpdateBatchPredictionRequestModifier 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 UpdateBatchPredictionRequest in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return UpdateBatchPredictionRequestModifier and TypeMethodDescriptionUpdateBatchPredictionRequest.clone()
UpdateBatchPredictionRequest.withBatchPredictionId
(String batchPredictionId) The ID assigned to theBatchPrediction
during creation.UpdateBatchPredictionRequest.withBatchPredictionName
(String batchPredictionName) A new user-supplied name or description of theBatchPrediction
.