Help us improve these docs. Take our quick survey.
cURL
curl --request GET \ --url https://api.example.com/v2/{entity}/{project}/scores \ --header 'Authorization: Basic <encoded-value>'
[ { "score_id": "<string>", "scorer": "<string>", "value": 123, "evaluation_run_id": "<string>", "wb_user_id": "<string>" } ]
점수 목록을 조회합니다.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
평가 run ID 기준으로 필터링
반환할 최대 점수 수
건너뛸 점수 수
JSONL 형식의 데이터 스트림
점수 ID
scorer 레퍼런스(weave:// URI)
점수 값
이 점수에 연결된 Evaluation run ID
직접 설정하지 마세요. 서버가 이 필드를 자동으로 채웁니다.
이 페이지가 도움이 되었나요?