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