Uses of Class
software.amazon.awssdk.services.sagemakerruntime.model.InvokeEndpointWithResponseStreamRequest
-
Packages that use InvokeEndpointWithResponseStreamRequest Package Description software.amazon.awssdk.services.sagemakerruntime The Amazon SageMaker runtime API.software.amazon.awssdk.services.sagemakerruntime.transform -
-
Uses of InvokeEndpointWithResponseStreamRequest in software.amazon.awssdk.services.sagemakerruntime
Methods in software.amazon.awssdk.services.sagemakerruntime with parameters of type InvokeEndpointWithResponseStreamRequest Modifier and Type Method Description default CompletableFuture<Void>SageMakerRuntimeAsyncClient. invokeEndpointWithResponseStream(InvokeEndpointWithResponseStreamRequest invokeEndpointWithResponseStreamRequest, InvokeEndpointWithResponseStreamResponseHandler asyncResponseHandler)Invokes a model at the specified endpoint to return the inference response as a stream. -
Uses of InvokeEndpointWithResponseStreamRequest in software.amazon.awssdk.services.sagemakerruntime.transform
Methods in software.amazon.awssdk.services.sagemakerruntime.transform with parameters of type InvokeEndpointWithResponseStreamRequest Modifier and Type Method Description SdkHttpFullRequestInvokeEndpointWithResponseStreamRequestMarshaller. marshall(InvokeEndpointWithResponseStreamRequest invokeEndpointWithResponseStreamRequest)
-