You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
honeypot_mark_lt: Deprecated. Use `honeypot_mark_lte` instead.
292
307
status_in: Returned assets should have a status that belongs to that list, if given.
293
308
Possible choices: `TODO`, `ONGOING`, `LABELED`, `TO_REVIEW` or `REVIEWED`.
309
+
Only applicable if the project is in the WorkflowV1 (legacy).
294
310
label_type_in: Returned assets should have a label whose type belongs to that list, if given.
295
311
label_author_in: Returned assets should have a label whose author belongs to that list, if given. An author can be designated by the first name, the last name, or the first name + last name.
296
312
label_consensus_mark_gt: Deprecated. Use `label_consensus_mark_gte` instead.
@@ -335,6 +351,10 @@ def assets(
335
351
external_id_in: Returned assets should have external ids that partially match the ones in the list.
336
352
For example, with `external_id_in=['abc']`, any asset with an external id containing `'abc'` will be returned.
337
353
label_output_format: If `parsed_label`, the labels in the assets will be parsed. More information on parsed labels in the [documentation](https://python-sdk-docs.kili-technology.com/latest/sdk/tutorials/label_parsing/).
354
+
step_in: Returned assets are in the step whose name belong to that list, if given.
355
+
Only applicable if the project is in WorkflowV2.
356
+
step_status_in: Returned assets have the status in their step that belongs to that list, if given.
- `skipped`: only applicable if the project is in the WorkflowV1 (legacy).
1153
+
- `status_in`: only applicable if the project is in the WorkflowV1 (legacy).
1151
1154
- `label_category_search`
1152
1155
- `created_at_gte`
1153
1156
- `created_at_lte`
@@ -1156,6 +1159,8 @@ def export_labels(
1156
1159
- `inference_mark_gte`
1157
1160
- `inference_mark_lte`
1158
1161
- `metadata_where`
1162
+
- `step_in`: : only applicable if the project is in the WorkflowV2.
1163
+
- `step_status_in`: only applicable if the project is in the WorkflowV2.
1159
1164
1160
1165
See the documentation of [`kili.assets()`](https://python-sdk-docs.kili-technology.com/latest/sdk/asset/#kili.queries.asset.__init__.QueriesAsset.assets) for more information.
1161
1166
normalized_coordinates: This parameter is only effective on the Kili (a.k.a raw) format.
0 commit comments