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
Copy file name to clipboardExpand all lines: cognite/client/data_classes/workflows.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -559,8 +559,8 @@ class TagDetectionTaskParameters(WorkflowTaskParameters):
559
559
The tag detection task parameters are used to specify a tag detection task.
560
560
561
561
Args:
562
-
file_instance_ids (list[NodeId] | str): List of files to detect tags in. Can be a reference.
563
-
entity_filters (list[TagDetectionTaskEntityFilter]): Entity search specification(s) used to fetch DMS entities to match on.
562
+
file_instance_ids (list[NodeId] | str): List of files to detect tags in. A minimum of 1 file is expected. Can be a reference.
563
+
entity_filters (list[TagDetectionTaskEntityFilter]): Entity search specification(s) used to fetch DMS entities to match on. Must contain between 1 and 10 filters.
564
564
min_tokens (int | None): Each detected item must match the detected entity on at least this number of tokens. A token is a substring of consecutive letters or digits.
565
565
partial_match (bool | None): Allow partial (fuzzy) matching of entities in the engineering diagrams. Creates a match only when it is possible to do so unambiguously.
566
566
write_annotations (bool): Whether annotations should be automatically be written for the files
0 commit comments