InvokeEndpointResponse.Builder |
InvokeEndpointResponse.Builder.body(SdkBytes body) |
Includes the inference provided by the model.
|
static InvokeEndpointResponse.Builder |
InvokeEndpointResponse.builder() |
|
InvokeEndpointResponse.Builder |
InvokeEndpointResponse.Builder.closedSessionId(String closedSessionId) |
If you closed a stateful session with your request, the ID of that session.
|
InvokeEndpointResponse.Builder |
InvokeEndpointResponse.Builder.contentType(String contentType) |
The MIME type of the inference returned from the model container.
|
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 AI endpoint.
|
InvokeEndpointResponse.Builder |
InvokeEndpointResponse.Builder.invokedProductionVariant(String invokedProductionVariant) |
Identifies the production variant that was invoked.
|
InvokeEndpointResponse.Builder |
InvokeEndpointResponse.Builder.newSessionId(String newSessionId) |
If you created a stateful session with your request, the ID and expiration time that the model assigns to
that session.
|
InvokeEndpointResponse.Builder |
InvokeEndpointResponse.toBuilder() |
|