Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.InvokeModelWithBidirectionalStreamOutput
-
-
Uses of InvokeModelWithBidirectionalStreamOutput in software.amazon.awssdk.services.bedrockruntime.model
Classes in software.amazon.awssdk.services.bedrockruntime.model that implement InvokeModelWithBidirectionalStreamOutput Modifier and Type Class Description classBidirectionalOutputPayloadPartOutput from the bidirectional stream.Fields in software.amazon.awssdk.services.bedrockruntime.model declared as InvokeModelWithBidirectionalStreamOutput Modifier and Type Field Description static InvokeModelWithBidirectionalStreamOutputInvokeModelWithBidirectionalStreamOutput. UNKNOWNSpecial type ofInvokeModelWithBidirectionalStreamOutputfor unknown types of events that this version of the SDK does not know aboutMethods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type InvokeModelWithBidirectionalStreamOutput Modifier and Type Method Description default voidInvokeModelWithBidirectionalStreamResponseHandler.Visitor. visitDefault(InvokeModelWithBidirectionalStreamOutput event)A required "else" or "default" block, invoked when no other more-specific "visit" method is appropriate.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type InvokeModelWithBidirectionalStreamOutput Modifier and Type Method Description InvokeModelWithBidirectionalStreamResponseHandler.Visitor.BuilderInvokeModelWithBidirectionalStreamResponseHandler.Visitor.Builder. onDefault(Consumer<InvokeModelWithBidirectionalStreamOutput> c)Callback to invoke when either an unknown event is visited or an unhandled event is visited. -
Uses of InvokeModelWithBidirectionalStreamOutput in software.amazon.awssdk.services.bedrockruntime.model.invokemodelwithbidirectionalstreamoutput
Classes in software.amazon.awssdk.services.bedrockruntime.model.invokemodelwithbidirectionalstreamoutput that implement InvokeModelWithBidirectionalStreamOutput Modifier and Type Class Description classDefaultChunkA specialization ofsoftware.amazon.awssdk.services.bedrockruntime.model.BidirectionalOutputPayloadPartthat represents theInvokeModelWithBidirectionalStreamOutput$chunkevent.
-