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