Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.InvokeHarnessStreamOutput
Packages that use InvokeHarnessStreamOutput
Package
Description
-
Uses of InvokeHarnessStreamOutput in software.amazon.awssdk.services.bedrockagentcore.model
Classes in software.amazon.awssdk.services.bedrockagentcore.model that implement InvokeHarnessStreamOutputModifier and TypeClassDescriptionclassEvent containing a delta update to a content block.classEvent indicating the start of a content block.classEvent indicating the end of a content block.classEvent indicating the start of a message.classEvent indicating the end of a message.classToken usage and latency metrics for the invocation.Fields in software.amazon.awssdk.services.bedrockagentcore.model declared as InvokeHarnessStreamOutputModifier and TypeFieldDescriptionstatic final InvokeHarnessStreamOutputInvokeHarnessStreamOutput.UNKNOWNSpecial type ofInvokeHarnessStreamOutputfor unknown types of events that this version of the SDK does not know aboutMethods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type InvokeHarnessStreamOutputModifier and TypeMethodDescriptiondefault voidInvokeHarnessResponseHandler.Visitor.visitDefault(InvokeHarnessStreamOutput event) A required "else" or "default" block, invoked when no other more-specific "visit" method is appropriate.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type InvokeHarnessStreamOutputModifier and TypeMethodDescriptionInvokeHarnessResponseHandler.Visitor.Builder.onDefault(Consumer<InvokeHarnessStreamOutput> c) Callback to invoke when either an unknown event is visited or an unhandled event is visited. -
Uses of InvokeHarnessStreamOutput in software.amazon.awssdk.services.bedrockagentcore.model.invokeharnessstreamoutput
Classes in software.amazon.awssdk.services.bedrockagentcore.model.invokeharnessstreamoutput that implement InvokeHarnessStreamOutputModifier and TypeClassDescriptionfinal classA specialization ofsoftware.amazon.awssdk.services.bedrockagentcore.model.HarnessContentBlockDeltaEventthat represents theInvokeHarnessStreamOutput$contentBlockDeltaevent.final classA specialization ofsoftware.amazon.awssdk.services.bedrockagentcore.model.HarnessContentBlockStartEventthat represents theInvokeHarnessStreamOutput$contentBlockStartevent.final classA specialization ofsoftware.amazon.awssdk.services.bedrockagentcore.model.HarnessContentBlockStopEventthat represents theInvokeHarnessStreamOutput$contentBlockStopevent.final classA specialization ofsoftware.amazon.awssdk.services.bedrockagentcore.model.HarnessMessageStartEventthat represents theInvokeHarnessStreamOutput$messageStartevent.final classA specialization ofsoftware.amazon.awssdk.services.bedrockagentcore.model.HarnessMessageStopEventthat represents theInvokeHarnessStreamOutput$messageStopevent.final classA specialization ofsoftware.amazon.awssdk.services.bedrockagentcore.model.HarnessMetadataEventthat represents theInvokeHarnessStreamOutput$metadataevent.