| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| Modifier and Type | Method and Description |
|---|---|
default CreateRealtimeEndpointResponse |
MachineLearningClient.createRealtimeEndpoint(Consumer<CreateRealtimeEndpointRequest.Builder> createRealtimeEndpointRequest)
Creates a real-time endpoint for the
MLModel. |
default CreateRealtimeEndpointResponse |
MachineLearningClient.createRealtimeEndpoint(CreateRealtimeEndpointRequest createRealtimeEndpointRequest)
Creates a real-time endpoint for the
MLModel. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateRealtimeEndpointResponse> |
MachineLearningAsyncClient.createRealtimeEndpoint(Consumer<CreateRealtimeEndpointRequest.Builder> createRealtimeEndpointRequest)
Creates a real-time endpoint for the
MLModel. |
default CompletableFuture<CreateRealtimeEndpointResponse> |
MachineLearningAsyncClient.createRealtimeEndpoint(CreateRealtimeEndpointRequest createRealtimeEndpointRequest)
Creates a real-time endpoint for the
MLModel. |
Copyright © 2020. All rights reserved.