Skip to content

Commit 1bee6d4

Browse files
authored
pull base content,head:wwlpublishsync,into:643bfec09d0a756714f6b02b92fbe3d6-live
2 parents 6b826b8 + b1336de commit 1bee6d4

File tree

138 files changed

+371
-305
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+371
-305
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21789,6 +21789,11 @@
2178921789
"source_path": "learn-pr/wwl-azure/work-with-cosmos-db/7-summary.md",
2179021790
"redirect_url": "https://learn.microsoft.com/training/modules/work-with-cosmos-db/8-summary",
2179121791
"redirect_document_id": false
21792+
},
21793+
{
21794+
"source_path": "learn-pr/wwl-azure/explore-api-management/8-import-api.md",
21795+
"redirect_url": "https://learn.microsoft.com/training/modules/explore-api-management/8-exercise-import-api",
21796+
"redirect_document_id": false
2179221797
}
2179321798
]
2179421799
}

learn-pr/wwl-azure/deploy-model-batch-endpoint/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction"
7-
ms.date: 11/24/2022
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: madiepev
1010
ms.topic: interactive-tutorial

learn-pr/wwl-azure/deploy-model-batch-endpoint/2-explore-batch-endpoints.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Understand and create batch endpoints
44
metadata:
55
title: Understand and create batch endpoints
66
description: "Understand and create batch endpoints"
7-
ms.date: 11/24/2022
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: madiepev
1010
ms.topic: interactive-tutorial

learn-pr/wwl-azure/deploy-model-batch-endpoint/3-deploy-your-mlflow-model-batch-endpoint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Deploy your MLflow model to a batch endpoint
44
metadata:
55
title: Deploy your MLflow model to a batch endpoint
66
description: "Deploy your MLflow model to a batch endpoint"
7-
ms.date: 11/24/2022
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: madiepev
1010
ms.topic: interactive-tutorial

learn-pr/wwl-azure/deploy-model-batch-endpoint/4-deploy-custom-model-batch-endpoint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Deploy a custom model to a batch endpoint
44
metadata:
55
title: Deploy a custom model to a batch endpoint
66
description: "Deploy a custom model to a batch endpoint"
7-
ms.date: 11/24/2022
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: madiepev
1010
ms.topic: interactive-tutorial

learn-pr/wwl-azure/deploy-model-batch-endpoint/5-monitor-batch-endpoints.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Invoke and troubleshoot batch endpoints
44
metadata:
55
title: Invoke and troubleshoot batch endpoints
66
description: "Invoke and troubleshoot batch endpoints"
7-
ms.date: 11/24/2022
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: madiepev
1010
ms.topic: interactive-tutorial

learn-pr/wwl-azure/deploy-model-batch-endpoint/6-exercise-deploy-mlflow-model-batch-endpoint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Deploy an MLflow model to a batch endpoint
44
metadata:
55
title: Exercise - Deploy an MLflow model to a batch endpoint
66
description: "Exercise - Deploy an MLflow model to a batch endpoint"
7-
ms.date: 11/24/2022
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: madiepev
1010
ms.topic: interactive-tutorial

learn-pr/wwl-azure/deploy-model-batch-endpoint/7-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Knowledge check
44
metadata:
55
title: Knowledge check
66
description: "Knowledge check"
7-
ms.date: 11/24/2022
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: madiepev
1010
ms.topic: interactive-tutorial

learn-pr/wwl-azure/deploy-model-batch-endpoint/8-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary"
7-
ms.date: 11/24/2022
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: madiepev
1010
ms.topic: interactive-tutorial

learn-pr/wwl-azure/deploy-model-batch-endpoint/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Imagine you trained a model to predict the product sales. The model has been trained and tracked in Azure Machine Learning. Every month, you want to use the model to forecast the sales for the upcoming month.
44

5-
In many production scenarios, long-running tasks that deal with on large amounts of data are performed as **batch** operations. In machine learning, ***batch inferencing*** is used to asynchronously apply a predictive model to multiple cases and write the results to a file or database.
5+
In many production scenarios, long-running tasks that deal with large amounts of data are performed as **batch** operations. In machine learning, ***batch inferencing*** is used to asynchronously apply a predictive model to multiple cases and write the results to a file or database.
66

77
:::image type="content" source="../media/07-02-batch.png" alt-text="Diagram showing a batch inferencing service triggering a batch scoring job.":::
88

0 commit comments

Comments
 (0)