OptimizationCandidate interface

すべてのタスクにおける単一の候補エージェント構成の集約評価結果。

プロパティ

avg_score

すべてのタスクの平均総合スコア。

avg_tokens

すべてのタスクの平均トークン使用量。

candidate_id

サーバー割り当ての候補識別子。 GET /candidates/{id}サブエンドポイントと組み合わせて使用してください。

eval_id

この候補者の評価に使用されたファウンドリ評価識別子。

eval_run_id

この候補者の得点ランに関するファウンドリー評価ラン識別子。

mutations

基準から変異したもの(例:{system_prompt: 'new prompt'}})。

name

候補者名の表示(例:「baseline」、「instruction-v2」)。

promotion

プロモーションのメタデータ。 昇進していない候補者は無効です。

プロパティの詳細

avg_score

すべてのタスクの平均総合スコア。

avg_score: number

プロパティ値

number

avg_tokens

すべてのタスクの平均トークン使用量。

avg_tokens: number

プロパティ値

number

candidate_id

サーバー割り当ての候補識別子。 GET /candidates/{id}サブエンドポイントと組み合わせて使用してください。

candidate_id?: string

プロパティ値

string

eval_id

この候補者の評価に使用されたファウンドリ評価識別子。

eval_id?: string

プロパティ値

string

eval_run_id

この候補者の得点ランに関するファウンドリー評価ラン識別子。

eval_run_id?: string

プロパティ値

string

mutations

基準から変異したもの(例:{system_prompt: 'new prompt'}})。

mutations?: Record<string, any>

プロパティ値

Record<string, any>

name

候補者名の表示(例:「baseline」、「instruction-v2」)。

name: string

プロパティ値

string

promotion

プロモーションのメタデータ。 昇進していない候補者は無効です。

promotion?: PromotionInfo

プロパティ値