Skip to main content

RunnerTaskDiagnostics

Compact task information for a task known to a runner or cluster state.

taskIdTaskid (string)required

Skulk task ID.

taskKindTaskkind (string)required

Concrete task model name.

taskStatusTaskstatus (string)required

Current event-sourced task status.

instanceIdInstanceid (string)required

Instance associated with the task.

commandId object

External command ID for user-facing inference tasks.

anyOf
string
runnerId object

Runner assigned to the task, if known.

anyOf
string
modelId object

Model associated with the task, if known.

anyOf
string
RunnerTaskDiagnostics
{
"taskId": "string",
"taskKind": "string",
"taskStatus": "string",
"instanceId": "string",
"commandId": "string",
"runnerId": "string",
"modelId": "string"
}