Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.CodeInterpreterResult.Builder
Packages that use CodeInterpreterResult.Builder
Package
Description
-
Uses of CodeInterpreterResult.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Classes in software.amazon.awssdk.services.bedrockagentcore.model that implement CodeInterpreterResult.BuilderMethods in software.amazon.awssdk.services.bedrockagentcore.model that return CodeInterpreterResult.BuilderModifier and TypeMethodDescriptionCodeInterpreterResult.builder()CodeInterpreterResult.Builder.content(Collection<ContentBlock> content) The textual content of the execution result.CodeInterpreterResult.Builder.content(Consumer<ContentBlock.Builder>... content) The textual content of the execution result.CodeInterpreterResult.Builder.content(ContentBlock... content) The textual content of the execution result.CodeInterpreterResult.BuilderImpl.content(Collection<ContentBlock> content) CodeInterpreterResult.BuilderImpl.content(Consumer<ContentBlock.Builder>... content) CodeInterpreterResult.BuilderImpl.content(ContentBlock... content) Indicates whether the result represents an error.CodeInterpreterStreamOutput.resultBuilder()Create a builder for theresultevent type for this stream.default CodeInterpreterResult.BuilderCodeInterpreterResult.Builder.structuredContent(Consumer<ToolResultStructuredContent.Builder> structuredContent) The structured content of the execution result.CodeInterpreterResult.Builder.structuredContent(ToolResultStructuredContent structuredContent) The structured content of the execution result.CodeInterpreterResult.BuilderImpl.structuredContent(ToolResultStructuredContent structuredContent) CodeInterpreterResult.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type CodeInterpreterResult.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CodeInterpreterResult.Builder>CodeInterpreterResult.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type CodeInterpreterResult.BuilderModifier and TypeMethodDescriptionfinal CodeInterpreterResultCodeInterpreterResult.copy(Consumer<? super CodeInterpreterResult.Builder> modifier) -
Uses of CodeInterpreterResult.Builder in software.amazon.awssdk.services.bedrockagentcore.model.codeinterpreterstreamoutput