Skip to content

Bedrock Agent Runtime  >  Unions  >  FlowExecutionContent

FlowExecutionContent

Union Type

FlowExecutionContent module-attribute

Contains the content of an flow execution input or output field.

Note

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

Union Member Types

FlowExecutionContentDocument dataclass

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

Attributes

value instance-attribute
value: Document

FlowExecutionContentUnknown 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