default InvokeEndpointResponse |
SageMakerRuntimeClient.invokeEndpoint(Consumer<InvokeEndpointRequest.Builder> invokeEndpointRequest) |
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.
|
default InvokeEndpointResponse |
SageMakerRuntimeClient.invokeEndpoint(InvokeEndpointRequest invokeEndpointRequest) |
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.
|
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.
|