Skip to content

Commit

Permalink
Remove vision job submission code. (#36929)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdondera-microsoft authored Aug 21, 2024
1 parent ca5ee1f commit 29db9f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sdk/ml/azure-ai-ml/samples/ml_samples_automl_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ def automl_image_jobs(self):
max_trials=10,
max_concurrent_trials=2,
)
# Submit the AutoML job.
image_job.submit()
# [END automl.automl_image_job.image_limit_settings]

# [START automl.automl_image_job.image_classification_model_settings]
Expand Down

0 comments on commit 29db9f0

Please sign in to comment.