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 @@ -959,9 +959,9 @@ def create_response_creation_project(self, **kwargs) -> Project:
959
959
kwargs [
960
960
"media_type" ] = MediaType .Text # Only Text is supported
961
961
kwargs [
962
- "editor_task_type" ] = EditorTaskType .ResponseCreation .value # Special editor task type for offline model evaluation
962
+ "editor_task_type" ] = EditorTaskType .ResponseCreation .value # Special editor task type for response creation projects
963
963
964
- # The following arguments are not supported for offline model evaluation
964
+ # The following arguments are not supported for response creation projects
965
965
kwargs .pop ("dataset_name_or_id" , None )
966
966
kwargs .pop ("append_to_existing_dataset" , None )
967
967
kwargs .pop ("data_row_count" , None )
You can’t perform that action at this time.
0 commit comments