Uses of Class
software.amazon.awssdk.services.machinelearning.model.DeleteMlModelResponse
-
Packages that use DeleteMlModelResponse Package Description software.amazon.awssdk.services.machinelearning Definition of the public APIs exposed by Amazon Machine Learning -
-
Uses of DeleteMlModelResponse in software.amazon.awssdk.services.machinelearning
Methods in software.amazon.awssdk.services.machinelearning that return DeleteMlModelResponse Modifier and Type Method Description default DeleteMlModelResponseMachineLearningClient. deleteMLModel(Consumer<DeleteMlModelRequest.Builder> deleteMlModelRequest)Assigns theDELETEDstatus to anMLModel, rendering it unusable.default DeleteMlModelResponseMachineLearningClient. deleteMLModel(DeleteMlModelRequest deleteMlModelRequest)Assigns theDELETEDstatus to anMLModel, rendering it unusable.Methods in software.amazon.awssdk.services.machinelearning that return types with arguments of type DeleteMlModelResponse Modifier and Type Method Description default CompletableFuture<DeleteMlModelResponse>MachineLearningAsyncClient. deleteMLModel(Consumer<DeleteMlModelRequest.Builder> deleteMlModelRequest)Assigns theDELETEDstatus to anMLModel, rendering it unusable.default CompletableFuture<DeleteMlModelResponse>MachineLearningAsyncClient. deleteMLModel(DeleteMlModelRequest deleteMlModelRequest)Assigns theDELETEDstatus to anMLModel, rendering it unusable.
-