Skip to content

Commit b5ad237

Browse files
Merge pull request #636 from fbsolo-ms1/document-freshness-maintenance
Remove all references to the Postman resource . . .
2 parents c6cad9f + 62427a2 commit b5ad237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/data-science-virtual-machine/how-to-track-experiments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Next, select the __Deploy__ button in the model details pane:
165165

166166
:::image type="content" source="./media/how-to-track-experiments/mlflow-experiments-4.png" alt-text="Screenshot showing selection of the Deploy button." lightbox= "./media/how-to-track-experiments/mlflow-experiments-4.png":::
167167

168-
The model will deploy to the Inference Cluster (Azure Kubernetes Service) we created in step 1. Provide a name for the service, and the name of the AKS compute cluster (created in step 1), to fill in the details. We also recommend that you increase the __CPU reserve capacity__ from 0.1 to 1, and the __Memory reserve capacity__ from 0.5 to 1. Select __Advanced__ and fill in the details to set this increase. Then select __Deploy__, as shown in this screenshot:
168+
The model deploys to the Inference Cluster (Azure Kubernetes Service) we created in step 1. Provide a name for the service, and the name of the AKS compute cluster (created in step 1), to fill in the details. We also recommend that you increase the __CPU reserve capacity__ from 0.1 to 1, and the __Memory reserve capacity__ from 0.5 to 1. Select __Advanced__ and fill in the details to set this increase. Then select __Deploy__, as shown in this screenshot:
169169

170170
:::image type="content" source="./media/how-to-track-experiments/mlflow-experiments-5.png" alt-text="Screenshot showing details of the model deployment." lightbox= "./media/how-to-track-experiments/mlflow-experiments-5.png":::
171171

@@ -177,7 +177,7 @@ When the model successfully deploys, select Endpoints from the left-hand menu, t
177177

178178
The deployment state should change from __transitioning__ to __healthy__. Additionally, the details section provides the REST endpoint and Swagger URLs that application developers can use to integrate your ML model into their apps.
179179

180-
You can test the endpoint with [Postman](https://www.postman.com/), or you can use the Azure Machine Learning SDK:
180+
You can test the endpoint with the Azure Machine Learning SDK:
181181

182182
[!INCLUDE [SDK v1](../includes/machine-learning-sdk-v1.md)]
183183

0 commit comments

Comments
 (0)