Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.InvokeModelWithBidirectionalStreamResponseHandler
-
Packages that use InvokeModelWithBidirectionalStreamResponseHandler Package Description software.amazon.awssdk.services.bedrockruntime Describes the API operations for running inference using Amazon Bedrock models.software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of InvokeModelWithBidirectionalStreamResponseHandler in software.amazon.awssdk.services.bedrockruntime
Methods in software.amazon.awssdk.services.bedrockruntime with parameters of type InvokeModelWithBidirectionalStreamResponseHandler Modifier and Type Method Description default 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 InvokeModelWithBidirectionalStreamResponseHandler Modifier and Type Method Description InvokeModelWithBidirectionalStreamResponseHandlerInvokeModelWithBidirectionalStreamResponseHandler.Builder. build()
-