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 5353from labelbox .schema .slice import CatalogSlice , ModelSlice
5454from labelbox .schema .task import Task
5555from labelbox .schema .user import User
56+ from labelbox .schema .label_score import LabelScore
5657from labelbox .schema .ontology_kind import (OntologyKind , EditorTaskTypeMapper ,
5758 EditorTaskType )
5859
@@ -2219,7 +2220,7 @@ def get_embedding_by_name(self, name: str) -> Embedding:
22192220
22202221 def upsert_label_feedback (
22212222 self , label_id : str , feedback : str ,
2222- scores : Dict [str , float ]) -> List [labelbox . LabelScore ]:
2223+ scores : Dict [str , float ]) -> List [LabelScore ]:
22232224 """
22242225 Submits the label feedback which is a free-form text and numeric
22252226 label scores.
You can’t perform that action at this time.
0 commit comments