Skip to content

Commit 6a604d0

Browse files
committed
Added testing instructions
1 parent 5b1f6bb commit 6a604d0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/machine-learning/how-to-setup-mlops-github-azureml.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ This training pipeline contains the following steps:
229229
- Input: Trained model and the deploy flag.
230230
- Output: Registered model in Azure Machine Learning.
231231
232-
## Deploying the Model Training Pipeline to the Test Environment
232+
## Deploying the Model Training Pipeline
233233
234234
Next, you will deploy the model training pipeline to your new Azure Machine Learning workspace. This pipeline will create a compute cluster instance, register a training environment defining the necessary Docker image and python packages, register a training dataset, then start the training pipeline described in the last section. When the job is complete, the trained model will be registered in the Azure ML workspace and be available for deployment.
235235
@@ -252,7 +252,7 @@ With the trained model registered in the Azure Machine learning workspace, you a
252252
253253
### Deploying the Trained Model
254254
255-
This scenario includes prebuilt workflows for two approaches to deploying a trained model, batch scoring or a deploying a model to an endpoint for real-time scoring. You may run either or both of these workflowsto test the performance of the model in your Azure ML workspace.
255+
This scenario includes prebuilt workflows for two approaches to deploying a trained model, batch scoring or a deploying a model to an endpoint for real-time scoring. You may run either or both of these workflows to test the performance of the model in your Azure ML workspace.
256256
257257
1. In your GitHub project repository (ex: taxi-fare-regression), select **Actions**
258258
@@ -268,6 +268,10 @@ This scenario includes prebuilt workflows for two approaches to deploying a trai
268268
269269
![AzureML taxi Online endpoint](./media/how-to-setup-mlops-azureml/aml-taxi-oep.png)
270270
271+
1. To test this deployment, go to the **Endpoints** tab in your AzureML workspace, select the endpoint and click the **Test** Tab. You can use the sample input data located in the cloned repo at `/data/taxi-request.json` to test the endpoint.
272+
273+
![AzureML taxi Online endpoint test](./media/how-to-setup-mlops-azureml/azureml-online-endpoint-test.png)
274+
271275
### Batch Endpoint
272276
273277
1. Select the **deploy-batch-endpoint-pipeline** from the workflows and click **Run workflow** to execute the batch endpoint deployment pipeline workflow. The steps in this pipeline will create a new AmlCompute cluster on which to execute batch scoring, create the batch endpoint in your Azure Machine Learning workspace, then create a deployment of your model to this endpoint.

0 commit comments

Comments
 (0)