Uses of Class
software.amazon.awssdk.services.machinelearning.model.DeleteBatchPredictionResponse
-
Packages that use DeleteBatchPredictionResponse Package Description software.amazon.awssdk.services.machinelearning Definition of the public APIs exposed by Amazon Machine Learning -
-
Uses of DeleteBatchPredictionResponse in software.amazon.awssdk.services.machinelearning
Methods in software.amazon.awssdk.services.machinelearning that return DeleteBatchPredictionResponse Modifier and Type Method Description default DeleteBatchPredictionResponseMachineLearningClient. deleteBatchPrediction(Consumer<DeleteBatchPredictionRequest.Builder> deleteBatchPredictionRequest)Assigns the DELETED status to aBatchPrediction, rendering it unusable.default DeleteBatchPredictionResponseMachineLearningClient. deleteBatchPrediction(DeleteBatchPredictionRequest deleteBatchPredictionRequest)Assigns the DELETED status to aBatchPrediction, rendering it unusable.Methods in software.amazon.awssdk.services.machinelearning that return types with arguments of type DeleteBatchPredictionResponse Modifier and Type Method Description default CompletableFuture<DeleteBatchPredictionResponse>MachineLearningAsyncClient. deleteBatchPrediction(Consumer<DeleteBatchPredictionRequest.Builder> deleteBatchPredictionRequest)Assigns the DELETED status to aBatchPrediction, rendering it unusable.default CompletableFuture<DeleteBatchPredictionResponse>MachineLearningAsyncClient. deleteBatchPrediction(DeleteBatchPredictionRequest deleteBatchPredictionRequest)Assigns the DELETED status to aBatchPrediction, rendering it unusable.
-