Uses of Interface
software.amazon.awssdk.services.sagemakerruntime.model.InvokeEndpointResponse.Builder
Packages that use InvokeEndpointResponse.Builder
-
Uses of InvokeEndpointResponse.Builder in software.amazon.awssdk.services.sagemakerruntime.model
Methods in software.amazon.awssdk.services.sagemakerruntime.model that return InvokeEndpointResponse.BuilderModifier and TypeMethodDescriptionIncludes the inference provided by the model.InvokeEndpointResponse.builder()InvokeEndpointResponse.Builder.closedSessionId(String closedSessionId) If you closed a stateful session with your request, the ID of that session.InvokeEndpointResponse.Builder.contentType(String contentType) The MIME type of the inference returned from the model container.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.invokedProductionVariant(String invokedProductionVariant) Identifies the production variant that was invoked.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.toBuilder()Methods in software.amazon.awssdk.services.sagemakerruntime.model that return types with arguments of type InvokeEndpointResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InvokeEndpointResponse.Builder>InvokeEndpointResponse.serializableBuilderClass()