We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c07d6 commit 148eda2Copy full SHA for 148eda2
aml_service/04-AmlPipelines.py
@@ -50,7 +50,7 @@
50
choices=["pipeline-test", "publish"],
51
help="Determines if pipeline needs to run on small data set \
52
or pipeline needs to be republished",
53
- default="pipeline-test",
+ #default="pipeline-test",
54
)
55
56
args = parser.parse_args()
@@ -154,6 +154,7 @@
154
pipeline1.validate()
155
print("Pipeline validation complete")
156
157
+
158
# Submit unpublished pipeline with small data set for test
159
if args.pipeline_action == "pipeline-test":
160
pipeline_run1 = Experiment(ws, experiment_name).submit(
0 commit comments