Lire la prédiction
curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/predictions/{prediction_id} \
--header 'Authorization: Basic <encoded-value>'{
"prediction_id": "<string>",
"model": "<string>",
"inputs": {},
"output": "<unknown>",
"evaluation_run_id": "<string>",
"wb_user_id": "<string>"
}Lire la prédiction
Lire une prédiction.
GET
/
v2
/
{entity}
/
{project}
/
predictions
/
{prediction_id}
Lire la prédiction
curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/predictions/{prediction_id} \
--header 'Authorization: Basic <encoded-value>'{
"prediction_id": "<string>",
"model": "<string>",
"inputs": {},
"output": "<unknown>",
"evaluation_run_id": "<string>",
"wb_user_id": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-dbrian-docs-2514-bedrock-agents.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
L’ID de la prédiction
La référence du modèle (URI weave://)
Les entrées de la prédiction
La sortie de la prédiction
ID de run d’évaluation si cette prédiction y est liée
Ne définissez pas ce champ directement. Le serveur le renseignera automatiquement.
Cette page vous a-t-elle été utile ?
⌘I