Skip to content

Commit 8d9d652

Browse files
committed
Rm outdated code sample
1 parent c725547 commit 8d9d652

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

articles/machine-learning/studio/retrain-classic-web-service.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,10 @@ You can add scoring endpoints using the sample code provided in this [GitHub rep
4444
1. Click **Add**.
4545
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).
4646

47-
## Update the added endpoints trained model
47+
## Update the added endpoint's trained model
4848

4949
### Retrieve PATCH URL
5050

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-
![HelpLocation in the output of the addEndpoint sample.](./media/retrain-classic/addEndpoint-output.png)
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-
6451
Follow these steps to get the correct PATCH URL using the web portal:
6552

6653
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
9683
Location = new AzureBlobDataReference()
9784
{
9885
BaseLocation = "https://esintussouthsus.blob.core.windows.net/",
99-
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"
10188
}
10289
}
10390
}

0 commit comments

Comments
 (0)