File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
libs/labelbox/src/labelbox Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 53
53
from labelbox .schema .slice import CatalogSlice , ModelSlice
54
54
from labelbox .schema .task import Task
55
55
from labelbox .schema .user import User
56
+ from labelbox .schema .label_score import LabelScore
56
57
from labelbox .schema .ontology_kind import (OntologyKind , EditorTaskTypeMapper ,
57
58
EditorTaskType )
58
59
@@ -2219,7 +2220,7 @@ def get_embedding_by_name(self, name: str) -> Embedding:
2219
2220
2220
2221
def upsert_label_feedback (
2221
2222
self , label_id : str , feedback : str ,
2222
- scores : Dict [str , float ]) -> List [labelbox . LabelScore ]:
2223
+ scores : Dict [str , float ]) -> List [LabelScore ]:
2223
2224
"""
2224
2225
Submits the label feedback which is a free-form text and numeric
2225
2226
label scores.
You can’t perform that action at this time.
0 commit comments