Class: Aws::BedrockAgentRuntime::Types::NodeInputExecutionChainItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::NodeInputExecutionChainItem
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Represents an item in the execution chain for node input tracking.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index ⇒ Integer
The index position of this item in the execution chain.
-
#node_name ⇒ String
The name of the node in the execution chain.
-
#type ⇒ String
The type of execution chain item.
Instance Attribute Details
#index ⇒ Integer
The index position of this item in the execution chain.
5831 5832 5833 5834 5835 5836 5837 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5831 class NodeInputExecutionChainItem < Struct.new( :index, :node_name, :type) SENSITIVE = [] include Aws::Structure end |
#node_name ⇒ String
The name of the node in the execution chain.
5831 5832 5833 5834 5835 5836 5837 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5831 class NodeInputExecutionChainItem < Struct.new( :index, :node_name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of execution chain item. Supported values are Iterator and Loop.
5831 5832 5833 5834 5835 5836 5837 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5831 class NodeInputExecutionChainItem < Struct.new( :index, :node_name, :type) SENSITIVE = [] include Aws::Structure end |