Uses of Interface
software.amazon.awssdk.services.sagemakerruntime.model.InvokeEndpointResponse.Builder
-
Packages that use InvokeEndpointResponse.Builder Package Description software.amazon.awssdk.services.sagemakerruntime.model -
-
Uses of InvokeEndpointResponse.Builder in software.amazon.awssdk.services.sagemakerruntime.model
Methods in software.amazon.awssdk.services.sagemakerruntime.model that return InvokeEndpointResponse.Builder Modifier and Type Method Description InvokeEndpointResponse.BuilderInvokeEndpointResponse.Builder. body(SdkBytes body)Includes the inference provided by the model.static InvokeEndpointResponse.BuilderInvokeEndpointResponse. builder()InvokeEndpointResponse.BuilderInvokeEndpointResponse.Builder. contentType(String contentType)The MIME type of the inference returned from the model container.InvokeEndpointResponse.BuilderInvokeEndpointResponse.Builder. customAttributes(String customAttributes)Provides additional information in the response about the inference returned by a model hosted at an Amazon SageMaker endpoint.InvokeEndpointResponse.BuilderInvokeEndpointResponse.Builder. invokedProductionVariant(String invokedProductionVariant)Identifies the production variant that was invoked.InvokeEndpointResponse.BuilderInvokeEndpointResponse. toBuilder()Methods in software.amazon.awssdk.services.sagemakerruntime.model that return types with arguments of type InvokeEndpointResponse.Builder Modifier and Type Method Description static Class<? extends InvokeEndpointResponse.Builder>InvokeEndpointResponse. serializableBuilderClass()
-