@@ -3391,6 +3391,7 @@ paths:
33913391 summary : Create a new evaluation job
33923392 description : Creates a new evaluation job for classify, score, or compare tasks
33933393 operationId : evaluation-create
3394+ x-stainless-resource-name : evaluationCreate
33943395 x-codeSamples :
33953396 - lang : Python
33963397 label : Together AI SDK (Python)
@@ -3537,6 +3538,7 @@ paths:
35373538 summary : List evaluation jobs
35383539 description : Get a list of evaluation jobs with optional filtering
35393540 operationId : evaluations-list
3541+ x-stainless-resource-name : evaluationList
35403542 parameters :
35413543 - name : status
35423544 in : query
@@ -5590,7 +5592,7 @@ components:
55905592 type : string
55915593 deleted :
55925594 type : boolean
5593-
5595+
55945596 MultipartInitiateRequest :
55955597 type : object
55965598 required :
@@ -5619,7 +5621,7 @@ components:
56195621 $ref : ' #/components/schemas/FilePurpose'
56205622 file_type :
56215623 $ref : ' #/components/schemas/FileType'
5622-
5624+
56235625 MultipartInitiateResponse :
56245626 type : object
56255627 required :
@@ -5640,7 +5642,7 @@ components:
56405642 description : Presigned URLs and headers for each part
56415643 items :
56425644 $ref : ' #/components/schemas/PartInfo'
5643-
5645+
56445646 PartInfo :
56455647 type : object
56465648 required :
@@ -5662,7 +5664,7 @@ components:
56625664 description : Headers to include with the upload request
56635665 example :
56645666 Authorization : ' Bearer token'
5665-
5667+
56665668 MultipartCompleteRequest :
56675669 type : object
56685670 required :
@@ -5695,7 +5697,7 @@ components:
56955697 type : string
56965698 description : ETag returned from S3 part upload
56975699 example : ' "abc123def456"'
5698-
5700+
56995701 MultipartAbortRequest :
57005702 type : object
57015703 required :
@@ -5710,7 +5712,7 @@ components:
57105712 type : string
57115713 description : File ID from initiate response
57125714 example : ' file-def456'
5713-
5715+
57145716 FinetuneResponse :
57155717 type : object
57165718 required :
0 commit comments