Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.InvokeModelWithBidirectionalStreamInput
Packages that use InvokeModelWithBidirectionalStreamInput
Package
Description
Describes the API operations for running inference using Amazon Bedrock models.
-
Uses of InvokeModelWithBidirectionalStreamInput in software.amazon.awssdk.services.bedrockruntime
Method parameters in software.amazon.awssdk.services.bedrockruntime with type arguments of type InvokeModelWithBidirectionalStreamInputModifier 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 InvokeModelWithBidirectionalStreamInput in software.amazon.awssdk.services.bedrockruntime.model
Classes in software.amazon.awssdk.services.bedrockruntime.model that implement InvokeModelWithBidirectionalStreamInputModifier and TypeClassDescriptionclassPayload content for the bidirectional input. -
Uses of InvokeModelWithBidirectionalStreamInput in software.amazon.awssdk.services.bedrockruntime.model.invokemodelwithbidirectionalstreaminput
Classes in software.amazon.awssdk.services.bedrockruntime.model.invokemodelwithbidirectionalstreaminput that implement InvokeModelWithBidirectionalStreamInputModifier and TypeClassDescriptionfinal classA specialization ofsoftware.amazon.awssdk.services.bedrockruntime.model.BidirectionalInputPayloadPartthat represents theInvokeModelWithBidirectionalStreamInput$chunkevent.