| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteRealtimeEndpointResponse |
MachineLearningClient.deleteRealtimeEndpoint(Consumer<DeleteRealtimeEndpointRequest.Builder> deleteRealtimeEndpointRequest)
Deletes a real time endpoint of an
MLModel. |
default DeleteRealtimeEndpointResponse |
MachineLearningClient.deleteRealtimeEndpoint(DeleteRealtimeEndpointRequest deleteRealtimeEndpointRequest)
Deletes a real time endpoint of an
MLModel. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteRealtimeEndpointResponse> |
MachineLearningAsyncClient.deleteRealtimeEndpoint(Consumer<DeleteRealtimeEndpointRequest.Builder> deleteRealtimeEndpointRequest)
Deletes a real time endpoint of an
MLModel. |
default CompletableFuture<DeleteRealtimeEndpointResponse> |
MachineLearningAsyncClient.deleteRealtimeEndpoint(DeleteRealtimeEndpointRequest deleteRealtimeEndpointRequest)
Deletes a real time endpoint of an
MLModel. |
Copyright © 2022. All rights reserved.