| Package | Description |
|---|---|
| com.amazonaws.services.sagemakerruntime |
The Amazon SageMaker runtime API.
|
| com.amazonaws.services.sagemakerruntime.model |
| Modifier and Type | Method and Description |
|---|---|
InvokeEndpointResult |
AmazonSageMakerRuntime.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.
|
InvokeEndpointResult |
AbstractAmazonSageMakerRuntime.invokeEndpoint(InvokeEndpointRequest request) |
InvokeEndpointResult |
AmazonSageMakerRuntimeClient.invokeEndpoint(InvokeEndpointRequest 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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<InvokeEndpointResult> |
AmazonSageMakerRuntimeAsync.invokeEndpointAsync(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.
|
Future<InvokeEndpointResult> |
AmazonSageMakerRuntimeAsyncClient.invokeEndpointAsync(InvokeEndpointRequest request) |
Future<InvokeEndpointResult> |
AbstractAmazonSageMakerRuntimeAsync.invokeEndpointAsync(InvokeEndpointRequest request) |
Future<InvokeEndpointResult> |
AmazonSageMakerRuntimeAsync.invokeEndpointAsync(InvokeEndpointRequest invokeEndpointRequest,
AsyncHandler<InvokeEndpointRequest,InvokeEndpointResult> 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.
|
Future<InvokeEndpointResult> |
AmazonSageMakerRuntimeAsyncClient.invokeEndpointAsync(InvokeEndpointRequest request,
AsyncHandler<InvokeEndpointRequest,InvokeEndpointResult> asyncHandler) |
Future<InvokeEndpointResult> |
AbstractAmazonSageMakerRuntimeAsync.invokeEndpointAsync(InvokeEndpointRequest request,
AsyncHandler<InvokeEndpointRequest,InvokeEndpointResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<InvokeEndpointResult> |
AmazonSageMakerRuntimeAsync.invokeEndpointAsync(InvokeEndpointRequest invokeEndpointRequest,
AsyncHandler<InvokeEndpointRequest,InvokeEndpointResult> 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.
|
Future<InvokeEndpointResult> |
AmazonSageMakerRuntimeAsyncClient.invokeEndpointAsync(InvokeEndpointRequest request,
AsyncHandler<InvokeEndpointRequest,InvokeEndpointResult> asyncHandler) |
Future<InvokeEndpointResult> |
AbstractAmazonSageMakerRuntimeAsync.invokeEndpointAsync(InvokeEndpointRequest request,
AsyncHandler<InvokeEndpointRequest,InvokeEndpointResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
InvokeEndpointResult |
InvokeEndpointResult.clone() |
InvokeEndpointResult |
InvokeEndpointResult.withBody(ByteBuffer body)
Includes the inference provided by the model.
|
InvokeEndpointResult |
InvokeEndpointResult.withContentType(String contentType)
The MIME type of the inference returned in the response body.
|
InvokeEndpointResult |
InvokeEndpointResult.withCustomAttributes(String customAttributes)
Provides additional information in the response about the inference returned by a model hosted at an Amazon
SageMaker endpoint.
|
InvokeEndpointResult |
InvokeEndpointResult.withInvokedProductionVariant(String invokedProductionVariant)
Identifies the production variant that was invoked.
|
Copyright © 2019. All rights reserved.