@@ -6,7 +6,7 @@ manager: nitinme
6
6
ms.service : azure-ai-openai
7
7
ms.custom :
8
8
ms.topic : how-to
9
- ms.date : 08/30 /2024
9
+ ms.date : 09/04 /2024
10
10
author : mrbullwinkle
11
11
ms.author : mbullwin
12
12
recommendations : false
@@ -169,37 +169,39 @@ When a job failure occurs, you'll find details about the failure in the `errors`
169
169
``` json
170
170
"value" : [
171
171
{
172
- "cancelled_at" : null ,
173
- "cancelling_at" : null ,
174
- "completed_at" : " 2024-06-27T06:50:01.6603753+00:00" ,
175
- "completion_window" : null ,
176
- "created_at" : " 2024-06-27T06:37:07.3746615+00:00" ,
177
- "error_file_id" : " file-f13a58f6-57c7-44d6-8ceb-b89682588072" ,
178
- "expired_at" : null ,
179
- "expires_at" : " 2024-06-28T06:37:07.3163459+00:00" ,
180
- "failed_at" : null ,
181
- "finalizing_at" : " 2024-06-27T06:49:59.1994732+00:00" ,
182
- "id" : " batch_50fa47a0-ef19-43e5-9577-a4679b92faff" ,
183
- "in_progress_at" : " 2024-06-27T06:39:57.455977+00:00" ,
184
- "input_file_id" : " file-42147e78ea42488682f4fd1d73028e72" ,
185
- "errors" : {
172
+ "id" : " batch_80f5ad38-e05b-49bf-b2d6-a799db8466da" ,
173
+ "completion_window" : " 24h" ,
174
+ "created_at" : 1725419394 ,
175
+ "endpoint" : " /chat/completions" ,
176
+ "input_file_id" : " file-c2d9a7881c8a466285e6f76f6321a681" ,
177
+ "object" : " batch" ,
178
+ "status" : " failed" ,
179
+ "cancelled_at" : null ,
180
+ "cancelling_at" : null ,
181
+ "completed_at" : 1725419955 ,
182
+ "error_file_id" : " file-3b0f9beb-11ce-4796-bc31-d54e675f28fb" ,
183
+ "errors" : {
186
184
"object" : “list”,
187
185
"data" : [
188
186
{
189
187
“code”: “empty_file”,
190
188
“message”: “The input file is empty. Please ensure that the batch contains at least one request.”
191
189
}
192
190
]
193
- },
194
- "metadata" : null ,
195
- "object" : " batch" ,
196
- "output_file_id" : " file-22d970b7-376e-4223-a307-5bb081ea24d7" ,
191
+ },
192
+ "expired_at" : null ,
193
+ "expires_at" : 1725505794 ,
194
+ "failed_at" : null ,
195
+ "finalizing_at" : 1725419710 ,
196
+ "in_progress_at" : 1725419572 ,
197
+ "metadata" : null ,
198
+ "output_file_id" : " file-ef12af98-dbbc-4d27-8309-2df57feed572" ,
199
+
197
200
"request_counts" : {
198
201
"total" : 10 ,
199
202
"completed" : null ,
200
203
"failed" : null
201
204
},
202
- "status" : " Failed"
203
205
}
204
206
```
205
207
0 commit comments