Skip to content

Bedrock Agent Runtime  >  Unions  >  FlowTraceNodeInputContent

FlowTraceNodeInputContent

Union Type

FlowTraceNodeInputContent module-attribute

Contains the content of the node input. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.

Union Member Types

FlowTraceNodeInputContentDocument dataclass

The content of the node input.

Attributes

value instance-attribute
value: Document

FlowTraceNodeInputContentUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str