| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakerruntime.model |
| Modifier and Type | Method and Description |
|---|---|
InvokeEndpointResponse.Builder |
InvokeEndpointResponse.Builder.body(SdkBytes body)
Includes the inference provided by the model.
|
static InvokeEndpointResponse.Builder |
InvokeEndpointResponse.builder() |
InvokeEndpointResponse.Builder |
InvokeEndpointResponse.Builder.contentType(String contentType)
The MIME type of the inference returned in the response body.
|
InvokeEndpointResponse.Builder |
InvokeEndpointResponse.Builder.customAttributes(String customAttributes)
Provides additional information in the response about the inference returned by a model hosted at an Amazon
SageMaker endpoint.
|
InvokeEndpointResponse.Builder |
InvokeEndpointResponse.Builder.invokedProductionVariant(String invokedProductionVariant)
Identifies the production variant that was invoked.
|
InvokeEndpointResponse.Builder |
InvokeEndpointResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InvokeEndpointResponse.Builder> |
InvokeEndpointResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.