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