18 lines
359 B
Python
18 lines
359 B
Python
# terrascript/data/datarootsio/kubeflowpipelines.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:20:37 UTC)
|
|
import terrascript
|
|
|
|
|
|
class kubeflowpipelines_experiment(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class kubeflowpipelines_pipeline(terrascript.Data):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"kubeflowpipelines_experiment",
|
|
"kubeflowpipelines_pipeline",
|
|
]
|