File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -522,6 +522,13 @@ paths:
522
522
summary : Create batch predictions
523
523
description : >
524
524
Create a new batch prediction.
525
+ parameters :
526
+ - name : num_predictions
527
+ in : query
528
+ description : Number of predictions being sent
529
+ required : false
530
+ schema :
531
+ type : integer
525
532
requestBody :
526
533
$ref : " #/components/requestBodies/api_prompts_batch_predictions_create"
527
534
responses :
@@ -540,6 +547,13 @@ paths:
540
547
summary : Create batch of failed predictions
541
548
description : >
542
549
Create a new batch of failed predictions.
550
+ parameters :
551
+ - name : num_failed_predictions
552
+ in : query
553
+ description : Number of failed predictions being sent
554
+ required : false
555
+ schema :
556
+ type : integer
543
557
requestBody :
544
558
$ref : " #/components/requestBodies/api_prompts_batch_failed_predictions_create"
545
559
responses :
You can’t perform that action at this time.
0 commit comments