FlowTrace - Amazon Bedrock
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

FlowTrace

Contains information about an input or output for a node in the flow. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

conditionNodeResultTrace

Contains information about an output from a condition node.

Type: FlowTraceConditionNodeResultEvent object

Required: No

nodeActionTrace

Contains information about an action (operation) called by a node.

Type: FlowTraceNodeActionEvent object

Required: No

nodeDependencyTrace

Contains information about an internal trace of a node.

Type: FlowTraceDependencyEvent object

Required: No

nodeInputTrace

Contains information about the input into a node.

Type: FlowTraceNodeInputEvent object

Required: No

nodeOutputTrace

Contains information about the output from a node.

Type: FlowTraceNodeOutputEvent object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: