File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
libs/labelbox/tests/integration Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
from labelbox .schema .labeling_service import LabelingServiceStatus
2
+ from labelbox .schema .ontology_kind import EditorTaskType
3
+ from labelbox .schema .media_type import MediaType
2
4
3
5
4
6
def test_request_labeling_service_moe_offline_project (
@@ -15,6 +17,9 @@ def test_request_labeling_service_moe_offline_project(
15
17
assert labeling_service_dashboard .status == LabelingServiceStatus .Missing
16
18
assert labeling_service_dashboard .tasks_completed == 0
17
19
assert labeling_service_dashboard .tasks_remaining == 0
20
+ assert labeling_service_dashboard .media_type == MediaType .Conversational
21
+ assert labeling_service_dashboard .editor_task_type == EditorTaskType .OfflineModelChatEvaluation
22
+ assert labeling_service_dashboard .service_type == "Offline chat evaluation"
18
23
19
24
labeling_service_dashboard = project .client .get_labeling_service_dashboards (
20
25
).get_one ()
You can’t perform that action at this time.
0 commit comments