type |
JobType |
|
|
task_id |
int |
|
|
assignee |
int, none_type |
|
[optional] |
stage |
JobStage |
|
[optional] |
state |
OperationStatus |
|
[optional] |
frame_selection_method |
FrameSelectionMethod |
|
[optional] |
frame_count |
int |
The number of frames included in the GT job. Applicable only to the "random_uniform" frame selection method |
[optional] |
frame_share |
float |
The share of frames included in the GT job. Applicable only to the "random_uniform" frame selection method |
[optional] |
frames_per_job_count |
int |
The number of frames included in the GT job from each annotation job. Applicable only to the "random_per_job" frame selection method |
[optional] |
frames_per_job_share |
float |
The share of frames included in the GT job from each annotation job. Applicable only to the "random_per_job" frame selection method |
[optional] |
random_seed |
int |
The seed value for the random number generator. The same value will produce the same frame sets. Applicable only to random frame selection methods. By default, a random value is used. |
[optional] |
seed |
int |
Deprecated. Use random_seed instead. |
[optional] |
frames |
[int] |
The list of frame ids. Applicable only to the "manual" frame selection method |
[optional] |