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