TraceResponse
taskIdTaskid (string)required
traces object[]required
Array [
nameName (string)required
startUsStartus (integer)required
durationUsDurationus (integer)required
rankRank (integer)required
categoryCategory (string)required
nodeId object
anyOf
- string
- null
string
modelId object
anyOf
- string
- null
string
taskKind object
anyOf
- string
- null
string
Possible values: [image, text, embedding]
tagsstring[]
attrs object
property name* object
anyOf
- string
- integer
- number
- boolean
- string[]
string
]
sourceNodes object[]
Array [
nodeIdNodeid (string)required
friendlyName object
anyOf
- string
- null
string
]
TraceResponse
{
"taskId": "string",
"traces": [
{
"name": "string",
"startUs": 0,
"durationUs": 0,
"rank": 0,
"category": "string",
"nodeId": "string",
"modelId": "string",
"taskKind": "image",
"tags": [
"string"
],
"attrs": {}
}
],
"sourceNodes": [
{
"nodeId": "string",
"friendlyName": "string"
}
]
}