Interface InvokeEndpointAsyncResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<InvokeEndpointAsyncResponse.Builder,InvokeEndpointAsyncResponse>,SageMakerRuntimeResponse.Builder,SdkBuilder<InvokeEndpointAsyncResponse.Builder,InvokeEndpointAsyncResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- InvokeEndpointAsyncResponse
@Mutable @NotThreadSafe public static interface InvokeEndpointAsyncResponse.Builder extends SageMakerRuntimeResponse.Builder, SdkPojo, CopyableBuilder<InvokeEndpointAsyncResponse.Builder,InvokeEndpointAsyncResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvokeEndpointAsyncResponse.BuilderfailureLocation(String failureLocation)The Amazon S3 URI where the inference failure response payload is stored.InvokeEndpointAsyncResponse.BuilderinferenceId(String inferenceId)Identifier for an inference request.InvokeEndpointAsyncResponse.BuilderoutputLocation(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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
inferenceId
InvokeEndpointAsyncResponse.Builder inferenceId(String inferenceId)
Identifier for an inference request. This will be the same as the
InferenceIdspecified in the input. Amazon SageMaker AI 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 theInferenceIdspecified in the input. Amazon SageMaker AI 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
InvokeEndpointAsyncResponse.Builder outputLocation(String 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
InvokeEndpointAsyncResponse.Builder failureLocation(String 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.
-
-