| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakerruntime |
The Amazon SageMaker runtime API.
|
| Modifier and Type | Method and Description |
|---|---|
default InvokeEndpointAsyncResponse |
SageMakerRuntimeClient.invokeEndpointAsync(Consumer<InvokeEndpointAsyncRequest.Builder> invokeEndpointAsyncRequest)
After you deploy a model into production using Amazon SageMaker hosting services, your client applications use
this API to get inferences from the model hosted at the specified endpoint in an asynchronous manner.
|
default InvokeEndpointAsyncResponse |
SageMakerRuntimeClient.invokeEndpointAsync(InvokeEndpointAsyncRequest invokeEndpointAsyncRequest)
After you deploy a model into production using Amazon SageMaker hosting services, your client applications use
this API to get inferences from the model hosted at the specified endpoint in an asynchronous manner.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<InvokeEndpointAsyncResponse> |
SageMakerRuntimeAsyncClient.invokeEndpointAsync(Consumer<InvokeEndpointAsyncRequest.Builder> invokeEndpointAsyncRequest)
After you deploy a model into production using Amazon SageMaker hosting services, your client applications use
this API to get inferences from the model hosted at the specified endpoint in an asynchronous manner.
|
default CompletableFuture<InvokeEndpointAsyncResponse> |
SageMakerRuntimeAsyncClient.invokeEndpointAsync(InvokeEndpointAsyncRequest invokeEndpointAsyncRequest)
After you deploy a model into production using Amazon SageMaker hosting services, your client applications use
this API to get inferences from the model hosted at the specified endpoint in an asynchronous manner.
|
Copyright © 2023. All rights reserved.