| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakerruntime |
The Amazon SageMaker runtime API.
|
| software.amazon.awssdk.services.sagemakerruntime.model |
| 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.
|
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 | Class and Description |
|---|---|
class |
InternalDependencyException
Your request caused an exception with an internal dependency.
|
class |
InternalFailureException
An internal failure occurred.
|
class |
ModelErrorException
Model (owned by the customer in the container) returned 4xx or 5xx error code.
|
class |
ModelNotReadyException
Either a serverless endpoint variant's resources are still being provisioned, or a multi-model endpoint is still
downloading or loading the target model.
|
class |
ServiceUnavailableException
The service is unavailable.
|
class |
ValidationErrorException
Inspect your request and try again.
|
| Modifier and Type | Method and Description |
|---|---|
SageMakerRuntimeException |
SageMakerRuntimeException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(SageMakerRuntimeException ex) |
Copyright © 2023. All rights reserved.