Open
Conversation
(LogID: 2025092312090101009108820949935E9) Co-Authored-By: Coda <coda@bytedance.com>
(LogID: 2025092312090101009108820949935E9) Co-Authored-By: Coda <coda@bytedance.com>
(LogID: 2025092312090101009108820949935E9) Co-Authored-By: Coda <coda@bytedance.com>
dsf86
reviewed
Sep 26, 2025
| service EvaluationOpenAPIService { | ||
| // 评测集接口 (9个) | ||
| // 1.1 创建评测集 | ||
| CreateEvaluationSetOpenAPIResponse CreateEvaluationSet(1: CreateEvaluationSetOpenAPIRequest req) (api.post = "/open-apis/evaluation/v1/evaluation_sets") |
Collaborator
dsf86
reviewed
Sep 28, 2025
| struct GetEvaluationSetOpenAPIRequest { | ||
| 1: required string workspace_id (api.js_conv="true", go.tag='json:"workspace_id"') | ||
| 2: required string evaluation_set_id (api.path = "evaluation_set_id") | ||
| 3: optional bool include_deleted |
dsf86
reviewed
Sep 28, 2025
| 2: required string name (vt.min_size = "1", vt.max_size = "255") | ||
| 3: optional string description (vt.max_size = "2048") | ||
| 4: optional eval_set.EvaluationSetSchema evaluation_set_schema | ||
| 5: optional string biz_category (vt.max_size = "128") |
dsf86
reviewed
Sep 28, 2025
|
|
||
| // 评测集 | ||
| struct EvaluationSet { | ||
| 1: optional string evaluation_set_id |
Collaborator
There was a problem hiding this comment.
这里为什么不直接写id呢,还有EvaluationSetVersion里的version_id
dsf86
reviewed
Sep 28, 2025
|
|
||
| // 1.1 创建评测集 | ||
| struct CreateEvaluationSetOpenAPIRequest { | ||
| 1: required string workspace_id (api.js_conv="true", go.tag='json:"workspace_id"') |
…ationSet, GetEvaluationSet, ListEvaluationSets (LogID: 202509281948170100910941219983125) Co-Authored-By: Coda <coda@bytedance.com>
… convertor (LogID: 202509281948170100910941219983125) Co-Authored-By: Coda <coda@bytedance.com>
…ic to separate methods (LogID: 202509281948170100910941219983125) Co-Authored-By: Coda <coda@bytedance.com>
…rate methods (LogID: 202509281948170100910941219983125) Co-Authored-By: Coda <coda@bytedance.com>
…unified method parameter (LogID: 202509281948170100910941219983125) Co-Authored-By: Coda <coda@bytedance.com>
…error tracking (LogID: 202509281948170100910941219983125) Co-Authored-By: Coda <coda@bytedance.com>
…DTO/xxxDTO2DO convention (LogID: 202509281948170100910941219983125) Co-Authored-By: Coda <coda@bytedance.com>
…rchitecture (LogID: 20250928231227010091094121028E1E4) Co-Authored-By: Coda <coda@bytedance.com>
Codecov Report❌ Patch coverage is ❌ Your patch check has failed because the patch coverage (0.00%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. @@ Coverage Diff @@
## main #208 +/- ##
==========================================
- Coverage 62.76% 61.55% -1.22%
==========================================
Files 479 483 +4
Lines 52927 53963 +1036
==========================================
- Hits 33221 33218 -3
- Misses 17374 18412 +1038
- Partials 2332 2333 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
openapi for evaluation
Check the PR title.
(Optional) Translate the PR title into Chinese.
(Optional) More detailed description for this PR(en: English/zh: Chinese).
en:
zh(optional):
(Optional) Which issue(s) this PR fixes: