Uses of Interface
software.amazon.awssdk.services.sagemakerruntime.model.InvokeEndpointRequest.Builder
Packages that use InvokeEndpointRequest.Builder
Package
Description
The Amazon SageMaker AI runtime API.
-
Uses of InvokeEndpointRequest.Builder in software.amazon.awssdk.services.sagemakerruntime
Method parameters in software.amazon.awssdk.services.sagemakerruntime with type arguments of type InvokeEndpointRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<InvokeEndpointResponse>SageMakerRuntimeAsyncClient.invokeEndpoint(Consumer<InvokeEndpointRequest.Builder> invokeEndpointRequest) After you deploy a model into production using Amazon SageMaker AI hosting services, your client applications use this API to get inferences from the model hosted at the specified endpoint.default InvokeEndpointResponseSageMakerRuntimeClient.invokeEndpoint(Consumer<InvokeEndpointRequest.Builder> invokeEndpointRequest) After you deploy a model into production using Amazon SageMaker AI hosting services, your client applications use this API to get inferences from the model hosted at the specified endpoint. -
Uses of InvokeEndpointRequest.Builder in software.amazon.awssdk.services.sagemakerruntime.model
Methods in software.amazon.awssdk.services.sagemakerruntime.model that return InvokeEndpointRequest.BuilderModifier and TypeMethodDescriptionThe desired MIME type of the inference response from the model container.Provides input data, in the format specified in theContentTyperequest header.InvokeEndpointRequest.builder()InvokeEndpointRequest.Builder.contentType(String contentType) The MIME type of the input data in the request body.InvokeEndpointRequest.Builder.customAttributes(String customAttributes) Provides additional information about a request for an inference submitted to a model hosted at an Amazon SageMaker AI endpoint.InvokeEndpointRequest.Builder.enableExplanations(String enableExplanations) An optional JMESPath expression used to override theEnableExplanationsparameter of theClarifyExplainerConfigAPI.InvokeEndpointRequest.Builder.endpointName(String endpointName) The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.InvokeEndpointRequest.Builder.inferenceComponentName(String inferenceComponentName) If the endpoint hosts one or more inference components, this parameter specifies the name of inference component to invoke.InvokeEndpointRequest.Builder.inferenceId(String inferenceId) If you provide a value, it is added to the captured data when you enable data capture on the endpoint.InvokeEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) InvokeEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Creates a stateful session or identifies an existing one.InvokeEndpointRequest.Builder.targetContainerHostname(String targetContainerHostname) If the endpoint hosts multiple containers and is configured to use direct invocation, this parameter specifies the host name of the container to invoke.InvokeEndpointRequest.Builder.targetModel(String targetModel) The model to request for inference when invoking a multi-model endpoint.InvokeEndpointRequest.Builder.targetVariant(String targetVariant) Specify the production variant to send the inference request to when invoking an endpoint that is running two or more variants.InvokeEndpointRequest.toBuilder()Methods in software.amazon.awssdk.services.sagemakerruntime.model that return types with arguments of type InvokeEndpointRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InvokeEndpointRequest.Builder>InvokeEndpointRequest.serializableBuilderClass()