Skip to content

Commit ff3938c

Browse files
Merge pull request #737 from Labelbox/AL-0/Fix_docstring_get_datarowids
Fix dosctring for get_data_row_ids_for_global_keys
2 parents 6cedede + 33cbe99 commit ff3938c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

labelbox/client.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,8 +1161,10 @@ def get_data_row_ids_for_global_keys(
11611161
'Status' contains the outcome of this job. It can be one of
11621162
'Success', 'Partial Success', or 'Failure'.
11631163
1164-
'Results' contains a list of data row ids successfully fetchced. It may
1165-
not necessarily contain all data rows requested.
1164+
'Results' contains a list of the fetched corresponding data row ids in the input order.
1165+
For data rows that cannot be fetched due to an error, or data rows that do not exist,
1166+
empty string is returned at the position of the respective global_key.
1167+
More error information can be found in the 'Errors' section.
11661168
11671169
'Errors' contains a list of global_keys that could not be fetched, along
11681170
with the failure reason

0 commit comments

Comments
 (0)