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.
2 parents 8b00ee3 + 4e56927 commit 8e11ab8Copy full SHA for 8e11ab8
labelbox/data/serialization/labelbox_v1/label.py
@@ -131,7 +131,7 @@ class LBV1Label(BaseModel):
131
seconds_to_label: Optional[float] = Extra('Seconds to Label')
132
agreement: Optional[float] = Extra('Agreement')
133
benchmark_agreement: Optional[float] = Extra('Benchmark Agreement')
134
- benchmark_id: Optional[float] = Extra('Benchmark ID')
+ benchmark_id: Optional[str] = Extra('Benchmark ID')
135
dataset_name: Optional[str] = Extra('Dataset Name')
136
reviews: Optional[List[Review]] = Extra('Reviews')
137
label_url: Optional[str] = Extra('View Label')
0 commit comments