Class: Aws::BedrockAgentRuntime::Types::NodeDependencyEvent

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#node_nameString

The name of the node that generated the dependency trace.

Returns:

  • (String)


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

#timestampTime

The date and time that the dependency trace was generated.

Returns:

  • (Time)


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_elementsTypes::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