Uses of Interface
software.amazon.awssdk.services.sagemakerruntime.model.InvokeEndpointAsyncRequest.Builder
Packages that use InvokeEndpointAsyncRequest.Builder
Package
Description
The Amazon SageMaker AI runtime API.
-
Uses of InvokeEndpointAsyncRequest.Builder in software.amazon.awssdk.services.sagemakerruntime
Method parameters in software.amazon.awssdk.services.sagemakerruntime with type arguments of type InvokeEndpointAsyncRequest.BuilderModifier and TypeMethodDescriptionSageMakerRuntimeAsyncClient.invokeEndpointAsync(Consumer<InvokeEndpointAsyncRequest.Builder> invokeEndpointAsyncRequest) 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 in an asynchronous manner.default InvokeEndpointAsyncResponseSageMakerRuntimeClient.invokeEndpointAsync(Consumer<InvokeEndpointAsyncRequest.Builder> invokeEndpointAsyncRequest) 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 in an asynchronous manner. -
Uses of InvokeEndpointAsyncRequest.Builder in software.amazon.awssdk.services.sagemakerruntime.model
Methods in software.amazon.awssdk.services.sagemakerruntime.model that return InvokeEndpointAsyncRequest.BuilderModifier and TypeMethodDescriptionThe desired MIME type of the inference response from the model container.InvokeEndpointAsyncRequest.builder()InvokeEndpointAsyncRequest.Builder.contentType(String contentType) The MIME type of the input data in the request body.InvokeEndpointAsyncRequest.Builder.customAttributes(String customAttributes) Provides additional information about a request for an inference submitted to a model hosted at an Amazon SageMaker AI endpoint.InvokeEndpointAsyncRequest.Builder.endpointName(String endpointName) The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.The filename for the inference response payload stored in Amazon S3.InvokeEndpointAsyncRequest.Builder.inferenceId(String inferenceId) The identifier for the inference request.InvokeEndpointAsyncRequest.Builder.inputLocation(String inputLocation) The Amazon S3 URI where the inference request payload is stored.InvokeEndpointAsyncRequest.Builder.invocationTimeoutSeconds(Integer invocationTimeoutSeconds) Maximum amount of time in seconds a request can be processed before it is marked as expired.InvokeEndpointAsyncRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) InvokeEndpointAsyncRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) InvokeEndpointAsyncRequest.Builder.requestTTLSeconds(Integer requestTTLSeconds) Maximum age in seconds a request can be in the queue before it is marked as expired.InvokeEndpointAsyncRequest.Builder.s3OutputPathExtension(String s3OutputPathExtension) The path extension that is appended to the Amazon S3 output path where the inference response payload is stored.InvokeEndpointAsyncRequest.toBuilder()Methods in software.amazon.awssdk.services.sagemakerruntime.model that return types with arguments of type InvokeEndpointAsyncRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InvokeEndpointAsyncRequest.Builder>InvokeEndpointAsyncRequest.serializableBuilderClass()