Batch
id object
anyOf
- string
- null
string
nameName (string)required
alias object
anyOf
- string
- null
string
categoryCategory (string)
Default value:
batchtype object
anyOf
- string
- null
string
collection_id object
anyOf
- string
- null
string
tags object
anyOf
- string[]
- null
Array [
string
]
description object
anyOf
- string
- null
string
created_at object
anyOf
- integer
- null
integer
updated_at object
anyOf
- integer
- null
integer
deployment object
anyOf
- string
- null
string
state object
anyOf
- BatchState
- null
stateState (string)required
steps objectrequired
property name* Checkpoint
stateState (string)required
offsets objectrequired
property name*integer
description object
anyOf
- string
- null
string
start_time object
anyOf
- integer
- null
integer
end_time object
anyOf
- integer
- null
integer
Batch
{
"id": "string",
"name": "string",
"alias": "string",
"category": "batch",
"type": "string",
"collection_id": "string",
"tags": [
"string"
],
"description": "string",
"created_at": 0,
"updated_at": 0,
"deployment": "string",
"state": {
"state": "string",
"steps": {}
}
}