메인 콘텐츠로 건너뛰기
POST
/
v2
/
{entity}
/
{project}
/
predictions
/
{prediction_id}
/
finish
예측 완료
curl --request POST \
  --url https://api.example.com/v2/{entity}/{project}/predictions/{prediction_id}/finish \
  --header 'Authorization: Basic <encoded-value>'
{
  "success": true
}

인증

Authorization
string
header
필수

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

경로 매개변수

entity
string
필수
project
string
필수
prediction_id
string
필수

응답

성공적인 응답

success
boolean
필수

예측이 성공적으로 완료되었는지 여부