InvokeEndpointWithResponseStreamRequest.Builder |
InvokeEndpointWithResponseStreamRequest.Builder.accept(String accept) |
The desired MIME type of the inference response from the model container.
|
InvokeEndpointWithResponseStreamRequest.Builder |
InvokeEndpointWithResponseStreamRequest.Builder.body(SdkBytes body) |
Provides input data, in the format specified in the ContentType request header.
|
static InvokeEndpointWithResponseStreamRequest.Builder |
InvokeEndpointWithResponseStreamRequest.builder() |
|
InvokeEndpointWithResponseStreamRequest.Builder |
InvokeEndpointWithResponseStreamRequest.Builder.contentType(String contentType) |
The MIME type of the input data in the request body.
|
InvokeEndpointWithResponseStreamRequest.Builder |
InvokeEndpointWithResponseStreamRequest.Builder.customAttributes(String customAttributes) |
Provides additional information about a request for an inference submitted to a model hosted at an Amazon
SageMaker AI endpoint.
|
InvokeEndpointWithResponseStreamRequest.Builder |
InvokeEndpointWithResponseStreamRequest.Builder.endpointName(String endpointName) |
The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.
|
InvokeEndpointWithResponseStreamRequest.Builder |
InvokeEndpointWithResponseStreamRequest.Builder.inferenceComponentName(String inferenceComponentName) |
If the endpoint hosts one or more inference components, this parameter specifies the name of inference
component to invoke for a streaming response.
|
InvokeEndpointWithResponseStreamRequest.Builder |
InvokeEndpointWithResponseStreamRequest.Builder.inferenceId(String inferenceId) |
An identifier that you assign to your request.
|
InvokeEndpointWithResponseStreamRequest.Builder |
InvokeEndpointWithResponseStreamRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
InvokeEndpointWithResponseStreamRequest.Builder |
InvokeEndpointWithResponseStreamRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
InvokeEndpointWithResponseStreamRequest.Builder |
InvokeEndpointWithResponseStreamRequest.Builder.sessionId(String sessionId) |
The ID of a stateful session to handle your request.
|
InvokeEndpointWithResponseStreamRequest.Builder |
InvokeEndpointWithResponseStreamRequest.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.
|
InvokeEndpointWithResponseStreamRequest.Builder |
InvokeEndpointWithResponseStreamRequest.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.
|
InvokeEndpointWithResponseStreamRequest.Builder |
InvokeEndpointWithResponseStreamRequest.toBuilder() |
|