InvokeEndpointAsyncRequest.Builder |
InvokeEndpointAsyncRequest.Builder.accept(String accept) |
The desired MIME type of the inference response from the model container.
|
static InvokeEndpointAsyncRequest.Builder |
InvokeEndpointAsyncRequest.builder() |
|
InvokeEndpointAsyncRequest.Builder |
InvokeEndpointAsyncRequest.Builder.contentType(String contentType) |
The MIME type of the input data in the request body.
|
InvokeEndpointAsyncRequest.Builder |
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 |
InvokeEndpointAsyncRequest.Builder.endpointName(String endpointName) |
The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.
|
InvokeEndpointAsyncRequest.Builder |
InvokeEndpointAsyncRequest.Builder.filename(String filename) |
The filename for the inference response payload stored in Amazon S3.
|
InvokeEndpointAsyncRequest.Builder |
InvokeEndpointAsyncRequest.Builder.inferenceId(String inferenceId) |
The identifier for the inference request.
|
InvokeEndpointAsyncRequest.Builder |
InvokeEndpointAsyncRequest.Builder.inputLocation(String inputLocation) |
The Amazon S3 URI where the inference request payload is stored.
|
InvokeEndpointAsyncRequest.Builder |
InvokeEndpointAsyncRequest.Builder.invocationTimeoutSeconds(Integer invocationTimeoutSeconds) |
Maximum amount of time in seconds a request can be processed before it is marked as expired.
|
InvokeEndpointAsyncRequest.Builder |
InvokeEndpointAsyncRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
InvokeEndpointAsyncRequest.Builder |
InvokeEndpointAsyncRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
InvokeEndpointAsyncRequest.Builder |
InvokeEndpointAsyncRequest.Builder.requestTTLSeconds(Integer requestTTLSeconds) |
Maximum age in seconds a request can be in the queue before it is marked as expired.
|
InvokeEndpointAsyncRequest.Builder |
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.Builder |
InvokeEndpointAsyncRequest.toBuilder() |
|