We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef2903 commit b5bd8ffCopy full SHA for b5bd8ff
nucleus/dataset.py
@@ -145,7 +145,7 @@ def annotate(
145
update: Optional[bool] = DEFAULT_ANNOTATION_UPDATE_MODE,
146
batch_size: int = 5000,
147
asynchronous: bool = False,
148
- ) -> Union[dict[str, Any], AsyncJob]:
+ ) -> Union[Dict[str, Any], AsyncJob]:
149
"""
150
Uploads ground truth annotations for a given dataset.
151
:param annotations: ground truth annotations for a given dataset to upload
0 commit comments