Class: Aws::BedrockAgentRuntime::Types::FlowTraceNodeOutputField
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::FlowTraceNodeOutputField
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains information about a field in the output from a node. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.
Constant Summary collapse
- SENSITIVE =
[:next]
Instance Attribute Summary collapse
-
#content ⇒ Types::FlowTraceNodeOutputContent
The content of the node output.
-
#next ⇒ Array<Types::FlowTraceNodeOutputNext>
The next node that receives output data from this field.
-
#node_output_name ⇒ String
The name of the node output.
-
#type ⇒ String
The data type of the output field for compatibility validation.
Instance Attribute Details
#content ⇒ Types::FlowTraceNodeOutputContent
The content of the node output.
2556 2557 2558 2559 2560 2561 2562 2563 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2556 class FlowTraceNodeOutputField < Struct.new( :node_output_name, :content, :next, :type) SENSITIVE = [:next] include Aws::Structure end |
#next ⇒ Array<Types::FlowTraceNodeOutputNext>
The next node that receives output data from this field.
2556 2557 2558 2559 2560 2561 2562 2563 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2556 class FlowTraceNodeOutputField < Struct.new( :node_output_name, :content, :next, :type) SENSITIVE = [:next] include Aws::Structure end |
#node_output_name ⇒ String
The name of the node output.
2556 2557 2558 2559 2560 2561 2562 2563 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2556 class FlowTraceNodeOutputField < Struct.new( :node_output_name, :content, :next, :type) SENSITIVE = [:next] include Aws::Structure end |
#type ⇒ String
The data type of the output field for compatibility validation.
2556 2557 2558 2559 2560 2561 2562 2563 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2556 class FlowTraceNodeOutputField < Struct.new( :node_output_name, :content, :next, :type) SENSITIVE = [:next] include Aws::Structure end |