Skip to content

Commit 51055fb

Browse files
Update openapi.yaml
1 parent a3793c3 commit 51055fb

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

openapi.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3368,6 +3368,7 @@ paths:
33683368
status:
33693369
type: string
33703370
enum: [pending, queued, running, completed, error, user_error]
3371+
example: completed
33713372
results:
33723373
oneOf:
33733374
- $ref: '#/components/schemas/EvaluationClassifyResults'
@@ -6731,6 +6732,7 @@ components:
67316732
workflow_id:
67326733
type: string
67336734
description: The ID of the created evaluation job
6735+
example: "eval-1234-1244513"
67346736
status:
67356737
type: string
67366738
enum: [pending]
@@ -6747,15 +6749,15 @@ components:
67476749
type: string
67486750
enum: [classify, score, compare]
67496751
description: The type of evaluation
6750-
example: classift
6752+
example: classify
67516753
owner_id:
67526754
type: string
67536755
description: ID of the job owner (admin only)
67546756
status:
67556757
type: string
67566758
enum: [pending, queued, running, completed, error, user_error]
67576759
description: Current status of the job
6758-
example: pending
6760+
example: completed
67596761
status_updates:
67606762
type: array
67616763
items:
@@ -6806,11 +6808,6 @@ components:
68066808
EvaluationClassifyResults:
68076809
type: object
68086810
properties:
6809-
counts:
6810-
type: object
6811-
additionalProperties:
6812-
type: number
6813-
description: Count of samples for each label
68146811
generation_fail_count:
68156812
type: number
68166813
format: integer

0 commit comments

Comments
 (0)