본문으로 건너뛰기

BatchState

Batch execution state.

stateState (string)필수
steps object필수
property name* Checkpoint

Step execution checkpoint.

stateState (string)필수

Execution state (pending, running, completed, failed)

offsets object필수

Processing progress offsets

property name*integer
description object
하나 이상(anyOf)
string
start_time object
하나 이상(anyOf)
integer
end_time object
하나 이상(anyOf)
integer
property name*any

Step execution checkpoint.

message object
하나 이상(anyOf)
string
BatchState
{
"state": "string",
"steps": {},
"message": "string"
}