Interface InvokeEndpointAsyncResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<InvokeEndpointAsyncResponse.Builder,
,InvokeEndpointAsyncResponse> SageMakerRuntimeResponse.Builder
,SdkBuilder<InvokeEndpointAsyncResponse.Builder,
,InvokeEndpointAsyncResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
InvokeEndpointAsyncResponse
public static interface InvokeEndpointAsyncResponse.Builder
extends SageMakerRuntimeResponse.Builder, SdkPojo, CopyableBuilder<InvokeEndpointAsyncResponse.Builder,InvokeEndpointAsyncResponse>
-
Method Summary
Modifier and TypeMethodDescriptionfailureLocation
(String failureLocation) The Amazon S3 URI where the inference failure response payload is stored.inferenceId
(String inferenceId) Identifier for an inference request.outputLocation
(String outputLocation) The Amazon S3 URI where the inference response payload is stored.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemakerruntime.model.SageMakerRuntimeResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.- Parameters:
inferenceId
- Identifier for an inference request. This will be the same as theInferenceId
specified in the input. Amazon SageMaker will generate an identifier for you if you do not specify one.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputLocation
The Amazon S3 URI where the inference response payload is stored.
- Parameters:
outputLocation
- The Amazon S3 URI where the inference response payload is stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureLocation
The Amazon S3 URI where the inference failure response payload is stored.
- Parameters:
failureLocation
- The Amazon S3 URI where the inference failure response payload is stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-