Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.CodeInterpreterStreamOutput
Packages that use CodeInterpreterStreamOutput
Package
Description
-
Uses of CodeInterpreterStreamOutput in software.amazon.awssdk.services.bedrockagentcore.model
Classes in software.amazon.awssdk.services.bedrockagentcore.model that implement CodeInterpreterStreamOutputModifier and TypeClassDescriptionclassThe output produced by executing code in a code interpreter session in Amazon Bedrock AgentCore.Fields in software.amazon.awssdk.services.bedrockagentcore.model declared as CodeInterpreterStreamOutputModifier and TypeFieldDescriptionstatic final CodeInterpreterStreamOutputCodeInterpreterStreamOutput.UNKNOWNSpecial type ofCodeInterpreterStreamOutputfor 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 CodeInterpreterStreamOutputModifier and TypeMethodDescriptiondefault voidInvokeCodeInterpreterResponseHandler.Visitor.visitDefault(CodeInterpreterStreamOutput 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 CodeInterpreterStreamOutputModifier and TypeMethodDescriptionInvokeCodeInterpreterResponseHandler.Visitor.Builder.onDefault(Consumer<CodeInterpreterStreamOutput> c) Callback to invoke when either an unknown event is visited or an unhandled event is visited. -
Uses of CodeInterpreterStreamOutput in software.amazon.awssdk.services.bedrockagentcore.model.codeinterpreterstreamoutput
Classes in software.amazon.awssdk.services.bedrockagentcore.model.codeinterpreterstreamoutput that implement CodeInterpreterStreamOutputModifier and TypeClassDescriptionfinal classA specialization ofsoftware.amazon.awssdk.services.bedrockagentcore.model.CodeInterpreterResultthat represents theCodeInterpreterStreamOutput$resultevent.