@@ -102,7 +102,7 @@ def count_labels(
102102 asset_step_name_in: Returned assets are in a step whose name belong to that list, if given.
103103 Only applicable if the project is in WorkflowV2.
104104 asset_step_status_in: Returned assets have the status of their step that belongs to that list, if given.
105- Possible choices: `TO_DO`, `DOING `, `PARTIALLY_DONE`, `REDO `, `DONE`, `SKIPPED`.
105+ Possible choices: `TO_DO`, `IN_PROGRESS `, `PARTIALLY_DONE`, `REWORK `, `DONE`, `SKIPPED`.
106106 Only applicable if the project is in WorkflowV2.
107107 author_in: Returned labels should have been made by authors in that list, if given.
108108 An author can be designated by the first name, the last name, or the first name + last name.
@@ -401,7 +401,7 @@ def labels(
401401 asset_step_name_in: Returned assets are in a step whose name belong to that list, if given.
402402 Only applicable if the project is in WorkflowV2.
403403 asset_step_status_in: Returned assets have the status of their step that belongs to that list, if given.
404- Possible choices: `TO_DO`, `DOING `, `PARTIALLY_DONE`, `REDO `, `DONE`, `SKIPPED`.
404+ Possible choices: `TO_DO`, `IN_PROGRESS `, `PARTIALLY_DONE`, `REWORK `, `DONE`, `SKIPPED`.
405405 Only applicable if the project is in WorkflowV2.
406406 author_in: Returned labels should have been made by authors in that list, if given.
407407 An author can be designated by the first name, the last name, or the first name + last name.
@@ -650,7 +650,7 @@ def predictions(
650650 asset_step_name_in: Returned assets are in a step whose name belong to that list, if given.
651651 Only applicable if the project is in WorkflowV2.
652652 asset_step_status_in: Returned assets have the status of their step that belongs to that list, if given.
653- Possible choices: `TO_DO`, `DOING `, `PARTIALLY_DONE`, `REDO `, `DONE`, `SKIPPED`.
653+ Possible choices: `TO_DO`, `IN_PROGRESS `, `PARTIALLY_DONE`, `REWORK `, `DONE`, `SKIPPED`.
654654 Only applicable if the project is in WorkflowV2.
655655 author_in: Returned labels should have been made by authors in that list, if given.
656656 An author can be designated by the first name, the last name, or the first name + last name.
@@ -843,7 +843,7 @@ def inferences(
843843 asset_step_name_in: Returned assets are in a step whose name belong to that list, if given.
844844 Only applicable if the project is in WorkflowV2.
845845 asset_step_status_in: Returned assets have the status of their step that belongs to that list, if given.
846- Possible choices: `TO_DO`, `DOING `, `PARTIALLY_DONE`, `REDO `, `DONE`, `SKIPPED`.
846+ Possible choices: `TO_DO`, `IN_PROGRESS `, `PARTIALLY_DONE`, `REWORK `, `DONE`, `SKIPPED`.
847847 Only applicable if the project is in WorkflowV2.
848848 author_in: Returned labels should have been made by authors in that list, if given.
849849 An author can be designated by the first name, the last name, or the first name + last name.
0 commit comments