Skip to content

Commit d62f3b2

Browse files
author
Richard Sun
committed
[QQC-362] Review feedback
1 parent 90716f4 commit d62f3b2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

labelbox/schema/project.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,17 @@ def update(self, **kwargs):
9797
9898
Args:
9999
kwargs: a dictionary containing attributes to be upserted
100-
* Note that the quality setting cannot be changed after a project has been created. The quality mode
101-
for a project is inferred through the following attributes:
102-
Benchmark:
103-
auto_audit_number_of_labels = 1
104-
auto_audit_percentage = 1.0
105-
Consensus:
106-
auto_audit_number_of_labels > 1
107-
auto_audit_percentage <= 1.0
108-
Attempting to switch between benchmark and consensus modes is an invalid operation and will result
109-
in an error.
110100
101+
Note that the quality setting cannot be changed after a project has been created. The quality mode
102+
for a project is inferred through the following attributes:
103+
Benchmark:
104+
auto_audit_number_of_labels = 1
105+
auto_audit_percentage = 1.0
106+
Consensus:
107+
auto_audit_number_of_labels > 1
108+
auto_audit_percentage <= 1.0
109+
Attempting to switch between benchmark and consensus modes is an invalid operation and will result
110+
in an error.
111111
"""
112112
mode: Optional[Project.QueueMode] = kwargs.pop("queue_mode", None)
113113
if mode:

0 commit comments

Comments
 (0)