| Package | Description |
|---|---|
| com.amazonaws.services.sagemakerruntime |
The Amazon SageMaker runtime API.
|
| com.amazonaws.services.sagemakerruntime.model |
| Modifier and Type | Method and Description |
|---|---|
InvokeEndpointAsyncResult |
AbstractAmazonSageMakerRuntime.invokeEndpointAsync(InvokeEndpointAsyncRequest request) |
InvokeEndpointAsyncResult |
AmazonSageMakerRuntime.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.
|
InvokeEndpointAsyncResult |
AmazonSageMakerRuntimeClient.invokeEndpointAsync(InvokeEndpointAsyncRequest request)
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.
|
Future<InvokeEndpointAsyncResult> |
AmazonSageMakerRuntimeAsyncClient.invokeEndpointAsyncAsync(InvokeEndpointAsyncRequest request) |
Future<InvokeEndpointAsyncResult> |
AmazonSageMakerRuntimeAsync.invokeEndpointAsyncAsync(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.
|
Future<InvokeEndpointAsyncResult> |
AbstractAmazonSageMakerRuntimeAsync.invokeEndpointAsyncAsync(InvokeEndpointAsyncRequest request) |
Future<InvokeEndpointAsyncResult> |
AmazonSageMakerRuntimeAsyncClient.invokeEndpointAsyncAsync(InvokeEndpointAsyncRequest request,
AsyncHandler<InvokeEndpointAsyncRequest,InvokeEndpointAsyncResult> asyncHandler) |
Future<InvokeEndpointAsyncResult> |
AmazonSageMakerRuntimeAsync.invokeEndpointAsyncAsync(InvokeEndpointAsyncRequest invokeEndpointAsyncRequest,
AsyncHandler<InvokeEndpointAsyncRequest,InvokeEndpointAsyncResult> asyncHandler)
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.
|
Future<InvokeEndpointAsyncResult> |
AbstractAmazonSageMakerRuntimeAsync.invokeEndpointAsyncAsync(InvokeEndpointAsyncRequest request,
AsyncHandler<InvokeEndpointAsyncRequest,InvokeEndpointAsyncResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<InvokeEndpointAsyncResult> |
AmazonSageMakerRuntimeAsyncClient.invokeEndpointAsyncAsync(InvokeEndpointAsyncRequest request,
AsyncHandler<InvokeEndpointAsyncRequest,InvokeEndpointAsyncResult> asyncHandler) |
Future<InvokeEndpointAsyncResult> |
AmazonSageMakerRuntimeAsync.invokeEndpointAsyncAsync(InvokeEndpointAsyncRequest invokeEndpointAsyncRequest,
AsyncHandler<InvokeEndpointAsyncRequest,InvokeEndpointAsyncResult> asyncHandler)
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.
|
Future<InvokeEndpointAsyncResult> |
AbstractAmazonSageMakerRuntimeAsync.invokeEndpointAsyncAsync(InvokeEndpointAsyncRequest request,
AsyncHandler<InvokeEndpointAsyncRequest,InvokeEndpointAsyncResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
InvokeEndpointAsyncRequest |
InvokeEndpointAsyncRequest.clone() |
InvokeEndpointAsyncRequest |
InvokeEndpointAsyncRequest.withAccept(String accept)
The desired MIME type of the inference response from the model container.
|
InvokeEndpointAsyncRequest |
InvokeEndpointAsyncRequest.withContentType(String contentType)
The MIME type of the input data in the request body.
|
InvokeEndpointAsyncRequest |
InvokeEndpointAsyncRequest.withCustomAttributes(String customAttributes)
Provides additional information about a request for an inference submitted to a model hosted at an Amazon
SageMaker endpoint.
|
InvokeEndpointAsyncRequest |
InvokeEndpointAsyncRequest.withEndpointName(String endpointName)
The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.
|
InvokeEndpointAsyncRequest |
InvokeEndpointAsyncRequest.withInferenceId(String inferenceId)
The identifier for the inference request.
|
InvokeEndpointAsyncRequest |
InvokeEndpointAsyncRequest.withInputLocation(String inputLocation)
The Amazon S3 URI where the inference request payload is stored.
|
InvokeEndpointAsyncRequest |
InvokeEndpointAsyncRequest.withInvocationTimeoutSeconds(Integer invocationTimeoutSeconds)
Maximum amount of time in seconds a request can be processed before it is marked as expired.
|
InvokeEndpointAsyncRequest |
InvokeEndpointAsyncRequest.withRequestTTLSeconds(Integer requestTTLSeconds)
Maximum age in seconds a request can be in the queue before it is marked as expired.
|
Copyright © 2023. All rights reserved.