File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libs/labelbox/src/labelbox Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -940,9 +940,9 @@ def create_response_creation_project(self, **kwargs) -> Project:
940
940
kwargs [
941
941
"media_type" ] = MediaType .Text # Only Text is supported
942
942
kwargs [
943
- "editor_task_type" ] = EditorTaskType .ResponseCreation .value # Special editor task type for offline model evaluation
943
+ "editor_task_type" ] = EditorTaskType .ResponseCreation .value # Special editor task type for response creation projects
944
944
945
- # The following arguments are not supported for offline model evaluation
945
+ # The following arguments are not supported for response creation projects
946
946
kwargs .pop ("dataset_name_or_id" , None )
947
947
kwargs .pop ("append_to_existing_dataset" , None )
948
948
kwargs .pop ("data_row_count" , None )
You can’t perform that action at this time.
0 commit comments