Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 69 additions & 1 deletion fern/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7684,10 +7684,22 @@ paths:
properties:
code:
type: string
status:
description: Deployment status of the Lambda function
enum:
- NotDeployed
- Active
- Pending
- Inactive
- Failed
- NotFound
- Error
type: string
required:
- code
- status
type: object
description: Lambda code
description: Lambda code and deployment status
security:
- Token: []
summary: ✨ Get AWS custom metric code
Expand Down Expand Up @@ -19568,14 +19580,18 @@ paths:
components:
schemas:
AWSCustomFunctionUpdateRequest:
description: Serializer for updating AWS Lambda custom metric function.
properties:
code:
description: The Python code for the custom metric function.
minLength: 1
type: string
region:
description: The AWS region for the Lambda function. Uses default if not provided.
nullable: true
type: string
role:
description: The AWS IAM role ARN for the Lambda function. Uses default if not provided.
nullable: true
type: string
required:
Expand Down Expand Up @@ -19755,6 +19771,9 @@ components:
nullable: true
pattern: ^-?\d{0,3}(?:\.\d{0,2})?$
type: string
annotator_evaluation_enabled:
description: Enable annotator evaluation for the project
type: boolean
annotator_evaluation_minimum_score:
default: '95.00'
format: decimal
Expand All @@ -19766,6 +19785,10 @@ components:
minimum: 0
nullable: true
type: integer
annotator_evaluation_onboarding_tasks:
default: 0
minimum: 0
type: integer
assignment_settings:
$ref: '#/components/schemas/AssignmentSettings'
blueprints:
Expand Down Expand Up @@ -19947,6 +19970,7 @@ components:
title: Show predictions to annotator
type: boolean
show_ground_truth_first:
deprecated: true
description: 'Onboarding mode (true): show ground truth tasks first in the labeling stream'
type: boolean
show_instruction:
Expand Down Expand Up @@ -25151,6 +25175,9 @@ components:
nullable: true
pattern: ^-?\d{0,3}(?:\.\d{0,2})?$
type: string
annotator_evaluation_enabled:
description: Enable annotator evaluation for the project
type: boolean
annotator_evaluation_minimum_score:
default: '95.00'
format: decimal
Expand All @@ -25162,6 +25189,10 @@ components:
minimum: 0
nullable: true
type: integer
annotator_evaluation_onboarding_tasks:
default: 0
minimum: 0
type: integer
assignment_settings:
$ref: '#/components/schemas/AssignmentSettings'
color:
Expand Down Expand Up @@ -25324,6 +25355,7 @@ components:
title: Show predictions to annotator
type: boolean
show_ground_truth_first:
deprecated: true
description: 'Onboarding mode (true): show ground truth tasks first in the labeling stream'
type: boolean
show_instruction:
Expand Down Expand Up @@ -25495,6 +25527,9 @@ components:
Serializer get numbers from project queryset annotation,
make sure, that you use correct one(Project.objects.with_counts())
properties:
annotator_evaluation_enabled:
description: Enable annotator evaluation for the project
type: boolean
color:
maxLength: 16
nullable: true
Expand Down Expand Up @@ -25609,6 +25644,7 @@ components:
title: Show predictions to annotator
type: boolean
show_ground_truth_first:
deprecated: true
description: 'Onboarding mode (true): show ground truth tasks first in the labeling stream'
type: boolean
show_instruction:
Expand Down Expand Up @@ -25692,6 +25728,9 @@ components:
Serializer get numbers from project queryset annotation,
make sure, that you use correct one(Project.objects.with_counts())
properties:
annotator_evaluation_enabled:
description: Enable annotator evaluation for the project
type: boolean
color:
maxLength: 16
nullable: true
Expand Down Expand Up @@ -25770,6 +25809,7 @@ components:
title: Show predictions to annotator
type: boolean
show_ground_truth_first:
deprecated: true
description: 'Onboarding mode (true): show ground truth tasks first in the labeling stream'
type: boolean
show_instruction:
Expand Down Expand Up @@ -25842,6 +25882,9 @@ components:
nullable: true
pattern: ^-?\d{0,3}(?:\.\d{0,2})?$
type: string
annotator_evaluation_enabled:
description: Enable annotator evaluation for the project
type: boolean
annotator_evaluation_minimum_score:
default: '95.00'
format: decimal
Expand All @@ -25853,6 +25896,10 @@ components:
minimum: 0
nullable: true
type: integer
annotator_evaluation_onboarding_tasks:
default: 0
minimum: 0
type: integer
assignment_settings:
$ref: '#/components/schemas/AssignmentSettings'
color:
Expand Down Expand Up @@ -26026,6 +26073,7 @@ components:
title: Show predictions to annotator
type: boolean
show_ground_truth_first:
deprecated: true
description: 'Onboarding mode (true): show ground truth tasks first in the labeling stream'
type: boolean
show_instruction:
Expand Down Expand Up @@ -26144,6 +26192,9 @@ components:
nullable: true
pattern: ^-?\d{0,3}(?:\.\d{0,2})?$
type: string
annotator_evaluation_enabled:
description: Enable annotator evaluation for the project
type: boolean
annotator_evaluation_minimum_score:
default: '95.00'
format: decimal
Expand All @@ -26155,6 +26206,10 @@ components:
minimum: 0
nullable: true
type: integer
annotator_evaluation_onboarding_tasks:
default: 0
minimum: 0
type: integer
assignment_settings:
$ref: '#/components/schemas/AssignmentSettings'
color:
Expand Down Expand Up @@ -26297,6 +26352,7 @@ components:
title: Show predictions to annotator
type: boolean
show_ground_truth_first:
deprecated: true
description: 'Onboarding mode (true): show ground truth tasks first in the labeling stream'
type: boolean
show_instruction:
Expand Down Expand Up @@ -30076,6 +30132,9 @@ components:
nullable: true
pattern: ^-?\d{0,3}(?:\.\d{0,2})?$
type: string
annotator_evaluation_enabled:
description: Enable annotator evaluation for the project
type: boolean
annotator_evaluation_minimum_score:
default: '95.00'
format: decimal
Expand All @@ -30087,6 +30146,10 @@ components:
minimum: 0
nullable: true
type: integer
annotator_evaluation_onboarding_tasks:
default: 0
minimum: 0
type: integer
assignment_settings:
$ref: '#/components/schemas/AssignmentSettingsRequest'
color:
Expand Down Expand Up @@ -30190,6 +30253,7 @@ components:
title: Show predictions to annotator
type: boolean
show_ground_truth_first:
deprecated: true
description: 'Onboarding mode (true): show ground truth tasks first in the labeling stream'
type: boolean
show_instruction:
Expand Down Expand Up @@ -31149,6 +31213,9 @@ components:
Serializer get numbers from project queryset annotation,
make sure, that you use correct one(Project.objects.with_counts())
properties:
annotator_evaluation_enabled:
description: Enable annotator evaluation for the project
type: boolean
color:
maxLength: 16
nullable: true
Expand Down Expand Up @@ -31263,6 +31330,7 @@ components:
title: Show predictions to annotator
type: boolean
show_ground_truth_first:
deprecated: true
description: 'Onboarding mode (true): show ground truth tasks first in the labeling stream'
type: boolean
show_instruction:
Expand Down