| 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 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 CompletableFuture<InvokeEndpointAsyncResponse> |
SageMakerRuntimeAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
InvokeEndpointAsyncRequest.Builder |
InvokeEndpointAsyncRequest.Builder.accept(String accept)
The desired MIME type of the inference in the response.
|
static InvokeEndpointAsyncRequest.Builder |
InvokeEndpointAsyncRequest.builder() |
InvokeEndpointAsyncRequest.Builder |
InvokeEndpointAsyncRequest.Builder.contentType(String contentType)
The MIME type of the input data in the request body.
|
InvokeEndpointAsyncRequest.Builder |
InvokeEndpointAsyncRequest.Builder.customAttributes(String customAttributes)
Provides additional information about a request for an inference submitted to a model hosted at an Amazon
SageMaker endpoint.
|
InvokeEndpointAsyncRequest.Builder |
InvokeEndpointAsyncRequest.Builder.endpointName(String endpointName)
The name of the endpoint that you specified when you created the endpoint using the
CreateEndpoint API. |
InvokeEndpointAsyncRequest.Builder |
InvokeEndpointAsyncRequest.Builder.inferenceId(String inferenceId)
The identifier for the inference request.
|
InvokeEndpointAsyncRequest.Builder |
InvokeEndpointAsyncRequest.Builder.inputLocation(String inputLocation)
The Amazon S3 URI where the inference request payload is stored.
|
InvokeEndpointAsyncRequest.Builder |
InvokeEndpointAsyncRequest.Builder.invocationTimeoutSeconds(Integer invocationTimeoutSeconds)
Maximum amount of time in seconds a request can be processed before it is marked as expired.
|
InvokeEndpointAsyncRequest.Builder |
InvokeEndpointAsyncRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
InvokeEndpointAsyncRequest.Builder |
InvokeEndpointAsyncRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
InvokeEndpointAsyncRequest.Builder |
InvokeEndpointAsyncRequest.Builder.requestTTLSeconds(Integer requestTTLSeconds)
Maximum age in seconds a request can be in the queue before it is marked as expired.
|
InvokeEndpointAsyncRequest.Builder |
InvokeEndpointAsyncRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InvokeEndpointAsyncRequest.Builder> |
InvokeEndpointAsyncRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.