Class: Aws::BedrockAgentRuntime::Types::FlowTraceNodeInputEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::FlowTraceNodeInputEvent
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains information about 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 =
[:fields]
Instance Attribute Summary collapse
-
#fields ⇒ Array<Types::FlowTraceNodeInputField>
An array of objects containing information about each field in the input.
-
#node_name ⇒ String
The name of the node that received the input.
-
#timestamp ⇒ Time
The date and time that the trace was returned.
Instance Attribute Details
#fields ⇒ Array<Types::FlowTraceNodeInputField>
An array of objects containing information about each field in the input.
1151 1152 1153 1154 1155 1156 1157 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1151 class FlowTraceNodeInputEvent < Struct.new( :fields, :node_name, :timestamp) SENSITIVE = [:fields] include Aws::Structure end |
#node_name ⇒ String
The name of the node that received the input.
1151 1152 1153 1154 1155 1156 1157 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1151 class FlowTraceNodeInputEvent < Struct.new( :fields, :node_name, :timestamp) SENSITIVE = [:fields] include Aws::Structure end |
#timestamp ⇒ Time
The date and time that the trace was returned.
1151 1152 1153 1154 1155 1156 1157 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1151 class FlowTraceNodeInputEvent < Struct.new( :fields, :node_name, :timestamp) SENSITIVE = [:fields] include Aws::Structure end |