Help us improve these docs. Take our quick survey.
curl --request POST \
--url https://api.example.com/table/query_stats_batch \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"digests": "aonareimsvtl13apimtalpa4435rpmgnaemrpgmarltarstaorsnte134avrims",
"include_storage_size": false
}
'{
"tables": [
{
"count": 123,
"digest": "<string>",
"storage_size_bytes": 123
}
]
}curl --request POST \
--url https://api.example.com/table/query_stats_batch \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"digests": "aonareimsvtl13apimtalpa4435rpmgnaemrpgmarltarstaorsnte134avrims",
"include_storage_size": false
}
'{
"tables": [
{
"count": 123,
"digest": "<string>",
"storage_size_bytes": 123
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
Use this file to discover all available pages before exploring further.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
L’ID du projet
"my_entity/my_project"
Les empreintes des tableaux à interroger
"aonareimsvtl13apimtalpa4435rpmgnaemrpgmarltarstaorsnte134avrims"
Si la valeur est true, la colonne storage_size_bytes est renvoyée.
Réponse réussie
Show child attributes
Cette page vous a-t-elle été utile ?