Types
Custom ZenML types.
CSVString
Bases: str
Special string class to indicate a CSV string.
Source code in src/zenml/types.py
34 35 |
|
HTMLString
Bases: str
Special string class to indicate an HTML string.
Source code in src/zenml/types.py
26 27 |
|
JSONString
Bases: str
Special string class to indicate a JSON string.
Source code in src/zenml/types.py
38 39 |
|
MarkdownString
Bases: str
Special string class to indicate a Markdown string.
Source code in src/zenml/types.py
30 31 |
|