Merge pull request #74 from yu-iskw/polyaxon

Add polyaxon
pull/79/head
MinJae Kwon 6 years ago committed by GitHub
commit a599e2dac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _OnPrem
class _Mlops(_OnPrem):
_type = "mlops"
_icon_dir = "resources/onprem/mlops"
class Polyaxon(_Mlops):
_icon = "polyaxon.png"
# Aliases

@ -31,6 +31,10 @@ Node classes list of onprem provider.
- **diagrams.onprem.ci.Jenkins**
- **diagrams.onprem.ci.Travisci**, **TravisCI** (alias)
## onprem.mlops
- **diagrams.onprem.mlops.Polyaxon**
## onprem.network
- **diagrams.onprem.network.Apache**

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Loading…
Cancel
Save