BatchState
Batch execution state.
stateState (string)required
steps objectrequired
property name* Checkpoint
Step execution checkpoint.
stateState (string)required
Execution state (pending, running, completed, failed)
offsets objectrequired
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"
}