Uses of Class
com.amazonaws.services.machinelearning.model.DeleteBatchPredictionResult
Packages that use DeleteBatchPredictionResult
Package
Description
-
Uses of DeleteBatchPredictionResult in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning that return DeleteBatchPredictionResultModifier 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.Methods in com.amazonaws.services.machinelearning that return types with arguments of type DeleteBatchPredictionResultModifier and TypeMethodDescriptionAbstractAmazonMachineLearningAsync.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 DeleteBatchPredictionResultModifier 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 DeleteBatchPredictionResult in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return DeleteBatchPredictionResultModifier and TypeMethodDescriptionDeleteBatchPredictionResult.clone()
DeleteBatchPredictionResult.withBatchPredictionId
(String batchPredictionId) A user-supplied ID that uniquely identifies theBatchPrediction
.