Pipeline Config
Input Streams
Output Streams
Perceptors
class Serializable()
Base class for all serializable objects.
def serialize() -> Dict[str, Any]
Serializes the object into a dictionary.
Returns
Dict[str, Any] - The serialized object.
Dict[str, Any]