Skip to content

Commit 8be2806

Browse files
authored
Merge pull request #156793 from likebupt/update-designer-articles-20210430
update import data/export data not support DS
2 parents 13d40f7 + 6c10b09 commit 8be2806

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

articles/machine-learning/algorithm-module-reference/export-data.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ Before exporting your data, you need to first register a datastore in your Azure
5656

5757
1. Submit the pipeline.
5858

59+
## Limitations
60+
61+
Due to datstore access limitation, if your inference pipeline contains **Export Data** module, it will be auto-removed when deploy to real-time endpoint.
62+
5963
## Next steps
6064

6165
See the [set of modules available](module-reference.md) to Azure Machine Learning.

articles/machine-learning/algorithm-module-reference/import-data.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ After importing the data, it might need some additional preparations for modelin
9595

9696
- Use [Partition and Sample](./partition-and-sample.md) to divide the dataset, perform sampling, or get the top n rows.
9797

98+
## Limitations
99+
100+
Due to datstore access limitation, if your inference pipeline contains **Import Data** module, it will be auto-removed when deploy to real-time endpoint.
101+
98102
## Next steps
99103

100104
See the [set of modules available](module-reference.md) to Azure Machine Learning.

articles/machine-learning/tutorial-designer-automobile-price-deploy.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ For more information on consuming your web service, see [Consume a model deploye
136136

137137
## Limitations
138138

139+
### Update inference pipeline
140+
139141
If you make some modifications in your training pipeline, you should resubmit the training pipeline, **Update** the inference pipeline and run the inference pipeline again.
140142

141143
Note that only trained models will be updated in the inference pipeline, while data transformation will not be updated.
@@ -150,6 +152,10 @@ Then manually replace the **TD-** module in inference pipeline with the register
150152

151153
Then you can submit the inference pipeline with the updated model and transformation, and deploy.
152154

155+
### Deploy real-time endpoint
156+
157+
Due to datstore access limitation, if your inference pipeline contains **Import Data** or **Export Data** module, they will be auto-removed when deploy to real-time endpoint.
158+
153159
## Clean up resources
154160

155161
[!INCLUDE [aml-ui-cleanup](../../includes/aml-ui-cleanup.md)]

0 commit comments

Comments
 (0)