Skip to content

Commit c9449b6

Browse files
committed
pydocs
1 parent 3cc9d5d commit c9449b6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

nucleus/dataset.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -941,16 +941,16 @@ def set_continuous_indexing(self, enable: bool = True):
941941
return response
942942

943943
def get_continuous_indexing_status(self):
944-
"""Get current continuous indexing status for the dataset.
944+
"""Gets the continuous indexing progress for the dataset.
945945
946946
Returns:
947947
Response payload::
948948
949949
{
950-
"total_images": Count of images in the dataset
951-
"indexed_images": Count of images with embeddings in the dataset
952-
"percent_indexed": Percent of images in the dataset that have been successfully indexed
953-
"additional_context": Additional context to the response
950+
"total_images": int
951+
"indexed_images": int
952+
"percent_indexed": float
953+
"additional_context": str
954954
}
955955
"""
956956
return self._client.make_request(

0 commit comments

Comments
 (0)