Job interface

Signature:

export interface Job

Properties

Property Type Description

architecture

string

autoPlacement?

ManagerPB.AutoPlacement

(Optional)

availabilityDomain

string

blueprint?

BlueprintRef

(Optional) Blueprint-shaped jobs (task 39). If set, the worker launches the blueprint stack; if absent, the legacy services/volumes path is used. Manager is opaque to the content — blueprint and blueprintParameters are stored and forwarded as-is.

blueprintParameters?

Record<string, string>

(Optional) Resolved env-var overrides for the blueprint compose stack (defaults already layered with operator overrides at submit time). Wire shape is a map<string,string>; absent and empty are indistinguishable.

cloud

Cloud

currentHash

bigint

description

string

jobId

JobId

managerConfiguration?

string

(Optional) JSON configuration to be passed to the manager and stored with the job

norskCpuList?

number[]

(Optional)

norskMediaVersion

NorskVersion

norskServiceParameters?

ServiceParameters

(Optional) Service parameters to be passed to the Norsk Media container when it is started

services

Service[]

Additional services to be run as part of the job

shape

string

startDateTime

Date

Date and time for when the job should be started

state

JobState

subnet

string

tags

{ [key: string]: string; }

Tags to associate with the job

volumes?

string[]

(Optional)

writeFiles?

WriteFile[]

(Optional)