Help us improve these docs. Take our quick survey.
cURL
curl --request GET \ --url https://api.example.com/v2/{entity}/{project}/predictions/{prediction_id} \ --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
성공 응답
예측 ID
모델 레퍼런스(weave:// URI)
예측의 입력값
예측의 출력값
이 예측이 연결된 Evaluation run ID(있는 경우)
직접 설정하지 마세요. 서버가 이 필드를 자동으로 채웁니다.
이 페이지가 도움이 되었나요?