| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakerruntime |
The Amazon SageMaker runtime API.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2023. All rights reserved.