Uses of Interface
software.amazon.awssdk.services.sagemakerruntime.model.InvokeEndpointAsyncResponse.Builder
-
Packages that use InvokeEndpointAsyncResponse.Builder Package Description software.amazon.awssdk.services.sagemakerruntime.model -
-
Uses of InvokeEndpointAsyncResponse.Builder in software.amazon.awssdk.services.sagemakerruntime.model
Methods in software.amazon.awssdk.services.sagemakerruntime.model that return InvokeEndpointAsyncResponse.Builder Modifier and Type Method Description static InvokeEndpointAsyncResponse.BuilderInvokeEndpointAsyncResponse. builder()InvokeEndpointAsyncResponse.BuilderInvokeEndpointAsyncResponse.Builder. failureLocation(String failureLocation)The Amazon S3 URI where the inference failure response payload is stored.InvokeEndpointAsyncResponse.BuilderInvokeEndpointAsyncResponse.Builder. inferenceId(String inferenceId)Identifier for an inference request.InvokeEndpointAsyncResponse.BuilderInvokeEndpointAsyncResponse.Builder. outputLocation(String outputLocation)The Amazon S3 URI where the inference response payload is stored.InvokeEndpointAsyncResponse.BuilderInvokeEndpointAsyncResponse. toBuilder()Methods in software.amazon.awssdk.services.sagemakerruntime.model that return types with arguments of type InvokeEndpointAsyncResponse.Builder Modifier and Type Method Description static Class<? extends InvokeEndpointAsyncResponse.Builder>InvokeEndpointAsyncResponse. serializableBuilderClass()
-