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
- null
string
start_time object
하나 이상(anyOf)
- integer
- null
integer
end_time object
하나 이상(anyOf)
- integer
- null
integer
property name*any
Step execution checkpoint.
message object
하나 이상(anyOf)
- string
- null
string
BatchState
{
"state": "string",
"steps": {},
"message": "string"
}