Eval 結果クエリ
1 つ以上の評価について、グループ化された評価結果行を取得します。
Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-docs-2658.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
承認
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
ボディ
含める評価ルート Call ID。
Evaluation Runs API の評価 Call ID のエイリアス。
グループ化された行に適用されるフィルターです。複数のフィルターは AND 条件で結合されます。
true の場合(デフォルト)、各 predict_and_score Call の子 Call(predict/score)を取得して、predict_call_id、scorer_call_ids、さらにより正確なレイテンシ/トークンデータを取得します。false の場合、これらのフィールドは predict_and_score Call 自体から導出されます(predict_call_id と scorer_call_ids は null/空になります)。
true の場合、各結果行の raw_data_row を設定します。インライン行は dict 値として返され、データセット参照行は、resolve_row_refs も true の場合を除き、ref 文字列として返されます。
true の場合、グループ化された行/試行データを rows に含め、要求された行レベル view の total_rows を計算します。
true の場合、集約された Scorer/評価の summary データを summary に含めます。
グループ化と積集合の後に適用されるオプションの行レベルのページ サイズ。
グループ化と積集合の後に適用されるオプションの行レベルのページ オフセット。
true の場合、要求されたすべての評価に存在する行のみを含めます。
true の場合(include_raw_data_rows=True が必要)、表のルックアップによってデータセット行の参照文字列を実際の行データに解決します。false の場合、データセット行 ref はそのまま返されます。
結果行の並べ替え指定です。サポートされるフィールド接頭辞: scores., inputs., outputs.。null の場合、行は row_digest の昇順で並べ替えられます。
summary セクションに対するオプションの積集合動作です。null の場合は、require_intersection の値が使用されます。