FlowTraceNodeActionEvent¶
Structure Class¶
FlowTraceNodeActionEvent
dataclass
¶
Contains information about an action (operation) called by a node in an Amazon Bedrock flow. The service generates action events for calls made by prompt nodes, agent nodes, and Amazon Web Services Lambda nodes.
Attributes¶
operation_name
instance-attribute
¶
operation_name: str
The name of the operation that the node called.
operation_request
class-attribute
instance-attribute
¶
The request payload sent to the downstream service.
operation_response
class-attribute
instance-attribute
¶
The response payload received from the downstream service.