Class: Aws::BedrockAgentRuntime::Types::NodeOutputEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::NodeOutputEvent
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains information about the outputs produced by a specific node during a flow execution.
Constant Summary collapse
- SENSITIVE =
[:fields]
Instance Attribute Summary collapse
-
#fields ⇒ Array<Types::NodeOutputField>
A list of output fields produced by the node.
-
#node_name ⇒ String
The name of the node that produced the outputs.
-
#timestamp ⇒ Time
The timestamp when the outputs were produced by the node.
Instance Attribute Details
#fields ⇒ Array<Types::NodeOutputField>
A list of output fields produced by the node.
5851 5852 5853 5854 5855 5856 5857 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5851 class NodeOutputEvent < Struct.new( :node_name, :timestamp, :fields) SENSITIVE = [:fields] include Aws::Structure end |
#node_name ⇒ String
The name of the node that produced the outputs.
5851 5852 5853 5854 5855 5856 5857 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5851 class NodeOutputEvent < Struct.new( :node_name, :timestamp, :fields) SENSITIVE = [:fields] include Aws::Structure end |
#timestamp ⇒ Time
The timestamp when the outputs were produced by the node.
5851 5852 5853 5854 5855 5856 5857 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5851 class NodeOutputEvent < Struct.new( :node_name, :timestamp, :fields) SENSITIVE = [:fields] include Aws::Structure end |