FlowOutputField¶
Structure Class¶
FlowOutputField
dataclass
¶
Represents an output field produced by a flow during a flow execution.
Note
Flow executions is in preview release for Amazon Bedrock and is subject to change.
Attributes¶
content
class-attribute
instance-attribute
¶
content: FlowExecutionContent = field(repr=False)
The content of the output field, which can contain text or structured data.
name
instance-attribute
¶
name: str
The name of the output field as defined in the flow's output schema.