Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.InvokeModelWithBidirectionalStreamRequest
Packages that use InvokeModelWithBidirectionalStreamRequest
Package
Description
Describes the API operations for running inference using Amazon Bedrock models.
-
Uses of InvokeModelWithBidirectionalStreamRequest in software.amazon.awssdk.services.bedrockruntime
Methods in software.amazon.awssdk.services.bedrockruntime with parameters of type InvokeModelWithBidirectionalStreamRequestModifier and TypeMethodDescriptiondefault 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 InvokeModelWithBidirectionalStreamRequest in software.amazon.awssdk.services.bedrockruntime.transform
Methods in software.amazon.awssdk.services.bedrockruntime.transform with parameters of type InvokeModelWithBidirectionalStreamRequestModifier and TypeMethodDescriptionInvokeModelWithBidirectionalStreamRequestMarshaller.marshall(InvokeModelWithBidirectionalStreamRequest invokeModelWithBidirectionalStreamRequest)