Skip to content

Commit 7600a93

Browse files
authored
PR review changes
1 parent 2ee356b commit 7600a93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-foundry/how-to/develop/cloud-evaluation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ To learn more about input data formats for evaluating agents, see [evaluating Az
110110

111111
We provide two ways to register your data in Azure AI project required for evaluations in the cloud:
112112

113-
1. Uploading new datasets to your Project:
113+
- Uploading new datasets to your Project:
114114

115115
- **From SDK**: Upload new data from your local directory to your Azure AI project in the SDK, and fetch the dataset ID as a result.
116116

@@ -120,7 +120,7 @@ data_id, _ = project_client.upload_file("./evaluate_test_data.jsonl")
120120

121121
- **From UI**: Alternatively, you can upload new data or update existing data versions by following the UI walkthrough under the **Data** tab of your Azure AI project.
122122

123-
2. Specifying existing datasets uploaded to your Project:
123+
- Specifying existing datasets uploaded to your Project:
124124

125125
- **From SDK**: if you already know the dataset name you created, construct the dataset ID in this format: `/subscriptions/<subscription-id>/resourceGroups/<resource-group>/providers/Microsoft.MachineLearningServices/workspaces/<project-name>/data/<dataset-name>/versions/<version-number>`
126126

0 commit comments

Comments
 (0)