Help us improve these docs. Take our quick survey.
cURL
curl --request GET \ --url https://api.example.com/v2/{entity}/{project}/predictions \ --header 'Authorization: Basic <encoded-value>'
[ { "prediction_id": "<string>", "model": "<string>", "inputs": {}, "output": "<unknown>", "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로 필터링 평가 run ID 기준으로 필터링
반환할 최대 예측 수
건너뛸 예측 수
JSONL 형식의 데이터 스트림
예측 ID
모델 레퍼런스(weave:// URI)
예측의 입력값
예측의 출력값
이 예측이 연결된 Evaluation run ID(있는 경우)
직접 설정하지 마세요. 서버가 이 필드를 자동으로 채웁니다.
이 페이지가 도움이 되었나요?