Terminer la prédiction
curl --request POST \
--url https://api.example.com/v2/{entity}/{project}/predictions/{prediction_id}/finish \
--header 'Authorization: Basic <encoded-value>'{
"success": true
}Terminer la prédiction
Terminer une prédiction.
POST
/
v2
/
{entity}
/
{project}
/
predictions
/
{prediction_id}
/
finish
Terminer la prédiction
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.
Autorisations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Réponse
Réponse réussie
Indique si la prédiction s’est terminée avec succès
Cette page vous a-t-elle été utile ?
⌘I