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, :execution_chain, :source]
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.
2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2468 class FlowTraceNodeInputField < Struct.new( :category, :content, :execution_chain, :node_input_name, :source, :type) SENSITIVE = [:content, :execution_chain, :source] include Aws::Structure end |
#content ⇒ Types::FlowTraceNodeInputContent
The content of the node input.
2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2468 class FlowTraceNodeInputField < Struct.new( :category, :content, :execution_chain, :node_input_name, :source, :type) SENSITIVE = [:content, :execution_chain, :source] include Aws::Structure end |
#execution_chain ⇒ Array<Types::FlowTraceNodeInputExecutionChainItem>
The execution path through nested nodes like iterators and loops.
2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2468 class FlowTraceNodeInputField < Struct.new( :category, :content, :execution_chain, :node_input_name, :source, :type) SENSITIVE = [:content, :execution_chain, :source] include Aws::Structure end |
#node_input_name ⇒ String
The name of the node input.
2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2468 class FlowTraceNodeInputField < Struct.new( :category, :content, :execution_chain, :node_input_name, :source, :type) SENSITIVE = [:content, :execution_chain, :source] include Aws::Structure end |
#source ⇒ Types::FlowTraceNodeInputSource
The source node that provides input data to this field.
2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2468 class FlowTraceNodeInputField < Struct.new( :category, :content, :execution_chain, :node_input_name, :source, :type) SENSITIVE = [:content, :execution_chain, :source] include Aws::Structure end |
#type ⇒ String
The data type of the input field for compatibility validation.
2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2468 class FlowTraceNodeInputField < Struct.new( :category, :content, :execution_chain, :node_input_name, :source, :type) SENSITIVE = [:content, :execution_chain, :source] include Aws::Structure end |