Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.ToolResultStructuredContent.Builder
Packages that use ToolResultStructuredContent.Builder
-
Uses of ToolResultStructuredContent.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ToolResultStructuredContent.BuilderModifier and TypeMethodDescriptionToolResultStructuredContent.builder()ToolResultStructuredContent.Builder.executionTime(Double executionTime) The execution time of the tool operation in milliseconds.The exit code from the tool execution.CodeInterpreterResult.BuilderImpl.getStructuredContent()The standard error output from the tool execution.The standard output from the tool execution.The identifier of the task that produced the result.ToolResultStructuredContent.Builder.taskStatus(String taskStatus) The status of the task that produced the result.ToolResultStructuredContent.Builder.taskStatus(TaskStatus taskStatus) The status of the task that produced the result.ToolResultStructuredContent.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ToolResultStructuredContent.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ToolResultStructuredContent.Builder>ToolResultStructuredContent.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type ToolResultStructuredContent.BuilderModifier and TypeMethodDescriptiondefault CodeInterpreterResult.BuilderCodeInterpreterResult.Builder.structuredContent(Consumer<ToolResultStructuredContent.Builder> structuredContent) The structured content of the execution result.