メインコンテンツへスキップ
POST
/
v2
/
{entity}
/
{project}
/
predictions
/
{prediction_id}
/
finish
Prediction の完了
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
必須

予測が正常に完了したかどうか