Skip to content

Commit 33cbe99

Browse files
Oleg TrygubOleg Trygub
authored andcommitted
fixed docstring
1 parent 25ef5f2 commit 33cbe99

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
@@ -1120,8 +1120,10 @@ def get_data_row_ids_for_global_keys(
11201120
'Status' contains the outcome of this job. It can be one of
11211121
'Success', 'Partial Success', or 'Failure'.
11221122
1123-
'Results' contains a list of data row ids successfully fetchced. It may
1124-
not necessarily contain all data rows requested.
1123+
'Results' contains a list of the fetched corresponding data row ids in the input order.
1124+
For data rows that cannot be fetched due to an error, or data rows that do not exist,
1125+
empty string is returned at the position of the respective global_key.
1126+
More error information can be found in the 'Errors' section.
11251127
11261128
'Errors' contains a list of global_keys that could not be fetched, along
11271129
with the failure reason

0 commit comments

Comments
 (0)