You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/openai/latest.md
+34-12Lines changed: 34 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,8 @@ Create the structure of an evaluation that can be used to test a model's perform
74
74
75
75
An evaluation is a set of testing criteria and a datasource. After creating an evaluation, you can run it on different models and model parameters. We support several types of graders and datasources.
76
76
77
-
NOTE: This Azure OpenAI API is in preview and subject to change.
77
+
> [!NOTE]
78
+
> This Azure OpenAI API is in preview and subject to change.
78
79
79
80
### URI Parameters
80
81
@@ -132,7 +133,9 @@ GET {endpoint}/openai/v1/evals/{eval_id}?api-version=v1
132
133
Retrieve an evaluation by its ID.
133
134
Retrieves an evaluation by its ID.
134
135
135
-
NOTE: This Azure OpenAI API is in preview and subject to change.
136
+
> [!NOTE]
137
+
> This Azure OpenAI API is in preview and subject to change.
138
+
136
139
### URI Parameters
137
140
138
141
| Name | In | Required | Type | Description |
@@ -178,7 +181,9 @@ POST {endpoint}/openai/v1/evals/{eval_id}?api-version=v1
178
181
179
182
Update select, mutable properties of a specified evaluation.
180
183
181
-
NOTE: This Azure OpenAI API is in preview and subject to change.
184
+
> [!NOTE]
185
+
> This Azure OpenAI API is in preview and subject to change.
0 commit comments