본문으로 건너뛰기

BatchResponse

Batch start response — Batch representation + deprecated item mirror.

idId (string)필수

Server-assigned unique identifier

nameName (string)필수

Resource name

alias object

Display name shown to users.

하나 이상(anyOf)
string
categoryCategory (string)
기본값: 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.

    기본값: []
    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)필수
    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
    start_time object
    하나 이상(anyOf)
    integer
    end_time object
    하나 이상(anyOf)
    integer
    property name*any

    Step execution checkpoint.

    message object
    하나 이상(anyOf)
    string
    itemItem (string)필수사용 중단
    BatchResponse
    {
    "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"
    }
    }