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)
이 평가에 대한 설명
스코어러 레퍼런스 목록(weave:// URI)
실행할 trial 수
evaluation run의 이름
evaluation에 대한 선택적 속성