Class: Aws::BedrockAgentCore::Types::ToolResultStructuredContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::ToolResultStructuredContent
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Contains structured content from a tool result.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_time ⇒ Float
The execution time of the tool operation in milliseconds.
-
#exit_code ⇒ Integer
The exit code from the tool execution.
-
#stderr ⇒ String
The standard error output from the tool execution.
-
#stdout ⇒ String
The standard output from the tool execution.
-
#task_id ⇒ String
The identifier of the task that produced the result.
-
#task_status ⇒ String
The status of the task that produced the result.
Instance Attribute Details
#execution_time ⇒ Float
The execution time of the tool operation in milliseconds.
2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2304 class ToolResultStructuredContent < Struct.new( :task_id, :task_status, :stdout, :stderr, :exit_code, :execution_time) SENSITIVE = [] include Aws::Structure end |
#exit_code ⇒ Integer
The exit code from the tool execution.
2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2304 class ToolResultStructuredContent < Struct.new( :task_id, :task_status, :stdout, :stderr, :exit_code, :execution_time) SENSITIVE = [] include Aws::Structure end |
#stderr ⇒ String
The standard error output from the tool execution.
2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2304 class ToolResultStructuredContent < Struct.new( :task_id, :task_status, :stdout, :stderr, :exit_code, :execution_time) SENSITIVE = [] include Aws::Structure end |
#stdout ⇒ String
The standard output from the tool execution.
2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2304 class ToolResultStructuredContent < Struct.new( :task_id, :task_status, :stdout, :stderr, :exit_code, :execution_time) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The identifier of the task that produced the result.
2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2304 class ToolResultStructuredContent < Struct.new( :task_id, :task_status, :stdout, :stderr, :exit_code, :execution_time) SENSITIVE = [] include Aws::Structure end |
#task_status ⇒ String
The status of the task that produced the result.
2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2304 class ToolResultStructuredContent < Struct.new( :task_id, :task_status, :stdout, :stderr, :exit_code, :execution_time) SENSITIVE = [] include Aws::Structure end |