Skip to content

Bedrock Agent Runtime  >  Unions  >  NodeExecutionContent

NodeExecutionContent

Union Type

NodeExecutionContent module-attribute

Contains the content of a flow node's input or output field for a flow execution.

Note

Flow executions is in preview release for Amazon Bedrock and is subject to change.

Union Member Types

NodeExecutionContentDocument dataclass

The document content of the field, which can contain text or structured data.

Attributes

value instance-attribute
value: Document

NodeExecutionContentUnknown 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