Skip to content

Commit 65fe46c

Browse files
Change automl default kernel to Python 3.10 - SDK V2 (Azure#1503)
* Change automl default kernel to Python 3.10 - SDK V2 * Updated readme.py to work on Windows * Moved import os before first usage * Shorten end point names to be less than the 32 character limit * Create test-mtable-folder folder if it doesn't exist * Added remaining V2 notebooks * Added comment to the start of the GitHub Action files * Fixed resource group for automl-classification-task-bankmarketing-mlflow * Added missing workflow * Fixed import from azure.ml.constants * Applied black
1 parent 128a02c commit 65fe46c

File tree

115 files changed

+375
-183
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+375
-183
lines changed

.github/workflows/sdk-assets-component-component.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-assets-component-component
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-assets-data-data.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-assets-data-data
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-assets-environment-environment.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-assets-environment-environment
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-assets-model-model.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-assets-model-model
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-endpoints-batch-mnist-nonmlflow.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-endpoints-batch-mnist-nonmlflow
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-endpoints-online-custom-container-online-endpoints-custom-container.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-endpoints-online-custom-container-online-endpoints-custom-container
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-endpoints-online-managed-online-endpoints-safe-rollout.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-endpoints-online-managed-online-endpoints-safe-rollout
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-endpoints-online-managed-online-endpoints-simple-deployment.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-endpoints-online-managed-online-endpoints-simple-deployment
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-endpoints-online-mlflow-online-endpoints-deploy-mlflow-model.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-endpoints-online-mlflow-online-endpoints-deploy-mlflow-model
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-jobs-automl-standalone-jobs-automl-classification-task-bankmarketing-automl-classification-task-bankmarketing-mlflow.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-automl-standalone-jobs-automl-classification-task-bankmarketing-automl-classification-task-bankmarketing-mlflow
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
pull_request:
@@ -20,6 +22,8 @@ jobs:
2022
python-version: "3.8"
2123
- name: pip install notebook reqs
2224
run: pip install -r sdk/dev-requirements.txt
25+
- name: pip install mkflow reqs
26+
run: pip install -r sdk/mlflow-requirements.txt
2327
- name: azure login
2428
uses: azure/login@v1
2529
with:

.github/workflows/sdk-jobs-automl-standalone-jobs-automl-classification-task-bankmarketing-automl-classification-task-bankmarketing.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-automl-standalone-jobs-automl-classification-task-bankmarketing-automl-classification-task-bankmarketing
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-jobs-automl-standalone-jobs-automl-forecasting-task-energy-demand-automl-forecasting-task-energy-demand-advanced-mlflow.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-automl-standalone-jobs-automl-forecasting-task-energy-demand-automl-forecasting-task-energy-demand-advanced-mlflow
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
pull_request:
@@ -20,6 +22,8 @@ jobs:
2022
python-version: "3.8"
2123
- name: pip install notebook reqs
2224
run: pip install -r sdk/dev-requirements.txt
25+
- name: pip install mkflow reqs
26+
run: pip install -r sdk/mlflow-requirements.txt
2327
- name: azure login
2428
uses: azure/login@v1
2529
with:

.github/workflows/sdk-jobs-automl-standalone-jobs-automl-forecasting-task-energy-demand-automl-forecasting-task-energy-demand-advanced.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-automl-standalone-jobs-automl-forecasting-task-energy-demand-automl-forecasting-task-energy-demand-advanced
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
name: sdk-jobs-automl-standalone-jobs-automl-image-classification-multiclass-batch-scoring-image-classification-multiclass-batch-scoring-non-mlflow-model
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
4+
on:
5+
workflow_dispatch:
6+
schedule:
7+
- cron: "0 */8 * * *"
8+
pull_request:
9+
branches:
10+
- main
11+
paths:
12+
- sdk/**
13+
- .github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-classification-multiclass-batch-scoring-image-classification-multiclass-batch-scoring-non-mlflow-model.yml
14+
- sdk/dev-requirements.txt
15+
jobs:
16+
build:
17+
runs-on: ubuntu-latest
18+
steps:
19+
- name: check out repo
20+
uses: actions/checkout@v2
21+
- name: setup python
22+
uses: actions/setup-python@v2
23+
with:
24+
python-version: "3.8"
25+
- name: pip install notebook reqs
26+
run: pip install -r sdk/dev-requirements.txt
27+
- name: pip install mkflow reqs
28+
run: pip install -r sdk/mlflow-requirements.txt
29+
- name: azure login
30+
uses: azure/login@v1
31+
with:
32+
creds: ${{secrets.AZ_CREDS}}
33+
- name: setup SDK
34+
run: bash setup.sh
35+
working-directory: sdk
36+
continue-on-error: true
37+
- name: setup CLI
38+
run: bash setup.sh
39+
working-directory: cli
40+
continue-on-error: true
41+
- name: run jobs/automl-standalone-jobs/automl-image-classification-multiclass-batch-scoring/image-classification-multiclass-batch-scoring-non-mlflow-model.ipynb
42+
run: |
43+
sed -i -e "s/<SUBSCRIPTION_ID>/6560575d-fa06-4e7d-95fb-f962e74efd7a/g" image-classification-multiclass-batch-scoring-non-mlflow-model.ipynb
44+
sed -i -e "s/<RESOURCE_GROUP>/azureml-examples/g" image-classification-multiclass-batch-scoring-non-mlflow-model.ipynb
45+
sed -i -e "s/<AML_WORKSPACE_NAME>/main/g" image-classification-multiclass-batch-scoring-non-mlflow-model.ipynb
46+
sed -i -e "s/DefaultAzureCredential/AzureCliCredential/g" image-classification-multiclass-batch-scoring-non-mlflow-model.ipynb
47+
48+
papermill -k python -p compute_name automl-gpu-cluster image-classification-multiclass-batch-scoring-non-mlflow-model.ipynb image-classification-multiclass-batch-scoring-non-mlflow-model.output.ipynb
49+
working-directory: sdk/jobs/automl-standalone-jobs/automl-image-classification-multiclass-batch-scoring
50+
- name: upload notebook's working folder as an artifact
51+
if: ${{ always() }}
52+
uses: actions/upload-artifact@v2
53+
with:
54+
name: image-classification-multiclass-batch-scoring-non-mlflow-model
55+
path: sdk/jobs/automl-standalone-jobs/automl-image-classification-multiclass-batch-scoring

.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-classification-multiclass-task-fridge-items-automl-image-classification-multiclass-task-fridge-items-mlflow.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-automl-standalone-jobs-automl-image-classification-multiclass-task-fridge-items-automl-image-classification-multiclass-task-fridge-items-mlflow
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:
@@ -22,6 +24,8 @@ jobs:
2224
python-version: "3.8"
2325
- name: pip install notebook reqs
2426
run: pip install -r sdk/dev-requirements.txt
27+
- name: pip install mkflow reqs
28+
run: pip install -r sdk/mlflow-requirements.txt
2529
- name: azure login
2630
uses: azure/login@v1
2731
with:

.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-classification-multiclass-task-fridge-items-automl-image-classification-multiclass-task-fridge-items.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-automl-standalone-jobs-automl-image-classification-multiclass-task-fridge-items-automl-image-classification-multiclass-task-fridge-items
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-classification-multilabel-task-fridge-items-automl-image-classification-multilabel-task-fridge-items-mlflow.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-automl-standalone-jobs-automl-image-classification-multilabel-task-fridge-items-automl-image-classification-multilabel-task-fridge-items-mlflow
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:
@@ -22,6 +24,8 @@ jobs:
2224
python-version: "3.8"
2325
- name: pip install notebook reqs
2426
run: pip install -r sdk/dev-requirements.txt
27+
- name: pip install mkflow reqs
28+
run: pip install -r sdk/mlflow-requirements.txt
2529
- name: azure login
2630
uses: azure/login@v1
2731
with:

.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-classification-multilabel-task-fridge-items-automl-image-classification-multilabel-task-fridge-items.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-automl-standalone-jobs-automl-image-classification-multilabel-task-fridge-items-automl-image-classification-multilabel-task-fridge-items
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-instance-segmentation-task-fridge-items-automl-image-instance-segmentation-task-fridge-items-mlflow.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-automl-standalone-jobs-automl-image-instance-segmentation-task-fridge-items-automl-image-instance-segmentation-task-fridge-items-mlflow
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:
@@ -22,6 +24,8 @@ jobs:
2224
python-version: "3.8"
2325
- name: pip install notebook reqs
2426
run: pip install -r sdk/dev-requirements.txt
27+
- name: pip install mkflow reqs
28+
run: pip install -r sdk/mlflow-requirements.txt
2529
- name: azure login
2630
uses: azure/login@v1
2731
with:

.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-instance-segmentation-task-fridge-items-automl-image-instance-segmentation-task-fridge-items.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-automl-standalone-jobs-automl-image-instance-segmentation-task-fridge-items-automl-image-instance-segmentation-task-fridge-items
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-object-detection-task-fridge-items-automl-image-object-detection-task-fridge-items-mlflow.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-automl-standalone-jobs-automl-image-object-detection-task-fridge-items-automl-image-object-detection-task-fridge-items-mlflow
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:
@@ -22,6 +24,8 @@ jobs:
2224
python-version: "3.8"
2325
- name: pip install notebook reqs
2426
run: pip install -r sdk/dev-requirements.txt
27+
- name: pip install mkflow reqs
28+
run: pip install -r sdk/mlflow-requirements.txt
2529
- name: azure login
2630
uses: azure/login@v1
2731
with:

.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-object-detection-task-fridge-items-automl-image-object-detection-task-fridge-items.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-automl-standalone-jobs-automl-image-object-detection-task-fridge-items-automl-image-object-detection-task-fridge-items
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-jobs-automl-standalone-jobs-automl-nlp-text-classification-multiclass-task-sentiment-analysis-automl-nlp-text-classification-multiclass-task-sentiment-mlflow.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-automl-standalone-jobs-automl-nlp-text-classification-multiclass-task-sentiment-analysis-automl-nlp-text-classification-multiclass-task-sentiment-mlflow
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
pull_request:
@@ -20,6 +22,8 @@ jobs:
2022
python-version: "3.8"
2123
- name: pip install notebook reqs
2224
run: pip install -r sdk/dev-requirements.txt
25+
- name: pip install mkflow reqs
26+
run: pip install -r sdk/mlflow-requirements.txt
2327
- name: azure login
2428
uses: azure/login@v1
2529
with:

.github/workflows/sdk-jobs-automl-standalone-jobs-automl-nlp-text-classification-multiclass-task-sentiment-analysis-automl-nlp-text-classification-multiclass-task-sentiment.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-automl-standalone-jobs-automl-nlp-text-classification-multiclass-task-sentiment-analysis-automl-nlp-text-classification-multiclass-task-sentiment
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-jobs-automl-standalone-jobs-automl-nlp-text-classification-multilabel-task-paper-categorization-automl-nlp-text-classification-multilabel-task-paper-cat.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-automl-standalone-jobs-automl-nlp-text-classification-multilabel-task-paper-categorization-automl-nlp-text-classification-multilabel-task-paper-cat
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-jobs-automl-standalone-jobs-automl-nlp-text-named-entity-recognition-task-automl-nlp-text-ner-task.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-automl-standalone-jobs-automl-nlp-text-named-entity-recognition-task-automl-nlp-text-ner-task
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-jobs-automl-standalone-jobs-automl-regression-task-hardware-performance-automl-regression-task-hardware-performance.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-automl-standalone-jobs-automl-regression-task-hardware-performance-automl-regression-task-hardware-performance
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-jobs-configuration.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-configuration
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-jobs-pipelines-1a_pipeline_with_components_from_yaml-pipeline_with_components_from_yaml.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-pipelines-1a_pipeline_with_components_from_yaml-pipeline_with_components_from_yaml
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-jobs-pipelines-1b_pipeline_with_python_function_components-pipeline_with_python_function_components.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-pipelines-1b_pipeline_with_python_function_components-pipeline_with_python_function_components
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-jobs-pipelines-1c_pipeline_with_hyperparameter_sweep-pipeline_with_hyperparameter_sweep.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-pipelines-1c_pipeline_with_hyperparameter_sweep-pipeline_with_hyperparameter_sweep
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-jobs-pipelines-1d_pipeline_with_non_python_components-pipeline_with_non_python_components.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-pipelines-1d_pipeline_with_non_python_components-pipeline_with_non_python_components
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-jobs-pipelines-1e_pipeline_with_registered_components-pipeline_with_registered_components.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-pipelines-1e_pipeline_with_registered_components-pipeline_with_registered_components
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-jobs-pipelines-2a_train_mnist_with_tensorflow-train_mnist_with_tensorflow.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-pipelines-2a_train_mnist_with_tensorflow-train_mnist_with_tensorflow
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-jobs-pipelines-2b_train_cifar_10_with_pytorch-train_cifar_10_with_pytorch.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-pipelines-2b_train_cifar_10_with_pytorch-train_cifar_10_with_pytorch
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-jobs-pipelines-2c_nyc_taxi_data_regression-nyc_taxi_data_regression.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-pipelines-2c_nyc_taxi_data_regression-nyc_taxi_data_regression
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-jobs-pipelines-2d_image_classification_with_densenet-image_classification_with_densenet.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-pipelines-2d_image_classification_with_densenet-image_classification_with_densenet
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-jobs-pipelines-2e_image_classification_keras_minist_convnet-image_classification_keras_minist_convnet.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-pipelines-2e_image_classification_keras_minist_convnet-image_classification_keras_minist_convnet
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-jobs-pipelines-2f_rai_pipeline_sample-rai_pipeline_sample.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-pipelines-2f_rai_pipeline_sample-rai_pipeline_sample
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-jobs-single-step-lightgbm-iris-lightgbm-iris-sweep.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-single-step-lightgbm-iris-lightgbm-iris-sweep
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

.github/workflows/sdk-jobs-single-step-pytorch-iris-pytorch-iris.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: sdk-jobs-single-step-pytorch-iris-pytorch-iris
2+
# This file is created by sdk/readme.py.
3+
# Please do not edit directly.
24
on:
35
workflow_dispatch:
46
schedule:

0 commit comments

Comments
 (0)