Help us improve these docs. Take our quick survey.
curl --request POST \
--url https://api.example.com/obj/read \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"digest": "<string>",
"object_id": "<string>",
"project_id": "<string>",
"include_tags_and_aliases": false,
"metadata_only": false
}
'{
"obj": {
"base_object_class": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"digest": "<string>",
"is_latest": 123,
"kind": "<string>",
"object_id": "<string>",
"project_id": "<string>",
"val": "<unknown>",
"version_index": 123,
"aliases": [
"<string>"
],
"deleted_at": "2023-11-07T05:31:56Z",
"leaf_object_class": "<string>",
"size_bytes": 123,
"tags": [
"<string>"
],
"wb_user_id": "<string>"
}
}curl --request POST \
--url https://api.example.com/obj/read \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"digest": "<string>",
"object_id": "<string>",
"project_id": "<string>",
"include_tags_and_aliases": false,
"metadata_only": false
}
'{
"obj": {
"base_object_class": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"digest": "<string>",
"is_latest": 123,
"kind": "<string>",
"object_id": "<string>",
"project_id": "<string>",
"val": "<unknown>",
"version_index": 123,
"aliases": [
"<string>"
],
"deleted_at": "2023-11-07T05:31:56Z",
"leaf_object_class": "<string>",
"size_bytes": 123,
"tags": [
"<string>"
],
"wb_user_id": "<string>"
}
}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.
Si true, les tags et les alias sont récupérés et inclus dans la réponse.
Si la valeur est true, la colonne val n’est pas lue depuis la base de données et reste vide. Tous les autres champs sont renvoyés.
Réponse réussie
Show child attributes
Cette page vous a-t-elle été utile ?