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