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 1fd1d57 commit 2b9c0b6Copy full SHA for 2b9c0b6
libs/labelbox/src/labelbox/client.py
@@ -2217,8 +2217,9 @@ def get_embedding_by_name(self, name: str) -> Embedding:
2217
raise labelbox.exceptions.ResourceNotFoundError(Embedding,
2218
dict(name=name))
2219
2220
- def upsert_label_feedback(self, label_id: str, feedback: str,
2221
- scores: Dict[str, float]) -> List[Entity.Label]:
+ def upsert_label_feedback(
+ self, label_id: str, feedback: str,
2222
+ scores: Dict[str, float]) -> List[labelbox.LabelScore]:
2223
"""
2224
Submits the label feedback which is a free-form text and numeric
2225
label scores.
0 commit comments