Batch
Batch execution resource.
idId (string)필수
Server-assigned unique identifier
nameName (string)필수
Resource name
alias object
Display name shown to users.
- string
- null
string
categoryCategory (string)
기본값:
batchtype object
Subtype within category
- string
- null
string
collection_id object
Parent collection ID
- string
- null
string
folder_id object
Identifier of the containing folder.
- string
- null
string
tags object
Classification labels
- string[]
- null
Array [
string
]
description object
Resource description
- string
- null
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)
- integer
- null
integer
updated_at object
Last update timestamp (Unix ms)
- integer
- null
integer
deployment object
하나 이상(anyOf)
- string
- null
string
state object
하나 이상(anyOf)
- BatchState
- null
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
- 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
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"
}
}