Skip to content

Commit 9bb6977

Browse files
committed
SDK regeneration
1 parent 4ea4107 commit 9bb6977

File tree

13 files changed

+685
-619
lines changed

13 files changed

+685
-619
lines changed

.mock/definition/__package__.yml

Lines changed: 116 additions & 116 deletions
Original file line numberDiff line numberDiff line change
@@ -187,168 +187,168 @@ types:
187187
Serializer get numbers from project queryset annotation,
188188
make sure, that you use correct one(Project.objects.with_counts())
189189
properties:
190-
prompts: string
191-
pinned_at:
192-
type: optional<datetime>
193-
docs: Pinned date and time
194-
show_instruction:
190+
blueprints: list<BlueprintList>
191+
overlap_cohort_percentage:
192+
type: optional<integer>
193+
validation:
194+
min: -2147483648
195+
max: 2147483647
196+
skipped_annotations_number: string
197+
finished_task_number: integer
198+
duplication_done:
195199
type: optional<boolean>
196-
docs: Show instructions to the annotator before they start
200+
default: false
201+
is_published:
202+
type: optional<boolean>
203+
docs: Whether or not the project is published to annotators
204+
data_types: unknown
205+
sampling: optional<AllRolesProjectListSampling>
206+
task_number:
207+
type: integer
208+
docs: Total task number in project
197209
ground_truth_number:
198210
type: integer
199211
docs: Honeypot annotation number in project
200-
duplication_done:
212+
config_has_control_tags:
213+
type: boolean
214+
docs: Flag to detect is project ready for labeling
215+
pause_on_failed_annotator_evaluation:
201216
type: optional<boolean>
202217
default: false
203-
queue_left: string
204-
blueprints: list<BlueprintList>
205-
min_annotations_to_start_training:
206-
type: optional<integer>
207-
docs: >-
208-
Minimum number of completed tasks after which model training is
209-
started
210-
validation:
211-
min: -2147483648
212-
max: 2147483647
213-
review_settings: ReviewSettings
214-
members_count: string
215-
created_at: datetime
216-
maximum_annotations:
218+
annotator_evaluation_minimum_tasks:
217219
type: optional<integer>
218-
docs: >-
219-
Maximum number of annotations for one task. If the number of
220-
annotations per task is equal or greater to this value, the task is
221-
completed (is_labeled=True)
220+
default: 10
222221
validation:
223-
min: -2147483648
224-
max: 2147483647
222+
min: 0
223+
expert_instruction:
224+
type: optional<string>
225+
docs: Labeling instructions in HTML format
226+
enable_empty_annotation:
227+
type: optional<boolean>
228+
docs: Allow annotators to submit empty annotations
225229
show_annotation_history:
226230
type: optional<boolean>
227231
docs: Show annotation history to annotator
228-
organization: optional<integer>
229-
total_predictions_number: integer
230-
queue_done: string
232+
id: integer
233+
show_collab_predictions:
234+
type: optional<boolean>
235+
docs: If set, the annotator can view model predictions
236+
pinned_at:
237+
type: optional<datetime>
238+
docs: Pinned date and time
239+
total_annotations_number: string
240+
review_settings: ReviewSettings
231241
members: string
232-
label_config:
242+
color:
233243
type: optional<string>
234-
docs: Label config in XML format. See more about it in documentation
235-
overlap_cohort_percentage:
236-
type: optional<integer>
237244
validation:
238-
min: -2147483648
239-
max: 2147483647
240-
rejected: string
241-
enable_empty_annotation:
245+
maxLength: 16
246+
evaluate_predictions_automatically:
242247
type: optional<boolean>
243-
docs: Allow annotators to submit empty annotations
248+
docs: Retrieve and display predictions when loading a task
249+
annotator_evaluation_minimum_score:
250+
type: optional<string>
251+
default: '95.00'
252+
validation:
253+
pattern: ^-?\d{0,3}(?:\.\d{0,2})?$
254+
config_suitable_for_bulk_annotation:
255+
type: boolean
256+
docs: Flag to detect is project ready for bulk annotation
257+
comment_classification_config: optional<string>
244258
annotation_limit_percent:
245259
type: optional<string>
246260
validation:
247261
pattern: ^-?\d{0,3}(?:\.\d{0,2})?$
248-
sampling: optional<AllRolesProjectListSampling>
249-
show_ground_truth_first: optional<boolean>
250-
is_draft:
251-
type: optional<boolean>
252-
docs: Whether or not the project is in the middle of being created
253262
reviewed_number: string
254-
skipped_annotations_number: string
255-
total_annotations_number: string
256263
model_version:
257264
type: optional<string>
258265
docs: Machine learning model version
259-
task_number:
260-
type: integer
261-
docs: Total task number in project
262-
allow_stream: string
263-
show_collab_predictions:
264-
type: optional<boolean>
265-
docs: If set, the annotator can view model predictions
266-
reviewer_queue_total: string
267-
require_comment_on_skip:
268-
type: optional<boolean>
269-
default: false
270-
evaluate_predictions_automatically:
271-
type: optional<boolean>
272-
docs: Retrieve and display predictions when loading a task
273-
description:
266+
created_at: datetime
267+
title:
274268
type: optional<string>
275-
docs: Project description
269+
docs: Project name. Must be between 3 and 50 characters long.
270+
validation:
271+
minLength: 3
272+
maxLength: 50
273+
parsed_label_config: unknown
276274
annotation_limit_count:
277275
type: optional<integer>
278276
validation:
279277
min: 1
280-
config_suitable_for_bulk_annotation:
281-
type: boolean
282-
docs: Flag to detect is project ready for bulk annotation
283-
queue_total: string
278+
queue_left: string
279+
queue_done: string
280+
members_count: string
281+
reveal_preannotations_interactively:
282+
type: optional<boolean>
283+
docs: Reveal pre-annotations interactively
284+
require_comment_on_skip:
285+
type: optional<boolean>
286+
default: false
287+
skip_queue: optional<AllRolesProjectListSkipQueue>
288+
review_total_tasks: string
284289
show_skip_button:
285290
type: optional<boolean>
286291
docs: Show a skip button in interface and allow annotators to skip the task
287292
num_tasks_with_annotations: string
293+
is_draft:
294+
type: optional<boolean>
295+
docs: Whether or not the project is in the middle of being created
296+
start_training_on_annotation_update:
297+
type: boolean
298+
docs: Start model training after any annotations are submitted or updated
299+
total_predictions_number: integer
288300
control_weights: optional<unknown>
289-
data_types: unknown
290-
annotator_evaluation_minimum_score:
291-
type: optional<string>
292-
default: '95.00'
301+
assignment_settings: AssignmentSettings
302+
rejected: string
303+
has_blueprints: string
304+
workspace: string
305+
maximum_annotations:
306+
type: optional<integer>
307+
docs: >-
308+
Maximum number of annotations for one task. If the number of
309+
annotations per task is equal or greater to this value, the task is
310+
completed (is_labeled=True)
293311
validation:
294-
pattern: ^-?\d{0,3}(?:\.\d{0,2})?$
295-
description_short: string
312+
min: -2147483648
313+
max: 2147483647
314+
prompts: string
315+
reviewer_queue_total: string
316+
min_annotations_to_start_training:
317+
type: optional<integer>
318+
docs: >-
319+
Minimum number of completed tasks after which model training is
320+
started
321+
validation:
322+
min: -2147483648
323+
max: 2147483647
296324
custom_task_lock_ttl:
297325
type: optional<integer>
298326
docs: TTL in seconds for task reservations, on new and existing tasks
299327
validation:
300328
min: 1
301329
max: 86400
302-
id: integer
303-
color:
304-
type: optional<string>
305-
validation:
306-
maxLength: 16
307-
useful_annotation_number: string
308-
custom_script: optional<string>
309-
pause_on_failed_annotator_evaluation:
330+
show_instruction:
310331
type: optional<boolean>
311-
default: false
312-
annotator_evaluation_minimum_tasks:
313-
type: optional<integer>
314-
default: 10
315-
validation:
316-
min: 0
317-
finished_task_number: integer
318-
start_training_on_annotation_update:
319-
type: boolean
320-
docs: Start model training after any annotations are submitted or updated
321-
config_has_control_tags:
322-
type: boolean
323-
docs: Flag to detect is project ready for labeling
324-
workspace: string
325-
workspace_title: string
326-
title:
327-
type: optional<string>
328-
docs: Project name. Must be between 3 and 50 characters long.
329-
validation:
330-
minLength: 3
331-
maxLength: 50
332-
show_overlap_first: optional<boolean>
332+
docs: Show instructions to the annotator before they start
333333
ready: string
334-
has_blueprints: string
334+
allow_stream: string
335+
description_short: string
336+
workspace_title: string
337+
show_ground_truth_first: optional<boolean>
338+
organization: optional<integer>
339+
useful_annotation_number: string
335340
created_by:
336341
type: optional<UserSimple>
337342
docs: Project owner
338-
assignment_settings: AssignmentSettings
339-
skip_queue: optional<AllRolesProjectListSkipQueue>
340-
parsed_label_config: unknown
341-
comment_classification_config: optional<string>
342-
reveal_preannotations_interactively:
343-
type: optional<boolean>
344-
docs: Reveal pre-annotations interactively
345-
review_total_tasks: string
346-
is_published:
347-
type: optional<boolean>
348-
docs: Whether or not the project is published to annotators
349-
expert_instruction:
343+
label_config:
350344
type: optional<string>
351-
docs: Labeling instructions in HTML format
345+
docs: Label config in XML format. See more about it in documentation
346+
show_overlap_first: optional<boolean>
347+
custom_script: optional<string>
348+
description:
349+
type: optional<string>
350+
docs: Project description
351+
queue_total: string
352352
source:
353353
openapi: openapi/openapi.yaml
354354
AnnotatedEnum:

0 commit comments

Comments
 (0)