Skip to content

Commit 032dea8

Browse files
committed
update format
1 parent 791302f commit 032dea8

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

articles/machine-learning/algorithm-module-reference/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
href: train-anomaly-detection-model.md
155155
- name: Web Service
156156
items:
157-
- name: Web Servcie Input/Output
157+
- name: Web Service Input/Output
158158
href: web-service-input-output.md
159159
- name: Module errors & troubleshooting
160160
href: designer-error-codes.md

articles/machine-learning/algorithm-module-reference/web-service-input-output.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,26 @@ This article describes **Web Service Input** module and **Web Service Output** m
2121

2222
## How to use Web Service Input/Output
2323

24-
1. When you create a real-time inference pipeline from your training pipeline, **Web Service Input** and **Web Service Output** module will be automatically added to show where user data enters the pipeline and where data is returned.
24+
- When you create a real-time inference pipeline from your training pipeline, **Web Service Input** and **Web Service Output** module will be automatically added to show where user data enters the pipeline and where data is returned.
2525

26-
Learn more about [create a real-time inference pipeline](https://docs.microsoft.com/azure/machine-learning/tutorial-designer-automobile-price-deploy#create-a-real-time-inference-pipeline).
26+
Learn more about [create a real-time inference pipeline](https://docs.microsoft.com/azure/machine-learning/tutorial-designer-automobile-price-deploy#create-a-real-time-inference-pipeline).
2727

28-
> Note:
29-
>
30-
> Automatically generating real-time inference pipeline is a rule-based best-effort process, there is no guarantee for the correctness. You can manually add or remove **Web Service Input/Output** modules to satisfy your requirements. Make sure there is at least one **Web Service Input** module and one **Web Service Output** module in your real-time inference pipeline. If you have multiple **Web Service Input** or **Web Service Output** modules, make sure they have unique names, which you can input the name in the right panel of the module.
28+
> [!NOTE]
29+
> Automatically generating real-time inference pipeline is a rule-based best-effort process, there is no guarantee for the correctness. You can manually add or remove **Web Service Input/Output** modules to satisfy your requirements. Make sure there is at least one **Web Service Input** module and one **Web Service Output** module in your real-time inference pipeline. If you have multiple **Web Service Input** or **Web Service Output** modules, make sure they have unique names, which you can input the name in the right panel of the module.
3130
32-
2. You can also manually create a real-time inference pipeline by adding **Web Service Input** and **Web Service Output** modules to your unsubmitted pipeline.
31+
- You can also manually create a real-time inference pipeline by adding **Web Service Input** and **Web Service Output** modules to your unsubmitted pipeline.
3332

34-
> Note:
35-
>
36-
> The pipeline type will be determined at the first time you submit it. So be sure to add **Web Service Input** and **Web Service Output** module before you submit for the first time if you want to create a real-time inference pipeline.
33+
> [!NOTE]
34+
> The pipeline type will be determined at the first time you submit it. So be sure to add **Web Service Input** and **Web Service Output** module before you submit for the first time if you want to create a real-time inference pipeline.
3735
3836
Below example shows how to manually create real-time inference pipeline from **Execute Python Script** module.
3937

4038
![Example](media/module/web-service-input-output-example.png)
4139

4240
After you submit the pipeline and the run completes successfully, you will be able to deploy the real-time endpoint.
4341

44-
> Note:
45-
>
46-
> In the above example, **Enter Data Manually** provides the data schema for web service input and is necessary for deploying the real-time endpoint. Generally, you should always connect a module or dataset to the port which **Web Service Input** is connected to provide the data schema.
42+
> [!NOTE]
43+
> In the above example, **Enter Data Manually** provides the data schema for web service input and is necessary for deploying the real-time endpoint. Generally, you should always connect a module or dataset to the port which **Web Service Input** is connected to provide the data schema.
4744
4845
## Next steps
4946
Learn more about [deploy the real-time endpoint](https://docs.microsoft.com/azure/machine-learning/tutorial-designer-automobile-price-deploy#deploy-the-real-time-endpoint).

0 commit comments

Comments
 (0)