Skip to content

Commit fc23f71

Browse files
authored
Merge pull request #100786 from Blackmist/designer-update
adding note that you cannot use the SDK update method to update a web…
2 parents eb45211 + a24641f commit fc23f71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

includes/machine-learning-update-web-service.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
author: Blackmist
33
ms.service: machine-learning
44
ms.topic: include
5-
ms.date: 11/06/2019
5+
ms.date: 01/10/2019
66
ms.author: larryfr
77
---
88

99
To update a web service, use the `update` method. You can update the web service to use a new model, a new entry script, or new dependencies that can be specified in an inference configuration. For more information, see the documentation for [Webservice.update](https://docs.microsoft.com/python/api/azureml-core/azureml.core.webservice.webservice.webservice?view=azure-ml-py#update--args-).
1010

1111
> [!IMPORTANT]
1212
> When you create a new version of a model, you must manually update each service that you want to use it.
13+
>
14+
> You can not use the SDK to update a web service published from the Azure Machine Learning designer.
1315
1416
**Using the SDK**
1517

0 commit comments

Comments
 (0)