Skip to content

Commit 8285614

Browse files
robot-ci-heartexnikitabelonogovfern-api[bot]
authored
ci: PLT-852: Update OpenAI YAML with LSE (#501)
Co-authored-by: Nikita Belonogov <[email protected]> Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
1 parent f6dc162 commit 8285614

File tree

6 files changed

+597
-597
lines changed

6 files changed

+597
-597
lines changed

.mock/definition/__package__.yml

Lines changed: 111 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -187,169 +187,169 @@ types:
187187
Serializer get numbers from project queryset annotation,
188188
make sure, that you use correct one(Project.objects.with_counts())
189189
properties:
190-
workspace: string
191-
custom_script: optional<string>
192-
require_comment_on_skip:
193-
type: optional<boolean>
194-
default: false
195-
created_by:
196-
type: optional<UserSimple>
197-
docs: Project owner
198-
total_predictions_number: integer
199-
annotation_limit_percent:
200-
type: optional<string>
201-
validation:
202-
pattern: ^-?\d{0,3}(?:\.\d{0,2})?$
203-
total_annotations_number: string
204190
workspace_title: string
205-
show_collab_predictions:
206-
type: optional<boolean>
207-
docs: If set, the annotator can view model predictions
208-
annotator_evaluation_minimum_tasks:
191+
ready: string
192+
overlap_cohort_percentage:
209193
type: optional<integer>
210-
default: 10
211194
validation:
212-
min: 0
213-
reviewed_number: string
214-
start_training_on_annotation_update:
215-
type: boolean
216-
docs: Start model training after any annotations are submitted or updated
195+
min: -2147483648
196+
max: 2147483647
197+
queue_left: string
217198
config_suitable_for_bulk_annotation:
218199
type: boolean
219200
docs: Flag to detect is project ready for bulk annotation
220-
maximum_annotations:
201+
has_blueprints: string
202+
show_overlap_first: optional<boolean>
203+
queue_total: string
204+
enable_empty_annotation:
205+
type: optional<boolean>
206+
docs: Allow annotators to submit empty annotations
207+
custom_task_lock_ttl:
221208
type: optional<integer>
222-
docs: >-
223-
Maximum number of annotations for one task. If the number of
224-
annotations per task is equal or greater to this value, the task is
225-
completed (is_labeled=True)
209+
docs: TTL in seconds for task reservations, on new and existing tasks
226210
validation:
227-
min: -2147483648
228-
max: 2147483647
211+
min: 1
212+
max: 86400
213+
prompts: string
214+
start_training_on_annotation_update:
215+
type: boolean
216+
docs: Start model training after any annotations are submitted or updated
217+
evaluate_predictions_automatically:
218+
type: optional<boolean>
219+
docs: Retrieve and display predictions when loading a task
229220
show_instruction:
230221
type: optional<boolean>
231222
docs: Show instructions to the annotator before they start
232223
color:
233224
type: optional<string>
234225
validation:
235226
maxLength: 16
236-
control_weights: optional<unknown>
237227
sampling: optional<AllRolesProjectListSampling>
238-
description_short: string
239-
queue_total: string
240-
created_at: datetime
241-
pause_on_failed_annotator_evaluation:
242-
type: optional<boolean>
243-
default: false
228+
created_by:
229+
type: optional<UserSimple>
230+
docs: Project owner
244231
reveal_preannotations_interactively:
245232
type: optional<boolean>
246233
docs: Reveal pre-annotations interactively
247-
config_has_control_tags:
248-
type: boolean
249-
docs: Flag to detect is project ready for labeling
250-
comment_classification_config: optional<string>
251-
rejected: string
252-
blueprints: list<BlueprintList>
253-
id: integer
254-
ready: string
255-
evaluate_predictions_automatically:
234+
pinned_at:
235+
type: optional<datetime>
236+
docs: Pinned date and time
237+
finished_task_number: integer
238+
parsed_label_config: unknown
239+
duplication_done:
256240
type: optional<boolean>
257-
docs: Retrieve and display predictions when loading a task
258-
annotation_limit_count:
259-
type: optional<integer>
260-
validation:
261-
min: 1
262-
queue_left: string
241+
default: false
242+
reviewer_queue_total: string
243+
show_ground_truth_first: optional<boolean>
263244
task_number:
264245
type: integer
265246
docs: Total task number in project
266-
model_version:
267-
type: optional<string>
268-
docs: Machine learning model version
269-
expert_instruction:
247+
num_tasks_with_annotations: string
248+
description_short: string
249+
id: integer
250+
allow_stream: string
251+
annotation_limit_percent:
270252
type: optional<string>
271-
docs: Labeling instructions in HTML format
272-
enable_empty_annotation:
253+
validation:
254+
pattern: ^-?\d{0,3}(?:\.\d{0,2})?$
255+
created_at: datetime
256+
annotation_limit_count:
257+
type: optional<integer>
258+
validation:
259+
min: 1
260+
queue_done: string
261+
control_weights: optional<unknown>
262+
data_types: unknown
263+
reviewed_number: string
264+
total_annotations_number: string
265+
total_predictions_number: integer
266+
config_has_control_tags:
267+
type: boolean
268+
docs: Flag to detect is project ready for labeling
269+
blueprints: list<BlueprintList>
270+
is_published:
273271
type: optional<boolean>
274-
docs: Allow annotators to submit empty annotations
272+
docs: Whether or not the project is published to annotators
273+
duplication_status: optional<string>
274+
review_total_tasks: string
275275
show_skip_button:
276276
type: optional<boolean>
277277
docs: Show a skip button in interface and allow annotators to skip the task
278-
queue_done: string
279-
assignment_settings: AssignmentSettings
280-
overlap_cohort_percentage:
278+
is_draft:
279+
type: optional<boolean>
280+
docs: Whether or not the project is in the middle of being created
281+
title:
282+
type: optional<string>
283+
docs: Project name. Must be between 3 and 50 characters long.
284+
validation:
285+
minLength: 3
286+
maxLength: 50
287+
show_collab_predictions:
288+
type: optional<boolean>
289+
docs: If set, the annotator can view model predictions
290+
members: string
291+
min_annotations_to_start_training:
281292
type: optional<integer>
293+
docs: >-
294+
Minimum number of completed tasks after which model training is
295+
started
282296
validation:
283297
min: -2147483648
284298
max: 2147483647
285-
show_ground_truth_first: optional<boolean>
286-
reviewer_queue_total: string
287-
show_annotation_history:
288-
type: optional<boolean>
289-
docs: Show annotation history to annotator
290-
members_count: string
291-
custom_task_lock_ttl:
299+
workspace: string
300+
organization: optional<integer>
301+
assignment_settings: AssignmentSettings
302+
annotator_evaluation_minimum_tasks:
292303
type: optional<integer>
293-
docs: TTL in seconds for task reservations, on new and existing tasks
304+
default: 10
294305
validation:
295-
min: 1
296-
max: 86400
297-
prompts: string
298-
useful_annotation_number: string
299-
duplication_status: optional<string>
300-
has_blueprints: string
301-
organization: optional<integer>
302-
members: string
303-
duplication_done:
304-
type: optional<boolean>
305-
default: false
306-
allow_stream: string
307-
is_draft:
308-
type: optional<boolean>
309-
docs: Whether or not the project is in the middle of being created
310-
show_overlap_first: optional<boolean>
311-
skip_queue: optional<AllRolesProjectListSkipQueue>
306+
min: 0
307+
skipped_annotations_number: string
312308
annotator_evaluation_minimum_score:
313309
type: optional<string>
314310
default: '95.00'
315311
validation:
316312
pattern: ^-?\d{0,3}(?:\.\d{0,2})?$
317-
is_published:
318-
type: optional<boolean>
319-
docs: Whether or not the project is published to annotators
313+
comment_classification_config: optional<string>
320314
description:
321315
type: optional<string>
322316
docs: Project description
323-
finished_task_number: integer
324-
skipped_annotations_number: string
325-
label_config:
317+
expert_instruction:
326318
type: optional<string>
327-
docs: Label config in XML format. See more about it in documentation
328-
parsed_label_config: unknown
329-
title:
319+
docs: Labeling instructions in HTML format
320+
show_annotation_history:
321+
type: optional<boolean>
322+
docs: Show annotation history to annotator
323+
skip_queue: optional<AllRolesProjectListSkipQueue>
324+
review_settings: ReviewSettings
325+
members_count: string
326+
model_version:
330327
type: optional<string>
331-
docs: Project name. Must be between 3 and 50 characters long.
332-
validation:
333-
minLength: 3
334-
maxLength: 50
335-
pinned_at:
336-
type: optional<datetime>
337-
docs: Pinned date and time
328+
docs: Machine learning model version
329+
useful_annotation_number: string
330+
custom_script: optional<string>
331+
require_comment_on_skip:
332+
type: optional<boolean>
333+
default: false
338334
ground_truth_number:
339335
type: integer
340336
docs: Honeypot annotation number in project
341-
review_settings: ReviewSettings
342-
data_types: unknown
343-
min_annotations_to_start_training:
337+
pause_on_failed_annotator_evaluation:
338+
type: optional<boolean>
339+
default: false
340+
label_config:
341+
type: optional<string>
342+
docs: Label config in XML format. See more about it in documentation
343+
maximum_annotations:
344344
type: optional<integer>
345345
docs: >-
346-
Minimum number of completed tasks after which model training is
347-
started
346+
Maximum number of annotations for one task. If the number of
347+
annotations per task is equal or greater to this value, the task is
348+
completed (is_labeled=True)
348349
validation:
349350
min: -2147483648
350351
max: 2147483647
351-
review_total_tasks: string
352-
num_tasks_with_annotations: string
352+
rejected: string
353353
source:
354354
openapi: openapi/openapi.yaml
355355
AnnotatedEnum:

0 commit comments

Comments
 (0)