Help us improve these docs. Take our quick survey.
curl --request POST \
--url https://api.example.com/call/end \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"end": {
"project_id": "<string>",
"id": "<string>",
"ended_at": "2023-11-07T05:31:56Z",
"summary": {
"usage": {},
"status_counts": {}
},
"exception": "<string>",
"output": null,
"wb_run_step_end": 123
}
}
'{}curl --request POST \
--url https://api.example.com/call/end \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"end": {
"project_id": "<string>",
"id": "<string>",
"ended_at": "2023-11-07T05:31:56Z",
"summary": {
"usage": {},
"status_counts": {}
},
"exception": "<string>",
"output": null,
"wb_run_step_end": 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.
Show child attributes
Réponse réussie
The response is of type CallEndRes · object.
Cette page vous a-t-elle été utile ?