Class: Aws::BedrockAgentRuntime::Types::FlowTraceNodeInputField
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::FlowTraceNodeInputField
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains information about a field in the input into a node. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.
Constant Summary collapse
- SENSITIVE =
[:content, :source, :execution_chain]
Instance Attribute Summary collapse
-
#category ⇒ String
The category of the input field.
-
#content ⇒ Types::FlowTraceNodeInputContent
The content of the node input.
-
#execution_chain ⇒ Array<Types::FlowTraceNodeInputExecutionChainItem>
The execution path through nested nodes like iterators and loops.
-
#node_input_name ⇒ String
The name of the node input.
-
#source ⇒ Types::FlowTraceNodeInputSource
The source node that provides input data to this field.
-
#type ⇒ String
The data type of the input field for compatibility validation.
Instance Attribute Details
#category ⇒ String
The category of the input field.
2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2437 class FlowTraceNodeInputField < Struct.new( :node_input_name, :content, :source, :type, :category, :execution_chain) SENSITIVE = [:content, :source, :execution_chain] include Aws::Structure end |
#content ⇒ Types::FlowTraceNodeInputContent
The content of the node input.
2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2437 class FlowTraceNodeInputField < Struct.new( :node_input_name, :content, :source, :type, :category, :execution_chain) SENSITIVE = [:content, :source, :execution_chain] include Aws::Structure end |
#execution_chain ⇒ Array<Types::FlowTraceNodeInputExecutionChainItem>
The execution path through nested nodes like iterators and loops.
2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2437 class FlowTraceNodeInputField < Struct.new( :node_input_name, :content, :source, :type, :category, :execution_chain) SENSITIVE = [:content, :source, :execution_chain] include Aws::Structure end |
#node_input_name ⇒ String
The name of the node input.
2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2437 class FlowTraceNodeInputField < Struct.new( :node_input_name, :content, :source, :type, :category, :execution_chain) SENSITIVE = [:content, :source, :execution_chain] include Aws::Structure end |
#source ⇒ Types::FlowTraceNodeInputSource
The source node that provides input data to this field.
2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2437 class FlowTraceNodeInputField < Struct.new( :node_input_name, :content, :source, :type, :category, :execution_chain) SENSITIVE = [:content, :source, :execution_chain] include Aws::Structure end |
#type ⇒ String
The data type of the input field for compatibility validation.
2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2437 class FlowTraceNodeInputField < Struct.new( :node_input_name, :content, :source, :type, :category, :execution_chain) SENSITIVE = [:content, :source, :execution_chain] include Aws::Structure end |