Class: Aws::BedrockAgentRuntime::Types::NodeDependencyEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::NodeDependencyEvent
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains information about an internal trace of a specific node during execution.
Constant Summary collapse
- SENSITIVE =
[:trace_elements]
Instance Attribute Summary collapse
-
#node_name ⇒ String
The name of the node that generated the dependency trace.
-
#timestamp ⇒ Time
The date and time that the dependency trace was generated.
-
#trace_elements ⇒ Types::NodeTraceElements
The trace elements containing detailed information about the node execution.
Instance Attribute Details
#node_name ⇒ String
The name of the node that generated the dependency trace.
5638 5639 5640 5641 5642 5643 5644 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5638 class NodeDependencyEvent < Struct.new( :node_name, :timestamp, :trace_elements) SENSITIVE = [:trace_elements] include Aws::Structure end |
#timestamp ⇒ Time
The date and time that the dependency trace was generated.
5638 5639 5640 5641 5642 5643 5644 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5638 class NodeDependencyEvent < Struct.new( :node_name, :timestamp, :trace_elements) SENSITIVE = [:trace_elements] include Aws::Structure end |
#trace_elements ⇒ Types::NodeTraceElements
The trace elements containing detailed information about the node execution.
5638 5639 5640 5641 5642 5643 5644 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5638 class NodeDependencyEvent < Struct.new( :node_name, :timestamp, :trace_elements) SENSITIVE = [:trace_elements] include Aws::Structure end |