Skip to content

Commit e8e04ce

Browse files
committed
fix acronlinx score
1 parent 0f2fed5 commit e8e04ce

16 files changed

Lines changed: 76 additions & 5 deletions

learn-pr/wwl-data-ai/automated-evaluation-genaiops/includes/5-batch-evaluations-python.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Cloud evaluations enable systematic quality assessment by running multiple evaluators across entire test datasets in Microsoft Foundry. This eliminates the need to manage local compute infrastructure and supports large-scale automated testing workflows.
1+
Cloud evaluations enable systematic quality assessment by running multiple evaluators across entire test datasets in Microsoft Foundry. These automated evaluations eliminate the need to manage local compute infrastructure and support large-scale automated testing workflows.
22

33
Adventure Works needs to evaluate 500 test examples against multiple quality criteria to validate their prompt update before deployment. Cloud evaluation with the Foundry SDK completes this work efficiently, running evaluators in parallel and storing results for analysis.
44

@@ -7,11 +7,11 @@ Adventure Works needs to evaluate 500 test examples against multiple quality cri
77
88
## Define data schema and evaluators
99

10-
Cloud evaluation needs to understand your data structure before running evaluators. You define this through a **data source config** that describes the fields in your JSONL dataset and specifies which evaluators to run.
10+
Cloud evaluation needs to understand your data structure before running evaluators. You define this structure through a **data source config** that describes the fields in your JSONL dataset and specifies which evaluators to run.
1111

1212
**Why you need a data schema:**
1313

14-
The data schema tells the evaluation service what fields exist in your dataset and which ones are required. This enables validation before execution and helps the service allocate the right resources. Think of it as a contract between your data and the evaluation service.
14+
The data schema tells the evaluation service what fields exist in your dataset and which ones are required. The data schema enables validation before execution and helps the service allocate the right resources. Think of it as a contract between your data and the evaluation service.
1515

1616
```python
1717
from openai.types.eval_create_params import DataSourceConfigCustom
@@ -183,7 +183,7 @@ print(f"View detailed report: {run.report_url}")
183183

184184
All evaluators return a standardized schema for each evaluated item:
185185

186-
- **Label**: Binary "pass" or "fail" label, similar to a unit test's output—use this for quick comparisons across evaluators
186+
- **Label**: Binary "pass" or "fail" label, similar to a unit test's output—use the label for quick comparisons across evaluators
187187
- **Score**: Score from the evaluator's natural scale (1-5 for quality evaluators, 0-7 for safety evaluators, 0-1 for similarity metrics)
188188
- **Threshold**: Default threshold that determines pass/fail from the score (you can override this)
189189
- **Reason**: Explanation for the score (for LLM-judge evaluators only)
@@ -194,4 +194,4 @@ For aggregate results across your entire dataset, access `run.result_counts` for
194194
> [!TIP]
195195
> Use the `report_url` to view results in the Foundry portal with filtering, sorting, and visualization tools. For CI/CD workflows, parse `output_items` programmatically to enforce quality gates.
196196
197-
Now that you understand how to run cloud evaluations with the Foundry SDK, you're ready to learn how to integrate these evaluation workflows into GitHub Actions for automated quality assurance on every code change.
197+
In the next unit, you learn how to integrate these evaluation workflows into GitHub Actions to automate quality assurance on every code change.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.design-solutions-secure-applications.design-full-lifecycle-strategy-application-security
3+
title: Design a full lifecycle strategy for application security
4+
metadata:
5+
title: Design a full lifecycle strategy for application security
6+
description: "SC-100 preparatory unit on this topic: design a full lifecycle strategy for application security."
7+
ms.date: 02/10/2026
8+
author: ceperezb
9+
ms.author: ceperezb
10+
ms.topic: unit
11+
ai-usage: ai-assisted
12+
durationInMinutes: 8
13+
content: |
14+
[!include[](includes/2a-design-full-lifecycle-strategy-application-security.md)]
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.design-solutions-secure-applications.map-technologies-application-security-requirements
3+
title: Map technologies to application security requirements
4+
metadata:
5+
title: Map technologies to application security requirements
6+
description: "SC-100 preparatory unit on this topic: map technologies to application security requirements."
7+
ms.date: 02/10/2026
8+
author: ceperezb
9+
ms.author: ceperezb
10+
ms.topic: unit
11+
ai-usage: ai-assisted
12+
durationInMinutes: 8
13+
content: |
14+
[!include[](includes/8a-map-technologies-application-security-requirements.md)]
56.8 KB
Loading
121 KB
Loading
94.3 KB
Loading
59.7 KB
Loading
15.7 KB
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.design-solutions-secure-privileged-access.introduction
3+
title: Introduction
4+
metadata:
5+
title: Introduction
6+
description: "Introduction to designing solutions for securing privileged access using Zero Trust principles and Microsoft security frameworks."
7+
ms.date: 01/28/2026
8+
author: ceperezb
9+
ms.author: ceperezb
10+
ms.topic: unit
11+
durationInMinutes: 2
12+
content: |
13+
[!include[](includes/0-introduction.md)]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.design-solutions-secure-privileged-access.design-cloud-infrastructure-entitlement-management
3+
title: Design a solution for cloud infrastructure entitlement management
4+
metadata:
5+
title: Design a solution for cloud infrastructure entitlement management
6+
description: "Learn to design cloud infrastructure entitlement management (CIEM) solutions using Permissions Management in Microsoft Defender for Cloud for multicloud environments."
7+
ms.date: 01/28/2026
8+
author: ceperezb
9+
ms.author: ceperezb
10+
ms.topic: unit
11+
durationInMinutes: 5
12+
content: |
13+
[!include[](includes/4a-design-cloud-infrastructure-entitlement-management.md)]

0 commit comments

Comments
 (0)