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 =
[]
Instance Attribute Summary collapse
-
#content ⇒ Types::FlowTraceNodeOutputContent
The content of the node output.
-
#node_output_name ⇒ String
The name of the node output.
Instance Attribute Details
#content ⇒ Types::FlowTraceNodeOutputContent
The content of the node output.
1260 1261 1262 1263 1264 1265 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1260 class FlowTraceNodeOutputField < Struct.new( :content, :node_output_name) SENSITIVE = [] include Aws::Structure end |
#node_output_name ⇒ String
The name of the node output.
1260 1261 1262 1263 1264 1265 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1260 class FlowTraceNodeOutputField < Struct.new( :content, :node_output_name) SENSITIVE = [] include Aws::Structure end |