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 theBatchPredictionNameof aBatchPrediction.AmazonMachineLearningClient.updateBatchPrediction(UpdateBatchPredictionRequest updateBatchPredictionRequest) Updates theBatchPredictionNameof aBatchPrediction.AbstractAmazonMachineLearningAsync.updateBatchPredictionAsync(UpdateBatchPredictionRequest request) AbstractAmazonMachineLearningAsync.updateBatchPredictionAsync(UpdateBatchPredictionRequest request, AsyncHandler<UpdateBatchPredictionRequest, UpdateBatchPredictionResult> asyncHandler) AmazonMachineLearningAsync.updateBatchPredictionAsync(UpdateBatchPredictionRequest updateBatchPredictionRequest) Updates theBatchPredictionNameof aBatchPrediction.AmazonMachineLearningAsync.updateBatchPredictionAsync(UpdateBatchPredictionRequest updateBatchPredictionRequest, AsyncHandler<UpdateBatchPredictionRequest, UpdateBatchPredictionResult> asyncHandler) Updates theBatchPredictionNameof 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 theBatchPredictionNameof 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 theBatchPredictionduring creation.UpdateBatchPredictionRequest.withBatchPredictionName(String batchPredictionName) A new user-supplied name or description of theBatchPrediction.