Uses of Class
com.amazonaws.services.machinelearning.model.DeleteBatchPredictionResult
-
Packages that use DeleteBatchPredictionResult Package Description com.amazonaws.services.machinelearning com.amazonaws.services.machinelearning.model -
-
Uses of DeleteBatchPredictionResult in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning that return DeleteBatchPredictionResult Modifier and Type Method Description DeleteBatchPredictionResultAbstractAmazonMachineLearning. deleteBatchPrediction(DeleteBatchPredictionRequest request)DeleteBatchPredictionResultAmazonMachineLearning. deleteBatchPrediction(DeleteBatchPredictionRequest deleteBatchPredictionRequest)Assigns the DELETED status to aBatchPrediction, rendering it unusable.DeleteBatchPredictionResultAmazonMachineLearningClient. deleteBatchPrediction(DeleteBatchPredictionRequest deleteBatchPredictionRequest)Assigns the DELETED status to aBatchPrediction, rendering it unusable.Method parameters in com.amazonaws.services.machinelearning with type arguments of type DeleteBatchPredictionResult Modifier and Type Method Description Future<DeleteBatchPredictionResult>AbstractAmazonMachineLearningAsync. deleteBatchPredictionAsync(DeleteBatchPredictionRequest request, AsyncHandler<DeleteBatchPredictionRequest,DeleteBatchPredictionResult> asyncHandler)Future<DeleteBatchPredictionResult>AmazonMachineLearningAsync. deleteBatchPredictionAsync(DeleteBatchPredictionRequest deleteBatchPredictionRequest, AsyncHandler<DeleteBatchPredictionRequest,DeleteBatchPredictionResult> asyncHandler)Assigns the DELETED status to aBatchPrediction, rendering it unusable.Future<DeleteBatchPredictionResult>AmazonMachineLearningAsyncClient. deleteBatchPredictionAsync(DeleteBatchPredictionRequest request, AsyncHandler<DeleteBatchPredictionRequest,DeleteBatchPredictionResult> asyncHandler) -
Uses of DeleteBatchPredictionResult in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return DeleteBatchPredictionResult Modifier and Type Method Description DeleteBatchPredictionResultDeleteBatchPredictionResult. clone()DeleteBatchPredictionResultDeleteBatchPredictionResult. withBatchPredictionId(String batchPredictionId)A user-supplied ID that uniquely identifies theBatchPrediction.
-