public static interface InvokeEndpointAsyncResponse.Builder extends SageMakerRuntimeResponse.Builder, SdkPojo, CopyableBuilder<InvokeEndpointAsyncResponse.Builder,InvokeEndpointAsyncResponse>
| Modifier and Type | Method and Description |
|---|---|
InvokeEndpointAsyncResponse.Builder |
inferenceId(String inferenceId)
Identifier for an inference request.
|
InvokeEndpointAsyncResponse.Builder |
outputLocation(String outputLocation)
The Amazon S3 URI where the inference response payload is stored.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildInvokeEndpointAsyncResponse.Builder inferenceId(String inferenceId)
Identifier for an inference request. This will be the same as the InferenceId specified in the
input. Amazon SageMaker will generate an identifier for you if you do not specify one.
inferenceId - Identifier for an inference request. This will be the same as the InferenceId specified
in the input. Amazon SageMaker will generate an identifier for you if you do not specify one.InvokeEndpointAsyncResponse.Builder outputLocation(String outputLocation)
The Amazon S3 URI where the inference response payload is stored.
outputLocation - The Amazon S3 URI where the inference response payload is stored.Copyright © 2023. All rights reserved.