Skip to main content
GET
評価の一覧

パスパラメータ

entity
string
必須
project
string
必須

クエリパラメータ

limit
integer | null

返す評価の最大数

offset
integer | null

スキップする評価の数

レスポンス

JSONL 形式のデータストリーム

created_at
string<date-time>
必須

評価が作成された日時

dataset
string
必須

データセット参照(weave:// URI)

digest
string
必須

評価のダイジェスト

name
string
必須

評価の名

object_id
string
必須

評価のID

scorers
string[]
必須

scorer 参照のリスト(weave:// URI)

trials
integer
必須

試行回数

version_index
integer
必須

評価のバージョンインデックス

description
string | null

評価の説明

evaluate_op
string | null

Evaluate op の参照(weave:// URI)

evaluation_name
string | null

評価 run の名

predict_and_score_op
string | null

predict および score op の参照(weave:// URI)

summarize_op
string | null

summarize op の参照(weave:// URI)