Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.InvokeModelWithBidirectionalStreamResponseHandler
Packages that use InvokeModelWithBidirectionalStreamResponseHandler
Package
Description
Describes the API operations for running inference using Amazon Bedrock models.
-
Uses of InvokeModelWithBidirectionalStreamResponseHandler in software.amazon.awssdk.services.bedrockruntime
Methods in software.amazon.awssdk.services.bedrockruntime with parameters of type InvokeModelWithBidirectionalStreamResponseHandlerModifier and TypeMethodDescriptiondefault CompletableFuture<Void>BedrockRuntimeAsyncClient.invokeModelWithBidirectionalStream(Consumer<InvokeModelWithBidirectionalStreamRequest.Builder> invokeModelWithBidirectionalStreamRequest, org.reactivestreams.Publisher<InvokeModelWithBidirectionalStreamInput> requestStream, InvokeModelWithBidirectionalStreamResponseHandler asyncResponseHandler) Invoke the specified Amazon Bedrock model to run inference using the bidirectional stream.default CompletableFuture<Void>BedrockRuntimeAsyncClient.invokeModelWithBidirectionalStream(InvokeModelWithBidirectionalStreamRequest invokeModelWithBidirectionalStreamRequest, org.reactivestreams.Publisher<InvokeModelWithBidirectionalStreamInput> requestStream, InvokeModelWithBidirectionalStreamResponseHandler asyncResponseHandler) Invoke the specified Amazon Bedrock model to run inference using the bidirectional stream. -
Uses of InvokeModelWithBidirectionalStreamResponseHandler in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return InvokeModelWithBidirectionalStreamResponseHandlerModifier and TypeMethodDescriptionInvokeModelWithBidirectionalStreamResponseHandler.Builder.build()