curl --request POST \
--url https://api.example.com/v2/{entity}/{project}/evaluations \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"dataset": "<string>",
"description": "<string>",
"scorers": [
"<string>"
],
"trials": 1,
"evaluation_name": "<string>",
"eval_attributes": {}
}
'{
"digest": "<string>",
"object_id": "<string>",
"version_index": 123,
"evaluation_ref": "<string>"
}評価オブジェクトを作成します。
curl --request POST \
--url https://api.example.com/v2/{entity}/{project}/evaluations \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"dataset": "<string>",
"description": "<string>",
"scorers": [
"<string>"
],
"trials": 1,
"evaluation_name": "<string>",
"eval_attributes": {}
}
'{
"digest": "<string>",
"object_id": "<string>",
"version_index": 123,
"evaluation_ref": "<string>"
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
この評価の名前。同じ名前を持つ評価は同じ系列としてバージョン管理されます。
データセットへの参照 (weave:// URI)
この評価の説明
scorer 参照のリスト(weave:// URI)
実行する試行の回数
evaluation run の名前
evaluation のオプション属性