to_json
Function Usage
Obtains the pipeline JSON character string.
Prototype
def to_json(self) -> str:
pass
Return Parameter Description
Data Structure |
Description |
|---|---|
str |
Returns the pipeline JSON character string of the stream. |
Parent topic: SequentialStream