| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakerruntime |
The Amazon SageMaker runtime API.
|
| software.amazon.awssdk.services.sagemakerruntime.transform |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
InvokeEndpointAsyncRequestMarshaller.marshall(InvokeEndpointAsyncRequest invokeEndpointAsyncRequest) |
Copyright © 2023. All rights reserved.