Skip to content

Commit 29db9f0

Browse files
Remove vision job submission code. (#36929)
1 parent ca5ee1f commit 29db9f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sdk/ml/azure-ai-ml/samples/ml_samples_automl_image.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,6 @@ def automl_image_jobs(self):
196196
max_trials=10,
197197
max_concurrent_trials=2,
198198
)
199-
# Submit the AutoML job.
200-
image_job.submit()
201199
# [END automl.automl_image_job.image_limit_settings]
202200

203201
# [START automl.automl_image_job.image_classification_model_settings]

0 commit comments

Comments
 (0)