Help us improve these docs. Take our quick survey.
cURL
curl --request GET \ --url https://api.example.com/v2/{entity}/{project}/scorers/{object_id}/versions/{digest} \ --header 'Authorization: Basic <encoded-value>'
{ "object_id": "<string>", "digest": "<string>", "version_index": 123, "created_at": "2023-11-07T05:31:56Z", "name": "<string>", "score_op": "<string>", "description": "<string>" }
scorer 객체를 조회합니다.
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
성공적인 응답
scorer ID
scorer의 다이제스트
객체의 버전 인덱스
scorer가 생성된 시점
scorer의 이름
Scorer.score op 레퍼런스
scorer에 대한 설명
이 페이지가 도움이 되었나요?