Skip to content

Commit 1530bf2

Browse files
committed
update return types
1 parent b2bfa5d commit 1530bf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nucleus/dataset.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def autotag_items(self, autotag_name, for_scores_greater_than=0):
9696
'autotagItems': {
9797
ref_id: str,
9898
score: float,
99-
model_prediction_id: str | None
99+
model_prediction_annotation_id: str | None
100100
ground_truth_annotation_id: str | None,
101101
}[],
102102
'autotag': {
@@ -122,7 +122,7 @@ def autotag_training_items(self, autotag_name):
122122
{
123123
'autotagPositiveTrainingItems': {
124124
ref_id: str,
125-
model_prediction_id: str | None,
125+
model_prediction_annotation_id: str | None,
126126
ground_truth_annotation_id: str | None,
127127
}[],
128128
'autotag': {

0 commit comments

Comments
 (0)