@@ -1268,7 +1268,13 @@ public Response<BinaryData> getChatCompletionsWithAzureExtensionsWithResponse(
1268
1268
* <pre>{@code
1269
1269
* {
1270
1270
* id: String (Required)
1271
- * status: String (Required)
1271
+ * created: long (Required)
1272
+ * expires: Long (Optional)
1273
+ * result (Optional): {
1274
+ * created: long (Required)
1275
+ * data: DataModelBase (Required)
1276
+ * }
1277
+ * status: String(notRunning/running/succeeded/canceled/failed) (Required)
1272
1278
* error (Optional): {
1273
1279
* code: String (Required)
1274
1280
* message: String (Required)
@@ -1290,8 +1296,7 @@ public Response<BinaryData> getChatCompletionsWithAzureExtensionsWithResponse(
1290
1296
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
1291
1297
* @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
1292
1298
* @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
1293
- * @return status details for long running operations along with {@link Response} on successful completion of {@link
1294
- * Mono}.
1299
+ * @return the response body along with {@link Response} on successful completion of {@link Mono}.
1295
1300
*/
1296
1301
@ ServiceMethod (returns = ReturnType .SINGLE )
1297
1302
private Mono <Response <BinaryData >> beginAzureBatchImageGenerationWithResponseAsync (
@@ -1328,7 +1333,13 @@ private Mono<Response<BinaryData>> beginAzureBatchImageGenerationWithResponseAsy
1328
1333
* <pre>{@code
1329
1334
* {
1330
1335
* id: String (Required)
1331
- * status: String (Required)
1336
+ * created: long (Required)
1337
+ * expires: Long (Optional)
1338
+ * result (Optional): {
1339
+ * created: long (Required)
1340
+ * data: DataModelBase (Required)
1341
+ * }
1342
+ * status: String(notRunning/running/succeeded/canceled/failed) (Required)
1332
1343
* error (Optional): {
1333
1344
* code: String (Required)
1334
1345
* message: String (Required)
@@ -1350,7 +1361,7 @@ private Mono<Response<BinaryData>> beginAzureBatchImageGenerationWithResponseAsy
1350
1361
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
1351
1362
* @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
1352
1363
* @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
1353
- * @return status details for long running operations along with {@link Response}.
1364
+ * @return the response body along with {@link Response}.
1354
1365
*/
1355
1366
@ ServiceMethod (returns = ReturnType .SINGLE )
1356
1367
private Response <BinaryData > beginAzureBatchImageGenerationWithResponse (
@@ -1385,7 +1396,13 @@ private Response<BinaryData> beginAzureBatchImageGenerationWithResponse(
1385
1396
* <pre>{@code
1386
1397
* {
1387
1398
* id: String (Required)
1388
- * status: String (Required)
1399
+ * created: long (Required)
1400
+ * expires: Long (Optional)
1401
+ * result (Optional): {
1402
+ * created: long (Required)
1403
+ * data: DataModelBase (Required)
1404
+ * }
1405
+ * status: String(notRunning/running/succeeded/canceled/failed) (Required)
1389
1406
* error (Optional): {
1390
1407
* code: String (Required)
1391
1408
* message: String (Required)
@@ -1407,7 +1424,7 @@ private Response<BinaryData> beginAzureBatchImageGenerationWithResponse(
1407
1424
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
1408
1425
* @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
1409
1426
* @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
1410
- * @return the {@link PollerFlux} for polling of status details for long running operations .
1427
+ * @return the {@link PollerFlux} for polling of long- running operation .
1411
1428
*/
1412
1429
@ ServiceMethod (returns = ReturnType .LONG_RUNNING_OPERATION )
1413
1430
public PollerFlux <BinaryData , BinaryData > beginBeginAzureBatchImageGenerationAsync (
@@ -1446,7 +1463,13 @@ public PollerFlux<BinaryData, BinaryData> beginBeginAzureBatchImageGenerationAsy
1446
1463
* <pre>{@code
1447
1464
* {
1448
1465
* id: String (Required)
1449
- * status: String (Required)
1466
+ * created: long (Required)
1467
+ * expires: Long (Optional)
1468
+ * result (Optional): {
1469
+ * created: long (Required)
1470
+ * data: DataModelBase (Required)
1471
+ * }
1472
+ * status: String(notRunning/running/succeeded/canceled/failed) (Required)
1450
1473
* error (Optional): {
1451
1474
* code: String (Required)
1452
1475
* message: String (Required)
@@ -1468,7 +1491,7 @@ public PollerFlux<BinaryData, BinaryData> beginBeginAzureBatchImageGenerationAsy
1468
1491
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
1469
1492
* @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
1470
1493
* @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
1471
- * @return the {@link SyncPoller} for polling of status details for long running operations .
1494
+ * @return the {@link SyncPoller} for polling of long- running operation .
1472
1495
*/
1473
1496
@ ServiceMethod (returns = ReturnType .LONG_RUNNING_OPERATION )
1474
1497
public SyncPoller <BinaryData , BinaryData > beginBeginAzureBatchImageGeneration (
0 commit comments