JobWriteRequest class reference
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | JobType | ||
| task_id | int | ||
| assignee | int, none_type | [optional] | |
| stage | JobStage | [optional] | |
| state | OperationStatus | [optional] | |
| frame_selection_method | FrameSelectionMethodEnum | [optional] | |
| frame_count | int | The number of frames included in the job. Applicable only to the random frame selection | [optional] |
| seed | int | 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. | [optional] |
| frames | [int] | The list of frame ids. Applicable only to the manual frame selection | [optional] |