Skip to content

Commit ab595b6

Browse files
committed
Update docs metadata
1 parent a2414d1 commit ab595b6

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

docs-ref-services/latest/ai-evaluation-readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Azure AI Evaluation client library for Python
33
keywords: Azure, python, SDK, API, azure-ai-evaluation, evaluation
4-
ms.date: 11/09/2025
4+
ms.date: 11/10/2025
55
ms.topic: reference
66
ms.devlang: python
77
ms.service: evaluation
88
---
9-
# Azure AI Evaluation client library for Python - version 1.13.3
9+
# Azure AI Evaluation client library for Python - version 1.13.4
1010

1111

1212
Use Azure AI Evaluation SDK to assess the performance of your generative AI applications. Generative AI application generations are quantitatively measured with mathematical based metrics, AI-assisted quality and safety metrics. Metrics are defined as `evaluators`. Built-in or custom evaluators can provide comprehensive insights into the application's capabilities and limitations.
@@ -328,18 +328,18 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
328328

329329
<!-- LINKS -->
330330

331-
[source_code]: https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-evaluation_1.13.3/sdk/evaluation/azure-ai-evaluation
331+
[source_code]: https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-evaluation_1.13.4/sdk/evaluation/azure-ai-evaluation
332332
[evaluation_pypi]: https://pypi.org/project/azure-ai-evaluation/
333333
[evaluation_ref_docs]: https://learn.microsoft.com/python/api/azure-ai-evaluation/azure.ai.evaluation?view=azure-python-preview
334334
[evaluation_samples]: https://github.com/Azure-Samples/azureai-samples/tree/main/scenarios
335335
[product_documentation]: https://learn.microsoft.com/azure/ai-studio/how-to/develop/evaluate-sdk
336336
[python_logging]: https://docs.python.org/3/library/logging.html
337337
[sdk_logging_docs]: /azure/developer/python/azure-sdk-logging
338-
[azure_core_readme]: https://github.com/Azure/azure-sdk-for-python/blob/azure-ai-evaluation_1.13.3/sdk/core/azure-core/README.md
338+
[azure_core_readme]: https://github.com/Azure/azure-sdk-for-python/blob/azure-ai-evaluation_1.13.4/sdk/core/azure-core/README.md
339339
[pip_link]: https://pypi.org/project/pip/
340340
[azure_core_ref_docs]: https://aka.ms/azsdk-python-core-policies
341-
[azure_core]: https://github.com/Azure/azure-sdk-for-python/blob/azure-ai-evaluation_1.13.3/sdk/core/azure-core/README.md
342-
[azure_identity]: https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-evaluation_1.13.3/sdk/identity/azure-identity
341+
[azure_core]: https://github.com/Azure/azure-sdk-for-python/blob/azure-ai-evaluation_1.13.4/sdk/core/azure-core/README.md
342+
[azure_identity]: https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-evaluation_1.13.4/sdk/identity/azure-identity
343343
[cla]: https://cla.microsoft.com
344344
[code_of_conduct]: https://opensource.microsoft.com/codeofconduct/
345345
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
@@ -349,7 +349,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
349349
[evaluators]: https://learn.microsoft.com/python/api/azure-ai-evaluation/azure.ai.evaluation?view=azure-python-preview
350350
[evaluate_api]: https://learn.microsoft.com/python/api/azure-ai-evaluation/azure.ai.evaluation?view=azure-python-preview#azure-ai-evaluation-evaluate
351351
[evaluate_app]: https://github.com/Azure-Samples/azureai-samples/tree/main/scenarios/evaluate/Supported_Evaluation_Targets/Evaluate_App_Endpoint
352-
[evaluation_tsg]: https://github.com/Azure/azure-sdk-for-python/blob/azure-ai-evaluation_1.13.3/sdk/evaluation/azure-ai-evaluation/TROUBLESHOOTING.md
352+
[evaluation_tsg]: https://github.com/Azure/azure-sdk-for-python/blob/azure-ai-evaluation_1.13.4/sdk/evaluation/azure-ai-evaluation/TROUBLESHOOTING.md
353353
[ai_studio]: https://learn.microsoft.com/azure/ai-studio/what-is-ai-studio
354354
[ai_project]: https://learn.microsoft.com/azure/ai-studio/how-to/create-projects?tabs=ai-studio
355355
[azure_openai]: https://learn.microsoft.com/azure/ai-services/openai/

metadata/latest/azure-ai-evaluation.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "azure-ai-evaluation",
3-
"Version": "1.13.3",
3+
"Version": "1.13.4",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/evaluation/azure-ai-evaluation",
66
"ServiceDirectory": "evaluation",
@@ -10,7 +10,7 @@
1010
"SdkType": "client",
1111
"IsNewSdk": true,
1212
"ArtifactName": "azure-ai-evaluation",
13-
"ReleaseStatus": "2025-11-08",
13+
"ReleaseStatus": "2025-11-10",
1414
"IncludedForValidation": false,
1515
"AdditionalValidationPackages": [
1616
""
@@ -27,8 +27,8 @@
2727
{
2828
"GenerateVMJobs": true,
2929
"Name": "ai_ci_matrix",
30-
"Path": "sdk/evaluation/platform-matrix.json",
31-
"Selection": "sparse"
30+
"Selection": "sparse",
31+
"Path": "sdk/evaluation/platform-matrix.json"
3232
}
3333
]
3434
},

0 commit comments

Comments
 (0)