본문으로 건너뛰기

TraceCleanup

Dataset cleanup execution summary with state and timing information.

dataset_idDataset Id (string)필수
dataset_name object
하나 이상(anyOf)
string
state object
하나 이상(anyOf)
stateState (string)필수
tasks object필수
property name* TraceCheckpoint

Execution checkpoint state, offsets, timing, and optional failure details.

stateState (string)필수
offsets object
property name*integer
description object
하나 이상(anyOf)
string
stacktrace object
하나 이상(anyOf)
string
start_time object

Unix time in milliseconds when the checkpoint started, or null when it has not started.

하나 이상(anyOf)
integer
end_time object

Unix time in milliseconds when the checkpoint ended, or null while it is still running.

하나 이상(anyOf)
integer
start_time object

Unix time in milliseconds when dataset cleanup started, or null when it has not started.

하나 이상(anyOf)
integer
end_time object

Unix time in milliseconds when dataset cleanup ended, or null while it is still running.

하나 이상(anyOf)
integer
TraceCleanup
{
"dataset_id": "string",
"dataset_name": "string",
"state": {
"state": "string",
"tasks": {}
},
"start_time": 0,
"end_time": 0
}