You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/studio/retrain-classic-web-service.md
+3-16Lines changed: 3 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,23 +44,10 @@ You can add scoring endpoints using the sample code provided in this [GitHub rep
44
44
1. Click **Add**.
45
45
1. Type a name and description for the new endpoint. Select the logging level and whether sample data is enabled. For more information on logging, see [Enable logging for Machine Learning web services](web-services-logging.md).
46
46
47
-
## Update the added endpoint’s trained model
47
+
## Update the added endpoint's trained model
48
48
49
49
### Retrieve PATCH URL
50
50
51
-
### Option 1: Programmatically
52
-
53
-
To get the correct PATCH URL programmatically, follow these steps:
54
-
55
-
1. Run the [AddEndpoint](https://github.com/raymondlaghaeian/AML_EndpointMgmt/blob/master/Program.cs) sample code.
56
-
1. From the output of AddEndpoint, find the *HelpLocation* value and copy the URL.
57
-
58
-

59
-
1. Paste the URL into a browser to navigate to a page that provides help links for the web service.
60
-
1. Click the **Update Resource** link to open the patch help page.
61
-
62
-
### Option 2: Use the Azure Machine Learning Web Services portal
63
-
64
51
Follow these steps to get the correct PATCH URL using the web portal:
65
52
66
53
1. Sign in to the [Azure Machine Learning Web Services](https://services.azureml.net/) portal.
@@ -96,8 +83,8 @@ The following sample code shows you how to use the *BaseLocation*, *RelativeLoca
RelativeLocation = "your endpoint relative location", //from the output, for example: “experimentoutput/8946abfd-79d6-4438-89a9-3e5d109183/8946abfd-79d6-4438-89a9-3e5d109183.ilearner”
100
-
SasBlobToken = "your endpoint SAS blob token" //from the output, for example: “?sv=2013-08-15&sr=c&sig=37lTTfngRwxCcf94%3D&st=2015-01-30T22%3A53%3A06Z&se=2015-01-31T22%3A58%3A06Z&sp=rl”
86
+
RelativeLocation = "your endpoint relative location", //from the output, for example: "experimentoutput/8946abfd-79d6-4438-89a9-3e5d109183/8946abfd-79d6-4438-89a9-3e5d109183.ilearner"
87
+
SasBlobToken = "your endpoint SAS blob token" //from the output, for example: "?sv=2013-08-15&sr=c&sig=37lTTfngRwxCcf94%3D&st=2015-01-30T22%3A53%3A06Z&se=2015-01-31T22%3A58%3A06Z&sp=rl"
0 commit comments