Skip to main content

Batch

Batch execution resource.

idId (string)required

Server-assigned unique identifier

nameName (string)required

Resource name

alias object

Display name shown to users.

anyOf
string
categoryCategory (string)
Default value: batch
type object

Subtype within category

anyOf
string
collection_id object

Parent collection ID

anyOf
string
folder_id object

Identifier of the containing folder.

anyOf
string
tags object

Classification labels

anyOf
  • Array [
  • string
  • ]
  • description object

    Resource description

    anyOf
    string
    markingsstring[]

    Classification marking identifiers returned for this batch. Change them through the marking endpoints rather than create or update requests.

    Default value: []
    created_at object

    Creation timestamp (Unix ms)

    anyOf
    integer
    updated_at object

    Last update timestamp (Unix ms)

    anyOf
    integer
    deployment object
    anyOf
    string
    state object
    anyOf
    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
    start_time object
    anyOf
    integer
    end_time object
    anyOf
    integer
    property name*any

    Step execution checkpoint.

    message object
    anyOf
    string
    Batch
    {
    "id": "string",
    "name": "string",
    "alias": "string",
    "category": "batch",
    "type": "string",
    "collection_id": "string",
    "folder_id": "string",
    "tags": [
    "string"
    ],
    "description": "string",
    "markings": [
    "string"
    ],
    "created_at": 0,
    "updated_at": 0,
    "deployment": "string",
    "state": {
    "state": "string",
    "steps": {},
    "message": "string"
    }
    }