Skip to content

Commit cd554a9

Browse files
committed
add sample argo deployment using cluster-workflow-tempate
1 parent cf48bc0 commit cd554a9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

argo-workflow/run.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
argo -n argo submit --from clusterworkflowtemplate/automlai-dualsearch \
2+
-p workers=20 -p input=iris.csv \
3+
-p predictiontype=classification --watch --log
4+
5+
argo -n argo submit --from clusterworkflowtemplate/automlai-dualsearch \
6+
-p workers=20 -p input=iris_reg.csv \
7+
-p predictiontype=regression --watch --log
8+
9+
argo -n argo submit --from clusterworkflowtemplate/automlad-template \
10+
-p votepercent=0.0 -p input=node_cpu_ratio_rate_5m_1d_1m.csv -p predictiontype=anomalydetection --watch --log

0 commit comments

Comments
 (0)