Help us improve these docs. Take our quick survey.
cURL
curl --request POST \ --url https://api.example.com/v2/{entity}/{project}/predictions/{prediction_id}/finish \ --header 'Authorization: Basic <encoded-value>'
{ "success": true }
예측을 완료합니다.
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
성공 응답
예측이 성공적으로 완료되었는지 여부
이 페이지가 도움이 되었나요?