Skip to content

Commit b5eb74e

Browse files
committed
pull blocking file from upstream/main
1 parent 3e76555 commit b5eb74e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/machine-learning/how-to-create-component-pipeline-python.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ms.custom:
1414
- sdkv2
1515
- build-2023
1616
- ignite-2023
17+
- update-code
1718
---
1819

1920
# Create and run machine learning pipelines using components with the Azure Machine Learning SDK v2
@@ -72,7 +73,9 @@ Fashion-MNIST is a dataset of fashion images divided into 10 classes. Each image
7273

7374
To define the input data of a job that references the Web-based data, run:
7475

75-
[!notebook-python[] (~/azureml-examples-main/sdk/python/jobs/pipelines/2e_image_classification_keras_minist_convnet/image_classification_keras_minist_convnet.ipynb?name=define-input)]
76+
77+
[!notebook-python[] (~/azureml-examples-temp-fix/sdk/python/jobs/pipelines/2e_image_classification_keras_minist_convnet/image_classification_keras_minist_convnet.ipynb?name=define-input)]
78+
7679

7780
By defining an `Input`, you create a reference to the data source location. The data remains in its existing location, so no extra storage cost is incurred.
7881

0 commit comments

Comments
 (0)