File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments