Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.CodeInterpreterResult
Packages that use CodeInterpreterResult
Package
Description
-
Uses of CodeInterpreterResult in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return CodeInterpreterResultModifier and TypeMethodDescriptionCodeInterpreterResult.BuilderImpl.build()final CodeInterpreterResultCodeInterpreterResult.copy(Consumer<? super CodeInterpreterResult.Builder> modifier) Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type CodeInterpreterResultModifier and TypeMethodDescriptiondefault voidInvokeCodeInterpreterResponseHandler.Visitor.visitResult(CodeInterpreterResult event) Invoked when aCodeInterpreterResultis encountered.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type CodeInterpreterResultModifier and TypeMethodDescriptionInvokeCodeInterpreterResponseHandler.Visitor.Builder.onResult(Consumer<CodeInterpreterResult> c) Callback to invoke when aCodeInterpreterResultis visited.Constructors in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type CodeInterpreterResult -
Uses of CodeInterpreterResult in software.amazon.awssdk.services.bedrockagentcore.model.codeinterpreterstreamoutput
Subclasses of CodeInterpreterResult in software.amazon.awssdk.services.bedrockagentcore.model.codeinterpreterstreamoutputModifier and TypeClassDescriptionfinal classA specialization ofsoftware.amazon.awssdk.services.bedrockagentcore.model.CodeInterpreterResultthat represents theCodeInterpreterStreamOutput$resultevent.