Prediction Finish
curl --request POST \
--url https://api.example.com/v2/{entity}/{project}/predictions/{prediction_id}/finish \
--header 'Authorization: Basic <encoded-value>'{
"success": true
}Prediction Finish
Finish a prediction.
POST
/
v2
/
{entity}
/
{project}
/
predictions
/
{prediction_id}
/
finish
Prediction Finish
curl --request POST \
--url https://api.example.com/v2/{entity}/{project}/predictions/{prediction_id}/finish \
--header 'Authorization: Basic <encoded-value>'{
"success": true
}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-kb-refresh.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Response
Successful Response
Whether the prediction was finished successfully
Was this page helpful?
⌘I