Interface JobWriteRequest

Export

JobWriteRequest

Hierarchy

  • JobWriteRequest

Properties

assignee?: null | number

Memberof

JobWriteRequest

frame_count?: number

The number of frames included in the job. Applicable only to the random frame selection

Memberof

JobWriteRequest

frame_selection_method?: FrameSelectionMethodEnum

Memberof

JobWriteRequest

frames?: number[]

The list of frame ids. Applicable only to the manual frame selection

Memberof

JobWriteRequest

seed?: number

The seed value for the random number generator. The same value will produce the same frame sets. Applicable only to the random frame selection. By default, a random value is used.

Memberof

JobWriteRequest

stage?: JobStage

Memberof

JobWriteRequest

Memberof

JobWriteRequest

task_id: number

Memberof

JobWriteRequest

type: JobType

Memberof

JobWriteRequest

Generated using TypeDoc