Skip to content

Commit

Permalink
SDK regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Jan 3, 2025
1 parent ba17dd2 commit 5d8b610
Show file tree
Hide file tree
Showing 6 changed files with 102 additions and 106 deletions.
8 changes: 4 additions & 4 deletions .mock/definition/__package__.yml
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ types:
Minimum number of completed tasks after which model training is
started
start_training_on_annotation_update:
type: optional<string>
type: optional<boolean>
docs: Start model training after any annotations are submitted or updated
show_collab_predictions:
type: optional<boolean>
Expand Down Expand Up @@ -660,7 +660,7 @@ types:
type: optional<boolean>
docs: Retrieve and display predictions when loading a task
config_has_control_tags:
type: optional<string>
type: optional<boolean>
docs: Flag to detect is project ready for labeling
skip_queue: optional<ProjectSkipQueue>
reveal_preannotations_interactively:
Expand All @@ -672,8 +672,8 @@ types:
finished_task_number:
type: optional<integer>
docs: Finished tasks
queue_total: optional<string>
queue_done: optional<string>
queue_total: optional<integer>
queue_done: optional<integer>
source:
openapi: openapi/openapi.yaml
ProjectLabelConfig:
Expand Down
16 changes: 8 additions & 8 deletions .mock/definition/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ service:
is_draft: true
created_at: '2024-01-15T09:30:00Z'
min_annotations_to_start_training: 1
start_training_on_annotation_update: start_training_on_annotation_update
start_training_on_annotation_update: true
show_collab_predictions: true
num_tasks_with_annotations: 1
task_number: 1
Expand All @@ -262,13 +262,13 @@ service:
parsed_label_config:
key: value
evaluate_predictions_automatically: true
config_has_control_tags: config_has_control_tags
config_has_control_tags: true
skip_queue: REQUEUE_FOR_ME
reveal_preannotations_interactively: true
pinned_at: '2024-01-15T09:30:00Z'
finished_task_number: 1
queue_total: queue_total
queue_done: queue_done
queue_total: 1
queue_done: 1
audiences:
- public
create:
Expand Down Expand Up @@ -466,7 +466,7 @@ service:
avatar: avatar
created_at: '2023-08-24T14:15:22Z'
min_annotations_to_start_training: 0
start_training_on_annotation_update: start_training_on_annotation_update
start_training_on_annotation_update: true
show_collab_predictions: true
num_tasks_with_annotations: 10
task_number: 100
Expand All @@ -486,13 +486,13 @@ service:
parsed_label_config:
key: value
evaluate_predictions_automatically: false
config_has_control_tags: config_has_control_tags
config_has_control_tags: true
skip_queue: REQUEUE_FOR_ME
reveal_preannotations_interactively: true
pinned_at: '2023-08-24T14:15:22Z'
finished_task_number: 10
queue_total: queue_total
queue_done: queue_done
queue_total: 10
queue_done: 100
audiences:
- public
delete:
Expand Down
8 changes: 4 additions & 4 deletions .mock/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9026,7 +9026,7 @@ components:
start_training_on_annotation_update:
title: Start training on annotation update
description: Start model training after any annotations are submitted or updated
type: string
type: boolean
readOnly: true
show_collab_predictions:
title: Show predictions to annotator
Expand Down Expand Up @@ -9127,7 +9127,7 @@ components:
config_has_control_tags:
title: Config has control tags
description: Flag to detect is project ready for labeling
type: string
type: boolean
readOnly: true
skip_queue:
title: Skip queue
Expand All @@ -9154,11 +9154,11 @@ components:
readOnly: true
queue_total:
title: Queue total
type: string
type: integer
readOnly: true
queue_done:
title: Queue done
type: string
type: integer
readOnly: true
ProjectLabelConfig:
required:
Expand Down
Loading

0 comments on commit 5d8b610

Please sign in to comment.