Skip to main content
Version: v0.2.0

Batch

id object
anyOf
string
nameName (string)required
alias object
anyOf
string
categoryCategory (string)
Default value: batch
type object
anyOf
string
collection_id object
anyOf
string
tags object
anyOf
  • Array [
  • string
  • ]
  • description object
    anyOf
    string
    created_at object
    anyOf
    integer
    updated_at object
    anyOf
    integer
    deployment object
    anyOf
    string
    state object
    anyOf
    stateState (string)required
    steps objectrequired
    property name* Checkpoint
    stateState (string)required
    offsets objectrequired
    property name*integer
    description object
    anyOf
    string
    start_time object
    anyOf
    integer
    end_time object
    anyOf
    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": {}
    }
    }