Uses of Class
software.amazon.awssdk.services.machinelearning.model.DeleteRealtimeEndpointResponse
-
Packages that use DeleteRealtimeEndpointResponse Package Description software.amazon.awssdk.services.machinelearning Definition of the public APIs exposed by Amazon Machine Learning -
-
Uses of DeleteRealtimeEndpointResponse in software.amazon.awssdk.services.machinelearning
Methods in software.amazon.awssdk.services.machinelearning that return DeleteRealtimeEndpointResponse Modifier and Type Method Description default DeleteRealtimeEndpointResponseMachineLearningClient. deleteRealtimeEndpoint(Consumer<DeleteRealtimeEndpointRequest.Builder> deleteRealtimeEndpointRequest)Deletes a real time endpoint of anMLModel.default DeleteRealtimeEndpointResponseMachineLearningClient. deleteRealtimeEndpoint(DeleteRealtimeEndpointRequest deleteRealtimeEndpointRequest)Deletes a real time endpoint of anMLModel.Methods in software.amazon.awssdk.services.machinelearning that return types with arguments of type DeleteRealtimeEndpointResponse Modifier and Type Method Description default CompletableFuture<DeleteRealtimeEndpointResponse>MachineLearningAsyncClient. deleteRealtimeEndpoint(Consumer<DeleteRealtimeEndpointRequest.Builder> deleteRealtimeEndpointRequest)Deletes a real time endpoint of anMLModel.default CompletableFuture<DeleteRealtimeEndpointResponse>MachineLearningAsyncClient. deleteRealtimeEndpoint(DeleteRealtimeEndpointRequest deleteRealtimeEndpointRequest)Deletes a real time endpoint of anMLModel.
-