@@ -519,6 +519,7 @@ def update(
519519 agreement_threshold : typing .Optional [str ] = OMIT ,
520520 annotation_limit_count : typing .Optional [int ] = OMIT ,
521521 annotation_limit_percent : typing .Optional [str ] = OMIT ,
522+ annotator_evaluation_continuous_tasks : typing .Optional [int ] = OMIT ,
522523 annotator_evaluation_enabled : typing .Optional [bool ] = OMIT ,
523524 annotator_evaluation_minimum_score : typing .Optional [str ] = OMIT ,
524525 annotator_evaluation_minimum_tasks : typing .Optional [int ] = OMIT ,
@@ -583,6 +584,8 @@ def update(
583584
584585 annotation_limit_percent : typing.Optional[str]
585586
587+ annotator_evaluation_continuous_tasks : typing.Optional[int]
588+
586589 annotator_evaluation_enabled : typing.Optional[bool]
587590 Enable annotator evaluation for the project
588591
@@ -713,6 +716,7 @@ def update(
713716 "agreement_threshold" : agreement_threshold ,
714717 "annotation_limit_count" : annotation_limit_count ,
715718 "annotation_limit_percent" : annotation_limit_percent ,
719+ "annotator_evaluation_continuous_tasks" : annotator_evaluation_continuous_tasks ,
716720 "annotator_evaluation_enabled" : annotator_evaluation_enabled ,
717721 "annotator_evaluation_minimum_score" : annotator_evaluation_minimum_score ,
718722 "annotator_evaluation_minimum_tasks" : annotator_evaluation_minimum_tasks ,
@@ -1642,6 +1646,7 @@ async def update(
16421646 agreement_threshold : typing .Optional [str ] = OMIT ,
16431647 annotation_limit_count : typing .Optional [int ] = OMIT ,
16441648 annotation_limit_percent : typing .Optional [str ] = OMIT ,
1649+ annotator_evaluation_continuous_tasks : typing .Optional [int ] = OMIT ,
16451650 annotator_evaluation_enabled : typing .Optional [bool ] = OMIT ,
16461651 annotator_evaluation_minimum_score : typing .Optional [str ] = OMIT ,
16471652 annotator_evaluation_minimum_tasks : typing .Optional [int ] = OMIT ,
@@ -1706,6 +1711,8 @@ async def update(
17061711
17071712 annotation_limit_percent : typing.Optional[str]
17081713
1714+ annotator_evaluation_continuous_tasks : typing.Optional[int]
1715+
17091716 annotator_evaluation_enabled : typing.Optional[bool]
17101717 Enable annotator evaluation for the project
17111718
@@ -1836,6 +1843,7 @@ async def update(
18361843 "agreement_threshold" : agreement_threshold ,
18371844 "annotation_limit_count" : annotation_limit_count ,
18381845 "annotation_limit_percent" : annotation_limit_percent ,
1846+ "annotator_evaluation_continuous_tasks" : annotator_evaluation_continuous_tasks ,
18391847 "annotator_evaluation_enabled" : annotator_evaluation_enabled ,
18401848 "annotator_evaluation_minimum_score" : annotator_evaluation_minimum_score ,
18411849 "annotator_evaluation_minimum_tasks" : annotator_evaluation_minimum_tasks ,
0 commit comments