diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.List3.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.List3.g.cs index de433728..b1f8c48c 100644 --- a/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.List3.g.cs +++ b/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.List3.g.cs @@ -5,14 +5,8 @@ namespace LabelStudio public partial interface IOrganizationsClient { /// - /// ✨ Get organization members/roles
- /// <Card href="https://humansignal.com/goenterprise">
- /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
- /// <p style="margin-top: 10px; font-size: 14px;">
- /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
- /// </p>
- /// </Card>
- /// Retrieve a list of all users and roles in a specific organization. + /// Get organization members list
+ /// Retrieve a list of the organization members and their IDs. ///
/// /// @@ -23,7 +17,6 @@ public partial interface IOrganizationsClient /// /// /// - /// /// /// /// @@ -35,30 +28,23 @@ public partial interface IOrganizationsClient global::System.Threading.Tasks.Task List3Async( int id, bool? contributedToProjects = default, - int? excludeProjectId = default, - int? excludeWorkspaceId = default, + double? excludeProjectId = default, + double? excludeWorkspaceId = default, bool? isDeleted = default, string? ordering = default, int? page = default, int? pageSize = default, - string? role = default, - global::LabelStudio.ApiOrganizationsMembershipsListScope? scope = default, + global::System.Collections.Generic.IList? role = default, string? search = default, - string? tags = default, + global::System.Collections.Generic.IList? tags = default, global::System.DateTime? userLastActivityGte = default, global::System.DateTime? userLastActivityLte = default, global::System.Collections.Generic.IList? userType = default, global::LabelStudio.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default); /// - /// ✨ Get organization members/roles
- /// <Card href="https://humansignal.com/goenterprise">
- /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
- /// <p style="margin-top: 10px; font-size: 14px;">
- /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
- /// </p>
- /// </Card>
- /// Retrieve a list of all users and roles in a specific organization. + /// Get organization members list
+ /// Retrieve a list of the organization members and their IDs. ///
/// /// @@ -69,7 +55,6 @@ public partial interface IOrganizationsClient /// /// /// - /// /// /// /// @@ -81,16 +66,15 @@ public partial interface IOrganizationsClient global::System.Threading.Tasks.Task> List3AsResponseAsync( int id, bool? contributedToProjects = default, - int? excludeProjectId = default, - int? excludeWorkspaceId = default, + double? excludeProjectId = default, + double? excludeWorkspaceId = default, bool? isDeleted = default, string? ordering = default, int? page = default, int? pageSize = default, - string? role = default, - global::LabelStudio.ApiOrganizationsMembershipsListScope? scope = default, + global::System.Collections.Generic.IList? role = default, string? search = default, - string? tags = default, + global::System.Collections.Generic.IList? tags = default, global::System.DateTime? userLastActivityGte = default, global::System.DateTime? userLastActivityLte = default, global::System.Collections.Generic.IList? userType = default, diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IProjects2Client.Update.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IProjects2Client.Update.g.cs index b1382d62..7acf597c 100644 --- a/src/libs/LabelStudio/Generated/LabelStudio.IProjects2Client.Update.g.cs +++ b/src/libs/LabelStudio/Generated/LabelStudio.IProjects2Client.Update.g.cs @@ -74,6 +74,13 @@ public partial interface IProjects2Client /// /// Evaluate all annotators against ground truth /// + /// + /// Metric used to evaluate annotators. Defaults to gt_agreement.
+ /// * `gt_agreement` - Ground truth agreement
+ /// * `acceptance_score` - Acceptance score
+ /// * `rejection_rate` - Rejection rate
+ /// Default Value: gt_agreement + /// /// /// Score required to pass evaluation
/// Default Value: 95.00 @@ -218,6 +225,7 @@ public partial interface IProjects2Client string? annotationLimitPercent = default, int? annotatorEvaluationContinuousTasks = default, bool? annotatorEvaluationEnabled = default, + global::LabelStudio.AnnotatorEvaluationMetricEnum? annotatorEvaluationMetric = default, string? annotatorEvaluationMinimumScore = default, int? annotatorEvaluationMinimumTasks = default, int? annotatorEvaluationOnboardingTasks = default, diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiOrganizationsMembershipsListScope.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.AnnotatorEvaluationMetricEnum.g.cs similarity index 63% rename from src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiOrganizationsMembershipsListScope.g.cs rename to src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.AnnotatorEvaluationMetricEnum.g.cs index 304e3377..2786851e 100644 --- a/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiOrganizationsMembershipsListScope.g.cs +++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.AnnotatorEvaluationMetricEnum.g.cs @@ -3,10 +3,10 @@ namespace LabelStudio.JsonConverters { /// - public sealed class ApiOrganizationsMembershipsListScopeJsonConverter : global::System.Text.Json.Serialization.JsonConverter + public sealed class AnnotatorEvaluationMetricEnumJsonConverter : global::System.Text.Json.Serialization.JsonConverter { /// - public override global::LabelStudio.ApiOrganizationsMembershipsListScope Read( + public override global::LabelStudio.AnnotatorEvaluationMetricEnum Read( ref global::System.Text.Json.Utf8JsonReader reader, global::System.Type typeToConvert, global::System.Text.Json.JsonSerializerOptions options) @@ -18,7 +18,7 @@ public sealed class ApiOrganizationsMembershipsListScopeJsonConverter : global:: var stringValue = reader.GetString(); if (stringValue != null) { - return global::LabelStudio.ApiOrganizationsMembershipsListScopeExtensions.ToEnum(stringValue) ?? default; + return global::LabelStudio.AnnotatorEvaluationMetricEnumExtensions.ToEnum(stringValue) ?? default; } break; @@ -26,11 +26,11 @@ public sealed class ApiOrganizationsMembershipsListScopeJsonConverter : global:: case global::System.Text.Json.JsonTokenType.Number: { var numValue = reader.GetInt32(); - return (global::LabelStudio.ApiOrganizationsMembershipsListScope)numValue; + return (global::LabelStudio.AnnotatorEvaluationMetricEnum)numValue; } case global::System.Text.Json.JsonTokenType.Null: { - return default(global::LabelStudio.ApiOrganizationsMembershipsListScope); + return default(global::LabelStudio.AnnotatorEvaluationMetricEnum); } default: throw new global::System.ArgumentOutOfRangeException(nameof(reader)); @@ -42,12 +42,12 @@ public sealed class ApiOrganizationsMembershipsListScopeJsonConverter : global:: /// public override void Write( global::System.Text.Json.Utf8JsonWriter writer, - global::LabelStudio.ApiOrganizationsMembershipsListScope value, + global::LabelStudio.AnnotatorEvaluationMetricEnum value, global::System.Text.Json.JsonSerializerOptions options) { writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); - writer.WriteStringValue(global::LabelStudio.ApiOrganizationsMembershipsListScopeExtensions.ToValueString(value)); + writer.WriteStringValue(global::LabelStudio.AnnotatorEvaluationMetricEnumExtensions.ToValueString(value)); } } } diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiOrganizationsMembershipsListScopeNullable.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.AnnotatorEvaluationMetricEnumNullable.g.cs similarity index 65% rename from src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiOrganizationsMembershipsListScopeNullable.g.cs rename to src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.AnnotatorEvaluationMetricEnumNullable.g.cs index bf9c1e58..a2d6f9e2 100644 --- a/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiOrganizationsMembershipsListScopeNullable.g.cs +++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.AnnotatorEvaluationMetricEnumNullable.g.cs @@ -3,10 +3,10 @@ namespace LabelStudio.JsonConverters { /// - public sealed class ApiOrganizationsMembershipsListScopeNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + public sealed class AnnotatorEvaluationMetricEnumNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter { /// - public override global::LabelStudio.ApiOrganizationsMembershipsListScope? Read( + public override global::LabelStudio.AnnotatorEvaluationMetricEnum? Read( ref global::System.Text.Json.Utf8JsonReader reader, global::System.Type typeToConvert, global::System.Text.Json.JsonSerializerOptions options) @@ -18,7 +18,7 @@ public sealed class ApiOrganizationsMembershipsListScopeNullableJsonConverter : var stringValue = reader.GetString(); if (stringValue != null) { - return global::LabelStudio.ApiOrganizationsMembershipsListScopeExtensions.ToEnum(stringValue); + return global::LabelStudio.AnnotatorEvaluationMetricEnumExtensions.ToEnum(stringValue); } break; @@ -26,11 +26,11 @@ public sealed class ApiOrganizationsMembershipsListScopeNullableJsonConverter : case global::System.Text.Json.JsonTokenType.Number: { var numValue = reader.GetInt32(); - return (global::LabelStudio.ApiOrganizationsMembershipsListScope)numValue; + return (global::LabelStudio.AnnotatorEvaluationMetricEnum)numValue; } case global::System.Text.Json.JsonTokenType.Null: { - return default(global::LabelStudio.ApiOrganizationsMembershipsListScope?); + return default(global::LabelStudio.AnnotatorEvaluationMetricEnum?); } default: throw new global::System.ArgumentOutOfRangeException(nameof(reader)); @@ -42,7 +42,7 @@ public sealed class ApiOrganizationsMembershipsListScopeNullableJsonConverter : /// public override void Write( global::System.Text.Json.Utf8JsonWriter writer, - global::LabelStudio.ApiOrganizationsMembershipsListScope? value, + global::LabelStudio.AnnotatorEvaluationMetricEnum? value, global::System.Text.Json.JsonSerializerOptions options) { writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); @@ -53,7 +53,7 @@ public override void Write( } else { - writer.WriteStringValue(global::LabelStudio.ApiOrganizationsMembershipsListScopeExtensions.ToValueString(value.Value)); + writer.WriteStringValue(global::LabelStudio.AnnotatorEvaluationMetricEnumExtensions.ToValueString(value.Value)); } } } diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs index 8e46c6ed..6f5cc0e3 100644 --- a/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs +++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs @@ -25,6 +25,10 @@ namespace LabelStudio typeof(global::LabelStudio.JsonConverters.AnnotationHistoryActionEnumNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.AnnotatorEvaluationMetricEnumJsonConverter), + + typeof(global::LabelStudio.JsonConverters.AnnotatorEvaluationMetricEnumNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.AssignableOrganizationRoleEnumJsonConverter), typeof(global::LabelStudio.JsonConverters.AssignableOrganizationRoleEnumNullableJsonConverter), @@ -189,14 +193,6 @@ namespace LabelStudio typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersConjunctionNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemFilterJsonConverter), - - typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemFilterNullableJsonConverter), - - typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemOperatorJsonConverter), - - typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemOperatorNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemChildFilterFilterJsonConverter), typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemChildFilterFilterNullableJsonConverter), @@ -205,21 +201,21 @@ namespace LabelStudio typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemChildFilterOperatorNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestOrderingItemJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemFilterJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestOrderingItemNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemFilterNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersConjunctionJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemOperatorJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersConjunctionNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemOperatorNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemFilterJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestOrderingItemJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemFilterNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestOrderingItemNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemOperatorJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersConjunctionJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemOperatorNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersConjunctionNullableJsonConverter), typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemChildFilterFilterJsonConverter), @@ -229,21 +225,21 @@ namespace LabelStudio typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemChildFilterOperatorNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataOrderingItemJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemFilterJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataOrderingItemNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemFilterNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersConjunctionJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemOperatorJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersConjunctionNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemOperatorNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemFilterJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataOrderingItemJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemFilterNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataOrderingItemNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemOperatorJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersConjunctionJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemOperatorNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersConjunctionNullableJsonConverter), typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterFilterJsonConverter), @@ -253,21 +249,21 @@ namespace LabelStudio typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterOperatorNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataOrderingItemJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemFilterJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataOrderingItemNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemFilterNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersConjunctionJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemOperatorJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersConjunctionNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemOperatorNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemFilterJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataOrderingItemJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemFilterNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataOrderingItemNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemOperatorJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersConjunctionJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemOperatorNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersConjunctionNullableJsonConverter), typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemChildFilterFilterJsonConverter), @@ -277,6 +273,14 @@ namespace LabelStudio typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemChildFilterOperatorNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemFilterJsonConverter), + + typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemFilterNullableJsonConverter), + + typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemOperatorJsonConverter), + + typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemOperatorNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataOrderingItemJsonConverter), typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataOrderingItemNullableJsonConverter), @@ -297,14 +301,6 @@ namespace LabelStudio typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersConjunctionNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilterJsonConverter), - - typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilterNullableJsonConverter), - - typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperatorJsonConverter), - - typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperatorNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterFilterJsonConverter), typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterFilterNullableJsonConverter), @@ -313,6 +309,14 @@ namespace LabelStudio typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterOperatorNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilterJsonConverter), + + typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilterNullableJsonConverter), + + typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperatorJsonConverter), + + typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperatorNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestTypeJsonConverter), typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestTypeNullableJsonConverter), @@ -349,10 +353,6 @@ namespace LabelStudio typeof(global::LabelStudio.JsonConverters.ApiFsmOrganizationsSettingsHistoryListKindNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiOrganizationsMembershipsListScopeJsonConverter), - - typeof(global::LabelStudio.JsonConverters.ApiOrganizationsMembershipsListScopeNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiProjectsAnalyticsDataQualityAgreementAnalysisConfusionMatrixRetrieveModeJsonConverter), typeof(global::LabelStudio.JsonConverters.ApiProjectsAnalyticsDataQualityAgreementAnalysisConfusionMatrixRetrieveModeNullableJsonConverter), @@ -491,6 +491,7 @@ namespace LabelStudio [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.AgreementV2BackfillTriggerResponse))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.AllRolesProjectList))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.AnnotatorEvaluationMetricEnum), TypeInfoPropertyName = "AnnotatorEvaluationMetricEnum2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.AssignmentSettings))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.BlueprintList))] @@ -962,7 +963,6 @@ namespace LabelStudio [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.S3DatasetStorage))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.S3DatasetStorageRequest))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.S3ExportStorage))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.S3ImportStorage))] internal sealed partial class SourceGenerationContextChunk0 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -986,6 +986,10 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::LabelStudio.JsonConverters.AnnotationHistoryActionEnumNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.AnnotatorEvaluationMetricEnumJsonConverter), + + typeof(global::LabelStudio.JsonConverters.AnnotatorEvaluationMetricEnumNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.AssignableOrganizationRoleEnumJsonConverter), typeof(global::LabelStudio.JsonConverters.AssignableOrganizationRoleEnumNullableJsonConverter), @@ -1150,14 +1154,6 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersConjunctionNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemFilterJsonConverter), - - typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemFilterNullableJsonConverter), - - typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemOperatorJsonConverter), - - typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemOperatorNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemChildFilterFilterJsonConverter), typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemChildFilterFilterNullableJsonConverter), @@ -1166,21 +1162,21 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemChildFilterOperatorNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestOrderingItemJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemFilterJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestOrderingItemNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemFilterNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersConjunctionJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemOperatorJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersConjunctionNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemOperatorNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemFilterJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestOrderingItemJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemFilterNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestOrderingItemNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemOperatorJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersConjunctionJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemOperatorNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersConjunctionNullableJsonConverter), typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemChildFilterFilterJsonConverter), @@ -1190,21 +1186,21 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemChildFilterOperatorNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataOrderingItemJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemFilterJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataOrderingItemNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemFilterNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersConjunctionJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemOperatorJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersConjunctionNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemOperatorNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemFilterJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataOrderingItemJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemFilterNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataOrderingItemNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemOperatorJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersConjunctionJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemOperatorNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersConjunctionNullableJsonConverter), typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterFilterJsonConverter), @@ -1214,21 +1210,21 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterOperatorNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataOrderingItemJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemFilterJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataOrderingItemNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemFilterNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersConjunctionJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemOperatorJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersConjunctionNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemOperatorNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemFilterJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataOrderingItemJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemFilterNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataOrderingItemNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemOperatorJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersConjunctionJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemOperatorNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersConjunctionNullableJsonConverter), typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemChildFilterFilterJsonConverter), @@ -1238,6 +1234,14 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemChildFilterOperatorNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemFilterJsonConverter), + + typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemFilterNullableJsonConverter), + + typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemOperatorJsonConverter), + + typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemOperatorNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataOrderingItemJsonConverter), typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataOrderingItemNullableJsonConverter), @@ -1258,14 +1262,6 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersConjunctionNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilterJsonConverter), - - typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilterNullableJsonConverter), - - typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperatorJsonConverter), - - typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperatorNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterFilterJsonConverter), typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterFilterNullableJsonConverter), @@ -1274,6 +1270,14 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterOperatorNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilterJsonConverter), + + typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilterNullableJsonConverter), + + typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperatorJsonConverter), + + typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperatorNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestTypeJsonConverter), typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestTypeNullableJsonConverter), @@ -1310,10 +1314,6 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::LabelStudio.JsonConverters.ApiFsmOrganizationsSettingsHistoryListKindNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiOrganizationsMembershipsListScopeJsonConverter), - - typeof(global::LabelStudio.JsonConverters.ApiOrganizationsMembershipsListScopeNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiProjectsAnalyticsDataQualityAgreementAnalysisConfusionMatrixRetrieveModeJsonConverter), typeof(global::LabelStudio.JsonConverters.ApiProjectsAnalyticsDataQualityAgreementAnalysisConfusionMatrixRetrieveModeNullableJsonConverter), @@ -1427,6 +1427,7 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.OneOf), TypeInfoPropertyName = "ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllTrue_d4cd88601b7727f2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.OneOf?), TypeInfoPropertyName = "ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllTrue_42876ca72ef469f3")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.OneOf?), TypeInfoPropertyName = "ApiProjectsStatsTotalAgreementRetrieveResponseVariant2_34675e999e90b30b")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.S3ImportStorage))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.SamlSettings))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList>))] @@ -1501,14 +1502,14 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmActionsCreateRequestFiltersConjunction), TypeInfoPropertyName = "ApiDmActionsCreateRequestFiltersConjunction2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmActionsCreateRequestFiltersItem))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmActionsCreateRequestFiltersItemFilter), TypeInfoPropertyName = "ApiDmActionsCreateRequestFiltersItemFilter2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmActionsCreateRequestFiltersItemOperator), TypeInfoPropertyName = "ApiDmActionsCreateRequestFiltersItemOperator2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.OneOf), TypeInfoPropertyName = "OneOfStringInt32SingleBooleanObjectObject2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(float))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilter))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterFilter), TypeInfoPropertyName = "ApiDmActionsCreateRequestFiltersItemChildFilterFilter2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterOperator), TypeInfoPropertyName = "ApiDmActionsCreateRequestFiltersItemChildFilterOperator2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.OneOf), TypeInfoPropertyName = "OneOfStringInt32SingleBooleanObjectObject2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(float))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmActionsCreateRequestFiltersItemFilter), TypeInfoPropertyName = "ApiDmActionsCreateRequestFiltersItemFilter2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmActionsCreateRequestFiltersItemOperator), TypeInfoPropertyName = "ApiDmActionsCreateRequestFiltersItemOperator2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmActionsCreateRequestOrderingItem), TypeInfoPropertyName = "ApiDmActionsCreateRequestOrderingItem2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.OneOf), TypeInfoPropertyName = "OneOfApiDmActionsCreateRequestSelectedItemsAllFalseApiDmActionsCreateRequestSelectedItemsAllTrue2")] @@ -1520,12 +1521,12 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsCreateRequestDataFiltersConjunction), TypeInfoPropertyName = "ApiDmViewsCreateRequestDataFiltersConjunction2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItem))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemFilter), TypeInfoPropertyName = "ApiDmViewsCreateRequestDataFiltersItemFilter2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemOperator), TypeInfoPropertyName = "ApiDmViewsCreateRequestDataFiltersItemOperator2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilter))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilterFilter), TypeInfoPropertyName = "ApiDmViewsCreateRequestDataFiltersItemChildFilterFilter2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilterOperator), TypeInfoPropertyName = "ApiDmViewsCreateRequestDataFiltersItemChildFilterOperator2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemFilter), TypeInfoPropertyName = "ApiDmViewsCreateRequestDataFiltersItemFilter2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemOperator), TypeInfoPropertyName = "ApiDmViewsCreateRequestDataFiltersItemOperator2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsCreateRequestDataOrderingItem), TypeInfoPropertyName = "ApiDmViewsCreateRequestDataOrderingItem2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsPartialUpdateRequest))] @@ -1534,12 +1535,12 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersConjunction), TypeInfoPropertyName = "ApiDmViewsPartialUpdateRequestDataFiltersConjunction2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItem))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemFilter), TypeInfoPropertyName = "ApiDmViewsPartialUpdateRequestDataFiltersItemFilter2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemOperator), TypeInfoPropertyName = "ApiDmViewsPartialUpdateRequestDataFiltersItemOperator2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilter))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterFilter), TypeInfoPropertyName = "ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterFilter2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterOperator), TypeInfoPropertyName = "ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterOperator2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemFilter), TypeInfoPropertyName = "ApiDmViewsPartialUpdateRequestDataFiltersItemFilter2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemOperator), TypeInfoPropertyName = "ApiDmViewsPartialUpdateRequestDataFiltersItemOperator2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsPartialUpdateRequestDataOrderingItem), TypeInfoPropertyName = "ApiDmViewsPartialUpdateRequestDataOrderingItem2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsUpdateRequest))] @@ -1548,12 +1549,12 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersConjunction), TypeInfoPropertyName = "ApiDmViewsUpdateRequestDataFiltersConjunction2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItem))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemFilter), TypeInfoPropertyName = "ApiDmViewsUpdateRequestDataFiltersItemFilter2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemOperator), TypeInfoPropertyName = "ApiDmViewsUpdateRequestDataFiltersItemOperator2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemChildFilter))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemChildFilterFilter), TypeInfoPropertyName = "ApiDmViewsUpdateRequestDataFiltersItemChildFilterFilter2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemChildFilterOperator), TypeInfoPropertyName = "ApiDmViewsUpdateRequestDataFiltersItemChildFilterOperator2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemFilter), TypeInfoPropertyName = "ApiDmViewsUpdateRequestDataFiltersItemFilter2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemOperator), TypeInfoPropertyName = "ApiDmViewsUpdateRequestDataFiltersItemOperator2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsUpdateRequestDataOrderingItem), TypeInfoPropertyName = "ApiDmViewsUpdateRequestDataOrderingItem2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] @@ -1577,12 +1578,12 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersConjunction), TypeInfoPropertyName = "ApiProjectsTasksAssigneesBulkCreateRequestFiltersConjunction2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItem))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilter), TypeInfoPropertyName = "ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilter2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperator), TypeInfoPropertyName = "ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperator2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilter))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterFilter), TypeInfoPropertyName = "ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterFilter2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterOperator), TypeInfoPropertyName = "ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterOperator2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilter), TypeInfoPropertyName = "ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilter2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperator), TypeInfoPropertyName = "ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperator2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllFalse))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllTrue))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestType), TypeInfoPropertyName = "ApiProjectsTasksAssigneesBulkCreateRequestType2")] @@ -1629,7 +1630,6 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiFsmOrganizationsMembershipHistoryListSource), TypeInfoPropertyName = "ApiFsmOrganizationsMembershipHistoryListSource2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiFsmOrganizationsMembershipHistoryListUserType), TypeInfoPropertyName = "ApiFsmOrganizationsMembershipHistoryListUserType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiFsmOrganizationsSettingsHistoryListKind), TypeInfoPropertyName = "ApiFsmOrganizationsSettingsHistoryListKind2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiOrganizationsMembershipsListScope), TypeInfoPropertyName = "ApiOrganizationsMembershipsListScope2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsAnalyticsDataQualityAgreementAnalysisConfusionMatrixRetrieveMode), TypeInfoPropertyName = "ApiProjectsAnalyticsDataQualityAgreementAnalysisConfusionMatrixRetrieveMode2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsStatsMemberPerformanceParticipantsListTable), TypeInfoPropertyName = "ApiProjectsStatsMemberPerformanceParticipantsListTable2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsStatsMemberPerformanceRowsRetrieveTable), TypeInfoPropertyName = "ApiProjectsStatsMemberPerformanceRowsRetrieveTable2")] @@ -1789,6 +1789,7 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(bool?))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.FsmBackfillJobStatusEnum?), TypeInfoPropertyName = "NullableFsmBackfillJobStatusEnum2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.OneOf?), TypeInfoPropertyName = "NullableOneOfInt32String2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.AnnotatorEvaluationMetricEnum?), TypeInfoPropertyName = "NullableAnnotatorEvaluationMetricEnum2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ProjectSamplingEnum?), TypeInfoPropertyName = "NullableProjectSamplingEnum2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.SkipQueueEnum?), TypeInfoPropertyName = "NullableSkipQueueEnum2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.DashboardTypeEnum?), TypeInfoPropertyName = "NullableDashboardTypeEnum2")] @@ -1836,40 +1837,40 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ReviewSettingsSamplingEnum?), TypeInfoPropertyName = "NullableReviewSettingsSamplingEnum2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.TypeEnum?), TypeInfoPropertyName = "NullableTypeEnum2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmActionsCreateRequestFiltersConjunction?), TypeInfoPropertyName = "NullableApiDmActionsCreateRequestFiltersConjunction2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmActionsCreateRequestFiltersItemFilter?), TypeInfoPropertyName = "NullableApiDmActionsCreateRequestFiltersItemFilter2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmActionsCreateRequestFiltersItemOperator?), TypeInfoPropertyName = "NullableApiDmActionsCreateRequestFiltersItemOperator2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.OneOf?), TypeInfoPropertyName = "NullableOneOfStringInt32SingleBooleanObjectObject2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(float?))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterFilter?), TypeInfoPropertyName = "NullableApiDmActionsCreateRequestFiltersItemChildFilterFilter2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterOperator?), TypeInfoPropertyName = "NullableApiDmActionsCreateRequestFiltersItemChildFilterOperator2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.OneOf?), TypeInfoPropertyName = "NullableOneOfStringInt32SingleBooleanObjectObject2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(float?))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmActionsCreateRequestFiltersItemFilter?), TypeInfoPropertyName = "NullableApiDmActionsCreateRequestFiltersItemFilter2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmActionsCreateRequestFiltersItemOperator?), TypeInfoPropertyName = "NullableApiDmActionsCreateRequestFiltersItemOperator2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmActionsCreateRequestOrderingItem?), TypeInfoPropertyName = "NullableApiDmActionsCreateRequestOrderingItem2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.OneOf?), TypeInfoPropertyName = "NullableOneOfApiDmActionsCreateRequestSelectedItemsAllFalseApiDmActionsCreateRequestSelectedItemsAllTrue2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsCreateRequestDataFiltersConjunction?), TypeInfoPropertyName = "NullableApiDmViewsCreateRequestDataFiltersConjunction2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemFilter?), TypeInfoPropertyName = "NullableApiDmViewsCreateRequestDataFiltersItemFilter2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemOperator?), TypeInfoPropertyName = "NullableApiDmViewsCreateRequestDataFiltersItemOperator2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilterFilter?), TypeInfoPropertyName = "NullableApiDmViewsCreateRequestDataFiltersItemChildFilterFilter2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilterOperator?), TypeInfoPropertyName = "NullableApiDmViewsCreateRequestDataFiltersItemChildFilterOperator2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemFilter?), TypeInfoPropertyName = "NullableApiDmViewsCreateRequestDataFiltersItemFilter2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemOperator?), TypeInfoPropertyName = "NullableApiDmViewsCreateRequestDataFiltersItemOperator2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsCreateRequestDataOrderingItem?), TypeInfoPropertyName = "NullableApiDmViewsCreateRequestDataOrderingItem2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersConjunction?), TypeInfoPropertyName = "NullableApiDmViewsPartialUpdateRequestDataFiltersConjunction2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemFilter?), TypeInfoPropertyName = "NullableApiDmViewsPartialUpdateRequestDataFiltersItemFilter2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemOperator?), TypeInfoPropertyName = "NullableApiDmViewsPartialUpdateRequestDataFiltersItemOperator2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterFilter?), TypeInfoPropertyName = "NullableApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterFilter2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterOperator?), TypeInfoPropertyName = "NullableApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterOperator2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemFilter?), TypeInfoPropertyName = "NullableApiDmViewsPartialUpdateRequestDataFiltersItemFilter2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemOperator?), TypeInfoPropertyName = "NullableApiDmViewsPartialUpdateRequestDataFiltersItemOperator2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsPartialUpdateRequestDataOrderingItem?), TypeInfoPropertyName = "NullableApiDmViewsPartialUpdateRequestDataOrderingItem2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersConjunction?), TypeInfoPropertyName = "NullableApiDmViewsUpdateRequestDataFiltersConjunction2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemFilter?), TypeInfoPropertyName = "NullableApiDmViewsUpdateRequestDataFiltersItemFilter2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemOperator?), TypeInfoPropertyName = "NullableApiDmViewsUpdateRequestDataFiltersItemOperator2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemChildFilterFilter?), TypeInfoPropertyName = "NullableApiDmViewsUpdateRequestDataFiltersItemChildFilterFilter2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemChildFilterOperator?), TypeInfoPropertyName = "NullableApiDmViewsUpdateRequestDataFiltersItemChildFilterOperator2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemFilter?), TypeInfoPropertyName = "NullableApiDmViewsUpdateRequestDataFiltersItemFilter2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemOperator?), TypeInfoPropertyName = "NullableApiDmViewsUpdateRequestDataFiltersItemOperator2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmViewsUpdateRequestDataOrderingItem?), TypeInfoPropertyName = "NullableApiDmViewsUpdateRequestDataOrderingItem2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequestMessageRole?), TypeInfoPropertyName = "NullableApiLlmOpenaiChatCompletionsCreateRequestMessageRole2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiMlCreateRequestAuthMethod?), TypeInfoPropertyName = "NullableApiMlCreateRequestAuthMethod2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiMlPartialUpdateRequestAuthMethod?), TypeInfoPropertyName = "NullableApiMlPartialUpdateRequestAuthMethod2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersConjunction?), TypeInfoPropertyName = "NullableApiProjectsTasksAssigneesBulkCreateRequestFiltersConjunction2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilter?), TypeInfoPropertyName = "NullableApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilter2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperator?), TypeInfoPropertyName = "NullableApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperator2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterFilter?), TypeInfoPropertyName = "NullableApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterFilter2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterOperator?), TypeInfoPropertyName = "NullableApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterOperator2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilter?), TypeInfoPropertyName = "NullableApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilter2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperator?), TypeInfoPropertyName = "NullableApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperator2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestType?), TypeInfoPropertyName = "NullableApiProjectsTasksAssigneesBulkCreateRequestType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequestType?), TypeInfoPropertyName = "NullableApiProjectsTasksAssigneesPartialUpdateRequestType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestType?), TypeInfoPropertyName = "NullableApiProjectsTasksAssigneesCreateRequestType2")] @@ -1879,7 +1880,6 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiFsmOrganizationsMembershipHistoryListSource?), TypeInfoPropertyName = "NullableApiFsmOrganizationsMembershipHistoryListSource2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiFsmOrganizationsMembershipHistoryListUserType?), TypeInfoPropertyName = "NullableApiFsmOrganizationsMembershipHistoryListUserType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiFsmOrganizationsSettingsHistoryListKind?), TypeInfoPropertyName = "NullableApiFsmOrganizationsSettingsHistoryListKind2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiOrganizationsMembershipsListScope?), TypeInfoPropertyName = "NullableApiOrganizationsMembershipsListScope2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsAnalyticsDataQualityAgreementAnalysisConfusionMatrixRetrieveMode?), TypeInfoPropertyName = "NullableApiProjectsAnalyticsDataQualityAgreementAnalysisConfusionMatrixRetrieveMode2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsStatsMemberPerformanceParticipantsListTable?), TypeInfoPropertyName = "NullableApiProjectsStatsMemberPerformanceParticipantsListTable2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsStatsMemberPerformanceRowsRetrieveTable?), TypeInfoPropertyName = "NullableApiProjectsStatsMemberPerformanceRowsRetrieveTable2")] @@ -1947,6 +1947,10 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex typeof(global::LabelStudio.JsonConverters.AnnotationHistoryActionEnumNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.AnnotatorEvaluationMetricEnumJsonConverter), + + typeof(global::LabelStudio.JsonConverters.AnnotatorEvaluationMetricEnumNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.AssignableOrganizationRoleEnumJsonConverter), typeof(global::LabelStudio.JsonConverters.AssignableOrganizationRoleEnumNullableJsonConverter), @@ -2111,14 +2115,6 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersConjunctionNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemFilterJsonConverter), - - typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemFilterNullableJsonConverter), - - typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemOperatorJsonConverter), - - typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemOperatorNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemChildFilterFilterJsonConverter), typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemChildFilterFilterNullableJsonConverter), @@ -2127,21 +2123,21 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemChildFilterOperatorNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestOrderingItemJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemFilterJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestOrderingItemNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemFilterNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersConjunctionJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemOperatorJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersConjunctionNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemOperatorNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemFilterJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestOrderingItemJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemFilterNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestOrderingItemNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemOperatorJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersConjunctionJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemOperatorNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersConjunctionNullableJsonConverter), typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemChildFilterFilterJsonConverter), @@ -2151,21 +2147,21 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemChildFilterOperatorNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataOrderingItemJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemFilterJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataOrderingItemNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemFilterNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersConjunctionJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemOperatorJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersConjunctionNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemOperatorNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemFilterJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataOrderingItemJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemFilterNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataOrderingItemNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemOperatorJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersConjunctionJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemOperatorNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersConjunctionNullableJsonConverter), typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterFilterJsonConverter), @@ -2175,21 +2171,21 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterOperatorNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataOrderingItemJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemFilterJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataOrderingItemNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemFilterNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersConjunctionJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemOperatorJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersConjunctionNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemOperatorNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemFilterJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataOrderingItemJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemFilterNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataOrderingItemNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemOperatorJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersConjunctionJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemOperatorNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersConjunctionNullableJsonConverter), typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemChildFilterFilterJsonConverter), @@ -2199,6 +2195,14 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemChildFilterOperatorNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemFilterJsonConverter), + + typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemFilterNullableJsonConverter), + + typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemOperatorJsonConverter), + + typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemOperatorNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataOrderingItemJsonConverter), typeof(global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataOrderingItemNullableJsonConverter), @@ -2219,14 +2223,6 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersConjunctionNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilterJsonConverter), - - typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilterNullableJsonConverter), - - typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperatorJsonConverter), - - typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperatorNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterFilterJsonConverter), typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterFilterNullableJsonConverter), @@ -2235,6 +2231,14 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterOperatorNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilterJsonConverter), + + typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilterNullableJsonConverter), + + typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperatorJsonConverter), + + typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperatorNullableJsonConverter), + typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestTypeJsonConverter), typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestTypeNullableJsonConverter), @@ -2271,10 +2275,6 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex typeof(global::LabelStudio.JsonConverters.ApiFsmOrganizationsSettingsHistoryListKindNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiOrganizationsMembershipsListScopeJsonConverter), - - typeof(global::LabelStudio.JsonConverters.ApiOrganizationsMembershipsListScopeNullableJsonConverter), - typeof(global::LabelStudio.JsonConverters.ApiProjectsAnalyticsDataQualityAgreementAnalysisConfusionMatrixRetrieveModeJsonConverter), typeof(global::LabelStudio.JsonConverters.ApiProjectsAnalyticsDataQualityAgreementAnalysisConfusionMatrixRetrieveModeNullableJsonConverter), @@ -2579,6 +2579,8 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o options.Converters.Add(new global::LabelStudio.JsonConverters.AgreementMethodologyEnumNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.AnnotationHistoryActionEnumJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.AnnotationHistoryActionEnumNullableJsonConverter()); + options.Converters.Add(new global::LabelStudio.JsonConverters.AnnotatorEvaluationMetricEnumJsonConverter()); + options.Converters.Add(new global::LabelStudio.JsonConverters.AnnotatorEvaluationMetricEnumNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.AssignableOrganizationRoleEnumJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.AssignableOrganizationRoleEnumNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.AssignableUserTypeEnumJsonConverter()); @@ -2661,50 +2663,50 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o options.Converters.Add(new global::LabelStudio.JsonConverters.TypeEnumNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersConjunctionJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersConjunctionNullableJsonConverter()); - options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemFilterJsonConverter()); - options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemFilterNullableJsonConverter()); - options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemOperatorJsonConverter()); - options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemOperatorNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemChildFilterFilterJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemChildFilterFilterNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemChildFilterOperatorJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemChildFilterOperatorNullableJsonConverter()); + options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemFilterJsonConverter()); + options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemFilterNullableJsonConverter()); + options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemOperatorJsonConverter()); + options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemOperatorNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestOrderingItemJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmActionsCreateRequestOrderingItemNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersConjunctionJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersConjunctionNullableJsonConverter()); - options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemFilterJsonConverter()); - options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemFilterNullableJsonConverter()); - options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemOperatorJsonConverter()); - options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemOperatorNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemChildFilterFilterJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemChildFilterFilterNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemChildFilterOperatorJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemChildFilterOperatorNullableJsonConverter()); + options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemFilterJsonConverter()); + options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemFilterNullableJsonConverter()); + options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemOperatorJsonConverter()); + options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataFiltersItemOperatorNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataOrderingItemJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsCreateRequestDataOrderingItemNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersConjunctionJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersConjunctionNullableJsonConverter()); - options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemFilterJsonConverter()); - options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemFilterNullableJsonConverter()); - options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemOperatorJsonConverter()); - options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemOperatorNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterFilterJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterFilterNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterOperatorJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterOperatorNullableJsonConverter()); + options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemFilterJsonConverter()); + options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemFilterNullableJsonConverter()); + options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemOperatorJsonConverter()); + options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataFiltersItemOperatorNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataOrderingItemJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsPartialUpdateRequestDataOrderingItemNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersConjunctionJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersConjunctionNullableJsonConverter()); - options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemFilterJsonConverter()); - options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemFilterNullableJsonConverter()); - options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemOperatorJsonConverter()); - options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemOperatorNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemChildFilterFilterJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemChildFilterFilterNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemChildFilterOperatorJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemChildFilterOperatorNullableJsonConverter()); + options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemFilterJsonConverter()); + options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemFilterNullableJsonConverter()); + options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemOperatorJsonConverter()); + options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataFiltersItemOperatorNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataOrderingItemJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiDmViewsUpdateRequestDataOrderingItemNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiLlmOpenaiChatCompletionsCreateRequestMessageRoleJsonConverter()); @@ -2715,14 +2717,14 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o options.Converters.Add(new global::LabelStudio.JsonConverters.ApiMlPartialUpdateRequestAuthMethodNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersConjunctionJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersConjunctionNullableJsonConverter()); - options.Converters.Add(new global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilterJsonConverter()); - options.Converters.Add(new global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilterNullableJsonConverter()); - options.Converters.Add(new global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperatorJsonConverter()); - options.Converters.Add(new global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperatorNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterFilterJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterFilterNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterOperatorJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterOperatorNullableJsonConverter()); + options.Converters.Add(new global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilterJsonConverter()); + options.Converters.Add(new global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilterNullableJsonConverter()); + options.Converters.Add(new global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperatorJsonConverter()); + options.Converters.Add(new global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperatorNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestTypeJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesBulkCreateRequestTypeNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesPartialUpdateRequestTypeJsonConverter()); @@ -2741,8 +2743,6 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o options.Converters.Add(new global::LabelStudio.JsonConverters.ApiFsmOrganizationsMembershipHistoryListUserTypeNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiFsmOrganizationsSettingsHistoryListKindJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiFsmOrganizationsSettingsHistoryListKindNullableJsonConverter()); - options.Converters.Add(new global::LabelStudio.JsonConverters.ApiOrganizationsMembershipsListScopeJsonConverter()); - options.Converters.Add(new global::LabelStudio.JsonConverters.ApiOrganizationsMembershipsListScopeNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiProjectsAnalyticsDataQualityAgreementAnalysisConfusionMatrixRetrieveModeJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiProjectsAnalyticsDataQualityAgreementAnalysisConfusionMatrixRetrieveModeNullableJsonConverter()); options.Converters.Add(new global::LabelStudio.JsonConverters.ApiProjectsStatsMemberPerformanceParticipantsListTableJsonConverter()); diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContextTypes.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContextTypes.g.cs index 806700f2..bddbebc7 100644 --- a/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContextTypes.g.cs +++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContextTypes.g.cs @@ -116,2707 +116,2707 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::LabelStudio.AssignmentSettings? Type22 { get; set; } + public global::LabelStudio.AnnotatorEvaluationMetricEnum? Type22 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type23 { get; set; } + public global::LabelStudio.AssignmentSettings? Type23 { get; set; } /// /// /// - public global::LabelStudio.BlueprintList? Type24 { get; set; } + public global::System.Collections.Generic.IList? Type24 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary? Type25 { get; set; } + public global::LabelStudio.BlueprintList? Type25 { get; set; } /// /// /// - public global::LabelStudio.ControlTagWeight? Type26 { get; set; } + public global::System.Collections.Generic.Dictionary? Type26 { get; set; } /// /// /// - public global::LabelStudio.UserSimple? Type27 { get; set; } + public global::LabelStudio.ControlTagWeight? Type27 { get; set; } /// /// /// - public global::LabelStudio.ReviewSettings? Type28 { get; set; } + public global::LabelStudio.UserSimple? Type28 { get; set; } /// /// /// - public global::LabelStudio.ProjectSamplingEnum? Type29 { get; set; } + public global::LabelStudio.ReviewSettings? Type29 { get; set; } /// /// /// - public global::LabelStudio.SkipQueueEnum? Type30 { get; set; } + public global::LabelStudio.ProjectSamplingEnum? Type30 { get; set; } /// /// /// - public global::LabelStudio.AnalyticsView? Type31 { get; set; } + public global::LabelStudio.SkipQueueEnum? Type31 { get; set; } /// /// /// - public global::LabelStudio.DashboardTypeEnum? Type32 { get; set; } + public global::LabelStudio.AnalyticsView? Type32 { get; set; } /// /// /// - public global::System.Guid? Type33 { get; set; } + public global::LabelStudio.DashboardTypeEnum? Type33 { get; set; } /// /// /// - public global::LabelStudio.AnalyticsViewRequest? Type34 { get; set; } + public global::System.Guid? Type34 { get; set; } /// /// /// - public global::LabelStudio.Annotation? Type35 { get; set; } + public global::LabelStudio.AnalyticsViewRequest? Type35 { get; set; } /// /// /// - public long? Type36 { get; set; } + public global::LabelStudio.Annotation? Type36 { get; set; } /// /// /// - public global::LabelStudio.AnnotationHistoryActionEnum? Type37 { get; set; } + public long? Type37 { get; set; } /// /// /// - public double? Type38 { get; set; } + public global::LabelStudio.AnnotationHistoryActionEnum? Type38 { get; set; } /// /// /// - public global::LabelStudio.AnnotationBulkDeleteRequest? Type39 { get; set; } + public double? Type39 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type40 { get; set; } + public global::LabelStudio.AnnotationBulkDeleteRequest? Type40 { get; set; } /// /// /// - public global::LabelStudio.AnnotationBulkSerializerWithSelectedItemsRequest? Type41 { get; set; } + public global::System.Collections.Generic.IList? Type41 { get; set; } /// /// /// - public global::LabelStudio.SelectedItemsRequest? Type42 { get; set; } + public global::LabelStudio.AnnotationBulkSerializerWithSelectedItemsRequest? Type42 { get; set; } /// /// /// - public global::LabelStudio.AnnotationHistory? Type43 { get; set; } + public global::LabelStudio.SelectedItemsRequest? Type43 { get; set; } /// /// /// - public global::LabelStudio.AnnotationRequest? Type44 { get; set; } + public global::LabelStudio.AnnotationHistory? Type44 { get; set; } /// /// /// - public global::LabelStudio.AnnotationReview? Type45 { get; set; } + public global::LabelStudio.AnnotationRequest? Type45 { get; set; } /// /// /// - public global::LabelStudio.AnnotationReviewRequest? Type46 { get; set; } + public global::LabelStudio.AnnotationReview? Type46 { get; set; } /// /// /// - public global::LabelStudio.AssignableOrganizationRoleEnum? Type47 { get; set; } + public global::LabelStudio.AnnotationReviewRequest? Type47 { get; set; } /// /// /// - public global::LabelStudio.AssignableUserTypeEnum? Type48 { get; set; } + public global::LabelStudio.AssignableOrganizationRoleEnum? Type48 { get; set; } /// /// /// - public global::LabelStudio.LabelStreamTaskDistributionEnum? Type49 { get; set; } + public global::LabelStudio.AssignableUserTypeEnum? Type49 { get; set; } /// /// /// - public global::LabelStudio.AssignmentSettingsRequest? Type50 { get; set; } + public global::LabelStudio.LabelStreamTaskDistributionEnum? Type50 { get; set; } /// /// /// - public global::LabelStudio.AssociatedProject? Type51 { get; set; } + public global::LabelStudio.AssignmentSettingsRequest? Type51 { get; set; } /// /// /// - public global::LabelStudio.AuthMethodEnum? Type52 { get; set; } + public global::LabelStudio.AssociatedProject? Type52 { get; set; } /// /// /// - public global::LabelStudio.AuthTypeEnum? Type53 { get; set; } + public global::LabelStudio.AuthMethodEnum? Type53 { get; set; } /// /// /// - public global::LabelStudio.AzureBlobExportStorage? Type54 { get; set; } + public global::LabelStudio.AuthTypeEnum? Type54 { get; set; } /// /// /// - public global::LabelStudio.StorageStatusEnum? Type55 { get; set; } + public global::LabelStudio.AzureBlobExportStorage? Type55 { get; set; } /// /// /// - public global::LabelStudio.AzureBlobImportStorage? Type56 { get; set; } + public global::LabelStudio.StorageStatusEnum? Type56 { get; set; } /// /// /// - public global::LabelStudio.AzureDatasetStorage? Type57 { get; set; } + public global::LabelStudio.AzureBlobImportStorage? Type57 { get; set; } /// /// /// - public global::LabelStudio.AzureDatasetStorageRequest? Type58 { get; set; } + public global::LabelStudio.AzureDatasetStorage? Type58 { get; set; } /// /// /// - public global::LabelStudio.AzureServicePrincipalExportStorage? Type59 { get; set; } + public global::LabelStudio.AzureDatasetStorageRequest? Type59 { get; set; } /// /// /// - public global::LabelStudio.AzureServicePrincipalExportStorageRequest? Type60 { get; set; } + public global::LabelStudio.AzureServicePrincipalExportStorage? Type60 { get; set; } /// /// /// - public global::LabelStudio.AzureServicePrincipalImportStorage? Type61 { get; set; } + public global::LabelStudio.AzureServicePrincipalExportStorageRequest? Type61 { get; set; } /// /// /// - public global::LabelStudio.AzureServicePrincipalImportStorageRequest? Type62 { get; set; } + public global::LabelStudio.AzureServicePrincipalImportStorage? Type62 { get; set; } /// /// /// - public global::LabelStudio.BatchFailedPredictions? Type63 { get; set; } + public global::LabelStudio.AzureServicePrincipalImportStorageRequest? Type63 { get; set; } /// /// /// - public global::LabelStudio.BatchFailedPredictionsRequestRequest? Type64 { get; set; } + public global::LabelStudio.BatchFailedPredictions? Type64 { get; set; } /// /// /// - public global::LabelStudio.BatchPredictions? Type65 { get; set; } + public global::LabelStudio.BatchFailedPredictionsRequestRequest? Type65 { get; set; } /// /// /// - public global::LabelStudio.BatchPredictionsRequestRequest? Type66 { get; set; } + public global::LabelStudio.BatchPredictions? Type66 { get; set; } /// /// /// - public global::LabelStudio.BillingChecks? Type67 { get; set; } + public global::LabelStudio.BatchPredictionsRequestRequest? Type67 { get; set; } /// /// /// - public global::LabelStudio.CountLimit? Type68 { get; set; } + public global::LabelStudio.BillingChecks? Type68 { get; set; } /// /// /// - public global::LabelStudio.PromptsStatusEnum? Type69 { get; set; } + public global::LabelStudio.CountLimit? Type69 { get; set; } /// /// /// - public global::LabelStudio.BillingFlags? Type70 { get; set; } + public global::LabelStudio.PromptsStatusEnum? Type70 { get; set; } /// /// /// - public global::LabelStudio.BillingInfoResponse? Type71 { get; set; } + public global::LabelStudio.BillingFlags? Type71 { get; set; } /// /// /// - public global::LabelStudio.Blueprint? Type72 { get; set; } + public global::LabelStudio.BillingInfoResponse? Type72 { get; set; } /// /// /// - public global::LabelStudio.BlueprintRequest? Type73 { get; set; } + public global::LabelStudio.Blueprint? Type73 { get; set; } /// /// /// - public global::LabelStudio.BudgetResetPeriodEnum? Type74 { get; set; } + public global::LabelStudio.BlueprintRequest? Type74 { get; set; } /// /// /// - public global::LabelStudio.BulkIndicatorRun? Type75 { get; set; } + public global::LabelStudio.BudgetResetPeriodEnum? Type75 { get; set; } /// /// /// - public global::LabelStudio.BulkIndicatorsResponse? Type76 { get; set; } + public global::LabelStudio.BulkIndicatorRun? Type76 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type77 { get; set; } + public global::LabelStudio.BulkIndicatorsResponse? Type77 { get; set; } /// /// /// - public global::LabelStudio.BulkOrganizationMemberTagAssignmentRequest? Type78 { get; set; } + public global::System.Collections.Generic.IList? Type78 { get; set; } /// /// /// - public global::LabelStudio.BulkProjectLearningAssignmentRequest? Type79 { get; set; } + public global::LabelStudio.BulkOrganizationMemberTagAssignmentRequest? Type79 { get; set; } /// /// /// - public global::LabelStudio.BulkResetCourseProgressRequest? Type80 { get; set; } + public global::LabelStudio.BulkProjectLearningAssignmentRequest? Type80 { get; set; } /// /// /// - public global::LabelStudio.CancelModelRunResponse? Type81 { get; set; } + public global::LabelStudio.BulkResetCourseProgressRequest? Type81 { get; set; } /// /// /// - public global::LabelStudio.Certificate? Type82 { get; set; } + public global::LabelStudio.CancelModelRunResponse? Type82 { get; set; } /// /// /// - public global::LabelStudio.CheckMatchingFunctionRequestRequest? Type83 { get; set; } + public global::LabelStudio.Certificate? Type83 { get; set; } /// /// /// - public global::LabelStudio.ChildFilter? Type84 { get; set; } + public global::LabelStudio.CheckMatchingFunctionRequestRequest? Type84 { get; set; } /// /// /// - public global::LabelStudio.ChildFilterRequest? Type85 { get; set; } + public global::LabelStudio.ChildFilter? Type85 { get; set; } /// /// /// - public global::LabelStudio.Comment? Type86 { get; set; } + public global::LabelStudio.ChildFilterRequest? Type86 { get; set; } /// /// /// - public global::LabelStudio.CommentRequest? Type87 { get; set; } + public global::LabelStudio.Comment? Type87 { get; set; } /// /// /// - public global::LabelStudio.CommentSerializerWithExpandedUser? Type88 { get; set; } + public global::LabelStudio.CommentRequest? Type88 { get; set; } /// /// /// - public global::LabelStudio.LseUser? Type89 { get; set; } + public global::LabelStudio.CommentSerializerWithExpandedUser? Type89 { get; set; } /// /// /// - public global::LabelStudio.ConfigurablePermissionOption? Type90 { get; set; } + public global::LabelStudio.LseUser? Type90 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type91 { get; set; } + public global::LabelStudio.ConfigurablePermissionOption? Type91 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary? Type92 { get; set; } + public global::System.Collections.Generic.IList? Type92 { get; set; } /// /// /// - public global::LabelStudio.ControlTagWeightRequest? Type93 { get; set; } + public global::System.Collections.Generic.Dictionary? Type93 { get; set; } /// /// /// - public global::LabelStudio.ConvertedFormat? Type94 { get; set; } + public global::LabelStudio.ControlTagWeightRequest? Type94 { get; set; } /// /// /// - public global::LabelStudio.ProjectImportStatusEnum? Type95 { get; set; } + public global::LabelStudio.ConvertedFormat? Type95 { get; set; } /// /// /// - public global::LabelStudio.ConvertedFormatRequest? Type96 { get; set; } + public global::LabelStudio.ProjectImportStatusEnum? Type96 { get; set; } /// /// /// - public global::LabelStudio.CourseModule? Type97 { get; set; } + public global::LabelStudio.ConvertedFormatRequest? Type97 { get; set; } /// /// /// - public global::LabelStudio.CourseProgressImportResult? Type98 { get; set; } + public global::LabelStudio.CourseModule? Type98 { get; set; } /// /// /// - public global::LabelStudio.CustomFunctionCodeRequestRequest? Type99 { get; set; } + public global::LabelStudio.CourseProgressImportResult? Type99 { get; set; } /// /// /// - public global::LabelStudio.DataManagerFilterModeEnum? Type100 { get; set; } + public global::LabelStudio.CustomFunctionCodeRequestRequest? Type100 { get; set; } /// /// /// - public global::LabelStudio.DataQualityAgreementConfusionMatrix? Type101 { get; set; } + public global::LabelStudio.DataManagerFilterModeEnum? Type101 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type102 { get; set; } + public global::LabelStudio.DataQualityAgreementConfusionMatrix? Type102 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type103 { get; set; } + public global::System.Collections.Generic.IList>? Type103 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type104 { get; set; } + public global::System.Collections.Generic.IList? Type104 { get; set; } /// /// /// - public global::LabelStudio.DataQualityConfusionPair? Type105 { get; set; } + public global::System.Collections.Generic.IList? Type105 { get; set; } /// /// /// - public global::LabelStudio.DataQualityAgreementDimensions? Type106 { get; set; } + public global::LabelStudio.DataQualityConfusionPair? Type106 { get; set; } /// /// /// - public global::LabelStudio.DataQualityAgreementDistribution? Type107 { get; set; } + public global::LabelStudio.DataQualityAgreementDimensions? Type107 { get; set; } /// /// /// - public global::LabelStudio.DatabricksExportStorage? Type108 { get; set; } + public global::LabelStudio.DataQualityAgreementDistribution? Type108 { get; set; } /// /// /// - public global::LabelStudio.DatabricksExportStorageRequest? Type109 { get; set; } + public global::LabelStudio.DatabricksExportStorage? Type109 { get; set; } /// /// /// - public global::LabelStudio.DatabricksImportStorage? Type110 { get; set; } + public global::LabelStudio.DatabricksExportStorageRequest? Type110 { get; set; } /// /// /// - public global::LabelStudio.DatabricksImportStorageRequest? Type111 { get; set; } + public global::LabelStudio.DatabricksImportStorage? Type111 { get; set; } /// /// /// - public global::LabelStudio.Dataset? Type112 { get; set; } + public global::LabelStudio.DatabricksImportStorageRequest? Type112 { get; set; } /// /// /// - public global::LabelStudio.DatasetColumn? Type113 { get; set; } + public global::LabelStudio.Dataset? Type113 { get; set; } /// /// /// - public global::LabelStudio.DatasetColumnVisibilityDefaults? Type114 { get; set; } + public global::LabelStudio.DatasetColumn? Type114 { get; set; } /// /// /// - public global::LabelStudio.DatasetColumnsResponse? Type115 { get; set; } + public global::LabelStudio.DatasetColumnVisibilityDefaults? Type115 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type116 { get; set; } + public global::LabelStudio.DatasetColumnsResponse? Type116 { get; set; } /// /// /// - public global::LabelStudio.DatasetImportCandidatesCreateRequest? Type117 { get; set; } + public global::System.Collections.Generic.IList? Type117 { get; set; } /// /// /// - public global::LabelStudio.DatasetImportCandidatesResponse? Type118 { get; set; } + public global::LabelStudio.DatasetImportCandidatesCreateRequest? Type118 { get; set; } /// /// /// - public global::LabelStudio.DatasetMember? Type119 { get; set; } + public global::LabelStudio.DatasetImportCandidatesResponse? Type119 { get; set; } /// /// /// - public global::LabelStudio.DatasetMemberRequest? Type120 { get; set; } + public global::LabelStudio.DatasetMember? Type120 { get; set; } /// /// /// - public global::LabelStudio.DatasetRequest? Type121 { get; set; } + public global::LabelStudio.DatasetMemberRequest? Type121 { get; set; } /// /// /// - public global::LabelStudio.UserSimpleRequest? Type122 { get; set; } + public global::LabelStudio.DatasetRequest? Type122 { get; set; } /// /// /// - public global::LabelStudio.DatasetStorageAvailableDataType? Type123 { get; set; } + public global::LabelStudio.UserSimpleRequest? Type123 { get; set; } /// /// /// - public global::LabelStudio.DatasetStorageColumnType? Type124 { get; set; } + public global::LabelStudio.DatasetStorageAvailableDataType? Type124 { get; set; } /// /// /// - public global::LabelStudio.DatasetStorageColumnsResponse? Type125 { get; set; } + public global::LabelStudio.DatasetStorageColumnType? Type125 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type126 { get; set; } + public global::LabelStudio.DatasetStorageColumnsResponse? Type126 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type127 { get; set; } + public global::System.Collections.Generic.IList? Type127 { get; set; } /// /// /// - public global::LabelStudio.DatasetTasksMetadataResponse? Type128 { get; set; } + public global::System.Collections.Generic.IList? Type128 { get; set; } /// /// /// - public global::LabelStudio.DatasetView? Type129 { get; set; } + public global::LabelStudio.DatasetTasksMetadataResponse? Type129 { get; set; } /// /// /// - public global::LabelStudio.FilterGroup? Type130 { get; set; } + public global::LabelStudio.DatasetView? Type130 { get; set; } /// /// /// - public global::LabelStudio.DatasetViewLockedBy? Type131 { get; set; } + public global::LabelStudio.FilterGroup? Type131 { get; set; } /// /// /// - public global::LabelStudio.DatasetViewRequest? Type132 { get; set; } + public global::LabelStudio.DatasetViewLockedBy? Type132 { get; set; } /// /// /// - public global::LabelStudio.FilterGroupRequest? Type133 { get; set; } + public global::LabelStudio.DatasetViewRequest? Type133 { get; set; } /// /// /// - public global::LabelStudio.DefaultModelVersionNameResponse? Type134 { get; set; } + public global::LabelStudio.FilterGroupRequest? Type134 { get; set; } /// /// /// - public global::LabelStudio.DefaultRole? Type135 { get; set; } + public global::LabelStudio.DefaultModelVersionNameResponse? Type135 { get; set; } /// /// /// - public global::LabelStudio.OrganizationRoleEnum? Type136 { get; set; } + public global::LabelStudio.DefaultRole? Type136 { get; set; } /// /// /// - public global::LabelStudio.Dimension? Type137 { get; set; } + public global::LabelStudio.OrganizationRoleEnum? Type137 { get; set; } /// /// /// - public global::LabelStudio.DimensionCreateRequest? Type138 { get; set; } + public global::LabelStudio.Dimension? Type138 { get; set; } /// /// /// - public global::LabelStudio.DimensionList? Type139 { get; set; } + public global::LabelStudio.DimensionCreateRequest? Type139 { get; set; } /// /// /// - public global::LabelStudio.DimensionRequest? Type140 { get; set; } + public global::LabelStudio.DimensionList? Type140 { get; set; } /// /// /// - public global::LabelStudio.DuplicateLearningResourceRequest? Type141 { get; set; } + public global::LabelStudio.DimensionRequest? Type141 { get; set; } /// /// /// - public global::LabelStudio.EditionEnum? Type142 { get; set; } + public global::LabelStudio.DuplicateLearningResourceRequest? Type142 { get; set; } /// /// /// - public global::LabelStudio.EstimatedDurationUnitEnum? Type143 { get; set; } + public global::LabelStudio.EditionEnum? Type143 { get; set; } /// /// /// - public global::LabelStudio.Export? Type144 { get; set; } + public global::LabelStudio.EstimatedDurationUnitEnum? Type144 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type145 { get; set; } + public global::LabelStudio.Export? Type145 { get; set; } /// /// /// - public global::LabelStudio.ExportConvertRequest? Type146 { get; set; } + public global::System.Collections.Generic.IList? Type146 { get; set; } /// /// /// - public global::LabelStudio.FSMTransitionExecuteRequestRequest? Type147 { get; set; } + public global::LabelStudio.ExportConvertRequest? Type147 { get; set; } /// /// /// - public global::LabelStudio.FSMTransitionExecuteResponse? Type148 { get; set; } + public global::LabelStudio.FSMTransitionExecuteRequestRequest? Type148 { get; set; } /// /// /// - public global::LabelStudio.StateModel? Type149 { get; set; } + public global::LabelStudio.FSMTransitionExecuteResponse? Type149 { get; set; } /// /// /// - public global::LabelStudio.FewShotExample? Type150 { get; set; } + public global::LabelStudio.StateModel? Type150 { get; set; } /// /// /// - public global::LabelStudio.FewShotExampleRequest? Type151 { get; set; } + public global::LabelStudio.FewShotExample? Type151 { get; set; } /// /// /// - public global::LabelStudio.FileUpload? Type152 { get; set; } + public global::LabelStudio.FewShotExampleRequest? Type152 { get; set; } /// /// /// - public global::LabelStudio.Filter? Type153 { get; set; } + public global::LabelStudio.FileUpload? Type153 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type154 { get; set; } + public global::LabelStudio.Filter? Type154 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type155 { get; set; } + public global::System.Collections.Generic.IList? Type155 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type156 { get; set; } + public global::System.Collections.Generic.IList? Type156 { get; set; } /// /// /// - public global::LabelStudio.FilterRequest? Type157 { get; set; } + public global::System.Collections.Generic.IList? Type157 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type158 { get; set; } + public global::LabelStudio.FilterRequest? Type158 { get; set; } /// /// /// - public global::LabelStudio.GCPCustomFunctionUpdateRequest? Type159 { get; set; } + public global::System.Collections.Generic.IList? Type159 { get; set; } /// /// /// - public global::LabelStudio.GCSDatasetStorage? Type160 { get; set; } + public global::LabelStudio.GCPCustomFunctionUpdateRequest? Type160 { get; set; } /// /// /// - public global::LabelStudio.GCSDatasetStorageRequest? Type161 { get; set; } + public global::LabelStudio.GCSDatasetStorage? Type161 { get; set; } /// /// /// - public global::LabelStudio.GCSExportStorage? Type162 { get; set; } + public global::LabelStudio.GCSDatasetStorageRequest? Type162 { get; set; } /// /// /// - public global::LabelStudio.GCSImportStorage? Type163 { get; set; } + public global::LabelStudio.GCSExportStorage? Type163 { get; set; } /// /// /// - public global::LabelStudio.GCSSAExportStorage? Type164 { get; set; } + public global::LabelStudio.GCSImportStorage? Type164 { get; set; } /// /// /// - public global::LabelStudio.GCSSAExportStorageRequest? Type165 { get; set; } + public global::LabelStudio.GCSSAExportStorage? Type165 { get; set; } /// /// /// - public global::LabelStudio.GCSSAImportStorage? Type166 { get; set; } + public global::LabelStudio.GCSSAExportStorageRequest? Type166 { get; set; } /// /// /// - public global::LabelStudio.GCSSAImportStorageRequest? Type167 { get; set; } + public global::LabelStudio.GCSSAImportStorage? Type167 { get; set; } /// /// /// - public global::LabelStudio.GCSWIFExportStorage? Type168 { get; set; } + public global::LabelStudio.GCSSAImportStorageRequest? Type168 { get; set; } /// /// /// - public global::LabelStudio.GCSWIFExportStorageRequest? Type169 { get; set; } + public global::LabelStudio.GCSWIFExportStorage? Type169 { get; set; } /// /// /// - public global::LabelStudio.GCSWIFImportStorage? Type170 { get; set; } + public global::LabelStudio.GCSWIFExportStorageRequest? Type170 { get; set; } /// /// /// - public global::LabelStudio.GCSWIFImportStorageRequest? Type171 { get; set; } + public global::LabelStudio.GCSWIFImportStorage? Type171 { get; set; } /// /// /// - public global::LabelStudio.Hotkeys? Type172 { get; set; } + public global::LabelStudio.GCSWIFImportStorageRequest? Type172 { get; set; } /// /// /// - public global::LabelStudio.ImportApiRequest? Type173 { get; set; } + public global::LabelStudio.Hotkeys? Type173 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type174 { get; set; } + public global::LabelStudio.ImportApiRequest? Type174 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type175 { get; set; } + public global::System.Collections.Generic.IList? Type175 { get; set; } /// /// /// - public global::LabelStudio.PredictionRequest? Type176 { get; set; } + public global::System.Collections.Generic.IList? Type176 { get; set; } /// /// /// - public global::LabelStudio.InferenceRunCostEstimate? Type177 { get; set; } + public global::LabelStudio.PredictionRequest? Type177 { get; set; } /// /// /// - public global::LabelStudio.KPIDetailResponse? Type178 { get; set; } + public global::LabelStudio.InferenceRunCostEstimate? Type178 { get; set; } /// /// /// - public global::LabelStudio.KPIProjectSegment? Type179 { get; set; } + public global::LabelStudio.KPIDetailResponse? Type179 { get; set; } /// /// /// - public global::LabelStudio.KPIUserSegment? Type180 { get; set; } + public global::LabelStudio.KPIProjectSegment? Type180 { get; set; } /// /// /// - public global::LabelStudio.KPIMatrixSegment? Type181 { get; set; } + public global::LabelStudio.KPIUserSegment? Type181 { get; set; } /// /// /// - public global::LabelStudio.KPIProjectMatrixSegment? Type182 { get; set; } + public global::LabelStudio.KPIMatrixSegment? Type182 { get; set; } /// /// /// - public global::LabelStudio.SegmentationEnum? Type183 { get; set; } + public global::LabelStudio.KPIProjectMatrixSegment? Type183 { get; set; } /// /// /// - public global::LabelStudio.KPITimeSegment? Type184 { get; set; } + public global::LabelStudio.SegmentationEnum? Type184 { get; set; } /// /// /// - public global::LabelStudio.KPIValue? Type185 { get; set; } + public global::LabelStudio.KPITimeSegment? Type185 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type186 { get; set; } + public global::LabelStudio.KPIValue? Type186 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type187 { get; set; } + public global::System.Collections.Generic.IList? Type187 { get; set; } /// /// /// - public global::LabelStudio.KPIUserInfo? Type188 { get; set; } + public global::System.Collections.Generic.IList? Type188 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type189 { get; set; } + public global::LabelStudio.KPIUserInfo? Type189 { get; set; } /// /// /// - public global::LabelStudio.KPIMetadata? Type190 { get; set; } + public global::System.Collections.Generic.IList>? Type190 { get; set; } /// /// /// - public global::LabelStudio.KPIProjectInfo? Type191 { get; set; } + public global::LabelStudio.KPIMetadata? Type191 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type192 { get; set; } + public global::LabelStudio.KPIProjectInfo? Type192 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type193 { get; set; } + public global::System.Collections.Generic.IList? Type193 { get; set; } /// /// /// - public global::LabelStudio.OneOf? Type194 { get; set; } + public global::System.Collections.Generic.IList>? Type194 { get; set; } /// /// /// - public global::LabelStudio.LSAPITokenBlacklistRequest? Type195 { get; set; } + public global::LabelStudio.OneOf? Type195 { get; set; } /// /// /// - public global::LabelStudio.LSAPITokenRotateRequest? Type196 { get; set; } + public global::LabelStudio.LSAPITokenBlacklistRequest? Type196 { get; set; } /// /// /// - public global::LabelStudio.LSEAPITokenCreate? Type197 { get; set; } + public global::LabelStudio.LSAPITokenRotateRequest? Type197 { get; set; } /// /// /// - public global::LabelStudio.LSEAPITokenList? Type198 { get; set; } + public global::LabelStudio.LSEAPITokenCreate? Type198 { get; set; } /// /// /// - public global::LabelStudio.LSEJWTSettings? Type199 { get; set; } + public global::LabelStudio.LSEAPITokenList? Type199 { get; set; } /// /// /// - public global::LabelStudio.LSEJWTSettingsRequest? Type200 { get; set; } + public global::LabelStudio.LSEJWTSettings? Type200 { get; set; } /// /// /// - public global::LabelStudio.LSEKeyIndicatorValue? Type201 { get; set; } + public global::LabelStudio.LSEJWTSettingsRequest? Type201 { get; set; } /// /// /// - public global::LabelStudio.Label? Type202 { get; set; } + public global::LabelStudio.LSEKeyIndicatorValue? Type202 { get; set; } /// /// /// - public global::LabelStudio.LabelBulkUpdateRequest? Type203 { get; set; } + public global::LabelStudio.Label? Type203 { get; set; } /// /// /// - public global::LabelStudio.LabelBulkUpdateResponse? Type204 { get; set; } + public global::LabelStudio.LabelBulkUpdateRequest? Type204 { get; set; } /// /// /// - public global::LabelStudio.LabelCreate? Type205 { get; set; } + public global::LabelStudio.LabelBulkUpdateResponse? Type205 { get; set; } /// /// /// - public global::LabelStudio.LabelCreateRequest? Type206 { get; set; } + public global::LabelStudio.LabelCreate? Type206 { get; set; } /// /// /// - public global::LabelStudio.LabelDistributionCountsResponse? Type207 { get; set; } + public global::LabelStudio.LabelCreateRequest? Type207 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type208 { get; set; } + public global::LabelStudio.LabelDistributionCountsResponse? Type208 { get; set; } /// /// /// - public global::LabelStudio.LabelDistributionCountsRow? Type209 { get; set; } + public global::System.Collections.Generic.IList? Type209 { get; set; } /// /// /// - public global::LabelStudio.LabelDistributionCountsTotals? Type210 { get; set; } + public global::LabelStudio.LabelDistributionCountsRow? Type210 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary? Type211 { get; set; } + public global::LabelStudio.LabelDistributionCountsTotals? Type211 { get; set; } /// /// /// - public global::LabelStudio.LabelDistributionStructureDimension? Type212 { get; set; } + public global::System.Collections.Generic.Dictionary? Type212 { get; set; } /// /// /// - public global::LabelStudio.LabelDistributionStructureResponse? Type213 { get; set; } + public global::LabelStudio.LabelDistributionStructureDimension? Type213 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type214 { get; set; } + public global::LabelStudio.LabelDistributionStructureResponse? Type214 { get; set; } /// /// /// - public global::LabelStudio.LabelLink? Type215 { get; set; } + public global::System.Collections.Generic.IList? Type215 { get; set; } /// /// /// - public global::LabelStudio.LabelLinkRequest? Type216 { get; set; } + public global::LabelStudio.LabelLink? Type216 { get; set; } /// /// /// - public global::LabelStudio.LearningProgressResponse? Type217 { get; set; } + public global::LabelStudio.LabelLinkRequest? Type217 { get; set; } /// /// /// - public global::LabelStudio.LearningProgressUpdateRequest? Type218 { get; set; } + public global::LabelStudio.LearningProgressResponse? Type218 { get; set; } /// /// /// - public global::LabelStudio.LearningResource? Type219 { get; set; } + public global::LabelStudio.LearningProgressUpdateRequest? Type219 { get; set; } /// /// /// - public global::LabelStudio.LearningResourceAssignmentSummary? Type220 { get; set; } + public global::LabelStudio.LearningResource? Type220 { get; set; } /// /// /// - public global::LabelStudio.LearningResourceCreate? Type221 { get; set; } + public global::LabelStudio.LearningResourceAssignmentSummary? Type221 { get; set; } /// /// /// - public global::LabelStudio.LearningResourceCreateRequest? Type222 { get; set; } + public global::LabelStudio.LearningResourceCreate? Type222 { get; set; } /// /// /// - public global::LabelStudio.LearningResourceDetail? Type223 { get; set; } + public global::LabelStudio.LearningResourceCreateRequest? Type223 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type224 { get; set; } + public global::LabelStudio.LearningResourceDetail? Type224 { get; set; } /// /// /// - public global::LabelStudio.LearningResourceRequest? Type225 { get; set; } + public global::System.Collections.Generic.IList? Type225 { get; set; } /// /// /// - public global::LabelStudio.LearningResourceUpdate? Type226 { get; set; } + public global::LabelStudio.LearningResourceRequest? Type226 { get; set; } /// /// /// - public global::LabelStudio.LearningResourceUploadResponse? Type227 { get; set; } + public global::LabelStudio.LearningResourceUpdate? Type227 { get; set; } /// /// /// - public global::LabelStudio.LocalFilesExportStorage? Type228 { get; set; } + public global::LabelStudio.LearningResourceUploadResponse? Type228 { get; set; } /// /// /// - public global::LabelStudio.LocalFilesImportStorage? Type229 { get; set; } + public global::LabelStudio.LocalFilesExportStorage? Type229 { get; set; } /// /// /// - public global::LabelStudio.LseAnnotationFilterOptions? Type230 { get; set; } + public global::LabelStudio.LocalFilesImportStorage? Type230 { get; set; } /// /// /// - public global::LabelStudio.LseAnnotationFilterOptionsRequest? Type231 { get; set; } + public global::LabelStudio.LseAnnotationFilterOptions? Type231 { get; set; } /// /// /// - public global::LabelStudio.LseExportCreate? Type232 { get; set; } + public global::LabelStudio.LseAnnotationFilterOptionsRequest? Type232 { get; set; } /// /// /// - public global::LabelStudio.SerializationOptions? Type233 { get; set; } + public global::LabelStudio.LseExportCreate? Type233 { get; set; } /// /// /// - public global::LabelStudio.LseTaskFilterOptions? Type234 { get; set; } + public global::LabelStudio.SerializationOptions? Type234 { get; set; } /// /// /// - public global::LabelStudio.LseExportCreateRequest? Type235 { get; set; } + public global::LabelStudio.LseTaskFilterOptions? Type235 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type236 { get; set; } + public global::LabelStudio.LseExportCreateRequest? Type236 { get; set; } /// /// /// - public global::LabelStudio.SerializationOptionsRequest? Type237 { get; set; } + public global::System.Collections.Generic.IList? Type237 { get; set; } /// /// /// - public global::LabelStudio.LseTaskFilterOptionsRequest? Type238 { get; set; } + public global::LabelStudio.SerializationOptionsRequest? Type238 { get; set; } /// /// /// - public global::LabelStudio.LseFields? Type239 { get; set; } + public global::LabelStudio.LseTaskFilterOptionsRequest? Type239 { get; set; } /// /// /// - public global::LabelStudio.OnboardingStateEnum? Type240 { get; set; } + public global::LabelStudio.LseFields? Type240 { get; set; } /// /// /// - public global::LabelStudio.TrialRoleEnum? Type241 { get; set; } + public global::LabelStudio.OnboardingStateEnum? Type241 { get; set; } /// /// /// - public global::LabelStudio.LseFieldsRequest? Type242 { get; set; } + public global::LabelStudio.TrialRoleEnum? Type242 { get; set; } /// /// /// - public global::LabelStudio.LseInterface? Type243 { get; set; } + public global::LabelStudio.LseFieldsRequest? Type243 { get; set; } /// /// /// - public global::LabelStudio.LseInterfaceAppendVersionRequest? Type244 { get; set; } + public global::LabelStudio.LseInterface? Type244 { get; set; } /// /// /// - public global::LabelStudio.LseInterfaceAppendVersionsRequest? Type245 { get; set; } + public global::LabelStudio.LseInterfaceAppendVersionRequest? Type245 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type246 { get; set; } + public global::LabelStudio.LseInterfaceAppendVersionsRequest? Type246 { get; set; } /// /// /// - public global::LabelStudio.LseInterfaceList? Type247 { get; set; } + public global::System.Collections.Generic.IList? Type247 { get; set; } /// /// /// - public global::LabelStudio.LseInterfaceRequest? Type248 { get; set; } + public global::LabelStudio.LseInterfaceList? Type248 { get; set; } /// /// /// - public global::LabelStudio.LseInterfaceVersionDescriptionRequest? Type249 { get; set; } + public global::LabelStudio.LseInterfaceRequest? Type249 { get; set; } /// /// /// - public global::LabelStudio.LseInterfaceVersionIdRequest? Type250 { get; set; } + public global::LabelStudio.LseInterfaceVersionDescriptionRequest? Type250 { get; set; } /// /// /// - public global::LabelStudio.LseOrganization? Type251 { get; set; } + public global::LabelStudio.LseInterfaceVersionIdRequest? Type251 { get; set; } /// /// /// - public global::LabelStudio.OrganizationBilling? Type252 { get; set; } + public global::LabelStudio.LseOrganization? Type252 { get; set; } /// /// /// - public global::LabelStudio.LseOrganizationMemberList? Type253 { get; set; } + public global::LabelStudio.OrganizationBilling? Type253 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type254 { get; set; } + public global::LabelStudio.LseOrganizationMemberList? Type254 { get; set; } /// /// /// - public global::LabelStudio.LseOrganizationMemberListContributedToProject? Type255 { get; set; } + public global::System.Collections.Generic.IList? Type255 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type256 { get; set; } + public global::LabelStudio.LseOrganizationMemberListContributedToProject? Type256 { get; set; } /// /// /// - public global::LabelStudio.LseOrganizationMemberListCreatedProject? Type257 { get; set; } + public global::System.Collections.Generic.IList? Type257 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type258 { get; set; } + public global::LabelStudio.LseOrganizationMemberListCreatedProject? Type258 { get; set; } /// /// /// - public global::LabelStudio.SimpleOrganizationMemberTag? Type259 { get; set; } + public global::System.Collections.Generic.IList? Type259 { get; set; } /// /// /// - public global::LabelStudio.LseUserOrganizationMemberList? Type260 { get; set; } + public global::LabelStudio.SimpleOrganizationMemberTag? Type260 { get; set; } /// /// /// - public global::LabelStudio.LseProject? Type261 { get; set; } + public global::LabelStudio.LseUserOrganizationMemberList? Type261 { get; set; } /// /// /// - public global::LabelStudio.LseProjectCounts? Type262 { get; set; } + public global::LabelStudio.LseProject? Type262 { get; set; } /// /// /// - public global::LabelStudio.LseProjectCreate? Type263 { get; set; } + public global::LabelStudio.LseProjectCounts? Type263 { get; set; } /// /// /// - public global::LabelStudio.LseProjectCreateRequest? Type264 { get; set; } + public global::LabelStudio.LseProjectCreate? Type264 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary? Type265 { get; set; } + public global::LabelStudio.LseProjectCreateRequest? Type265 { get; set; } /// /// /// - public global::LabelStudio.LseProjectParams? Type266 { get; set; } + public global::System.Collections.Generic.Dictionary? Type266 { get; set; } /// /// /// - public global::LabelStudio.LseProjectParamsRequest? Type267 { get; set; } + public global::LabelStudio.LseProjectParams? Type267 { get; set; } /// /// /// - public global::LabelStudio.LseProjectResponse? Type268 { get; set; } + public global::LabelStudio.LseProjectParamsRequest? Type268 { get; set; } /// /// /// - public global::LabelStudio.LseProjectStateResponse? Type269 { get; set; } + public global::LabelStudio.LseProjectResponse? Type269 { get; set; } /// /// /// - public global::LabelStudio.LseS3ExportStorage? Type270 { get; set; } + public global::LabelStudio.LseProjectStateResponse? Type270 { get; set; } /// /// /// - public global::LabelStudio.LseS3ExportStorageRequest? Type271 { get; set; } + public global::LabelStudio.LseS3ExportStorage? Type271 { get; set; } /// /// /// - public global::LabelStudio.LseS3ImportStorage? Type272 { get; set; } + public global::LabelStudio.LseS3ExportStorageRequest? Type272 { get; set; } /// /// /// - public global::LabelStudio.LseS3ImportStorageRequest? Type273 { get; set; } + public global::LabelStudio.LseS3ImportStorage? Type273 { get; set; } /// /// /// - public global::LabelStudio.LseTask? Type274 { get; set; } + public global::LabelStudio.LseS3ImportStorageRequest? Type274 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type275 { get; set; } + public global::LabelStudio.LseTask? Type275 { get; set; } /// /// /// - public global::LabelStudio.LseTaskDraft? Type276 { get; set; } + public global::System.Collections.Generic.IList? Type276 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type277 { get; set; } + public global::LabelStudio.LseTaskDraft? Type277 { get; set; } /// /// /// - public global::LabelStudio.LseTaskPrediction? Type278 { get; set; } + public global::System.Collections.Generic.IList? Type278 { get; set; } /// /// /// - public global::LabelStudio.LseTaskRequest? Type279 { get; set; } + public global::LabelStudio.LseTaskPrediction? Type279 { get; set; } /// /// /// - public global::LabelStudio.LseTaskSerializerForAnnotators? Type280 { get; set; } + public global::LabelStudio.LseTaskRequest? Type280 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type281 { get; set; } + public global::LabelStudio.LseTaskSerializerForAnnotators? Type281 { get; set; } /// /// /// - public global::LabelStudio.LseTaskSerializerForAnnotatorsDraft? Type282 { get; set; } + public global::System.Collections.Generic.IList? Type282 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type283 { get; set; } + public global::LabelStudio.LseTaskSerializerForAnnotatorsDraft? Type283 { get; set; } /// /// /// - public global::LabelStudio.LseTaskSerializerForAnnotatorsPrediction? Type284 { get; set; } + public global::System.Collections.Generic.IList? Type284 { get; set; } /// /// /// - public global::LabelStudio.LseTaskSerializerForReviewers? Type285 { get; set; } + public global::LabelStudio.LseTaskSerializerForAnnotatorsPrediction? Type285 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type286 { get; set; } + public global::LabelStudio.LseTaskSerializerForReviewers? Type286 { get; set; } /// /// /// - public global::LabelStudio.LseTaskSerializerForReviewersDraft? Type287 { get; set; } + public global::System.Collections.Generic.IList? Type287 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type288 { get; set; } + public global::LabelStudio.LseTaskSerializerForReviewersDraft? Type288 { get; set; } /// /// /// - public global::LabelStudio.LseTaskSerializerForReviewersPrediction? Type289 { get; set; } + public global::System.Collections.Generic.IList? Type289 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary? Type290 { get; set; } + public global::LabelStudio.LseTaskSerializerForReviewersPrediction? Type290 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type291 { get; set; } + public global::System.Collections.Generic.Dictionary? Type291 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMembership? Type292 { get; set; } + public global::System.Collections.Generic.IList? Type292 { get; set; } /// /// /// - public global::LabelStudio.LseUserAPI? Type293 { get; set; } + public global::LabelStudio.OrganizationMembership? Type293 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type294 { get; set; } + public global::LabelStudio.LseUserAPI? Type294 { get; set; } /// /// /// - public global::LabelStudio.LseUserOrganizationMemberListContributedToProject? Type295 { get; set; } + public global::System.Collections.Generic.IList? Type295 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type296 { get; set; } + public global::LabelStudio.LseUserOrganizationMemberListContributedToProject? Type296 { get; set; } /// /// /// - public global::LabelStudio.LseUserOrganizationMemberListCreatedProject? Type297 { get; set; } + public global::System.Collections.Generic.IList? Type297 { get; set; } /// /// /// - public global::LabelStudio.MLBackend? Type298 { get; set; } + public global::LabelStudio.LseUserOrganizationMemberListCreatedProject? Type298 { get; set; } /// /// /// - public global::LabelStudio.StateEnum? Type299 { get; set; } + public global::LabelStudio.MLBackend? Type299 { get; set; } /// /// /// - public global::LabelStudio.MLBackendRequest? Type300 { get; set; } + public global::LabelStudio.StateEnum? Type300 { get; set; } /// /// /// - public global::LabelStudio.MLInteractiveAnnotatingRequestRequest? Type301 { get; set; } + public global::LabelStudio.MLBackendRequest? Type301 { get; set; } /// /// /// - public global::LabelStudio.MappingStatusEnum? Type302 { get; set; } + public global::LabelStudio.MLInteractiveAnnotatingRequestRequest? Type302 { get; set; } /// /// /// - public global::LabelStudio.MaybeExpandedComment? Type303 { get; set; } + public global::LabelStudio.MappingStatusEnum? Type303 { get; set; } /// /// /// - public global::LabelStudio.MetricParam? Type304 { get; set; } + public global::LabelStudio.MaybeExpandedComment? Type304 { get; set; } /// /// /// - public global::LabelStudio.MetricParamUpdateRequest? Type305 { get; set; } + public global::LabelStudio.MetricParam? Type305 { get; set; } /// /// /// - public global::LabelStudio.ModelInterface? Type306 { get; set; } + public global::LabelStudio.MetricParamUpdateRequest? Type306 { get; set; } /// /// /// - public global::LabelStudio.SkillNameEnum? Type307 { get; set; } + public global::LabelStudio.ModelInterface? Type307 { get; set; } /// /// /// - public global::LabelStudio.ModelInterfaceRequest? Type308 { get; set; } + public global::LabelStudio.SkillNameEnum? Type308 { get; set; } /// /// /// - public global::LabelStudio.ModelInterfaceSerializerGET? Type309 { get; set; } + public global::LabelStudio.ModelInterfaceRequest? Type309 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type310 { get; set; } + public global::LabelStudio.ModelInterfaceSerializerGET? Type310 { get; set; } /// /// /// - public global::LabelStudio.ModelProviderConnection? Type311 { get; set; } + public global::System.Collections.Generic.IList? Type311 { get; set; } /// /// /// - public global::LabelStudio.ProviderEnum? Type312 { get; set; } + public global::LabelStudio.ModelProviderConnection? Type312 { get; set; } /// /// /// - public global::LabelStudio.ScopeEnum? Type313 { get; set; } + public global::LabelStudio.ProviderEnum? Type313 { get; set; } /// /// /// - public global::LabelStudio.ModelProviderConnectionRequest? Type314 { get; set; } + public global::LabelStudio.ScopeEnum? Type314 { get; set; } /// /// /// - public global::LabelStudio.ModelRun? Type315 { get; set; } + public global::LabelStudio.ModelProviderConnectionRequest? Type315 { get; set; } /// /// /// - public global::LabelStudio.ProjectSubsetEnum? Type316 { get; set; } + public global::LabelStudio.ModelRun? Type316 { get; set; } /// /// /// - public global::LabelStudio.ModelRunStatusEnum? Type317 { get; set; } + public global::LabelStudio.ProjectSubsetEnum? Type317 { get; set; } /// /// /// - public global::LabelStudio.ModelRunRequest? Type318 { get; set; } + public global::LabelStudio.ModelRunStatusEnum? Type318 { get; set; } /// /// /// - public global::LabelStudio.OperatorEnum? Type319 { get; set; } + public global::LabelStudio.ModelRunRequest? Type319 { get; set; } /// /// /// - public global::LabelStudio.OrganizationId? Type320 { get; set; } + public global::LabelStudio.OperatorEnum? Type320 { get; set; } /// /// /// - public global::LabelStudio.OrganizationInvite? Type321 { get; set; } + public global::LabelStudio.OrganizationId? Type321 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMember? Type322 { get; set; } + public global::LabelStudio.OrganizationInvite? Type322 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type323 { get; set; } + public global::LabelStudio.OrganizationMember? Type323 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMemberContributedToProject? Type324 { get; set; } + public global::System.Collections.Generic.IList? Type324 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type325 { get; set; } + public global::LabelStudio.OrganizationMemberContributedToProject? Type325 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMemberCreatedProject? Type326 { get; set; } + public global::System.Collections.Generic.IList? Type326 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMemberTag? Type327 { get; set; } + public global::LabelStudio.OrganizationMemberCreatedProject? Type327 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMemberTagBulkCreateRequest? Type328 { get; set; } + public global::LabelStudio.OrganizationMemberTag? Type328 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMemberTagImportCreateRequest? Type329 { get; set; } + public global::LabelStudio.OrganizationMemberTagBulkCreateRequest? Type329 { get; set; } /// /// /// - public byte[]? Type330 { get; set; } + public global::LabelStudio.OrganizationMemberTagImportCreateRequest? Type330 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMemberTagImportStatus? Type331 { get; set; } + public byte[]? Type331 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMemberTagImportStatusStatusEnum? Type332 { get; set; } + public global::LabelStudio.OrganizationMemberTagImportStatus? Type332 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMemberTagRequest? Type333 { get; set; } + public global::LabelStudio.OrganizationMemberTagImportStatusStatusEnum? Type333 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMembershipRequest? Type334 { get; set; } + public global::LabelStudio.OrganizationMemberTagRequest? Type334 { get; set; } /// /// /// - public global::LabelStudio.OrganizationPermission? Type335 { get; set; } + public global::LabelStudio.OrganizationMembershipRequest? Type335 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type336 { get; set; } + public global::LabelStudio.OrganizationPermission? Type336 { get; set; } /// /// /// - public global::LabelStudio.OrganizationPermissionRoleEnum? Type337 { get; set; } + public global::System.Collections.Generic.IList? Type337 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type338 { get; set; } + public global::LabelStudio.OrganizationPermissionRoleEnum? Type338 { get; set; } /// /// /// - public global::LabelStudio.OrganizationPermissionRequest? Type339 { get; set; } + public global::System.Collections.Generic.IList? Type339 { get; set; } /// /// /// - public global::LabelStudio.OrganizationRoleAssignment? Type340 { get; set; } + public global::LabelStudio.OrganizationPermissionRequest? Type340 { get; set; } /// /// /// - public global::LabelStudio.PaginatedAllRolesProjectListList? Type341 { get; set; } + public global::LabelStudio.OrganizationRoleAssignment? Type341 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type342 { get; set; } + public global::LabelStudio.PaginatedAllRolesProjectListList? Type342 { get; set; } /// /// /// - public global::LabelStudio.PaginatedAnnotationHistoryList? Type343 { get; set; } + public global::System.Collections.Generic.IList? Type343 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type344 { get; set; } + public global::LabelStudio.PaginatedAnnotationHistoryList? Type344 { get; set; } /// /// /// - public global::LabelStudio.PaginatedCertificateList? Type345 { get; set; } + public global::System.Collections.Generic.IList? Type345 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type346 { get; set; } + public global::LabelStudio.PaginatedCertificateList? Type346 { get; set; } /// /// /// - public global::LabelStudio.PaginatedCourseModuleList? Type347 { get; set; } + public global::System.Collections.Generic.IList? Type347 { get; set; } /// /// /// - public global::LabelStudio.PaginatedLabelCreateList? Type348 { get; set; } + public global::LabelStudio.PaginatedCourseModuleList? Type348 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type349 { get; set; } + public global::LabelStudio.PaginatedLabelCreateList? Type349 { get; set; } /// /// /// - public global::LabelStudio.PaginatedLabelLinkList? Type350 { get; set; } + public global::System.Collections.Generic.IList? Type350 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type351 { get; set; } + public global::LabelStudio.PaginatedLabelLinkList? Type351 { get; set; } /// /// /// - public global::LabelStudio.PaginatedLabelList? Type352 { get; set; } + public global::System.Collections.Generic.IList? Type352 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type353 { get; set; } + public global::LabelStudio.PaginatedLabelList? Type353 { get; set; } /// /// /// - public global::LabelStudio.PaginatedLearningResourceList? Type354 { get; set; } + public global::System.Collections.Generic.IList? Type354 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type355 { get; set; } + public global::LabelStudio.PaginatedLearningResourceList? Type355 { get; set; } /// /// /// - public global::LabelStudio.PaginatedLseInterfaceListList? Type356 { get; set; } + public global::System.Collections.Generic.IList? Type356 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type357 { get; set; } + public global::LabelStudio.PaginatedLseInterfaceListList? Type357 { get; set; } /// /// /// - public global::LabelStudio.PaginatedLseOrganizationMemberListList? Type358 { get; set; } + public global::System.Collections.Generic.IList? Type358 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type359 { get; set; } + public global::LabelStudio.PaginatedLseOrganizationMemberListList? Type359 { get; set; } /// /// /// - public global::LabelStudio.PaginatedLseProjectCountsList? Type360 { get; set; } + public global::System.Collections.Generic.IList? Type360 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type361 { get; set; } + public global::LabelStudio.PaginatedLseProjectCountsList? Type361 { get; set; } /// /// /// - public global::LabelStudio.PaginatedLseUserList? Type362 { get; set; } + public global::System.Collections.Generic.IList? Type362 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type363 { get; set; } + public global::LabelStudio.PaginatedLseUserList? Type363 { get; set; } /// /// /// - public global::LabelStudio.PaginatedModelInterfaceSerializerGETList? Type364 { get; set; } + public global::System.Collections.Generic.IList? Type364 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type365 { get; set; } + public global::LabelStudio.PaginatedModelInterfaceSerializerGETList? Type365 { get; set; } /// /// /// - public global::LabelStudio.PaginatedOrganizationMemberTagList? Type366 { get; set; } + public global::System.Collections.Generic.IList? Type366 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type367 { get; set; } + public global::LabelStudio.PaginatedOrganizationMemberTagList? Type367 { get; set; } /// /// /// - public global::LabelStudio.PaginatedPaginatedProjectMemberList? Type368 { get; set; } + public global::System.Collections.Generic.IList? Type368 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type369 { get; set; } + public global::LabelStudio.PaginatedPaginatedProjectMemberList? Type369 { get; set; } /// /// /// - public global::LabelStudio.PaginatedProjectMember? Type370 { get; set; } + public global::System.Collections.Generic.IList? Type370 { get; set; } /// /// /// - public global::LabelStudio.PaginatedProjectSubsetTasksResponseList? Type371 { get; set; } + public global::LabelStudio.PaginatedProjectMember? Type371 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type372 { get; set; } + public global::LabelStudio.PaginatedProjectSubsetTasksResponseList? Type372 { get; set; } /// /// /// - public global::LabelStudio.ProjectSubsetTasksResponse? Type373 { get; set; } + public global::System.Collections.Generic.IList? Type373 { get; set; } /// /// /// - public global::LabelStudio.PaginatedRoleBasedTaskList? Type374 { get; set; } + public global::LabelStudio.ProjectSubsetTasksResponse? Type374 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type375 { get; set; } + public global::LabelStudio.PaginatedRoleBasedTaskList? Type375 { get; set; } /// /// /// - public global::LabelStudio.RoleBasedTask? Type376 { get; set; } + public global::System.Collections.Generic.IList? Type376 { get; set; } /// /// /// - public global::LabelStudio.PaginatedSeatReportList? Type377 { get; set; } + public global::LabelStudio.RoleBasedTask? Type377 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type378 { get; set; } + public global::LabelStudio.PaginatedSeatReportList? Type378 { get; set; } /// /// /// - public global::LabelStudio.SeatReport? Type379 { get; set; } + public global::System.Collections.Generic.IList? Type379 { get; set; } /// /// /// - public global::LabelStudio.PaginatedStateModelList? Type380 { get; set; } + public global::LabelStudio.SeatReport? Type380 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type381 { get; set; } + public global::LabelStudio.PaginatedStateModelList? Type381 { get; set; } /// /// /// - public global::LabelStudio.PaginatedUserLearningProgressListList? Type382 { get; set; } + public global::System.Collections.Generic.IList? Type382 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type383 { get; set; } + public global::LabelStudio.PaginatedUserLearningProgressListList? Type383 { get; set; } /// /// /// - public global::LabelStudio.UserLearningProgressList? Type384 { get; set; } + public global::System.Collections.Generic.IList? Type384 { get; set; } /// /// /// - public global::LabelStudio.PatchedAnalyticsViewRequest? Type385 { get; set; } + public global::LabelStudio.UserLearningProgressList? Type385 { get; set; } /// /// /// - public global::LabelStudio.PatchedAnnotationReviewRequest? Type386 { get; set; } + public global::LabelStudio.PatchedAnalyticsViewRequest? Type386 { get; set; } /// /// /// - public global::LabelStudio.PatchedAzureDatasetStorageRequest? Type387 { get; set; } + public global::LabelStudio.PatchedAnnotationReviewRequest? Type387 { get; set; } /// /// /// - public global::LabelStudio.PatchedAzureServicePrincipalExportStorageRequest? Type388 { get; set; } + public global::LabelStudio.PatchedAzureDatasetStorageRequest? Type388 { get; set; } /// /// /// - public global::LabelStudio.PatchedAzureServicePrincipalImportStorageRequest? Type389 { get; set; } + public global::LabelStudio.PatchedAzureServicePrincipalExportStorageRequest? Type389 { get; set; } /// /// /// - public global::LabelStudio.PatchedBlueprintUpdateRequest? Type390 { get; set; } + public global::LabelStudio.PatchedAzureServicePrincipalImportStorageRequest? Type390 { get; set; } /// /// /// - public global::LabelStudio.PatchedCommentRequest? Type391 { get; set; } + public global::LabelStudio.PatchedBlueprintUpdateRequest? Type391 { get; set; } /// /// /// - public global::LabelStudio.PatchedDatabricksExportStorageRequest? Type392 { get; set; } + public global::LabelStudio.PatchedCommentRequest? Type392 { get; set; } /// /// /// - public global::LabelStudio.PatchedDatabricksImportStorageRequest? Type393 { get; set; } + public global::LabelStudio.PatchedDatabricksExportStorageRequest? Type393 { get; set; } /// /// /// - public global::LabelStudio.PatchedDatasetRequest? Type394 { get; set; } + public global::LabelStudio.PatchedDatabricksImportStorageRequest? Type394 { get; set; } /// /// /// - public global::LabelStudio.PatchedDatasetViewRequest? Type395 { get; set; } + public global::LabelStudio.PatchedDatasetRequest? Type395 { get; set; } /// /// /// - public global::LabelStudio.PatchedDefaultRoleRequest? Type396 { get; set; } + public global::LabelStudio.PatchedDatasetViewRequest? Type396 { get; set; } /// /// /// - public global::LabelStudio.PatchedDimensionRequest? Type397 { get; set; } + public global::LabelStudio.PatchedDefaultRoleRequest? Type397 { get; set; } /// /// /// - public global::LabelStudio.PatchedFewShotExampleRequest? Type398 { get; set; } + public global::LabelStudio.PatchedDimensionRequest? Type398 { get; set; } /// /// /// - public global::LabelStudio.PatchedFileUploadRequest? Type399 { get; set; } + public global::LabelStudio.PatchedFewShotExampleRequest? Type399 { get; set; } /// /// /// - public global::LabelStudio.PatchedGCSDatasetStorageRequest? Type400 { get; set; } + public global::LabelStudio.PatchedFileUploadRequest? Type400 { get; set; } /// /// /// - public global::LabelStudio.PatchedGCSSAExportStorageRequest? Type401 { get; set; } + public global::LabelStudio.PatchedGCSDatasetStorageRequest? Type401 { get; set; } /// /// /// - public global::LabelStudio.PatchedGCSSAImportStorageRequest? Type402 { get; set; } + public global::LabelStudio.PatchedGCSSAExportStorageRequest? Type402 { get; set; } /// /// /// - public global::LabelStudio.PatchedGCSWIFExportStorageRequest? Type403 { get; set; } + public global::LabelStudio.PatchedGCSSAImportStorageRequest? Type403 { get; set; } /// /// /// - public global::LabelStudio.PatchedGCSWIFImportStorageRequest? Type404 { get; set; } + public global::LabelStudio.PatchedGCSWIFExportStorageRequest? Type404 { get; set; } /// /// /// - public global::LabelStudio.PatchedHotkeysRequest? Type405 { get; set; } + public global::LabelStudio.PatchedGCSWIFImportStorageRequest? Type405 { get; set; } /// /// /// - public global::LabelStudio.PatchedLabelLinkRequest? Type406 { get; set; } + public global::LabelStudio.PatchedHotkeysRequest? Type406 { get; set; } /// /// /// - public global::LabelStudio.PatchedLabelRequest? Type407 { get; set; } + public global::LabelStudio.PatchedLabelLinkRequest? Type407 { get; set; } /// /// /// - public global::LabelStudio.PatchedLearningResourceRequest? Type408 { get; set; } + public global::LabelStudio.PatchedLabelRequest? Type408 { get; set; } /// /// /// - public global::LabelStudio.PatchedLearningResourceUpdateRequest? Type409 { get; set; } + public global::LabelStudio.PatchedLearningResourceRequest? Type409 { get; set; } /// /// /// - public global::LabelStudio.PatchedLseInterfaceRequest? Type410 { get; set; } + public global::LabelStudio.PatchedLearningResourceUpdateRequest? Type410 { get; set; } /// /// /// - public global::LabelStudio.PatchedLseOrganizationSerializerUpdateRequest? Type411 { get; set; } + public global::LabelStudio.PatchedLseInterfaceRequest? Type411 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type412 { get; set; } + public global::LabelStudio.PatchedLseOrganizationSerializerUpdateRequest? Type412 { get; set; } /// /// /// - public global::LabelStudio.PatchedLseProjectUpdateRequest? Type413 { get; set; } + public global::System.Collections.Generic.IList>? Type413 { get; set; } /// /// /// - public global::LabelStudio.ReviewSettingsRequest? Type414 { get; set; } + public global::LabelStudio.PatchedLseProjectUpdateRequest? Type414 { get; set; } /// /// /// - public global::LabelStudio.PatchedLseS3ExportStorageRequest? Type415 { get; set; } + public global::LabelStudio.ReviewSettingsRequest? Type415 { get; set; } /// /// /// - public global::LabelStudio.PatchedLseS3ImportStorageRequest? Type416 { get; set; } + public global::LabelStudio.PatchedLseS3ExportStorageRequest? Type416 { get; set; } /// /// /// - public global::LabelStudio.PatchedLseTaskRequest? Type417 { get; set; } + public global::LabelStudio.PatchedLseS3ImportStorageRequest? Type417 { get; set; } /// /// /// - public global::LabelStudio.PatchedLseUserSerializerUpdateRequest? Type418 { get; set; } + public global::LabelStudio.PatchedLseTaskRequest? Type418 { get; set; } /// /// /// - public global::LabelStudio.PatchedModelInterfaceRequest? Type419 { get; set; } + public global::LabelStudio.PatchedLseUserSerializerUpdateRequest? Type419 { get; set; } /// /// /// - public global::LabelStudio.PatchedModelProviderConnectionRequest? Type420 { get; set; } + public global::LabelStudio.PatchedModelInterfaceRequest? Type420 { get; set; } /// /// /// - public global::LabelStudio.PatchedOrganizationMemberCreateUpdateRequest? Type421 { get; set; } + public global::LabelStudio.PatchedModelProviderConnectionRequest? Type421 { get; set; } /// /// /// - public global::LabelStudio.StandardUserTypeEnum? Type422 { get; set; } + public global::LabelStudio.PatchedOrganizationMemberCreateUpdateRequest? Type422 { get; set; } /// /// /// - public global::LabelStudio.PatchedOrganizationMemberTagRequest? Type423 { get; set; } + public global::LabelStudio.StandardUserTypeEnum? Type423 { get; set; } /// /// /// - public global::LabelStudio.PatchedOrganizationPermissionRequest? Type424 { get; set; } + public global::LabelStudio.PatchedOrganizationMemberTagRequest? Type424 { get; set; } /// /// /// - public global::LabelStudio.PatchedPauseRequest? Type425 { get; set; } + public global::LabelStudio.PatchedOrganizationPermissionRequest? Type425 { get; set; } /// /// /// - public global::LabelStudio.ReasonEnum? Type426 { get; set; } + public global::LabelStudio.PatchedPauseRequest? Type426 { get; set; } /// /// /// - public global::LabelStudio.PatchedProjectLearningAssignmentRequest? Type427 { get; set; } + public global::LabelStudio.ReasonEnum? Type427 { get; set; } /// /// /// - public global::LabelStudio.PatchedProjectTemplateRequest? Type428 { get; set; } + public global::LabelStudio.PatchedProjectLearningAssignmentRequest? Type428 { get; set; } /// /// /// - public global::LabelStudio.PatchedS3DatasetStorageRequest? Type429 { get; set; } + public global::LabelStudio.PatchedProjectTemplateRequest? Type429 { get; set; } /// /// /// - public global::LabelStudio.PatchedSessionTimeoutPolicyRequest? Type430 { get; set; } + public global::LabelStudio.PatchedS3DatasetStorageRequest? Type430 { get; set; } /// /// /// - public global::LabelStudio.PatchedThirdPartyModelVersionRequest? Type431 { get; set; } + public global::LabelStudio.PatchedSessionTimeoutPolicyRequest? Type431 { get; set; } /// /// /// - public global::LabelStudio.PatchedWebhookSerializerForUpdateRequest? Type432 { get; set; } + public global::LabelStudio.PatchedThirdPartyModelVersionRequest? Type432 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type433 { get; set; } + public global::LabelStudio.PatchedWebhookSerializerForUpdateRequest? Type433 { get; set; } /// /// /// - public global::LabelStudio.PatchedWorkspaceRequest? Type434 { get; set; } + public global::System.Collections.Generic.IList? Type434 { get; set; } /// /// /// - public global::LabelStudio.Pause? Type435 { get; set; } + public global::LabelStudio.PatchedWorkspaceRequest? Type435 { get; set; } /// /// /// - public global::LabelStudio.PauseRequest? Type436 { get; set; } + public global::LabelStudio.Pause? Type436 { get; set; } /// /// /// - public global::LabelStudio.Prediction? Type437 { get; set; } + public global::LabelStudio.PauseRequest? Type437 { get; set; } /// /// /// - public global::LabelStudio.PredictionCountResponse? Type438 { get; set; } + public global::LabelStudio.Prediction? Type438 { get; set; } /// /// /// - public global::LabelStudio.Project? Type439 { get; set; } + public global::LabelStudio.PredictionCountResponse? Type439 { get; set; } /// /// /// - public global::LabelStudio.ProjectAnnotationsBrowseItem? Type440 { get; set; } + public global::LabelStudio.Project? Type440 { get; set; } /// /// /// - public global::LabelStudio.ProjectAnnotationsBrowseResponse? Type441 { get; set; } + public global::LabelStudio.ProjectAnnotationsBrowseItem? Type441 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type442 { get; set; } + public global::LabelStudio.ProjectAnnotationsBrowseResponse? Type442 { get; set; } /// /// /// - public global::LabelStudio.ProjectDuplicateModeEnum? Type443 { get; set; } + public global::System.Collections.Generic.IList? Type443 { get; set; } /// /// /// - public global::LabelStudio.ProjectDuplicateRequest? Type444 { get; set; } + public global::LabelStudio.ProjectDuplicateModeEnum? Type444 { get; set; } /// /// /// - public global::LabelStudio.ProjectGroup? Type445 { get; set; } + public global::LabelStudio.ProjectDuplicateRequest? Type445 { get; set; } /// /// /// - public global::LabelStudio.ProjectGroupRoleEnum? Type446 { get; set; } + public global::LabelStudio.ProjectGroup? Type446 { get; set; } /// /// /// - public global::LabelStudio.ProjectGroupRequest? Type447 { get; set; } + public global::LabelStudio.ProjectGroupRoleEnum? Type447 { get; set; } /// /// /// - public global::LabelStudio.ProjectImport? Type448 { get; set; } + public global::LabelStudio.ProjectGroupRequest? Type448 { get; set; } /// /// /// - public global::LabelStudio.ProjectLabelConfig? Type449 { get; set; } + public global::LabelStudio.ProjectImport? Type449 { get; set; } /// /// /// - public global::LabelStudio.ProjectLabelConfigRequest? Type450 { get; set; } + public global::LabelStudio.ProjectLabelConfig? Type450 { get; set; } /// /// /// - public global::LabelStudio.ProjectLearningAssignment? Type451 { get; set; } + public global::LabelStudio.ProjectLabelConfigRequest? Type451 { get; set; } /// /// /// - public global::LabelStudio.ProjectLearningAssignmentCreateRequest? Type452 { get; set; } + public global::LabelStudio.ProjectLearningAssignment? Type452 { get; set; } /// /// /// - public global::LabelStudio.ProjectMember? Type453 { get; set; } + public global::LabelStudio.ProjectLearningAssignmentCreateRequest? Type453 { get; set; } /// /// /// - public global::LabelStudio.ProjectMemberBulkAssignRequest? Type454 { get; set; } + public global::LabelStudio.ProjectMember? Type454 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type455 { get; set; } + public global::LabelStudio.ProjectMemberBulkAssignRequest? Type455 { get; set; } /// /// /// - public global::LabelStudio.ProjectMemberBulkAssignRolesRequest? Type456 { get; set; } + public global::System.Collections.Generic.IList? Type456 { get; set; } /// /// /// - public global::LabelStudio.ProjectMemberBulkAssignResponse? Type457 { get; set; } + public global::LabelStudio.ProjectMemberBulkAssignRolesRequest? Type457 { get; set; } /// /// /// - public global::LabelStudio.ProjectMemberIdentityVerificationError? Type458 { get; set; } + public global::LabelStudio.ProjectMemberBulkAssignResponse? Type458 { get; set; } /// /// /// - public global::LabelStudio.ProjectMemberRequest? Type459 { get; set; } + public global::LabelStudio.ProjectMemberIdentityVerificationError? Type459 { get; set; } /// /// /// - public global::LabelStudio.ProjectReimport? Type460 { get; set; } + public global::LabelStudio.ProjectMemberRequest? Type460 { get; set; } /// /// /// - public global::LabelStudio.ProjectRole? Type461 { get; set; } + public global::LabelStudio.ProjectReimport? Type461 { get; set; } /// /// /// - public global::LabelStudio.ProjectRoleAssignment? Type462 { get; set; } + public global::LabelStudio.ProjectRole? Type462 { get; set; } /// /// /// - public global::LabelStudio.ProjectRoleRequest? Type463 { get; set; } + public global::LabelStudio.ProjectRoleAssignment? Type463 { get; set; } /// /// /// - public global::LabelStudio.ProjectSubsetItem? Type464 { get; set; } + public global::LabelStudio.ProjectRoleRequest? Type464 { get; set; } /// /// /// - public global::LabelStudio.ProjectSubsetTaskItem? Type465 { get; set; } + public global::LabelStudio.ProjectSubsetItem? Type465 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type466 { get; set; } + public global::LabelStudio.ProjectSubsetTaskItem? Type466 { get; set; } /// /// /// - public global::LabelStudio.ProjectTemplate? Type467 { get; set; } + public global::System.Collections.Generic.IList? Type467 { get; set; } /// /// /// - public global::LabelStudio.ProjectTemplateRequest? Type468 { get; set; } + public global::LabelStudio.ProjectTemplate? Type468 { get; set; } /// /// /// - public global::LabelStudio.PromptPreviewResponse? Type469 { get; set; } + public global::LabelStudio.ProjectTemplateRequest? Type469 { get; set; } /// /// /// - public global::LabelStudio.PublishLearningResourceRequest? Type470 { get; set; } + public global::LabelStudio.PromptPreviewResponse? Type470 { get; set; } /// /// /// - public global::LabelStudio.RetakeScopeEnum? Type471 { get; set; } + public global::LabelStudio.PublishLearningResourceRequest? Type471 { get; set; } /// /// /// - public global::LabelStudio.ReEvaluate? Type472 { get; set; } + public global::LabelStudio.RetakeScopeEnum? Type472 { get; set; } /// /// /// - public global::LabelStudio.ReEvaluateModeEnum? Type473 { get; set; } + public global::LabelStudio.ReEvaluate? Type473 { get; set; } /// /// /// - public global::LabelStudio.ReEvaluateRequest? Type474 { get; set; } + public global::LabelStudio.ReEvaluateModeEnum? Type474 { get; set; } /// /// /// - public global::LabelStudio.RedisExportStorage? Type475 { get; set; } + public global::LabelStudio.ReEvaluateRequest? Type475 { get; set; } /// /// /// - public global::LabelStudio.RedisImportStorage? Type476 { get; set; } + public global::LabelStudio.RedisExportStorage? Type476 { get; set; } /// /// /// - public global::LabelStudio.RefinePromptRequestRequest? Type477 { get; set; } + public global::LabelStudio.RedisImportStorage? Type477 { get; set; } /// /// /// - public global::LabelStudio.RefinedPromptResponse? Type478 { get; set; } + public global::LabelStudio.RefinePromptRequestRequest? Type478 { get; set; } /// /// /// - public global::LabelStudio.ThirdPartyModelVersion? Type479 { get; set; } + public global::LabelStudio.RefinedPromptResponse? Type479 { get; set; } /// /// /// - public global::LabelStudio.RegressionSummary? Type480 { get; set; } + public global::LabelStudio.ThirdPartyModelVersion? Type480 { get; set; } /// /// /// - public global::LabelStudio.RegressionsResponse? Type481 { get; set; } + public global::LabelStudio.RegressionSummary? Type481 { get; set; } /// /// /// - public global::LabelStudio.RequeueRejectedTasksModeEnum? Type482 { get; set; } + public global::LabelStudio.RegressionsResponse? Type482 { get; set; } /// /// /// - public global::LabelStudio.ReviewCriteriaEnum? Type483 { get; set; } + public global::LabelStudio.RequeueRejectedTasksModeEnum? Type483 { get; set; } /// /// /// - public global::LabelStudio.ReviewRoutingRule? Type484 { get; set; } + public global::LabelStudio.ReviewCriteriaEnum? Type484 { get; set; } /// /// /// - public global::LabelStudio.ReviewRoutingRuleRequestRequest? Type485 { get; set; } + public global::LabelStudio.ReviewRoutingRule? Type485 { get; set; } /// /// /// - public global::LabelStudio.ReviewRoutingRulesReplaceRequest? Type486 { get; set; } + public global::LabelStudio.ReviewRoutingRuleRequestRequest? Type486 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type487 { get; set; } + public global::LabelStudio.ReviewRoutingRulesReplaceRequest? Type487 { get; set; } /// /// /// - public global::LabelStudio.ReviewSettingsSamplingEnum? Type488 { get; set; } + public global::System.Collections.Generic.IList? Type488 { get; set; } /// /// /// - public global::LabelStudio.RevokeCertificateRequest? Type489 { get; set; } + public global::LabelStudio.ReviewSettingsSamplingEnum? Type489 { get; set; } /// /// /// - public global::LabelStudio.RevokeInviteRequest? Type490 { get; set; } + public global::LabelStudio.RevokeCertificateRequest? Type490 { get; set; } /// /// /// - public global::LabelStudio.S3DatasetStorage? Type491 { get; set; } + public global::LabelStudio.RevokeInviteRequest? Type491 { get; set; } /// /// /// - public global::LabelStudio.S3DatasetStorageRequest? Type492 { get; set; } + public global::LabelStudio.S3DatasetStorage? Type492 { get; set; } /// /// /// - public global::LabelStudio.S3ExportStorage? Type493 { get; set; } + public global::LabelStudio.S3DatasetStorageRequest? Type493 { get; set; } /// /// /// - public global::LabelStudio.S3ImportStorage? Type494 { get; set; } + public global::LabelStudio.S3ExportStorage? Type494 { get; set; } /// /// /// - public global::LabelStudio.SamlSettings? Type495 { get; set; } + public global::LabelStudio.S3ImportStorage? Type495 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type496 { get; set; } + public global::LabelStudio.SamlSettings? Type496 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type497 { get; set; } + public global::System.Collections.Generic.IList? Type497 { get; set; } /// /// /// - public global::LabelStudio.SamlSettingsUpdate? Type498 { get; set; } + public global::System.Collections.Generic.IList>? Type498 { get; set; } /// /// /// - public global::LabelStudio.SamlSettingsUpdateRequest? Type499 { get; set; } + public global::LabelStudio.SamlSettingsUpdate? Type499 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type500 { get; set; } + public global::LabelStudio.SamlSettingsUpdateRequest? Type500 { get; set; } /// /// /// - public global::LabelStudio.ScimSettings? Type501 { get; set; } + public global::System.Collections.Generic.IList? Type501 { get; set; } /// /// /// - public global::LabelStudio.ScimSettingsUpdate? Type502 { get; set; } + public global::LabelStudio.ScimSettings? Type502 { get; set; } /// /// /// - public global::LabelStudio.ScimSettingsUpdateRequest? Type503 { get; set; } + public global::LabelStudio.ScimSettingsUpdate? Type503 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type504 { get; set; } + public global::LabelStudio.ScimSettingsUpdateRequest? Type504 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type505 { get; set; } + public global::System.Collections.Generic.IList? Type505 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type506 { get; set; } + public global::System.Collections.Generic.IList? Type506 { get; set; } /// /// /// - public global::LabelStudio.WorkspaceAccessAssignment? Type507 { get; set; } + public global::System.Collections.Generic.IList? Type507 { get; set; } /// /// /// - public global::LabelStudio.SendInviteRequest? Type508 { get; set; } + public global::LabelStudio.WorkspaceAccessAssignment? Type508 { get; set; } /// /// /// - public global::LabelStudio.SerializationOption? Type509 { get; set; } + public global::LabelStudio.SendInviteRequest? Type509 { get; set; } /// /// /// - public global::LabelStudio.SerializationOptionRequest? Type510 { get; set; } + public global::LabelStudio.SerializationOption? Type510 { get; set; } /// /// /// - public global::LabelStudio.SessionTimeoutPolicy? Type511 { get; set; } + public global::LabelStudio.SerializationOptionRequest? Type511 { get; set; } /// /// /// - public global::LabelStudio.StateBackfillCancelResponse? Type512 { get; set; } + public global::LabelStudio.SessionTimeoutPolicy? Type512 { get; set; } /// /// /// - public global::LabelStudio.StateBackfillErrorResponse? Type513 { get; set; } + public global::LabelStudio.StateBackfillCancelResponse? Type513 { get; set; } /// /// /// - public global::LabelStudio.StateBackfillJobItem? Type514 { get; set; } + public global::LabelStudio.StateBackfillErrorResponse? Type514 { get; set; } /// /// /// - public global::LabelStudio.StateBackfillJobItemResponse? Type515 { get; set; } + public global::LabelStudio.StateBackfillJobItem? Type515 { get; set; } /// /// /// - public global::LabelStudio.StateBackfillProgress? Type516 { get; set; } + public global::LabelStudio.StateBackfillJobItemResponse? Type516 { get; set; } /// /// /// - public global::LabelStudio.StateTriggeredBy? Type517 { get; set; } + public global::LabelStudio.StateBackfillProgress? Type517 { get; set; } /// /// /// - public global::LabelStudio.StateBackfillJobListResponse? Type518 { get; set; } + public global::LabelStudio.StateTriggeredBy? Type518 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type519 { get; set; } + public global::LabelStudio.StateBackfillJobListResponse? Type519 { get; set; } /// /// /// - public global::LabelStudio.StateBackfillOrgStatus? Type520 { get; set; } + public global::System.Collections.Generic.IList? Type520 { get; set; } /// /// /// - public global::LabelStudio.StateBackfillResponse? Type521 { get; set; } + public global::LabelStudio.StateBackfillOrgStatus? Type521 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type522 { get; set; } + public global::LabelStudio.StateBackfillResponse? Type522 { get; set; } /// /// /// - public global::LabelStudio.StateBackfillStatusResponse? Type523 { get; set; } + public global::System.Collections.Generic.IList? Type523 { get; set; } /// /// /// - public global::LabelStudio.TriggeredBy2? Type524 { get; set; } + public global::LabelStudio.StateBackfillStatusResponse? Type524 { get; set; } /// /// /// - public global::LabelStudio.TaskAgreementMatrixResponse? Type525 { get; set; } + public global::LabelStudio.TriggeredBy2? Type525 { get; set; } /// /// /// - public global::LabelStudio.TaskAssignment? Type526 { get; set; } + public global::LabelStudio.TaskAgreementMatrixResponse? Type526 { get; set; } /// /// /// - public global::LabelStudio.TypeEnum? Type527 { get; set; } + public global::LabelStudio.TaskAssignment? Type527 { get; set; } /// /// /// - public global::LabelStudio.TaskEvent? Type528 { get; set; } + public global::LabelStudio.TypeEnum? Type528 { get; set; } /// /// /// - public global::LabelStudio.TaskEventRequest? Type529 { get; set; } + public global::LabelStudio.TaskEvent? Type529 { get; set; } /// /// /// - public global::LabelStudio.TaskSimple? Type530 { get; set; } + public global::LabelStudio.TaskEventRequest? Type530 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type531 { get; set; } + public global::LabelStudio.TaskSimple? Type531 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type532 { get; set; } + public global::System.Collections.Generic.IList? Type532 { get; set; } /// /// /// - public global::LabelStudio.ThirdPartyModelVersionRequest? Type533 { get; set; } + public global::System.Collections.Generic.IList? Type533 { get; set; } /// /// /// - public global::LabelStudio.TokenDetailError? Type534 { get; set; } + public global::LabelStudio.ThirdPartyModelVersionRequest? Type534 { get; set; } /// /// /// - public global::LabelStudio.TokenRefreshRequest? Type535 { get; set; } + public global::LabelStudio.TokenDetailError? Type535 { get; set; } /// /// /// - public global::LabelStudio.TokenRefreshResponse? Type536 { get; set; } + public global::LabelStudio.TokenRefreshRequest? Type536 { get; set; } /// /// /// - public global::LabelStudio.TokenRotateResponse? Type537 { get; set; } + public global::LabelStudio.TokenRefreshResponse? Type537 { get; set; } /// /// /// - public global::LabelStudio.TryTaskRequestRequest? Type538 { get; set; } + public global::LabelStudio.TokenRotateResponse? Type538 { get; set; } /// /// /// - public global::LabelStudio.TryTaskResponse? Type539 { get; set; } + public global::LabelStudio.TryTaskRequestRequest? Type539 { get; set; } /// /// /// - public global::LabelStudio.ValidateSamlDomainRequestRequest? Type540 { get; set; } + public global::LabelStudio.TryTaskResponse? Type540 { get; set; } /// /// /// - public global::LabelStudio.ValidateSamlDomainResponse? Type541 { get; set; } + public global::LabelStudio.ValidateSamlDomainRequestRequest? Type541 { get; set; } /// /// /// - public global::LabelStudio.ValidateSamlMetadataUrlRequestRequest? Type542 { get; set; } + public global::LabelStudio.ValidateSamlDomainResponse? Type542 { get; set; } /// /// /// - public global::LabelStudio.ValidateSamlMetadataUrlResponse? Type543 { get; set; } + public global::LabelStudio.ValidateSamlMetadataUrlRequestRequest? Type543 { get; set; } /// /// /// - public global::LabelStudio.ValueCountsBackfillJob? Type544 { get; set; } + public global::LabelStudio.ValidateSamlMetadataUrlResponse? Type544 { get; set; } /// /// /// - public global::LabelStudio.VersionResponse? Type545 { get; set; } + public global::LabelStudio.ValueCountsBackfillJob? Type545 { get; set; } /// /// /// - public global::LabelStudio.View? Type546 { get; set; } + public global::LabelStudio.VersionResponse? Type546 { get; set; } /// /// /// - public global::LabelStudio.ViewLockedBy? Type547 { get; set; } + public global::LabelStudio.View? Type547 { get; set; } /// /// /// - public global::LabelStudio.ViewOrderRequest? Type548 { get; set; } + public global::LabelStudio.ViewLockedBy? Type548 { get; set; } /// /// /// - public global::LabelStudio.Webhook? Type549 { get; set; } + public global::LabelStudio.ViewOrderRequest? Type549 { get; set; } /// /// /// - public global::LabelStudio.WebhookRequest? Type550 { get; set; } + public global::LabelStudio.Webhook? Type550 { get; set; } /// /// /// - public global::LabelStudio.WebhookSerializerForUpdate? Type551 { get; set; } + public global::LabelStudio.WebhookRequest? Type551 { get; set; } /// /// /// - public global::LabelStudio.WebhookSerializerForUpdateRequest? Type552 { get; set; } + public global::LabelStudio.WebhookSerializerForUpdate? Type552 { get; set; } /// /// /// - public global::LabelStudio.WhoAmILseFields? Type553 { get; set; } + public global::LabelStudio.WebhookSerializerForUpdateRequest? Type553 { get; set; } /// /// /// - public global::LabelStudio.WhoAmIUser? Type554 { get; set; } + public global::LabelStudio.WhoAmILseFields? Type554 { get; set; } /// /// /// - public global::LabelStudio.Workspace? Type555 { get; set; } + public global::LabelStudio.WhoAmIUser? Type555 { get; set; } /// /// /// - public global::LabelStudio.WorkspaceMemberBulkAssignRequest? Type556 { get; set; } + public global::LabelStudio.Workspace? Type556 { get; set; } /// /// /// - public global::LabelStudio.WorkspaceMemberCreate? Type557 { get; set; } + public global::LabelStudio.WorkspaceMemberBulkAssignRequest? Type557 { get; set; } /// /// /// - public global::LabelStudio.WorkspaceMemberCreateRequest? Type558 { get; set; } + public global::LabelStudio.WorkspaceMemberCreate? Type558 { get; set; } /// /// /// - public global::LabelStudio.WorkspaceMemberList? Type559 { get; set; } + public global::LabelStudio.WorkspaceMemberCreateRequest? Type559 { get; set; } /// /// /// - public global::LabelStudio.WorkspaceProjectsRequest? Type560 { get; set; } + public global::LabelStudio.WorkspaceMemberList? Type560 { get; set; } /// /// /// - public global::LabelStudio.WorkspaceRequest? Type561 { get; set; } + public global::LabelStudio.WorkspaceProjectsRequest? Type561 { get; set; } /// /// /// - public global::LabelStudio.ApiAnnotationsPartialUpdateRequest? Type562 { get; set; } + public global::LabelStudio.WorkspaceRequest? Type562 { get; set; } /// /// /// - public global::LabelStudio.ApiDatasetsImportPartialUpdateRequest? Type563 { get; set; } + public global::LabelStudio.ApiAnnotationsPartialUpdateRequest? Type563 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequest? Type564 { get; set; } + public global::LabelStudio.ApiDatasetsImportPartialUpdateRequest? Type564 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestFilters? Type565 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequest? Type565 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestFiltersConjunction? Type566 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestFilters? Type566 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type567 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestFiltersConjunction? Type567 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestFiltersItem? Type568 { get; set; } + public global::System.Collections.Generic.IList? Type568 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemFilter? Type569 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestFiltersItem? Type569 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemOperator? Type570 { get; set; } + public global::System.Collections.Generic.IList? Type570 { get; set; } /// /// /// - public global::LabelStudio.OneOf? Type571 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilter? Type571 { get; set; } /// /// /// - public float? Type572 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterFilter? Type572 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type573 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterOperator? Type573 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilter? Type574 { get; set; } + public global::LabelStudio.OneOf? Type574 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterFilter? Type575 { get; set; } + public float? Type575 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterOperator? Type576 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemFilter? Type576 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type577 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemOperator? Type577 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestOrderingItem? Type578 { get; set; } + public global::System.Collections.Generic.IList? Type578 { get; set; } /// /// /// - public global::LabelStudio.OneOf? Type579 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestOrderingItem? Type579 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllFalse? Type580 { get; set; } + public global::LabelStudio.OneOf? Type580 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllTrue? Type581 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllFalse? Type581 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequest? Type582 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllTrue? Type582 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequestData? Type583 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequest? Type583 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequestDataFilters? Type584 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequestData? Type584 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersConjunction? Type585 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequestDataFilters? Type585 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type586 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersConjunction? Type586 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItem? Type587 { get; set; } + public global::System.Collections.Generic.IList? Type587 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemFilter? Type588 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItem? Type588 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemOperator? Type589 { get; set; } + public global::System.Collections.Generic.IList? Type589 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type590 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilter? Type590 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilter? Type591 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilterFilter? Type591 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilterFilter? Type592 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilterOperator? Type592 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilterOperator? Type593 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemFilter? Type593 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type594 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemOperator? Type594 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequestDataOrderingItem? Type595 { get; set; } + public global::System.Collections.Generic.IList? Type595 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequest? Type596 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequestDataOrderingItem? Type596 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequestData? Type597 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequest? Type597 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFilters? Type598 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequestData? Type598 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersConjunction? Type599 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFilters? Type599 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type600 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersConjunction? Type600 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItem? Type601 { get; set; } + public global::System.Collections.Generic.IList? Type601 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemFilter? Type602 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItem? Type602 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemOperator? Type603 { get; set; } + public global::System.Collections.Generic.IList? Type603 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type604 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilter? Type604 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilter? Type605 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterFilter? Type605 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterFilter? Type606 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterOperator? Type606 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterOperator? Type607 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemFilter? Type607 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type608 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemOperator? Type608 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataOrderingItem? Type609 { get; set; } + public global::System.Collections.Generic.IList? Type609 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequest? Type610 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataOrderingItem? Type610 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequestData? Type611 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequest? Type611 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequestDataFilters? Type612 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequestData? Type612 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersConjunction? Type613 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequestDataFilters? Type613 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type614 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersConjunction? Type614 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItem? Type615 { get; set; } + public global::System.Collections.Generic.IList? Type615 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemFilter? Type616 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItem? Type616 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemOperator? Type617 { get; set; } + public global::System.Collections.Generic.IList? Type617 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type618 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemChildFilter? Type618 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemChildFilter? Type619 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemChildFilterFilter? Type619 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemChildFilterFilter? Type620 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemChildFilterOperator? Type620 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemChildFilterOperator? Type621 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemFilter? Type621 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type622 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemOperator? Type622 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequestDataOrderingItem? Type623 { get; set; } + public global::System.Collections.Generic.IList? Type623 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type624 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequestDataOrderingItem? Type624 { get; set; } /// /// /// - public global::LabelStudio.ApiLearningResourcesUserProgressImportCreateRequest? Type625 { get; set; } + public global::System.Collections.Generic.IList? Type625 { get; set; } /// /// /// - public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequest? Type626 { get; set; } + public global::LabelStudio.ApiLearningResourcesUserProgressImportCreateRequest? Type626 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type627 { get; set; } + public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequest? Type627 { get; set; } /// /// /// - public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequestMessage? Type628 { get; set; } + public global::System.Collections.Generic.IList? Type628 { get; set; } /// /// /// - public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequestMessageRole? Type629 { get; set; } + public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequestMessage? Type629 { get; set; } /// /// /// - public global::LabelStudio.ApiMlCreateRequest? Type630 { get; set; } + public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequestMessageRole? Type630 { get; set; } /// /// /// - public global::LabelStudio.ApiMlCreateRequestAuthMethod? Type631 { get; set; } + public global::LabelStudio.ApiMlCreateRequest? Type631 { get; set; } /// /// /// - public global::LabelStudio.ApiMlPartialUpdateRequest? Type632 { get; set; } + public global::LabelStudio.ApiMlCreateRequestAuthMethod? Type632 { get; set; } /// /// /// - public global::LabelStudio.ApiMlPartialUpdateRequestAuthMethod? Type633 { get; set; } + public global::LabelStudio.ApiMlPartialUpdateRequest? Type633 { get; set; } /// /// /// - public global::LabelStudio.ApiMlTrainCreateRequest? Type634 { get; set; } + public global::LabelStudio.ApiMlPartialUpdateRequestAuthMethod? Type634 { get; set; } /// /// /// - public global::LabelStudio.ApiPredictionsCreateRequest? Type635 { get; set; } + public global::LabelStudio.ApiMlTrainCreateRequest? Type635 { get; set; } /// /// /// - public global::LabelStudio.ApiPredictionsPartialUpdateRequest? Type636 { get; set; } + public global::LabelStudio.ApiPredictionsCreateRequest? Type636 { get; set; } /// /// /// - public global::LabelStudio.ApiPredictionsUpdateRequest? Type637 { get; set; } + public global::LabelStudio.ApiPredictionsPartialUpdateRequest? Type637 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectTemplatesCreateProjectCreateRequest? Type638 { get; set; } + public global::LabelStudio.ApiPredictionsUpdateRequest? Type638 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type639 { get; set; } + public global::LabelStudio.ApiProjectTemplatesCreateProjectCreateRequest? Type639 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequest? Type640 { get; set; } + public global::System.Collections.Generic.IList? Type640 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFilters? Type641 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequest? Type641 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersConjunction? Type642 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFilters? Type642 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type643 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersConjunction? Type643 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItem? Type644 { get; set; } + public global::System.Collections.Generic.IList? Type644 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilter? Type645 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItem? Type645 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperator? Type646 { get; set; } + public global::System.Collections.Generic.IList? Type646 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type647 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilter? Type647 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilter? Type648 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterFilter? Type648 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterFilter? Type649 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterOperator? Type649 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterOperator? Type650 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilter? Type650 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllFalse? Type651 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperator? Type651 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllTrue? Type652 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllFalse? Type652 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestType? Type653 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllTrue? Type653 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequest? Type654 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestType? Type654 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequestType? Type655 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequest? Type655 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequest? Type656 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequestType? Type656 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestType? Type657 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequest? Type657 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesAzureCreateRequest? Type658 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestType? Type658 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesAzureValidateCreateRequest? Type659 { get; set; } + public global::LabelStudio.ApiStoragesAzureCreateRequest? Type659 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesAzurePartialUpdateRequest? Type660 { get; set; } + public global::LabelStudio.ApiStoragesAzureValidateCreateRequest? Type660 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportAzureCreateRequest? Type661 { get; set; } + public global::LabelStudio.ApiStoragesAzurePartialUpdateRequest? Type661 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportAzureValidateCreateRequest? Type662 { get; set; } + public global::LabelStudio.ApiStoragesExportAzureCreateRequest? Type662 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportAzurePartialUpdateRequest? Type663 { get; set; } + public global::LabelStudio.ApiStoragesExportAzureValidateCreateRequest? Type663 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportGcsCreateRequest? Type664 { get; set; } + public global::LabelStudio.ApiStoragesExportAzurePartialUpdateRequest? Type664 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportGcsValidateCreateRequest? Type665 { get; set; } + public global::LabelStudio.ApiStoragesExportGcsCreateRequest? Type665 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportGcsPartialUpdateRequest? Type666 { get; set; } + public global::LabelStudio.ApiStoragesExportGcsValidateCreateRequest? Type666 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportLocalfilesCreateRequest? Type667 { get; set; } + public global::LabelStudio.ApiStoragesExportGcsPartialUpdateRequest? Type667 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportLocalfilesValidateCreateRequest? Type668 { get; set; } + public global::LabelStudio.ApiStoragesExportLocalfilesCreateRequest? Type668 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportLocalfilesPartialUpdateRequest? Type669 { get; set; } + public global::LabelStudio.ApiStoragesExportLocalfilesValidateCreateRequest? Type669 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportRedisCreateRequest? Type670 { get; set; } + public global::LabelStudio.ApiStoragesExportLocalfilesPartialUpdateRequest? Type670 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportRedisValidateCreateRequest? Type671 { get; set; } + public global::LabelStudio.ApiStoragesExportRedisCreateRequest? Type671 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportRedisPartialUpdateRequest? Type672 { get; set; } + public global::LabelStudio.ApiStoragesExportRedisValidateCreateRequest? Type672 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportS3CreateRequest? Type673 { get; set; } + public global::LabelStudio.ApiStoragesExportRedisPartialUpdateRequest? Type673 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportS3ValidateCreateRequest? Type674 { get; set; } + public global::LabelStudio.ApiStoragesExportS3CreateRequest? Type674 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportS3PartialUpdateRequest? Type675 { get; set; } + public global::LabelStudio.ApiStoragesExportS3ValidateCreateRequest? Type675 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesGcsCreateRequest? Type676 { get; set; } + public global::LabelStudio.ApiStoragesExportS3PartialUpdateRequest? Type676 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesGcsValidateCreateRequest? Type677 { get; set; } + public global::LabelStudio.ApiStoragesGcsCreateRequest? Type677 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesGcsPartialUpdateRequest? Type678 { get; set; } + public global::LabelStudio.ApiStoragesGcsValidateCreateRequest? Type678 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesLocalfilesCreateRequest? Type679 { get; set; } + public global::LabelStudio.ApiStoragesGcsPartialUpdateRequest? Type679 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesLocalfilesValidateCreateRequest? Type680 { get; set; } + public global::LabelStudio.ApiStoragesLocalfilesCreateRequest? Type680 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesLocalfilesPartialUpdateRequest? Type681 { get; set; } + public global::LabelStudio.ApiStoragesLocalfilesValidateCreateRequest? Type681 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesRedisCreateRequest? Type682 { get; set; } + public global::LabelStudio.ApiStoragesLocalfilesPartialUpdateRequest? Type682 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesRedisValidateCreateRequest? Type683 { get; set; } + public global::LabelStudio.ApiStoragesRedisCreateRequest? Type683 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesRedisPartialUpdateRequest? Type684 { get; set; } + public global::LabelStudio.ApiStoragesRedisValidateCreateRequest? Type684 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesS3CreateRequest? Type685 { get; set; } + public global::LabelStudio.ApiStoragesRedisPartialUpdateRequest? Type685 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesS3ValidateCreateRequest? Type686 { get; set; } + public global::LabelStudio.ApiStoragesS3CreateRequest? Type686 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesS3PartialUpdateRequest? Type687 { get; set; } + public global::LabelStudio.ApiStoragesS3ValidateCreateRequest? Type687 { get; set; } /// /// /// - public global::LabelStudio.ApiTasksAnnotationsCreateRequest? Type688 { get; set; } + public global::LabelStudio.ApiStoragesS3PartialUpdateRequest? Type688 { get; set; } /// /// /// - public global::LabelStudio.ApiUsersCreateRequest? Type689 { get; set; } + public global::LabelStudio.ApiTasksAnnotationsCreateRequest? Type689 { get; set; } /// /// /// - public global::LabelStudio.ApiUsersPartialUpdateRequest? Type690 { get; set; } + public global::LabelStudio.ApiUsersCreateRequest? Type690 { get; set; } /// /// /// - public global::LabelStudio.ApiActivityLogsListMethod? Type691 { get; set; } + public global::LabelStudio.ApiUsersPartialUpdateRequest? Type691 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateId? Type692 { get; set; } + public global::LabelStudio.ApiActivityLogsListMethod? Type692 { get; set; } /// /// /// - public global::LabelStudio.ApiFsmOrganizationsIdpAssignmentsHistoryListKind? Type693 { get; set; } + public global::LabelStudio.ApiDmActionsCreateId? Type693 { get; set; } /// /// /// - public global::LabelStudio.ApiFsmOrganizationsMembershipHistoryListSource? Type694 { get; set; } + public global::LabelStudio.ApiFsmOrganizationsIdpAssignmentsHistoryListKind? Type694 { get; set; } /// /// /// - public global::LabelStudio.ApiFsmOrganizationsMembershipHistoryListUserType? Type695 { get; set; } + public global::LabelStudio.ApiFsmOrganizationsMembershipHistoryListSource? Type695 { get; set; } /// /// /// - public global::LabelStudio.ApiFsmOrganizationsSettingsHistoryListKind? Type696 { get; set; } + public global::LabelStudio.ApiFsmOrganizationsMembershipHistoryListUserType? Type696 { get; set; } /// /// /// - public global::LabelStudio.ApiOrganizationsMembershipsListScope? Type697 { get; set; } + public global::LabelStudio.ApiFsmOrganizationsSettingsHistoryListKind? Type697 { get; set; } /// /// /// diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Models.AllRolesProjectList.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Models.AllRolesProjectList.g.cs index e1554680..e78b9ff5 100644 --- a/src/libs/LabelStudio/Generated/LabelStudio.Models.AllRolesProjectList.g.cs +++ b/src/libs/LabelStudio/Generated/LabelStudio.Models.AllRolesProjectList.g.cs @@ -59,6 +59,17 @@ public sealed partial class AllRolesProjectList [global::System.Text.Json.Serialization.JsonPropertyName("annotator_evaluation_enabled")] public bool? AnnotatorEvaluationEnabled { get; set; } + /// + /// Metric used to evaluate annotators. Defaults to gt_agreement.
+ /// * `gt_agreement` - Ground truth agreement
+ /// * `acceptance_score` - Acceptance score
+ /// * `rejection_rate` - Rejection rate
+ /// Default Value: gt_agreement + ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("annotator_evaluation_metric")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::LabelStudio.JsonConverters.AnnotatorEvaluationMetricEnumJsonConverter))] + public global::LabelStudio.AnnotatorEvaluationMetricEnum? AnnotatorEvaluationMetric { get; set; } + /// /// Score required to pass evaluation
/// Default Value: 95.00 @@ -630,6 +641,13 @@ public sealed partial class AllRolesProjectList /// /// Evaluate all annotators against ground truth /// + /// + /// Metric used to evaluate annotators. Defaults to gt_agreement.
+ /// * `gt_agreement` - Ground truth agreement
+ /// * `acceptance_score` - Acceptance score
+ /// * `rejection_rate` - Rejection rate
+ /// Default Value: gt_agreement + /// /// /// Score required to pass evaluation
/// Default Value: 95.00 @@ -876,6 +894,7 @@ public AllRolesProjectList( string? annotationLimitPercent, int? annotatorEvaluationContinuousTasks, bool? annotatorEvaluationEnabled, + global::LabelStudio.AnnotatorEvaluationMetricEnum? annotatorEvaluationMetric, string? annotatorEvaluationMinimumScore, int? annotatorEvaluationMinimumTasks, int? annotatorEvaluationOnboardingTasks, @@ -965,6 +984,7 @@ public AllRolesProjectList( this.AnnotationLimitPercent = annotationLimitPercent; this.AnnotatorEvaluationContinuousTasks = annotatorEvaluationContinuousTasks; this.AnnotatorEvaluationEnabled = annotatorEvaluationEnabled; + this.AnnotatorEvaluationMetric = annotatorEvaluationMetric; this.AnnotatorEvaluationMinimumScore = annotatorEvaluationMinimumScore; this.AnnotatorEvaluationMinimumTasks = annotatorEvaluationMinimumTasks; this.AnnotatorEvaluationOnboardingTasks = annotatorEvaluationOnboardingTasks; diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Models.AnnotatorEvaluationMetricEnum.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Models.AnnotatorEvaluationMetricEnum.g.cs new file mode 100644 index 00000000..60701d77 --- /dev/null +++ b/src/libs/LabelStudio/Generated/LabelStudio.Models.AnnotatorEvaluationMetricEnum.g.cs @@ -0,0 +1,59 @@ + +#nullable enable + +namespace LabelStudio +{ + /// + /// * `gt_agreement` - Ground truth agreement
+ /// * `acceptance_score` - Acceptance score
+ /// * `rejection_rate` - Rejection rate + ///
+ public enum AnnotatorEvaluationMetricEnum + { + /// + /// + /// + AcceptanceScore, + /// + /// + /// + GtAgreement, + /// + /// + /// + RejectionRate, + } + + /// + /// Enum extensions to do fast conversions without the reflection. + /// + public static class AnnotatorEvaluationMetricEnumExtensions + { + /// + /// Converts an enum to a string. + /// + public static string ToValueString(this AnnotatorEvaluationMetricEnum value) + { + return value switch + { + AnnotatorEvaluationMetricEnum.AcceptanceScore => "acceptance_score", + AnnotatorEvaluationMetricEnum.GtAgreement => "gt_agreement", + AnnotatorEvaluationMetricEnum.RejectionRate => "rejection_rate", + _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), + }; + } + /// + /// Converts an string to a enum. + /// + public static AnnotatorEvaluationMetricEnum? ToEnum(string value) + { + return value switch + { + "acceptance_score" => AnnotatorEvaluationMetricEnum.AcceptanceScore, + "gt_agreement" => AnnotatorEvaluationMetricEnum.GtAgreement, + "rejection_rate" => AnnotatorEvaluationMetricEnum.RejectionRate, + _ => null, + }; + } + } +} \ No newline at end of file diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Models.ApiDmActionsCreateRequestFiltersItem.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Models.ApiDmActionsCreateRequestFiltersItem.g.cs index d31ab76a..3fc72d46 100644 --- a/src/libs/LabelStudio/Generated/LabelStudio.Models.ApiDmActionsCreateRequestFiltersItem.g.cs +++ b/src/libs/LabelStudio/Generated/LabelStudio.Models.ApiDmActionsCreateRequestFiltersItem.g.cs @@ -8,6 +8,12 @@ namespace LabelStudio ///
public sealed partial class ApiDmActionsCreateRequestFiltersItem { + /// + /// Ordered child filters AND-merged with their parent. Child filters cannot be nested. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("child_filters")] + public global::System.Collections.Generic.IList? ChildFilters { get; set; } + /// /// Filter identifier, it should start with `filter:tasks:` prefix, e.g. `filter:tasks:agreement`. For `task.data` fields it may look like `filter:tasks:data.field_name`. If you need more info about columns, check the [Get data manager columns](api:GET/api/dm/columns/) API endpoint. Possible values:<li>`filter:tasks:agreement` (Number) Agreement for annotation results for a specific task (Enterprise only)</li><li>`filter:tasks:annotations_results` (String) Annotation results for the tasks</li><li>`filter:tasks:annotators` (List) Annotators that completed the task (Community). Can include assigned annotators (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer</li><li>`filter:tasks:cancelled_annotations` (Number) Number of cancelled or skipped annotations for the task</li><li>`filter:tasks:comments` (Number) Number of comments in a task</li><li>`filter:tasks:completed_at` (Datetime) Time when a task was fully annotated</li><li>`filter:tasks:created_at` (Datetime) Time the task was created at</li><li>`filter:tasks:file_upload` (String) Name of the file uploaded to create the tasks</li><li>`filter:tasks:ground_truth` (Boolean) Ground truth status of the tasks</li><li>`filter:tasks:id` (Number) Task ID</li><li>`filter:tasks:inner_id` (Number) Task Inner ID, it starts from 1 for all projects</li><li>`filter:tasks:predictions_model_versions` (String) Model version used for the predictions</li><li>`filter:tasks:predictions_results` (String) Prediction results for the tasks</li><li>`filter:tasks:predictions_score` (Number) Prediction score for the task</li><li>`filter:tasks:reviewed` (Boolean) Whether the tasks have been reviewed (Enterprise only)</li><li>`filter:tasks:reviewers` (String) Reviewers that reviewed the task, or assigned reviewers (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer</li><li>`filter:tasks:reviews_accepted` (Number) Number of annotations accepted for a task in review (Enterprise only)</li><li>`filter:tasks:reviews_rejected` (Number) Number of annotations rejected for a task in review (Enterprise only)</li><li>`filter:tasks:total_annotations` (Number) Total number of annotations on a task</li><li>`filter:tasks:total_predictions` (Number) Total number of predictions for the task</li><li>`filter:tasks:unresolved_comment_count` (Number) Number of unresolved comments in a task</li><li>`filter:tasks:updated_at` (Datetime) Time the task was updated at (e.g. new annotation was created, review added, etc)</li> /// @@ -39,12 +45,6 @@ public sealed partial class ApiDmActionsCreateRequestFiltersItem [global::System.Text.Json.Serialization.JsonRequired] public required global::LabelStudio.OneOf Value { get; set; } - /// - /// Ordered child filters AND-merged with their parent. Child filters cannot be nested. - /// - [global::System.Text.Json.Serialization.JsonPropertyName("child_filters")] - public global::System.Collections.Generic.IList? ChildFilters { get; set; } - /// /// Additional properties that are not explicitly defined in the schema /// @@ -79,11 +79,11 @@ public ApiDmActionsCreateRequestFiltersItem( global::LabelStudio.OneOf value, global::System.Collections.Generic.IList? childFilters) { + this.ChildFilters = childFilters; this.Filter = filter; this.Operator = @operator; this.Type = type ?? throw new global::System.ArgumentNullException(nameof(type)); this.Value = value; - this.ChildFilters = childFilters; } /// diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Models.ApiDmViewsCreateRequestDataFiltersItem.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Models.ApiDmViewsCreateRequestDataFiltersItem.g.cs index 8d6ca6bc..154a8627 100644 --- a/src/libs/LabelStudio/Generated/LabelStudio.Models.ApiDmViewsCreateRequestDataFiltersItem.g.cs +++ b/src/libs/LabelStudio/Generated/LabelStudio.Models.ApiDmViewsCreateRequestDataFiltersItem.g.cs @@ -8,6 +8,12 @@ namespace LabelStudio /// public sealed partial class ApiDmViewsCreateRequestDataFiltersItem { + /// + /// Ordered child filters AND-merged with their parent. Child filters cannot be nested. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("child_filters")] + public global::System.Collections.Generic.IList? ChildFilters { get; set; } + /// /// Filter identifier, it should start with `filter:tasks:` prefix, e.g. `filter:tasks:agreement`. For `task.data` fields it may look like `filter:tasks:data.field_name`. If you need more info about columns, check the [Get data manager columns](api:GET/api/dm/columns/) API endpoint. Possible values:<li>`filter:tasks:agreement` (Number) Agreement for annotation results for a specific task (Enterprise only)</li><li>`filter:tasks:annotations_results` (String) Annotation results for the tasks</li><li>`filter:tasks:annotators` (List) Annotators that completed the task (Community). Can include assigned annotators (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer</li><li>`filter:tasks:cancelled_annotations` (Number) Number of cancelled or skipped annotations for the task</li><li>`filter:tasks:comments` (Number) Number of comments in a task</li><li>`filter:tasks:completed_at` (Datetime) Time when a task was fully annotated</li><li>`filter:tasks:created_at` (Datetime) Time the task was created at</li><li>`filter:tasks:file_upload` (String) Name of the file uploaded to create the tasks</li><li>`filter:tasks:ground_truth` (Boolean) Ground truth status of the tasks</li><li>`filter:tasks:id` (Number) Task ID</li><li>`filter:tasks:inner_id` (Number) Task Inner ID, it starts from 1 for all projects</li><li>`filter:tasks:predictions_model_versions` (String) Model version used for the predictions</li><li>`filter:tasks:predictions_results` (String) Prediction results for the tasks</li><li>`filter:tasks:predictions_score` (Number) Prediction score for the task</li><li>`filter:tasks:reviewed` (Boolean) Whether the tasks have been reviewed (Enterprise only)</li><li>`filter:tasks:reviewers` (String) Reviewers that reviewed the task, or assigned reviewers (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer</li><li>`filter:tasks:reviews_accepted` (Number) Number of annotations accepted for a task in review (Enterprise only)</li><li>`filter:tasks:reviews_rejected` (Number) Number of annotations rejected for a task in review (Enterprise only)</li><li>`filter:tasks:total_annotations` (Number) Total number of annotations on a task</li><li>`filter:tasks:total_predictions` (Number) Total number of predictions for the task</li><li>`filter:tasks:unresolved_comment_count` (Number) Number of unresolved comments in a task</li><li>`filter:tasks:updated_at` (Datetime) Time the task was updated at (e.g. new annotation was created, review added, etc)</li> /// @@ -39,12 +45,6 @@ public sealed partial class ApiDmViewsCreateRequestDataFiltersItem [global::System.Text.Json.Serialization.JsonRequired] public required global::LabelStudio.OneOf Value { get; set; } - /// - /// Ordered child filters AND-merged with their parent. Child filters cannot be nested. - /// - [global::System.Text.Json.Serialization.JsonPropertyName("child_filters")] - public global::System.Collections.Generic.IList? ChildFilters { get; set; } - /// /// Additional properties that are not explicitly defined in the schema /// @@ -79,11 +79,11 @@ public ApiDmViewsCreateRequestDataFiltersItem( global::LabelStudio.OneOf value, global::System.Collections.Generic.IList? childFilters) { + this.ChildFilters = childFilters; this.Filter = filter; this.Operator = @operator; this.Type = type ?? throw new global::System.ArgumentNullException(nameof(type)); this.Value = value; - this.ChildFilters = childFilters; } /// diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Models.ApiDmViewsPartialUpdateRequestDataFiltersItem.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Models.ApiDmViewsPartialUpdateRequestDataFiltersItem.g.cs index 9e125f6c..c74589f8 100644 --- a/src/libs/LabelStudio/Generated/LabelStudio.Models.ApiDmViewsPartialUpdateRequestDataFiltersItem.g.cs +++ b/src/libs/LabelStudio/Generated/LabelStudio.Models.ApiDmViewsPartialUpdateRequestDataFiltersItem.g.cs @@ -8,6 +8,12 @@ namespace LabelStudio /// public sealed partial class ApiDmViewsPartialUpdateRequestDataFiltersItem { + /// + /// Ordered child filters AND-merged with their parent. Child filters cannot be nested. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("child_filters")] + public global::System.Collections.Generic.IList? ChildFilters { get; set; } + /// /// Filter identifier, it should start with `filter:tasks:` prefix, e.g. `filter:tasks:agreement`. For `task.data` fields it may look like `filter:tasks:data.field_name`. If you need more info about columns, check the [Get data manager columns](api:GET/api/dm/columns/) API endpoint. Possible values:<li>`filter:tasks:agreement` (Number) Agreement for annotation results for a specific task (Enterprise only)</li><li>`filter:tasks:annotations_results` (String) Annotation results for the tasks</li><li>`filter:tasks:annotators` (List) Annotators that completed the task (Community). Can include assigned annotators (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer</li><li>`filter:tasks:cancelled_annotations` (Number) Number of cancelled or skipped annotations for the task</li><li>`filter:tasks:comments` (Number) Number of comments in a task</li><li>`filter:tasks:completed_at` (Datetime) Time when a task was fully annotated</li><li>`filter:tasks:created_at` (Datetime) Time the task was created at</li><li>`filter:tasks:file_upload` (String) Name of the file uploaded to create the tasks</li><li>`filter:tasks:ground_truth` (Boolean) Ground truth status of the tasks</li><li>`filter:tasks:id` (Number) Task ID</li><li>`filter:tasks:inner_id` (Number) Task Inner ID, it starts from 1 for all projects</li><li>`filter:tasks:predictions_model_versions` (String) Model version used for the predictions</li><li>`filter:tasks:predictions_results` (String) Prediction results for the tasks</li><li>`filter:tasks:predictions_score` (Number) Prediction score for the task</li><li>`filter:tasks:reviewed` (Boolean) Whether the tasks have been reviewed (Enterprise only)</li><li>`filter:tasks:reviewers` (String) Reviewers that reviewed the task, or assigned reviewers (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer</li><li>`filter:tasks:reviews_accepted` (Number) Number of annotations accepted for a task in review (Enterprise only)</li><li>`filter:tasks:reviews_rejected` (Number) Number of annotations rejected for a task in review (Enterprise only)</li><li>`filter:tasks:total_annotations` (Number) Total number of annotations on a task</li><li>`filter:tasks:total_predictions` (Number) Total number of predictions for the task</li><li>`filter:tasks:unresolved_comment_count` (Number) Number of unresolved comments in a task</li><li>`filter:tasks:updated_at` (Datetime) Time the task was updated at (e.g. new annotation was created, review added, etc)</li> /// @@ -39,12 +45,6 @@ public sealed partial class ApiDmViewsPartialUpdateRequestDataFiltersItem [global::System.Text.Json.Serialization.JsonRequired] public required global::LabelStudio.OneOf Value { get; set; } - /// - /// Ordered child filters AND-merged with their parent. Child filters cannot be nested. - /// - [global::System.Text.Json.Serialization.JsonPropertyName("child_filters")] - public global::System.Collections.Generic.IList? ChildFilters { get; set; } - /// /// Additional properties that are not explicitly defined in the schema /// @@ -79,11 +79,11 @@ public ApiDmViewsPartialUpdateRequestDataFiltersItem( global::LabelStudio.OneOf value, global::System.Collections.Generic.IList? childFilters) { + this.ChildFilters = childFilters; this.Filter = filter; this.Operator = @operator; this.Type = type ?? throw new global::System.ArgumentNullException(nameof(type)); this.Value = value; - this.ChildFilters = childFilters; } /// diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Models.ApiDmViewsUpdateRequestDataFiltersItem.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Models.ApiDmViewsUpdateRequestDataFiltersItem.g.cs index 8b09f5f0..4e2a0beb 100644 --- a/src/libs/LabelStudio/Generated/LabelStudio.Models.ApiDmViewsUpdateRequestDataFiltersItem.g.cs +++ b/src/libs/LabelStudio/Generated/LabelStudio.Models.ApiDmViewsUpdateRequestDataFiltersItem.g.cs @@ -8,6 +8,12 @@ namespace LabelStudio /// public sealed partial class ApiDmViewsUpdateRequestDataFiltersItem { + /// + /// Ordered child filters AND-merged with their parent. Child filters cannot be nested. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("child_filters")] + public global::System.Collections.Generic.IList? ChildFilters { get; set; } + /// /// Filter identifier, it should start with `filter:tasks:` prefix, e.g. `filter:tasks:agreement`. For `task.data` fields it may look like `filter:tasks:data.field_name`. If you need more info about columns, check the [Get data manager columns](api:GET/api/dm/columns/) API endpoint. Possible values:<li>`filter:tasks:agreement` (Number) Agreement for annotation results for a specific task (Enterprise only)</li><li>`filter:tasks:annotations_results` (String) Annotation results for the tasks</li><li>`filter:tasks:annotators` (List) Annotators that completed the task (Community). Can include assigned annotators (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer</li><li>`filter:tasks:cancelled_annotations` (Number) Number of cancelled or skipped annotations for the task</li><li>`filter:tasks:comments` (Number) Number of comments in a task</li><li>`filter:tasks:completed_at` (Datetime) Time when a task was fully annotated</li><li>`filter:tasks:created_at` (Datetime) Time the task was created at</li><li>`filter:tasks:file_upload` (String) Name of the file uploaded to create the tasks</li><li>`filter:tasks:ground_truth` (Boolean) Ground truth status of the tasks</li><li>`filter:tasks:id` (Number) Task ID</li><li>`filter:tasks:inner_id` (Number) Task Inner ID, it starts from 1 for all projects</li><li>`filter:tasks:predictions_model_versions` (String) Model version used for the predictions</li><li>`filter:tasks:predictions_results` (String) Prediction results for the tasks</li><li>`filter:tasks:predictions_score` (Number) Prediction score for the task</li><li>`filter:tasks:reviewed` (Boolean) Whether the tasks have been reviewed (Enterprise only)</li><li>`filter:tasks:reviewers` (String) Reviewers that reviewed the task, or assigned reviewers (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer</li><li>`filter:tasks:reviews_accepted` (Number) Number of annotations accepted for a task in review (Enterprise only)</li><li>`filter:tasks:reviews_rejected` (Number) Number of annotations rejected for a task in review (Enterprise only)</li><li>`filter:tasks:total_annotations` (Number) Total number of annotations on a task</li><li>`filter:tasks:total_predictions` (Number) Total number of predictions for the task</li><li>`filter:tasks:unresolved_comment_count` (Number) Number of unresolved comments in a task</li><li>`filter:tasks:updated_at` (Datetime) Time the task was updated at (e.g. new annotation was created, review added, etc)</li> /// @@ -39,12 +45,6 @@ public sealed partial class ApiDmViewsUpdateRequestDataFiltersItem [global::System.Text.Json.Serialization.JsonRequired] public required global::LabelStudio.OneOf Value { get; set; } - /// - /// Ordered child filters AND-merged with their parent. Child filters cannot be nested. - /// - [global::System.Text.Json.Serialization.JsonPropertyName("child_filters")] - public global::System.Collections.Generic.IList? ChildFilters { get; set; } - /// /// Additional properties that are not explicitly defined in the schema /// @@ -79,11 +79,11 @@ public ApiDmViewsUpdateRequestDataFiltersItem( global::LabelStudio.OneOf value, global::System.Collections.Generic.IList? childFilters) { + this.ChildFilters = childFilters; this.Filter = filter; this.Operator = @operator; this.Type = type ?? throw new global::System.ArgumentNullException(nameof(type)); this.Value = value; - this.ChildFilters = childFilters; } /// diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Models.ApiOrganizationsMembershipsListScope.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Models.ApiOrganizationsMembershipsListScope.g.cs deleted file mode 100644 index 1cc96928..00000000 --- a/src/libs/LabelStudio/Generated/LabelStudio.Models.ApiOrganizationsMembershipsListScope.g.cs +++ /dev/null @@ -1,51 +0,0 @@ - -#nullable enable - -namespace LabelStudio -{ - /// - /// - /// - public enum ApiOrganizationsMembershipsListScope - { - /// - /// - /// - Accessible, - /// - /// - /// - All, - } - - /// - /// Enum extensions to do fast conversions without the reflection. - /// - public static class ApiOrganizationsMembershipsListScopeExtensions - { - /// - /// Converts an enum to a string. - /// - public static string ToValueString(this ApiOrganizationsMembershipsListScope value) - { - return value switch - { - ApiOrganizationsMembershipsListScope.Accessible => "accessible", - ApiOrganizationsMembershipsListScope.All => "all", - _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), - }; - } - /// - /// Converts an string to a enum. - /// - public static ApiOrganizationsMembershipsListScope? ToEnum(string value) - { - return value switch - { - "accessible" => ApiOrganizationsMembershipsListScope.Accessible, - "all" => ApiOrganizationsMembershipsListScope.All, - _ => null, - }; - } - } -} \ No newline at end of file diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Models.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItem.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Models.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItem.g.cs index f4f4fa73..99f79d89 100644 --- a/src/libs/LabelStudio/Generated/LabelStudio.Models.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItem.g.cs +++ b/src/libs/LabelStudio/Generated/LabelStudio.Models.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItem.g.cs @@ -8,6 +8,12 @@ namespace LabelStudio /// public sealed partial class ApiProjectsTasksAssigneesBulkCreateRequestFiltersItem { + /// + /// Ordered child filters AND-merged with their parent. Child filters cannot be nested. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("child_filters")] + public global::System.Collections.Generic.IList? ChildFilters { get; set; } + /// /// Filter identifier, it should start with `filter:tasks:` prefix, e.g. `filter:tasks:agreement`. For `task.data` fields it may look like `filter:tasks:data.field_name`. If you need more info about columns, check the [Get data manager columns](api:GET/api/dm/columns/) API endpoint. Possible values:<li>`filter:tasks:agreement` (Number) Agreement for annotation results for a specific task (Enterprise only)</li><li>`filter:tasks:annotations_results` (String) Annotation results for the tasks</li><li>`filter:tasks:annotators` (List) Annotators that completed the task (Community). Can include assigned annotators (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer</li><li>`filter:tasks:cancelled_annotations` (Number) Number of cancelled or skipped annotations for the task</li><li>`filter:tasks:comments` (Number) Number of comments in a task</li><li>`filter:tasks:completed_at` (Datetime) Time when a task was fully annotated</li><li>`filter:tasks:created_at` (Datetime) Time the task was created at</li><li>`filter:tasks:file_upload` (String) Name of the file uploaded to create the tasks</li><li>`filter:tasks:ground_truth` (Boolean) Ground truth status of the tasks</li><li>`filter:tasks:id` (Number) Task ID</li><li>`filter:tasks:inner_id` (Number) Task Inner ID, it starts from 1 for all projects</li><li>`filter:tasks:predictions_model_versions` (String) Model version used for the predictions</li><li>`filter:tasks:predictions_results` (String) Prediction results for the tasks</li><li>`filter:tasks:predictions_score` (Number) Prediction score for the task</li><li>`filter:tasks:reviewed` (Boolean) Whether the tasks have been reviewed (Enterprise only)</li><li>`filter:tasks:reviewers` (String) Reviewers that reviewed the task, or assigned reviewers (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer</li><li>`filter:tasks:reviews_accepted` (Number) Number of annotations accepted for a task in review (Enterprise only)</li><li>`filter:tasks:reviews_rejected` (Number) Number of annotations rejected for a task in review (Enterprise only)</li><li>`filter:tasks:total_annotations` (Number) Total number of annotations on a task</li><li>`filter:tasks:total_predictions` (Number) Total number of predictions for the task</li><li>`filter:tasks:unresolved_comment_count` (Number) Number of unresolved comments in a task</li><li>`filter:tasks:updated_at` (Datetime) Time the task was updated at (e.g. new annotation was created, review added, etc)</li> /// @@ -39,12 +45,6 @@ public sealed partial class ApiProjectsTasksAssigneesBulkCreateRequestFiltersIte [global::System.Text.Json.Serialization.JsonRequired] public required global::LabelStudio.OneOf Value { get; set; } - /// - /// Ordered child filters AND-merged with their parent. Child filters cannot be nested. - /// - [global::System.Text.Json.Serialization.JsonPropertyName("child_filters")] - public global::System.Collections.Generic.IList? ChildFilters { get; set; } - /// /// Additional properties that are not explicitly defined in the schema /// @@ -79,11 +79,11 @@ public ApiProjectsTasksAssigneesBulkCreateRequestFiltersItem( global::LabelStudio.OneOf value, global::System.Collections.Generic.IList? childFilters) { + this.ChildFilters = childFilters; this.Filter = filter; this.Operator = @operator; this.Type = type ?? throw new global::System.ArgumentNullException(nameof(type)); this.Value = value; - this.ChildFilters = childFilters; } /// diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Models.LseProject.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Models.LseProject.g.cs index 37a500ac..eee52a4b 100644 --- a/src/libs/LabelStudio/Generated/LabelStudio.Models.LseProject.g.cs +++ b/src/libs/LabelStudio/Generated/LabelStudio.Models.LseProject.g.cs @@ -52,6 +52,17 @@ public sealed partial class LseProject [global::System.Text.Json.Serialization.JsonPropertyName("annotator_evaluation_enabled")] public bool? AnnotatorEvaluationEnabled { get; set; } + /// + /// Metric used to evaluate annotators. Defaults to gt_agreement.
+ /// * `gt_agreement` - Ground truth agreement
+ /// * `acceptance_score` - Acceptance score
+ /// * `rejection_rate` - Rejection rate
+ /// Default Value: gt_agreement + ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("annotator_evaluation_metric")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::LabelStudio.JsonConverters.AnnotatorEvaluationMetricEnumJsonConverter))] + public global::LabelStudio.AnnotatorEvaluationMetricEnum? AnnotatorEvaluationMetric { get; set; } + /// /// Score required to pass evaluation
/// Default Value: 95.00 @@ -605,6 +616,13 @@ public sealed partial class LseProject /// /// Evaluate all annotators against ground truth /// + /// + /// Metric used to evaluate annotators. Defaults to gt_agreement.
+ /// * `gt_agreement` - Ground truth agreement
+ /// * `acceptance_score` - Acceptance score
+ /// * `rejection_rate` - Rejection rate
+ /// Default Value: gt_agreement + /// /// /// Score required to pass evaluation
/// Default Value: 95.00 @@ -841,6 +859,7 @@ public LseProject( string? annotationLimitPercent, int? annotatorEvaluationContinuousTasks, bool? annotatorEvaluationEnabled, + global::LabelStudio.AnnotatorEvaluationMetricEnum? annotatorEvaluationMetric, string? annotatorEvaluationMinimumScore, int? annotatorEvaluationMinimumTasks, int? annotatorEvaluationOnboardingTasks, @@ -924,6 +943,7 @@ public LseProject( this.AnnotationLimitPercent = annotationLimitPercent; this.AnnotatorEvaluationContinuousTasks = annotatorEvaluationContinuousTasks; this.AnnotatorEvaluationEnabled = annotatorEvaluationEnabled; + this.AnnotatorEvaluationMetric = annotatorEvaluationMetric; this.AnnotatorEvaluationMinimumScore = annotatorEvaluationMinimumScore; this.AnnotatorEvaluationMinimumTasks = annotatorEvaluationMinimumTasks; this.AnnotatorEvaluationOnboardingTasks = annotatorEvaluationOnboardingTasks; diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Models.LseProjectResponse.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Models.LseProjectResponse.g.cs index bc1cab66..2681f758 100644 --- a/src/libs/LabelStudio/Generated/LabelStudio.Models.LseProjectResponse.g.cs +++ b/src/libs/LabelStudio/Generated/LabelStudio.Models.LseProjectResponse.g.cs @@ -58,6 +58,17 @@ public sealed partial class LseProjectResponse [global::System.Text.Json.Serialization.JsonPropertyName("annotator_evaluation_enabled")] public bool? AnnotatorEvaluationEnabled { get; set; } + /// + /// Metric used to evaluate annotators. Defaults to gt_agreement.
+ /// * `gt_agreement` - Ground truth agreement
+ /// * `acceptance_score` - Acceptance score
+ /// * `rejection_rate` - Rejection rate
+ /// Default Value: gt_agreement + ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("annotator_evaluation_metric")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::LabelStudio.JsonConverters.AnnotatorEvaluationMetricEnumJsonConverter))] + public global::LabelStudio.AnnotatorEvaluationMetricEnum? AnnotatorEvaluationMetric { get; set; } + /// /// Score required to pass evaluation
/// Default Value: 95.00 @@ -634,6 +645,13 @@ public sealed partial class LseProjectResponse /// /// Evaluate all annotators against ground truth /// + /// + /// Metric used to evaluate annotators. Defaults to gt_agreement.
+ /// * `gt_agreement` - Ground truth agreement
+ /// * `acceptance_score` - Acceptance score
+ /// * `rejection_rate` - Rejection rate
+ /// Default Value: gt_agreement + /// /// /// Score required to pass evaluation
/// Default Value: 95.00 @@ -881,6 +899,7 @@ public LseProjectResponse( string? annotationLimitPercent, int? annotatorEvaluationContinuousTasks, bool? annotatorEvaluationEnabled, + global::LabelStudio.AnnotatorEvaluationMetricEnum? annotatorEvaluationMetric, string? annotatorEvaluationMinimumScore, int? annotatorEvaluationMinimumTasks, int? annotatorEvaluationOnboardingTasks, @@ -970,6 +989,7 @@ public LseProjectResponse( this.AnnotationLimitPercent = annotationLimitPercent; this.AnnotatorEvaluationContinuousTasks = annotatorEvaluationContinuousTasks; this.AnnotatorEvaluationEnabled = annotatorEvaluationEnabled; + this.AnnotatorEvaluationMetric = annotatorEvaluationMetric; this.AnnotatorEvaluationMinimumScore = annotatorEvaluationMinimumScore; this.AnnotatorEvaluationMinimumTasks = annotatorEvaluationMinimumTasks; this.AnnotatorEvaluationOnboardingTasks = annotatorEvaluationOnboardingTasks; diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Models.PatchedLseProjectUpdateRequest.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Models.PatchedLseProjectUpdateRequest.g.cs index f1388558..d960ecac 100644 --- a/src/libs/LabelStudio/Generated/LabelStudio.Models.PatchedLseProjectUpdateRequest.g.cs +++ b/src/libs/LabelStudio/Generated/LabelStudio.Models.PatchedLseProjectUpdateRequest.g.cs @@ -52,6 +52,17 @@ public sealed partial class PatchedLseProjectUpdateRequest [global::System.Text.Json.Serialization.JsonPropertyName("annotator_evaluation_enabled")] public bool? AnnotatorEvaluationEnabled { get; set; } + /// + /// Metric used to evaluate annotators. Defaults to gt_agreement.
+ /// * `gt_agreement` - Ground truth agreement
+ /// * `acceptance_score` - Acceptance score
+ /// * `rejection_rate` - Rejection rate
+ /// Default Value: gt_agreement + ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("annotator_evaluation_metric")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::LabelStudio.JsonConverters.AnnotatorEvaluationMetricEnumJsonConverter))] + public global::LabelStudio.AnnotatorEvaluationMetricEnum? AnnotatorEvaluationMetric { get; set; } + /// /// Score required to pass evaluation
/// Default Value: 95.00 @@ -398,6 +409,13 @@ public sealed partial class PatchedLseProjectUpdateRequest /// /// Evaluate all annotators against ground truth /// + /// + /// Metric used to evaluate annotators. Defaults to gt_agreement.
+ /// * `gt_agreement` - Ground truth agreement
+ /// * `acceptance_score` - Acceptance score
+ /// * `rejection_rate` - Rejection rate
+ /// Default Value: gt_agreement + /// /// /// Score required to pass evaluation
/// Default Value: 95.00 @@ -540,6 +558,7 @@ public PatchedLseProjectUpdateRequest( string? annotationLimitPercent, int? annotatorEvaluationContinuousTasks, bool? annotatorEvaluationEnabled, + global::LabelStudio.AnnotatorEvaluationMetricEnum? annotatorEvaluationMetric, string? annotatorEvaluationMinimumScore, int? annotatorEvaluationMinimumTasks, int? annotatorEvaluationOnboardingTasks, @@ -597,6 +616,7 @@ public PatchedLseProjectUpdateRequest( this.AnnotationLimitPercent = annotationLimitPercent; this.AnnotatorEvaluationContinuousTasks = annotatorEvaluationContinuousTasks; this.AnnotatorEvaluationEnabled = annotatorEvaluationEnabled; + this.AnnotatorEvaluationMetric = annotatorEvaluationMetric; this.AnnotatorEvaluationMinimumScore = annotatorEvaluationMinimumScore; this.AnnotatorEvaluationMinimumTasks = annotatorEvaluationMinimumTasks; this.AnnotatorEvaluationOnboardingTasks = annotatorEvaluationOnboardingTasks; diff --git a/src/libs/LabelStudio/Generated/LabelStudio.OrganizationsClient.List3.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.OrganizationsClient.List3.g.cs index 321ded92..951435a5 100644 --- a/src/libs/LabelStudio/Generated/LabelStudio.OrganizationsClient.List3.g.cs +++ b/src/libs/LabelStudio/Generated/LabelStudio.OrganizationsClient.List3.g.cs @@ -28,17 +28,16 @@ public partial class OrganizationsClient partial void PrepareList3Arguments( global::System.Net.Http.HttpClient httpClient, ref bool? contributedToProjects, - ref int? excludeProjectId, - ref int? excludeWorkspaceId, + ref double? excludeProjectId, + ref double? excludeWorkspaceId, ref int id, ref bool? isDeleted, ref string? ordering, ref int? page, ref int? pageSize, - ref string? role, - ref global::LabelStudio.ApiOrganizationsMembershipsListScope? scope, + global::System.Collections.Generic.IList? role, ref string? search, - ref string? tags, + global::System.Collections.Generic.IList? tags, ref global::System.DateTime? userLastActivityGte, ref global::System.DateTime? userLastActivityLte, global::System.Collections.Generic.IList? userType); @@ -46,17 +45,16 @@ partial void PrepareList3Request( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, bool? contributedToProjects, - int? excludeProjectId, - int? excludeWorkspaceId, + double? excludeProjectId, + double? excludeWorkspaceId, int id, bool? isDeleted, string? ordering, int? page, int? pageSize, - string? role, - global::LabelStudio.ApiOrganizationsMembershipsListScope? scope, + global::System.Collections.Generic.IList? role, string? search, - string? tags, + global::System.Collections.Generic.IList? tags, global::System.DateTime? userLastActivityGte, global::System.DateTime? userLastActivityLte, global::System.Collections.Generic.IList? userType); @@ -70,14 +68,8 @@ partial void ProcessList3ResponseContent( ref string content); /// - /// ✨ Get organization members/roles
- /// <Card href="https://humansignal.com/goenterprise">
- /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
- /// <p style="margin-top: 10px; font-size: 14px;">
- /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
- /// </p>
- /// </Card>
- /// Retrieve a list of all users and roles in a specific organization. + /// Get organization members list
+ /// Retrieve a list of the organization members and their IDs. ///
/// /// @@ -88,7 +80,6 @@ partial void ProcessList3ResponseContent( /// /// /// - /// /// /// /// @@ -100,16 +91,15 @@ partial void ProcessList3ResponseContent( public async global::System.Threading.Tasks.Task List3Async( int id, bool? contributedToProjects = default, - int? excludeProjectId = default, - int? excludeWorkspaceId = default, + double? excludeProjectId = default, + double? excludeWorkspaceId = default, bool? isDeleted = default, string? ordering = default, int? page = default, int? pageSize = default, - string? role = default, - global::LabelStudio.ApiOrganizationsMembershipsListScope? scope = default, + global::System.Collections.Generic.IList? role = default, string? search = default, - string? tags = default, + global::System.Collections.Generic.IList? tags = default, global::System.DateTime? userLastActivityGte = default, global::System.DateTime? userLastActivityLte = default, global::System.Collections.Generic.IList? userType = default, @@ -126,7 +116,6 @@ partial void ProcessList3ResponseContent( page: page, pageSize: pageSize, role: role, - scope: scope, search: search, tags: tags, userLastActivityGte: userLastActivityGte, @@ -139,14 +128,8 @@ partial void ProcessList3ResponseContent( return __response.Body; } /// - /// ✨ Get organization members/roles
- /// <Card href="https://humansignal.com/goenterprise">
- /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
- /// <p style="margin-top: 10px; font-size: 14px;">
- /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
- /// </p>
- /// </Card>
- /// Retrieve a list of all users and roles in a specific organization. + /// Get organization members list
+ /// Retrieve a list of the organization members and their IDs. ///
/// /// @@ -157,7 +140,6 @@ partial void ProcessList3ResponseContent( /// /// /// - /// /// /// /// @@ -169,16 +151,15 @@ partial void ProcessList3ResponseContent( public async global::System.Threading.Tasks.Task> List3AsResponseAsync( int id, bool? contributedToProjects = default, - int? excludeProjectId = default, - int? excludeWorkspaceId = default, + double? excludeProjectId = default, + double? excludeWorkspaceId = default, bool? isDeleted = default, string? ordering = default, int? page = default, int? pageSize = default, - string? role = default, - global::LabelStudio.ApiOrganizationsMembershipsListScope? scope = default, + global::System.Collections.Generic.IList? role = default, string? search = default, - string? tags = default, + global::System.Collections.Generic.IList? tags = default, global::System.DateTime? userLastActivityGte = default, global::System.DateTime? userLastActivityLte = default, global::System.Collections.Generic.IList? userType = default, @@ -197,10 +178,9 @@ partial void ProcessList3ResponseContent( ordering: ref ordering, page: ref page, pageSize: ref pageSize, - role: ref role, - scope: ref scope, + role: role, search: ref search, - tags: ref tags, + tags: tags, userLastActivityGte: ref userLastActivityGte, userLastActivityLte: ref userLastActivityLte, userType: userType); @@ -239,10 +219,9 @@ partial void ProcessList3ResponseContent( .AddOptionalParameter("ordering", ordering) .AddOptionalParameter("page", page?.ToString()) .AddOptionalParameter("page_size", pageSize?.ToString()) - .AddOptionalParameter("role", role) - .AddOptionalParameter("scope", scope?.ToValueString()) + .AddOptionalParameter("role", role, delimiter: ",", explode: false) .AddOptionalParameter("search", search) - .AddOptionalParameter("tags", tags) + .AddOptionalParameter("tags", tags, selector: static x => x.ToString()!, delimiter: ",", explode: false) .AddOptionalParameter("user__last_activity__gte", userLastActivityGte?.ToString("yyyy-MM-ddTHH:mm:ssZ")) .AddOptionalParameter("user__last_activity__lte", userLastActivityLte?.ToString("yyyy-MM-ddTHH:mm:ssZ")) .AddOptionalParameter("user_type", userType, delimiter: ",", explode: false) @@ -296,7 +275,6 @@ partial void ProcessList3ResponseContent( page: page, pageSize: pageSize, role: role, - scope: scope, search: search, tags: tags, userLastActivityGte: userLastActivityGte, diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Projects2Client.Update.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Projects2Client.Update.g.cs index c6de4df4..890167ba 100644 --- a/src/libs/LabelStudio/Generated/LabelStudio.Projects2Client.Update.g.cs +++ b/src/libs/LabelStudio/Generated/LabelStudio.Projects2Client.Update.g.cs @@ -490,6 +490,13 @@ partial void ProcessUpdateResponseContent( /// /// Evaluate all annotators against ground truth /// + /// + /// Metric used to evaluate annotators. Defaults to gt_agreement.
+ /// * `gt_agreement` - Ground truth agreement
+ /// * `acceptance_score` - Acceptance score
+ /// * `rejection_rate` - Rejection rate
+ /// Default Value: gt_agreement + /// /// /// Score required to pass evaluation
/// Default Value: 95.00 @@ -634,6 +641,7 @@ partial void ProcessUpdateResponseContent( string? annotationLimitPercent = default, int? annotatorEvaluationContinuousTasks = default, bool? annotatorEvaluationEnabled = default, + global::LabelStudio.AnnotatorEvaluationMetricEnum? annotatorEvaluationMetric = default, string? annotatorEvaluationMinimumScore = default, int? annotatorEvaluationMinimumTasks = default, int? annotatorEvaluationOnboardingTasks = default, @@ -695,6 +703,7 @@ partial void ProcessUpdateResponseContent( AnnotationLimitPercent = annotationLimitPercent, AnnotatorEvaluationContinuousTasks = annotatorEvaluationContinuousTasks, AnnotatorEvaluationEnabled = annotatorEvaluationEnabled, + AnnotatorEvaluationMetric = annotatorEvaluationMetric, AnnotatorEvaluationMinimumScore = annotatorEvaluationMinimumScore, AnnotatorEvaluationMinimumTasks = annotatorEvaluationMinimumTasks, AnnotatorEvaluationOnboardingTasks = annotatorEvaluationOnboardingTasks, diff --git a/src/libs/LabelStudio/openapi.yaml b/src/libs/LabelStudio/openapi.yaml index 4c01a8c6..e05f6433 100644 --- a/src/libs/LabelStudio/openapi.yaml +++ b/src/libs/LabelStudio/openapi.yaml @@ -3983,6 +3983,89 @@ paths: type: Number value: 123 properties: + child_filters: + description: Ordered child filters AND-merged with their parent. Child filters cannot be nested. + items: + properties: + filter: + description: 'Filter identifier, it should start with `filter:tasks:` prefix, e.g. `filter:tasks:agreement`. For `task.data` fields it may look like `filter:tasks:data.field_name`. If you need more info about columns, check the [Get data manager columns](api:GET/api/dm/columns/) API endpoint. Possible values:
  • `filter:tasks:agreement`
    (Number) Agreement for annotation results for a specific task (Enterprise only)

  • `filter:tasks:annotations_results`
    (String) Annotation results for the tasks

  • `filter:tasks:annotators`
    (List) Annotators that completed the task (Community). Can include assigned annotators (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:cancelled_annotations`
    (Number) Number of cancelled or skipped annotations for the task

  • `filter:tasks:comments`
    (Number) Number of comments in a task

  • `filter:tasks:completed_at`
    (Datetime) Time when a task was fully annotated

  • `filter:tasks:created_at`
    (Datetime) Time the task was created at

  • `filter:tasks:file_upload`
    (String) Name of the file uploaded to create the tasks

  • `filter:tasks:ground_truth`
    (Boolean) Ground truth status of the tasks

  • `filter:tasks:id`
    (Number) Task ID

  • `filter:tasks:inner_id`
    (Number) Task Inner ID, it starts from 1 for all projects

  • `filter:tasks:predictions_model_versions`
    (String) Model version used for the predictions

  • `filter:tasks:predictions_results`
    (String) Prediction results for the tasks

  • `filter:tasks:predictions_score`
    (Number) Prediction score for the task

  • `filter:tasks:reviewed`
    (Boolean) Whether the tasks have been reviewed (Enterprise only)

  • `filter:tasks:reviewers`
    (String) Reviewers that reviewed the task, or assigned reviewers (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:reviews_accepted`
    (Number) Number of annotations accepted for a task in review (Enterprise only)

  • `filter:tasks:reviews_rejected`
    (Number) Number of annotations rejected for a task in review (Enterprise only)

  • `filter:tasks:total_annotations`
    (Number) Total number of annotations on a task

  • `filter:tasks:total_predictions`
    (Number) Total number of predictions for the task

  • `filter:tasks:unresolved_comment_count`
    (Number) Number of unresolved comments in a task

  • `filter:tasks:updated_at`
    (Datetime) Time the task was updated at (e.g. new annotation was created, review added, etc)
  • ' + enum: + - filter:tasks:agreement + - filter:tasks:annotations_results + - filter:tasks:annotators + - filter:tasks:cancelled_annotations + - filter:tasks:comments + - filter:tasks:completed_at + - filter:tasks:created_at + - filter:tasks:file_upload + - filter:tasks:ground_truth + - filter:tasks:id + - filter:tasks:inner_id + - filter:tasks:predictions_model_versions + - filter:tasks:predictions_results + - filter:tasks:predictions_score + - filter:tasks:reviewed + - filter:tasks:reviewers + - filter:tasks:reviews_accepted + - filter:tasks:reviews_rejected + - filter:tasks:total_annotations + - filter:tasks:total_predictions + - filter:tasks:unresolved_comment_count + - filter:tasks:updated_at + type: string + operator: + description: 'Filter operator. Possible values:
  • `contains`
    Contains

  • `ends_with`
    Ends with

  • `equal`
    Equal to

  • `exists`
    Exists

  • `greater`
    Greater than

  • `greater_or_equal`
    Greater than or equal to

  • `in`
    Is between min and max values, so the filter `value` should be e.g. `{"min": 1, "max": 7}`

  • `in_list`
    Field value is one of the items in the supplied list. Value must be a JSON array of strings or numbers, e.g. `[1, 2, 3]` or `["a", "b"]`. Supported only for Task ID, Inner ID, and `task.data.*` fields.

  • `less`
    Less than

  • `less_or_equal`
    Less than or equal to

  • `not_contains`
    Does not contain

  • `not_equal`
    Not equal to

  • `not_exists`
    Does not exist

  • `not_in`
    Is not between min and max values, so the filter `value` should be e.g. `{"min": 1, "max": 7}`

  • `not_in_list`
    Field value is NOT in the supplied list. Value must be a JSON array of strings or numbers. Supported only for Task ID, Inner ID, and `task.data.*` fields.

  • `starts_with`
    Starts with
  • ' + enum: + - contains + - ends_with + - equal + - exists + - greater + - greater_or_equal + - in + - in_list + - less + - less_or_equal + - not_contains + - not_equal + - not_exists + - not_in + - not_in_list + - starts_with + type: string + type: + description: Type of the filter value. Possible values:
  • `Boolean`
    Boolean

  • `Datetime`
    Datetime string in `strftime('%Y-%m-%dT%H:%M:%S.%fZ')` format

  • `List`
    List of items

  • `Number`
    Float or Integer

  • `String`
    String

  • `Unknown`
    Unknown is explicitly converted to string format
  • + type: string + value: + description: Value to filter by + oneOf: + - description: String + title: String + type: string + - description: Integer + title: Integer + type: integer + - description: Float + format: float + title: Float + type: number + - description: Boolean + title: Boolean + type: boolean + - description: Dictionary is used for some operator types, e.g. `in` and `not_in` + title: Dictionary + type: object + - description: List of strings or integers. Used by the `in_list` and `not_in_list` operators, e.g. `[1, 2, 3]` or `["a", "b"]`. + title: List + type: object + type: object + required: + - filter + - operator + - type + - value + type: object + type: array filter: description: 'Filter identifier, it should start with `filter:tasks:` prefix, e.g. `filter:tasks:agreement`. For `task.data` fields it may look like `filter:tasks:data.field_name`. If you need more info about columns, check the [Get data manager columns](api:GET/api/dm/columns/) API endpoint. Possible values:
  • `filter:tasks:agreement`
    (Number) Agreement for annotation results for a specific task (Enterprise only)

  • `filter:tasks:annotations_results`
    (String) Annotation results for the tasks

  • `filter:tasks:annotators`
    (List) Annotators that completed the task (Community). Can include assigned annotators (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:cancelled_annotations`
    (Number) Number of cancelled or skipped annotations for the task

  • `filter:tasks:comments`
    (Number) Number of comments in a task

  • `filter:tasks:completed_at`
    (Datetime) Time when a task was fully annotated

  • `filter:tasks:created_at`
    (Datetime) Time the task was created at

  • `filter:tasks:file_upload`
    (String) Name of the file uploaded to create the tasks

  • `filter:tasks:ground_truth`
    (Boolean) Ground truth status of the tasks

  • `filter:tasks:id`
    (Number) Task ID

  • `filter:tasks:inner_id`
    (Number) Task Inner ID, it starts from 1 for all projects

  • `filter:tasks:predictions_model_versions`
    (String) Model version used for the predictions

  • `filter:tasks:predictions_results`
    (String) Prediction results for the tasks

  • `filter:tasks:predictions_score`
    (Number) Prediction score for the task

  • `filter:tasks:reviewed`
    (Boolean) Whether the tasks have been reviewed (Enterprise only)

  • `filter:tasks:reviewers`
    (String) Reviewers that reviewed the task, or assigned reviewers (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:reviews_accepted`
    (Number) Number of annotations accepted for a task in review (Enterprise only)

  • `filter:tasks:reviews_rejected`
    (Number) Number of annotations rejected for a task in review (Enterprise only)

  • `filter:tasks:total_annotations`
    (Number) Total number of annotations on a task

  • `filter:tasks:total_predictions`
    (Number) Total number of predictions for the task

  • `filter:tasks:unresolved_comment_count`
    (Number) Number of unresolved comments in a task

  • `filter:tasks:updated_at`
    (Datetime) Time the task was updated at (e.g. new annotation was created, review added, etc)
  • ' enum: @@ -4055,89 +4138,6 @@ paths: title: List type: object type: object - child_filters: - type: array - items: - type: object - properties: - filter: - type: string - enum: - - filter:tasks:agreement - - filter:tasks:annotations_results - - filter:tasks:annotators - - filter:tasks:cancelled_annotations - - filter:tasks:comments - - filter:tasks:completed_at - - filter:tasks:created_at - - filter:tasks:file_upload - - filter:tasks:ground_truth - - filter:tasks:id - - filter:tasks:inner_id - - filter:tasks:predictions_model_versions - - filter:tasks:predictions_results - - filter:tasks:predictions_score - - filter:tasks:reviewed - - filter:tasks:reviewers - - filter:tasks:reviews_accepted - - filter:tasks:reviews_rejected - - filter:tasks:total_annotations - - filter:tasks:total_predictions - - filter:tasks:unresolved_comment_count - - filter:tasks:updated_at - description: 'Filter identifier, it should start with `filter:tasks:` prefix, e.g. `filter:tasks:agreement`. For `task.data` fields it may look like `filter:tasks:data.field_name`. If you need more info about columns, check the [Get data manager columns](api:GET/api/dm/columns/) API endpoint. Possible values:
  • `filter:tasks:agreement`
    (Number) Agreement for annotation results for a specific task (Enterprise only)

  • `filter:tasks:annotations_results`
    (String) Annotation results for the tasks

  • `filter:tasks:annotators`
    (List) Annotators that completed the task (Community). Can include assigned annotators (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:cancelled_annotations`
    (Number) Number of cancelled or skipped annotations for the task

  • `filter:tasks:comments`
    (Number) Number of comments in a task

  • `filter:tasks:completed_at`
    (Datetime) Time when a task was fully annotated

  • `filter:tasks:created_at`
    (Datetime) Time the task was created at

  • `filter:tasks:file_upload`
    (String) Name of the file uploaded to create the tasks

  • `filter:tasks:ground_truth`
    (Boolean) Ground truth status of the tasks

  • `filter:tasks:id`
    (Number) Task ID

  • `filter:tasks:inner_id`
    (Number) Task Inner ID, it starts from 1 for all projects

  • `filter:tasks:predictions_model_versions`
    (String) Model version used for the predictions

  • `filter:tasks:predictions_results`
    (String) Prediction results for the tasks

  • `filter:tasks:predictions_score`
    (Number) Prediction score for the task

  • `filter:tasks:reviewed`
    (Boolean) Whether the tasks have been reviewed (Enterprise only)

  • `filter:tasks:reviewers`
    (String) Reviewers that reviewed the task, or assigned reviewers (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:reviews_accepted`
    (Number) Number of annotations accepted for a task in review (Enterprise only)

  • `filter:tasks:reviews_rejected`
    (Number) Number of annotations rejected for a task in review (Enterprise only)

  • `filter:tasks:total_annotations`
    (Number) Total number of annotations on a task

  • `filter:tasks:total_predictions`
    (Number) Total number of predictions for the task

  • `filter:tasks:unresolved_comment_count`
    (Number) Number of unresolved comments in a task

  • `filter:tasks:updated_at`
    (Datetime) Time the task was updated at (e.g. new annotation was created, review added, etc)
  • ' - operator: - type: string - enum: - - contains - - ends_with - - equal - - exists - - greater - - greater_or_equal - - in - - in_list - - less - - less_or_equal - - not_contains - - not_equal - - not_exists - - not_in - - not_in_list - - starts_with - description: 'Filter operator. Possible values:
  • `contains`
    Contains

  • `ends_with`
    Ends with

  • `equal`
    Equal to

  • `exists`
    Exists

  • `greater`
    Greater than

  • `greater_or_equal`
    Greater than or equal to

  • `in`
    Is between min and max values, so the filter `value` should be e.g. `{"min": 1, "max": 7}`

  • `in_list`
    Field value is one of the items in the supplied list. Value must be a JSON array of strings or numbers, e.g. `[1, 2, 3]` or `["a", "b"]`. Supported only for Task ID, Inner ID, and `task.data.*` fields.

  • `less`
    Less than

  • `less_or_equal`
    Less than or equal to

  • `not_contains`
    Does not contain

  • `not_equal`
    Not equal to

  • `not_exists`
    Does not exist

  • `not_in`
    Is not between min and max values, so the filter `value` should be e.g. `{"min": 1, "max": 7}`

  • `not_in_list`
    Field value is NOT in the supplied list. Value must be a JSON array of strings or numbers. Supported only for Task ID, Inner ID, and `task.data.*` fields.

  • `starts_with`
    Starts with
  • ' - type: - type: string - description: Type of the filter value. Possible values:
  • `Boolean`
    Boolean

  • `Datetime`
    Datetime string in `strftime('%Y-%m-%dT%H:%M:%S.%fZ')` format

  • `List`
    List of items

  • `Number`
    Float or Integer

  • `String`
    String

  • `Unknown`
    Unknown is explicitly converted to string format
  • - value: - type: object - oneOf: - - type: string - title: String - description: String - - type: integer - title: Integer - description: Integer - - type: number - title: Float - format: float - description: Float - - type: boolean - title: Boolean - description: Boolean - - type: object - title: Dictionary - description: Dictionary is used for some operator types, e.g. `in` and `not_in` - - type: object - title: List - description: List of strings or integers. Used by the `in_list` and `not_in_list` operators, e.g. `[1, 2, 3]` or `["a", "b"]`. - description: Value to filter by - required: - - filter - - operator - - type - - value - description: Ordered child filters AND-merged with their parent. Child filters cannot be nested. required: - filter - operator @@ -4332,6 +4332,89 @@ paths: type: Number value: 123 properties: + child_filters: + description: Ordered child filters AND-merged with their parent. Child filters cannot be nested. + items: + properties: + filter: + description: 'Filter identifier, it should start with `filter:tasks:` prefix, e.g. `filter:tasks:agreement`. For `task.data` fields it may look like `filter:tasks:data.field_name`. If you need more info about columns, check the [Get data manager columns](api:GET/api/dm/columns/) API endpoint. Possible values:
  • `filter:tasks:agreement`
    (Number) Agreement for annotation results for a specific task (Enterprise only)

  • `filter:tasks:annotations_results`
    (String) Annotation results for the tasks

  • `filter:tasks:annotators`
    (List) Annotators that completed the task (Community). Can include assigned annotators (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:cancelled_annotations`
    (Number) Number of cancelled or skipped annotations for the task

  • `filter:tasks:comments`
    (Number) Number of comments in a task

  • `filter:tasks:completed_at`
    (Datetime) Time when a task was fully annotated

  • `filter:tasks:created_at`
    (Datetime) Time the task was created at

  • `filter:tasks:file_upload`
    (String) Name of the file uploaded to create the tasks

  • `filter:tasks:ground_truth`
    (Boolean) Ground truth status of the tasks

  • `filter:tasks:id`
    (Number) Task ID

  • `filter:tasks:inner_id`
    (Number) Task Inner ID, it starts from 1 for all projects

  • `filter:tasks:predictions_model_versions`
    (String) Model version used for the predictions

  • `filter:tasks:predictions_results`
    (String) Prediction results for the tasks

  • `filter:tasks:predictions_score`
    (Number) Prediction score for the task

  • `filter:tasks:reviewed`
    (Boolean) Whether the tasks have been reviewed (Enterprise only)

  • `filter:tasks:reviewers`
    (String) Reviewers that reviewed the task, or assigned reviewers (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:reviews_accepted`
    (Number) Number of annotations accepted for a task in review (Enterprise only)

  • `filter:tasks:reviews_rejected`
    (Number) Number of annotations rejected for a task in review (Enterprise only)

  • `filter:tasks:total_annotations`
    (Number) Total number of annotations on a task

  • `filter:tasks:total_predictions`
    (Number) Total number of predictions for the task

  • `filter:tasks:unresolved_comment_count`
    (Number) Number of unresolved comments in a task

  • `filter:tasks:updated_at`
    (Datetime) Time the task was updated at (e.g. new annotation was created, review added, etc)
  • ' + enum: + - filter:tasks:agreement + - filter:tasks:annotations_results + - filter:tasks:annotators + - filter:tasks:cancelled_annotations + - filter:tasks:comments + - filter:tasks:completed_at + - filter:tasks:created_at + - filter:tasks:file_upload + - filter:tasks:ground_truth + - filter:tasks:id + - filter:tasks:inner_id + - filter:tasks:predictions_model_versions + - filter:tasks:predictions_results + - filter:tasks:predictions_score + - filter:tasks:reviewed + - filter:tasks:reviewers + - filter:tasks:reviews_accepted + - filter:tasks:reviews_rejected + - filter:tasks:total_annotations + - filter:tasks:total_predictions + - filter:tasks:unresolved_comment_count + - filter:tasks:updated_at + type: string + operator: + description: 'Filter operator. Possible values:
  • `contains`
    Contains

  • `ends_with`
    Ends with

  • `equal`
    Equal to

  • `exists`
    Exists

  • `greater`
    Greater than

  • `greater_or_equal`
    Greater than or equal to

  • `in`
    Is between min and max values, so the filter `value` should be e.g. `{"min": 1, "max": 7}`

  • `in_list`
    Field value is one of the items in the supplied list. Value must be a JSON array of strings or numbers, e.g. `[1, 2, 3]` or `["a", "b"]`. Supported only for Task ID, Inner ID, and `task.data.*` fields.

  • `less`
    Less than

  • `less_or_equal`
    Less than or equal to

  • `not_contains`
    Does not contain

  • `not_equal`
    Not equal to

  • `not_exists`
    Does not exist

  • `not_in`
    Is not between min and max values, so the filter `value` should be e.g. `{"min": 1, "max": 7}`

  • `not_in_list`
    Field value is NOT in the supplied list. Value must be a JSON array of strings or numbers. Supported only for Task ID, Inner ID, and `task.data.*` fields.

  • `starts_with`
    Starts with
  • ' + enum: + - contains + - ends_with + - equal + - exists + - greater + - greater_or_equal + - in + - in_list + - less + - less_or_equal + - not_contains + - not_equal + - not_exists + - not_in + - not_in_list + - starts_with + type: string + type: + description: Type of the filter value. Possible values:
  • `Boolean`
    Boolean

  • `Datetime`
    Datetime string in `strftime('%Y-%m-%dT%H:%M:%S.%fZ')` format

  • `List`
    List of items

  • `Number`
    Float or Integer

  • `String`
    String

  • `Unknown`
    Unknown is explicitly converted to string format
  • + type: string + value: + description: Value to filter by + oneOf: + - description: String + title: String + type: string + - description: Integer + title: Integer + type: integer + - description: Float + format: float + title: Float + type: number + - description: Boolean + title: Boolean + type: boolean + - description: Dictionary is used for some operator types, e.g. `in` and `not_in` + title: Dictionary + type: object + - description: List of strings or integers. Used by the `in_list` and `not_in_list` operators, e.g. `[1, 2, 3]` or `["a", "b"]`. + title: List + type: object + type: object + required: + - filter + - operator + - type + - value + type: object + type: array filter: description: 'Filter identifier, it should start with `filter:tasks:` prefix, e.g. `filter:tasks:agreement`. For `task.data` fields it may look like `filter:tasks:data.field_name`. If you need more info about columns, check the [Get data manager columns](api:GET/api/dm/columns/) API endpoint. Possible values:
  • `filter:tasks:agreement`
    (Number) Agreement for annotation results for a specific task (Enterprise only)

  • `filter:tasks:annotations_results`
    (String) Annotation results for the tasks

  • `filter:tasks:annotators`
    (List) Annotators that completed the task (Community). Can include assigned annotators (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:cancelled_annotations`
    (Number) Number of cancelled or skipped annotations for the task

  • `filter:tasks:comments`
    (Number) Number of comments in a task

  • `filter:tasks:completed_at`
    (Datetime) Time when a task was fully annotated

  • `filter:tasks:created_at`
    (Datetime) Time the task was created at

  • `filter:tasks:file_upload`
    (String) Name of the file uploaded to create the tasks

  • `filter:tasks:ground_truth`
    (Boolean) Ground truth status of the tasks

  • `filter:tasks:id`
    (Number) Task ID

  • `filter:tasks:inner_id`
    (Number) Task Inner ID, it starts from 1 for all projects

  • `filter:tasks:predictions_model_versions`
    (String) Model version used for the predictions

  • `filter:tasks:predictions_results`
    (String) Prediction results for the tasks

  • `filter:tasks:predictions_score`
    (Number) Prediction score for the task

  • `filter:tasks:reviewed`
    (Boolean) Whether the tasks have been reviewed (Enterprise only)

  • `filter:tasks:reviewers`
    (String) Reviewers that reviewed the task, or assigned reviewers (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:reviews_accepted`
    (Number) Number of annotations accepted for a task in review (Enterprise only)

  • `filter:tasks:reviews_rejected`
    (Number) Number of annotations rejected for a task in review (Enterprise only)

  • `filter:tasks:total_annotations`
    (Number) Total number of annotations on a task

  • `filter:tasks:total_predictions`
    (Number) Total number of predictions for the task

  • `filter:tasks:unresolved_comment_count`
    (Number) Number of unresolved comments in a task

  • `filter:tasks:updated_at`
    (Datetime) Time the task was updated at (e.g. new annotation was created, review added, etc)
  • ' enum: @@ -4404,89 +4487,6 @@ paths: title: List type: object type: object - child_filters: - type: array - items: - type: object - properties: - filter: - type: string - enum: - - filter:tasks:agreement - - filter:tasks:annotations_results - - filter:tasks:annotators - - filter:tasks:cancelled_annotations - - filter:tasks:comments - - filter:tasks:completed_at - - filter:tasks:created_at - - filter:tasks:file_upload - - filter:tasks:ground_truth - - filter:tasks:id - - filter:tasks:inner_id - - filter:tasks:predictions_model_versions - - filter:tasks:predictions_results - - filter:tasks:predictions_score - - filter:tasks:reviewed - - filter:tasks:reviewers - - filter:tasks:reviews_accepted - - filter:tasks:reviews_rejected - - filter:tasks:total_annotations - - filter:tasks:total_predictions - - filter:tasks:unresolved_comment_count - - filter:tasks:updated_at - description: 'Filter identifier, it should start with `filter:tasks:` prefix, e.g. `filter:tasks:agreement`. For `task.data` fields it may look like `filter:tasks:data.field_name`. If you need more info about columns, check the [Get data manager columns](api:GET/api/dm/columns/) API endpoint. Possible values:
  • `filter:tasks:agreement`
    (Number) Agreement for annotation results for a specific task (Enterprise only)

  • `filter:tasks:annotations_results`
    (String) Annotation results for the tasks

  • `filter:tasks:annotators`
    (List) Annotators that completed the task (Community). Can include assigned annotators (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:cancelled_annotations`
    (Number) Number of cancelled or skipped annotations for the task

  • `filter:tasks:comments`
    (Number) Number of comments in a task

  • `filter:tasks:completed_at`
    (Datetime) Time when a task was fully annotated

  • `filter:tasks:created_at`
    (Datetime) Time the task was created at

  • `filter:tasks:file_upload`
    (String) Name of the file uploaded to create the tasks

  • `filter:tasks:ground_truth`
    (Boolean) Ground truth status of the tasks

  • `filter:tasks:id`
    (Number) Task ID

  • `filter:tasks:inner_id`
    (Number) Task Inner ID, it starts from 1 for all projects

  • `filter:tasks:predictions_model_versions`
    (String) Model version used for the predictions

  • `filter:tasks:predictions_results`
    (String) Prediction results for the tasks

  • `filter:tasks:predictions_score`
    (Number) Prediction score for the task

  • `filter:tasks:reviewed`
    (Boolean) Whether the tasks have been reviewed (Enterprise only)

  • `filter:tasks:reviewers`
    (String) Reviewers that reviewed the task, or assigned reviewers (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:reviews_accepted`
    (Number) Number of annotations accepted for a task in review (Enterprise only)

  • `filter:tasks:reviews_rejected`
    (Number) Number of annotations rejected for a task in review (Enterprise only)

  • `filter:tasks:total_annotations`
    (Number) Total number of annotations on a task

  • `filter:tasks:total_predictions`
    (Number) Total number of predictions for the task

  • `filter:tasks:unresolved_comment_count`
    (Number) Number of unresolved comments in a task

  • `filter:tasks:updated_at`
    (Datetime) Time the task was updated at (e.g. new annotation was created, review added, etc)
  • ' - operator: - type: string - enum: - - contains - - ends_with - - equal - - exists - - greater - - greater_or_equal - - in - - in_list - - less - - less_or_equal - - not_contains - - not_equal - - not_exists - - not_in - - not_in_list - - starts_with - description: 'Filter operator. Possible values:
  • `contains`
    Contains

  • `ends_with`
    Ends with

  • `equal`
    Equal to

  • `exists`
    Exists

  • `greater`
    Greater than

  • `greater_or_equal`
    Greater than or equal to

  • `in`
    Is between min and max values, so the filter `value` should be e.g. `{"min": 1, "max": 7}`

  • `in_list`
    Field value is one of the items in the supplied list. Value must be a JSON array of strings or numbers, e.g. `[1, 2, 3]` or `["a", "b"]`. Supported only for Task ID, Inner ID, and `task.data.*` fields.

  • `less`
    Less than

  • `less_or_equal`
    Less than or equal to

  • `not_contains`
    Does not contain

  • `not_equal`
    Not equal to

  • `not_exists`
    Does not exist

  • `not_in`
    Is not between min and max values, so the filter `value` should be e.g. `{"min": 1, "max": 7}`

  • `not_in_list`
    Field value is NOT in the supplied list. Value must be a JSON array of strings or numbers. Supported only for Task ID, Inner ID, and `task.data.*` fields.

  • `starts_with`
    Starts with
  • ' - type: - type: string - description: Type of the filter value. Possible values:
  • `Boolean`
    Boolean

  • `Datetime`
    Datetime string in `strftime('%Y-%m-%dT%H:%M:%S.%fZ')` format

  • `List`
    List of items

  • `Number`
    Float or Integer

  • `String`
    String

  • `Unknown`
    Unknown is explicitly converted to string format
  • - value: - type: object - oneOf: - - type: string - title: String - description: String - - type: integer - title: Integer - description: Integer - - type: number - title: Float - format: float - description: Float - - type: boolean - title: Boolean - description: Boolean - - type: object - title: Dictionary - description: Dictionary is used for some operator types, e.g. `in` and `not_in` - - type: object - title: List - description: List of strings or integers. Used by the `in_list` and `not_in_list` operators, e.g. `[1, 2, 3]` or `["a", "b"]`. - description: Value to filter by - required: - - filter - - operator - - type - - value - description: Ordered child filters AND-merged with their parent. Child filters cannot be nested. required: - filter - operator @@ -4683,6 +4683,89 @@ paths: type: Number value: 123 properties: + child_filters: + description: Ordered child filters AND-merged with their parent. Child filters cannot be nested. + items: + properties: + filter: + description: 'Filter identifier, it should start with `filter:tasks:` prefix, e.g. `filter:tasks:agreement`. For `task.data` fields it may look like `filter:tasks:data.field_name`. If you need more info about columns, check the [Get data manager columns](api:GET/api/dm/columns/) API endpoint. Possible values:
  • `filter:tasks:agreement`
    (Number) Agreement for annotation results for a specific task (Enterprise only)

  • `filter:tasks:annotations_results`
    (String) Annotation results for the tasks

  • `filter:tasks:annotators`
    (List) Annotators that completed the task (Community). Can include assigned annotators (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:cancelled_annotations`
    (Number) Number of cancelled or skipped annotations for the task

  • `filter:tasks:comments`
    (Number) Number of comments in a task

  • `filter:tasks:completed_at`
    (Datetime) Time when a task was fully annotated

  • `filter:tasks:created_at`
    (Datetime) Time the task was created at

  • `filter:tasks:file_upload`
    (String) Name of the file uploaded to create the tasks

  • `filter:tasks:ground_truth`
    (Boolean) Ground truth status of the tasks

  • `filter:tasks:id`
    (Number) Task ID

  • `filter:tasks:inner_id`
    (Number) Task Inner ID, it starts from 1 for all projects

  • `filter:tasks:predictions_model_versions`
    (String) Model version used for the predictions

  • `filter:tasks:predictions_results`
    (String) Prediction results for the tasks

  • `filter:tasks:predictions_score`
    (Number) Prediction score for the task

  • `filter:tasks:reviewed`
    (Boolean) Whether the tasks have been reviewed (Enterprise only)

  • `filter:tasks:reviewers`
    (String) Reviewers that reviewed the task, or assigned reviewers (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:reviews_accepted`
    (Number) Number of annotations accepted for a task in review (Enterprise only)

  • `filter:tasks:reviews_rejected`
    (Number) Number of annotations rejected for a task in review (Enterprise only)

  • `filter:tasks:total_annotations`
    (Number) Total number of annotations on a task

  • `filter:tasks:total_predictions`
    (Number) Total number of predictions for the task

  • `filter:tasks:unresolved_comment_count`
    (Number) Number of unresolved comments in a task

  • `filter:tasks:updated_at`
    (Datetime) Time the task was updated at (e.g. new annotation was created, review added, etc)
  • ' + enum: + - filter:tasks:agreement + - filter:tasks:annotations_results + - filter:tasks:annotators + - filter:tasks:cancelled_annotations + - filter:tasks:comments + - filter:tasks:completed_at + - filter:tasks:created_at + - filter:tasks:file_upload + - filter:tasks:ground_truth + - filter:tasks:id + - filter:tasks:inner_id + - filter:tasks:predictions_model_versions + - filter:tasks:predictions_results + - filter:tasks:predictions_score + - filter:tasks:reviewed + - filter:tasks:reviewers + - filter:tasks:reviews_accepted + - filter:tasks:reviews_rejected + - filter:tasks:total_annotations + - filter:tasks:total_predictions + - filter:tasks:unresolved_comment_count + - filter:tasks:updated_at + type: string + operator: + description: 'Filter operator. Possible values:
  • `contains`
    Contains

  • `ends_with`
    Ends with

  • `equal`
    Equal to

  • `exists`
    Exists

  • `greater`
    Greater than

  • `greater_or_equal`
    Greater than or equal to

  • `in`
    Is between min and max values, so the filter `value` should be e.g. `{"min": 1, "max": 7}`

  • `in_list`
    Field value is one of the items in the supplied list. Value must be a JSON array of strings or numbers, e.g. `[1, 2, 3]` or `["a", "b"]`. Supported only for Task ID, Inner ID, and `task.data.*` fields.

  • `less`
    Less than

  • `less_or_equal`
    Less than or equal to

  • `not_contains`
    Does not contain

  • `not_equal`
    Not equal to

  • `not_exists`
    Does not exist

  • `not_in`
    Is not between min and max values, so the filter `value` should be e.g. `{"min": 1, "max": 7}`

  • `not_in_list`
    Field value is NOT in the supplied list. Value must be a JSON array of strings or numbers. Supported only for Task ID, Inner ID, and `task.data.*` fields.

  • `starts_with`
    Starts with
  • ' + enum: + - contains + - ends_with + - equal + - exists + - greater + - greater_or_equal + - in + - in_list + - less + - less_or_equal + - not_contains + - not_equal + - not_exists + - not_in + - not_in_list + - starts_with + type: string + type: + description: Type of the filter value. Possible values:
  • `Boolean`
    Boolean

  • `Datetime`
    Datetime string in `strftime('%Y-%m-%dT%H:%M:%S.%fZ')` format

  • `List`
    List of items

  • `Number`
    Float or Integer

  • `String`
    String

  • `Unknown`
    Unknown is explicitly converted to string format
  • + type: string + value: + description: Value to filter by + oneOf: + - description: String + title: String + type: string + - description: Integer + title: Integer + type: integer + - description: Float + format: float + title: Float + type: number + - description: Boolean + title: Boolean + type: boolean + - description: Dictionary is used for some operator types, e.g. `in` and `not_in` + title: Dictionary + type: object + - description: List of strings or integers. Used by the `in_list` and `not_in_list` operators, e.g. `[1, 2, 3]` or `["a", "b"]`. + title: List + type: object + type: object + required: + - filter + - operator + - type + - value + type: object + type: array filter: description: 'Filter identifier, it should start with `filter:tasks:` prefix, e.g. `filter:tasks:agreement`. For `task.data` fields it may look like `filter:tasks:data.field_name`. If you need more info about columns, check the [Get data manager columns](api:GET/api/dm/columns/) API endpoint. Possible values:
  • `filter:tasks:agreement`
    (Number) Agreement for annotation results for a specific task (Enterprise only)

  • `filter:tasks:annotations_results`
    (String) Annotation results for the tasks

  • `filter:tasks:annotators`
    (List) Annotators that completed the task (Community). Can include assigned annotators (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:cancelled_annotations`
    (Number) Number of cancelled or skipped annotations for the task

  • `filter:tasks:comments`
    (Number) Number of comments in a task

  • `filter:tasks:completed_at`
    (Datetime) Time when a task was fully annotated

  • `filter:tasks:created_at`
    (Datetime) Time the task was created at

  • `filter:tasks:file_upload`
    (String) Name of the file uploaded to create the tasks

  • `filter:tasks:ground_truth`
    (Boolean) Ground truth status of the tasks

  • `filter:tasks:id`
    (Number) Task ID

  • `filter:tasks:inner_id`
    (Number) Task Inner ID, it starts from 1 for all projects

  • `filter:tasks:predictions_model_versions`
    (String) Model version used for the predictions

  • `filter:tasks:predictions_results`
    (String) Prediction results for the tasks

  • `filter:tasks:predictions_score`
    (Number) Prediction score for the task

  • `filter:tasks:reviewed`
    (Boolean) Whether the tasks have been reviewed (Enterprise only)

  • `filter:tasks:reviewers`
    (String) Reviewers that reviewed the task, or assigned reviewers (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:reviews_accepted`
    (Number) Number of annotations accepted for a task in review (Enterprise only)

  • `filter:tasks:reviews_rejected`
    (Number) Number of annotations rejected for a task in review (Enterprise only)

  • `filter:tasks:total_annotations`
    (Number) Total number of annotations on a task

  • `filter:tasks:total_predictions`
    (Number) Total number of predictions for the task

  • `filter:tasks:unresolved_comment_count`
    (Number) Number of unresolved comments in a task

  • `filter:tasks:updated_at`
    (Datetime) Time the task was updated at (e.g. new annotation was created, review added, etc)
  • ' enum: @@ -4755,89 +4838,6 @@ paths: title: List type: object type: object - child_filters: - type: array - items: - type: object - properties: - filter: - type: string - enum: - - filter:tasks:agreement - - filter:tasks:annotations_results - - filter:tasks:annotators - - filter:tasks:cancelled_annotations - - filter:tasks:comments - - filter:tasks:completed_at - - filter:tasks:created_at - - filter:tasks:file_upload - - filter:tasks:ground_truth - - filter:tasks:id - - filter:tasks:inner_id - - filter:tasks:predictions_model_versions - - filter:tasks:predictions_results - - filter:tasks:predictions_score - - filter:tasks:reviewed - - filter:tasks:reviewers - - filter:tasks:reviews_accepted - - filter:tasks:reviews_rejected - - filter:tasks:total_annotations - - filter:tasks:total_predictions - - filter:tasks:unresolved_comment_count - - filter:tasks:updated_at - description: 'Filter identifier, it should start with `filter:tasks:` prefix, e.g. `filter:tasks:agreement`. For `task.data` fields it may look like `filter:tasks:data.field_name`. If you need more info about columns, check the [Get data manager columns](api:GET/api/dm/columns/) API endpoint. Possible values:
  • `filter:tasks:agreement`
    (Number) Agreement for annotation results for a specific task (Enterprise only)

  • `filter:tasks:annotations_results`
    (String) Annotation results for the tasks

  • `filter:tasks:annotators`
    (List) Annotators that completed the task (Community). Can include assigned annotators (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:cancelled_annotations`
    (Number) Number of cancelled or skipped annotations for the task

  • `filter:tasks:comments`
    (Number) Number of comments in a task

  • `filter:tasks:completed_at`
    (Datetime) Time when a task was fully annotated

  • `filter:tasks:created_at`
    (Datetime) Time the task was created at

  • `filter:tasks:file_upload`
    (String) Name of the file uploaded to create the tasks

  • `filter:tasks:ground_truth`
    (Boolean) Ground truth status of the tasks

  • `filter:tasks:id`
    (Number) Task ID

  • `filter:tasks:inner_id`
    (Number) Task Inner ID, it starts from 1 for all projects

  • `filter:tasks:predictions_model_versions`
    (String) Model version used for the predictions

  • `filter:tasks:predictions_results`
    (String) Prediction results for the tasks

  • `filter:tasks:predictions_score`
    (Number) Prediction score for the task

  • `filter:tasks:reviewed`
    (Boolean) Whether the tasks have been reviewed (Enterprise only)

  • `filter:tasks:reviewers`
    (String) Reviewers that reviewed the task, or assigned reviewers (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:reviews_accepted`
    (Number) Number of annotations accepted for a task in review (Enterprise only)

  • `filter:tasks:reviews_rejected`
    (Number) Number of annotations rejected for a task in review (Enterprise only)

  • `filter:tasks:total_annotations`
    (Number) Total number of annotations on a task

  • `filter:tasks:total_predictions`
    (Number) Total number of predictions for the task

  • `filter:tasks:unresolved_comment_count`
    (Number) Number of unresolved comments in a task

  • `filter:tasks:updated_at`
    (Datetime) Time the task was updated at (e.g. new annotation was created, review added, etc)
  • ' - operator: - type: string - enum: - - contains - - ends_with - - equal - - exists - - greater - - greater_or_equal - - in - - in_list - - less - - less_or_equal - - not_contains - - not_equal - - not_exists - - not_in - - not_in_list - - starts_with - description: 'Filter operator. Possible values:
  • `contains`
    Contains

  • `ends_with`
    Ends with

  • `equal`
    Equal to

  • `exists`
    Exists

  • `greater`
    Greater than

  • `greater_or_equal`
    Greater than or equal to

  • `in`
    Is between min and max values, so the filter `value` should be e.g. `{"min": 1, "max": 7}`

  • `in_list`
    Field value is one of the items in the supplied list. Value must be a JSON array of strings or numbers, e.g. `[1, 2, 3]` or `["a", "b"]`. Supported only for Task ID, Inner ID, and `task.data.*` fields.

  • `less`
    Less than

  • `less_or_equal`
    Less than or equal to

  • `not_contains`
    Does not contain

  • `not_equal`
    Not equal to

  • `not_exists`
    Does not exist

  • `not_in`
    Is not between min and max values, so the filter `value` should be e.g. `{"min": 1, "max": 7}`

  • `not_in_list`
    Field value is NOT in the supplied list. Value must be a JSON array of strings or numbers. Supported only for Task ID, Inner ID, and `task.data.*` fields.

  • `starts_with`
    Starts with
  • ' - type: - type: string - description: Type of the filter value. Possible values:
  • `Boolean`
    Boolean

  • `Datetime`
    Datetime string in `strftime('%Y-%m-%dT%H:%M:%S.%fZ')` format

  • `List`
    List of items

  • `Number`
    Float or Integer

  • `String`
    String

  • `Unknown`
    Unknown is explicitly converted to string format
  • - value: - type: object - oneOf: - - type: string - title: String - description: String - - type: integer - title: Integer - description: Integer - - type: number - title: Float - format: float - description: Float - - type: boolean - title: Boolean - description: Boolean - - type: object - title: Dictionary - description: Dictionary is used for some operator types, e.g. `in` and `not_in` - - type: object - title: List - description: List of strings or integers. Used by the `in_list` and `not_in_list` operators, e.g. `[1, 2, 3]` or `["a", "b"]`. - description: Value to filter by - required: - - filter - - operator - - type - - value - description: Ordered child filters AND-merged with their parent. Child filters cannot be nested. required: - filter - operator @@ -4934,6 +4934,89 @@ paths: type: Number value: 123 properties: + child_filters: + description: Ordered child filters AND-merged with their parent. Child filters cannot be nested. + items: + properties: + filter: + description: 'Filter identifier, it should start with `filter:tasks:` prefix, e.g. `filter:tasks:agreement`. For `task.data` fields it may look like `filter:tasks:data.field_name`. If you need more info about columns, check the [Get data manager columns](api:GET/api/dm/columns/) API endpoint. Possible values:
  • `filter:tasks:agreement`
    (Number) Agreement for annotation results for a specific task (Enterprise only)

  • `filter:tasks:annotations_results`
    (String) Annotation results for the tasks

  • `filter:tasks:annotators`
    (List) Annotators that completed the task (Community). Can include assigned annotators (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:cancelled_annotations`
    (Number) Number of cancelled or skipped annotations for the task

  • `filter:tasks:comments`
    (Number) Number of comments in a task

  • `filter:tasks:completed_at`
    (Datetime) Time when a task was fully annotated

  • `filter:tasks:created_at`
    (Datetime) Time the task was created at

  • `filter:tasks:file_upload`
    (String) Name of the file uploaded to create the tasks

  • `filter:tasks:ground_truth`
    (Boolean) Ground truth status of the tasks

  • `filter:tasks:id`
    (Number) Task ID

  • `filter:tasks:inner_id`
    (Number) Task Inner ID, it starts from 1 for all projects

  • `filter:tasks:predictions_model_versions`
    (String) Model version used for the predictions

  • `filter:tasks:predictions_results`
    (String) Prediction results for the tasks

  • `filter:tasks:predictions_score`
    (Number) Prediction score for the task

  • `filter:tasks:reviewed`
    (Boolean) Whether the tasks have been reviewed (Enterprise only)

  • `filter:tasks:reviewers`
    (String) Reviewers that reviewed the task, or assigned reviewers (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:reviews_accepted`
    (Number) Number of annotations accepted for a task in review (Enterprise only)

  • `filter:tasks:reviews_rejected`
    (Number) Number of annotations rejected for a task in review (Enterprise only)

  • `filter:tasks:total_annotations`
    (Number) Total number of annotations on a task

  • `filter:tasks:total_predictions`
    (Number) Total number of predictions for the task

  • `filter:tasks:unresolved_comment_count`
    (Number) Number of unresolved comments in a task

  • `filter:tasks:updated_at`
    (Datetime) Time the task was updated at (e.g. new annotation was created, review added, etc)
  • ' + enum: + - filter:tasks:agreement + - filter:tasks:annotations_results + - filter:tasks:annotators + - filter:tasks:cancelled_annotations + - filter:tasks:comments + - filter:tasks:completed_at + - filter:tasks:created_at + - filter:tasks:file_upload + - filter:tasks:ground_truth + - filter:tasks:id + - filter:tasks:inner_id + - filter:tasks:predictions_model_versions + - filter:tasks:predictions_results + - filter:tasks:predictions_score + - filter:tasks:reviewed + - filter:tasks:reviewers + - filter:tasks:reviews_accepted + - filter:tasks:reviews_rejected + - filter:tasks:total_annotations + - filter:tasks:total_predictions + - filter:tasks:unresolved_comment_count + - filter:tasks:updated_at + type: string + operator: + description: 'Filter operator. Possible values:
  • `contains`
    Contains

  • `ends_with`
    Ends with

  • `equal`
    Equal to

  • `exists`
    Exists

  • `greater`
    Greater than

  • `greater_or_equal`
    Greater than or equal to

  • `in`
    Is between min and max values, so the filter `value` should be e.g. `{"min": 1, "max": 7}`

  • `in_list`
    Field value is one of the items in the supplied list. Value must be a JSON array of strings or numbers, e.g. `[1, 2, 3]` or `["a", "b"]`. Supported only for Task ID, Inner ID, and `task.data.*` fields.

  • `less`
    Less than

  • `less_or_equal`
    Less than or equal to

  • `not_contains`
    Does not contain

  • `not_equal`
    Not equal to

  • `not_exists`
    Does not exist

  • `not_in`
    Is not between min and max values, so the filter `value` should be e.g. `{"min": 1, "max": 7}`

  • `not_in_list`
    Field value is NOT in the supplied list. Value must be a JSON array of strings or numbers. Supported only for Task ID, Inner ID, and `task.data.*` fields.

  • `starts_with`
    Starts with
  • ' + enum: + - contains + - ends_with + - equal + - exists + - greater + - greater_or_equal + - in + - in_list + - less + - less_or_equal + - not_contains + - not_equal + - not_exists + - not_in + - not_in_list + - starts_with + type: string + type: + description: Type of the filter value. Possible values:
  • `Boolean`
    Boolean

  • `Datetime`
    Datetime string in `strftime('%Y-%m-%dT%H:%M:%S.%fZ')` format

  • `List`
    List of items

  • `Number`
    Float or Integer

  • `String`
    String

  • `Unknown`
    Unknown is explicitly converted to string format
  • + type: string + value: + description: Value to filter by + oneOf: + - description: String + title: String + type: string + - description: Integer + title: Integer + type: integer + - description: Float + format: float + title: Float + type: number + - description: Boolean + title: Boolean + type: boolean + - description: Dictionary is used for some operator types, e.g. `in` and `not_in` + title: Dictionary + type: object + - description: List of strings or integers. Used by the `in_list` and `not_in_list` operators, e.g. `[1, 2, 3]` or `["a", "b"]`. + title: List + type: object + type: object + required: + - filter + - operator + - type + - value + type: object + type: array filter: description: 'Filter identifier, it should start with `filter:tasks:` prefix, e.g. `filter:tasks:agreement`. For `task.data` fields it may look like `filter:tasks:data.field_name`. If you need more info about columns, check the [Get data manager columns](api:GET/api/dm/columns/) API endpoint. Possible values:
  • `filter:tasks:agreement`
    (Number) Agreement for annotation results for a specific task (Enterprise only)

  • `filter:tasks:annotations_results`
    (String) Annotation results for the tasks

  • `filter:tasks:annotators`
    (List) Annotators that completed the task (Community). Can include assigned annotators (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:cancelled_annotations`
    (Number) Number of cancelled or skipped annotations for the task

  • `filter:tasks:comments`
    (Number) Number of comments in a task

  • `filter:tasks:completed_at`
    (Datetime) Time when a task was fully annotated

  • `filter:tasks:created_at`
    (Datetime) Time the task was created at

  • `filter:tasks:file_upload`
    (String) Name of the file uploaded to create the tasks

  • `filter:tasks:ground_truth`
    (Boolean) Ground truth status of the tasks

  • `filter:tasks:id`
    (Number) Task ID

  • `filter:tasks:inner_id`
    (Number) Task Inner ID, it starts from 1 for all projects

  • `filter:tasks:predictions_model_versions`
    (String) Model version used for the predictions

  • `filter:tasks:predictions_results`
    (String) Prediction results for the tasks

  • `filter:tasks:predictions_score`
    (Number) Prediction score for the task

  • `filter:tasks:reviewed`
    (Boolean) Whether the tasks have been reviewed (Enterprise only)

  • `filter:tasks:reviewers`
    (String) Reviewers that reviewed the task, or assigned reviewers (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:reviews_accepted`
    (Number) Number of annotations accepted for a task in review (Enterprise only)

  • `filter:tasks:reviews_rejected`
    (Number) Number of annotations rejected for a task in review (Enterprise only)

  • `filter:tasks:total_annotations`
    (Number) Total number of annotations on a task

  • `filter:tasks:total_predictions`
    (Number) Total number of predictions for the task

  • `filter:tasks:unresolved_comment_count`
    (Number) Number of unresolved comments in a task

  • `filter:tasks:updated_at`
    (Datetime) Time the task was updated at (e.g. new annotation was created, review added, etc)
  • ' enum: @@ -5006,89 +5089,6 @@ paths: title: List type: object type: object - child_filters: - type: array - items: - type: object - properties: - filter: - type: string - enum: - - filter:tasks:agreement - - filter:tasks:annotations_results - - filter:tasks:annotators - - filter:tasks:cancelled_annotations - - filter:tasks:comments - - filter:tasks:completed_at - - filter:tasks:created_at - - filter:tasks:file_upload - - filter:tasks:ground_truth - - filter:tasks:id - - filter:tasks:inner_id - - filter:tasks:predictions_model_versions - - filter:tasks:predictions_results - - filter:tasks:predictions_score - - filter:tasks:reviewed - - filter:tasks:reviewers - - filter:tasks:reviews_accepted - - filter:tasks:reviews_rejected - - filter:tasks:total_annotations - - filter:tasks:total_predictions - - filter:tasks:unresolved_comment_count - - filter:tasks:updated_at - description: 'Filter identifier, it should start with `filter:tasks:` prefix, e.g. `filter:tasks:agreement`. For `task.data` fields it may look like `filter:tasks:data.field_name`. If you need more info about columns, check the [Get data manager columns](api:GET/api/dm/columns/) API endpoint. Possible values:
  • `filter:tasks:agreement`
    (Number) Agreement for annotation results for a specific task (Enterprise only)

  • `filter:tasks:annotations_results`
    (String) Annotation results for the tasks

  • `filter:tasks:annotators`
    (List) Annotators that completed the task (Community). Can include assigned annotators (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:cancelled_annotations`
    (Number) Number of cancelled or skipped annotations for the task

  • `filter:tasks:comments`
    (Number) Number of comments in a task

  • `filter:tasks:completed_at`
    (Datetime) Time when a task was fully annotated

  • `filter:tasks:created_at`
    (Datetime) Time the task was created at

  • `filter:tasks:file_upload`
    (String) Name of the file uploaded to create the tasks

  • `filter:tasks:ground_truth`
    (Boolean) Ground truth status of the tasks

  • `filter:tasks:id`
    (Number) Task ID

  • `filter:tasks:inner_id`
    (Number) Task Inner ID, it starts from 1 for all projects

  • `filter:tasks:predictions_model_versions`
    (String) Model version used for the predictions

  • `filter:tasks:predictions_results`
    (String) Prediction results for the tasks

  • `filter:tasks:predictions_score`
    (Number) Prediction score for the task

  • `filter:tasks:reviewed`
    (Boolean) Whether the tasks have been reviewed (Enterprise only)

  • `filter:tasks:reviewers`
    (String) Reviewers that reviewed the task, or assigned reviewers (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:reviews_accepted`
    (Number) Number of annotations accepted for a task in review (Enterprise only)

  • `filter:tasks:reviews_rejected`
    (Number) Number of annotations rejected for a task in review (Enterprise only)

  • `filter:tasks:total_annotations`
    (Number) Total number of annotations on a task

  • `filter:tasks:total_predictions`
    (Number) Total number of predictions for the task

  • `filter:tasks:unresolved_comment_count`
    (Number) Number of unresolved comments in a task

  • `filter:tasks:updated_at`
    (Datetime) Time the task was updated at (e.g. new annotation was created, review added, etc)
  • ' - operator: - type: string - enum: - - contains - - ends_with - - equal - - exists - - greater - - greater_or_equal - - in - - in_list - - less - - less_or_equal - - not_contains - - not_equal - - not_exists - - not_in - - not_in_list - - starts_with - description: 'Filter operator. Possible values:
  • `contains`
    Contains

  • `ends_with`
    Ends with

  • `equal`
    Equal to

  • `exists`
    Exists

  • `greater`
    Greater than

  • `greater_or_equal`
    Greater than or equal to

  • `in`
    Is between min and max values, so the filter `value` should be e.g. `{"min": 1, "max": 7}`

  • `in_list`
    Field value is one of the items in the supplied list. Value must be a JSON array of strings or numbers, e.g. `[1, 2, 3]` or `["a", "b"]`. Supported only for Task ID, Inner ID, and `task.data.*` fields.

  • `less`
    Less than

  • `less_or_equal`
    Less than or equal to

  • `not_contains`
    Does not contain

  • `not_equal`
    Not equal to

  • `not_exists`
    Does not exist

  • `not_in`
    Is not between min and max values, so the filter `value` should be e.g. `{"min": 1, "max": 7}`

  • `not_in_list`
    Field value is NOT in the supplied list. Value must be a JSON array of strings or numbers. Supported only for Task ID, Inner ID, and `task.data.*` fields.

  • `starts_with`
    Starts with
  • ' - type: - type: string - description: Type of the filter value. Possible values:
  • `Boolean`
    Boolean

  • `Datetime`
    Datetime string in `strftime('%Y-%m-%dT%H:%M:%S.%fZ')` format

  • `List`
    List of items

  • `Number`
    Float or Integer

  • `String`
    String

  • `Unknown`
    Unknown is explicitly converted to string format
  • - value: - type: object - oneOf: - - type: string - title: String - description: String - - type: integer - title: Integer - description: Integer - - type: number - title: Float - format: float - description: Float - - type: boolean - title: Boolean - description: Boolean - - type: object - title: Dictionary - description: Dictionary is used for some operator types, e.g. `in` and `not_in` - - type: object - title: List - description: List of strings or integers. Used by the `in_list` and `not_in_list` operators, e.g. `[1, 2, 3]` or `["a", "b"]`. - description: Value to filter by - required: - - filter - - operator - - type - - value - description: Ordered child filters AND-merged with their parent. Child filters cannot be nested. required: - filter - operator @@ -9753,14 +9753,7 @@ paths: x-fern-sdk-method-name: update /api/organizations/{id}/memberships: get: - description: |- - - Label Studio Enterprise badge -

    - This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise) -

    -
    - Retrieve a list of all users and roles in a specific organization. + description: Retrieve a list of the organization members and their IDs. operationId: api_organizations_memberships_list parameters: - description: Whether to include projects created and contributed to by the members. @@ -9768,18 +9761,15 @@ paths: name: contributed_to_projects schema: type: boolean - - description: Project ID to exclude users who are already associated with this project (direct members, workspace members, or implicit admin/owner access). - in: query + - in: query name: exclude_project_id schema: - type: integer - - description: Workspace ID to exclude users who are already associated with this workspace (direct workspace members or implicit admin/owner access). - in: query + type: number + - in: query name: exclude_workspace_id schema: - type: integer - - description: A unique integer value identifying this organization. - in: path + type: number + - in: path name: id required: true schema: @@ -9806,44 +9796,30 @@ paths: required: false schema: type: integer - - description: | - Filter members by organization role. Accepts single role or comma-separated list of roles. - - **Format:** - - Single role: `?role=RE` - - Multiple roles: `?role=AN,RE` (users with ANY of these roles) - - **Role Codes:** - - `OW` = Owner - - `AD` = Administrator - - `MA` = Manager - - `RE` = Reviewer - - `AN` = Annotator - - `NO` = Not Activated - - `DI` = Disabled + - description: Multiple values may be separated by commas. + explode: false in: query name: role schema: - type: string - - description: Member visibility scope. `accessible` (default) limits Managers to members in their projects/workspaces. `all` returns all organization members. Only affects Manager role. - in: query - name: scope - schema: - enum: - - accessible - - all - type: string + items: + type: string + type: array + style: form - description: A search term. in: query name: search required: false schema: type: string - - description: Filter members by tags. Use a comma-separated list of tag IDs. + - description: Multiple values may be separated by commas. + explode: false in: query name: tags schema: - type: string + items: + type: integer + type: array + style: form - in: query name: user__last_activity__gte schema: @@ -9872,11 +9848,14 @@ paths: description: '' security: - Token: [] - summary: ✨ Get organization members/roles + summary: Get organization members list tags: - Organizations x-fern-audiences: - public + x-fern-pagination: + offset: $request.page + results: $response.results x-fern-sdk-group-name: - organizations - members @@ -14986,6 +14965,89 @@ paths: type: Number value: 123 properties: + child_filters: + description: Ordered child filters AND-merged with their parent. Child filters cannot be nested. + items: + properties: + filter: + description: 'Filter identifier, it should start with `filter:tasks:` prefix, e.g. `filter:tasks:agreement`. For `task.data` fields it may look like `filter:tasks:data.field_name`. If you need more info about columns, check the [Get data manager columns](api:GET/api/dm/columns/) API endpoint. Possible values:
  • `filter:tasks:agreement`
    (Number) Agreement for annotation results for a specific task (Enterprise only)

  • `filter:tasks:annotations_results`
    (String) Annotation results for the tasks

  • `filter:tasks:annotators`
    (List) Annotators that completed the task (Community). Can include assigned annotators (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:cancelled_annotations`
    (Number) Number of cancelled or skipped annotations for the task

  • `filter:tasks:comments`
    (Number) Number of comments in a task

  • `filter:tasks:completed_at`
    (Datetime) Time when a task was fully annotated

  • `filter:tasks:created_at`
    (Datetime) Time the task was created at

  • `filter:tasks:file_upload`
    (String) Name of the file uploaded to create the tasks

  • `filter:tasks:ground_truth`
    (Boolean) Ground truth status of the tasks

  • `filter:tasks:id`
    (Number) Task ID

  • `filter:tasks:inner_id`
    (Number) Task Inner ID, it starts from 1 for all projects

  • `filter:tasks:predictions_model_versions`
    (String) Model version used for the predictions

  • `filter:tasks:predictions_results`
    (String) Prediction results for the tasks

  • `filter:tasks:predictions_score`
    (Number) Prediction score for the task

  • `filter:tasks:reviewed`
    (Boolean) Whether the tasks have been reviewed (Enterprise only)

  • `filter:tasks:reviewers`
    (String) Reviewers that reviewed the task, or assigned reviewers (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:reviews_accepted`
    (Number) Number of annotations accepted for a task in review (Enterprise only)

  • `filter:tasks:reviews_rejected`
    (Number) Number of annotations rejected for a task in review (Enterprise only)

  • `filter:tasks:total_annotations`
    (Number) Total number of annotations on a task

  • `filter:tasks:total_predictions`
    (Number) Total number of predictions for the task

  • `filter:tasks:unresolved_comment_count`
    (Number) Number of unresolved comments in a task

  • `filter:tasks:updated_at`
    (Datetime) Time the task was updated at (e.g. new annotation was created, review added, etc)
  • ' + enum: + - filter:tasks:agreement + - filter:tasks:annotations_results + - filter:tasks:annotators + - filter:tasks:cancelled_annotations + - filter:tasks:comments + - filter:tasks:completed_at + - filter:tasks:created_at + - filter:tasks:file_upload + - filter:tasks:ground_truth + - filter:tasks:id + - filter:tasks:inner_id + - filter:tasks:predictions_model_versions + - filter:tasks:predictions_results + - filter:tasks:predictions_score + - filter:tasks:reviewed + - filter:tasks:reviewers + - filter:tasks:reviews_accepted + - filter:tasks:reviews_rejected + - filter:tasks:total_annotations + - filter:tasks:total_predictions + - filter:tasks:unresolved_comment_count + - filter:tasks:updated_at + type: string + operator: + description: 'Filter operator. Possible values:
  • `contains`
    Contains

  • `ends_with`
    Ends with

  • `equal`
    Equal to

  • `exists`
    Exists

  • `greater`
    Greater than

  • `greater_or_equal`
    Greater than or equal to

  • `in`
    Is between min and max values, so the filter `value` should be e.g. `{"min": 1, "max": 7}`

  • `in_list`
    Field value is one of the items in the supplied list. Value must be a JSON array of strings or numbers, e.g. `[1, 2, 3]` or `["a", "b"]`. Supported only for Task ID, Inner ID, and `task.data.*` fields.

  • `less`
    Less than

  • `less_or_equal`
    Less than or equal to

  • `not_contains`
    Does not contain

  • `not_equal`
    Not equal to

  • `not_exists`
    Does not exist

  • `not_in`
    Is not between min and max values, so the filter `value` should be e.g. `{"min": 1, "max": 7}`

  • `not_in_list`
    Field value is NOT in the supplied list. Value must be a JSON array of strings or numbers. Supported only for Task ID, Inner ID, and `task.data.*` fields.

  • `starts_with`
    Starts with
  • ' + enum: + - contains + - ends_with + - equal + - exists + - greater + - greater_or_equal + - in + - in_list + - less + - less_or_equal + - not_contains + - not_equal + - not_exists + - not_in + - not_in_list + - starts_with + type: string + type: + description: Type of the filter value. Possible values:
  • `Boolean`
    Boolean

  • `Datetime`
    Datetime string in `strftime('%Y-%m-%dT%H:%M:%S.%fZ')` format

  • `List`
    List of items

  • `Number`
    Float or Integer

  • `String`
    String

  • `Unknown`
    Unknown is explicitly converted to string format
  • + type: string + value: + description: Value to filter by + oneOf: + - description: String + title: String + type: string + - description: Integer + title: Integer + type: integer + - description: Float + format: float + title: Float + type: number + - description: Boolean + title: Boolean + type: boolean + - description: Dictionary is used for some operator types, e.g. `in` and `not_in` + title: Dictionary + type: object + - description: List of strings or integers. Used by the `in_list` and `not_in_list` operators, e.g. `[1, 2, 3]` or `["a", "b"]`. + title: List + type: object + type: object + required: + - filter + - operator + - type + - value + type: object + type: array filter: description: 'Filter identifier, it should start with `filter:tasks:` prefix, e.g. `filter:tasks:agreement`. For `task.data` fields it may look like `filter:tasks:data.field_name`. If you need more info about columns, check the [Get data manager columns](api:GET/api/dm/columns/) API endpoint. Possible values:
  • `filter:tasks:agreement`
    (Number) Agreement for annotation results for a specific task (Enterprise only)

  • `filter:tasks:annotations_results`
    (String) Annotation results for the tasks

  • `filter:tasks:annotators`
    (List) Annotators that completed the task (Community). Can include assigned annotators (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:cancelled_annotations`
    (Number) Number of cancelled or skipped annotations for the task

  • `filter:tasks:comments`
    (Number) Number of comments in a task

  • `filter:tasks:completed_at`
    (Datetime) Time when a task was fully annotated

  • `filter:tasks:created_at`
    (Datetime) Time the task was created at

  • `filter:tasks:file_upload`
    (String) Name of the file uploaded to create the tasks

  • `filter:tasks:ground_truth`
    (Boolean) Ground truth status of the tasks

  • `filter:tasks:id`
    (Number) Task ID

  • `filter:tasks:inner_id`
    (Number) Task Inner ID, it starts from 1 for all projects

  • `filter:tasks:predictions_model_versions`
    (String) Model version used for the predictions

  • `filter:tasks:predictions_results`
    (String) Prediction results for the tasks

  • `filter:tasks:predictions_score`
    (Number) Prediction score for the task

  • `filter:tasks:reviewed`
    (Boolean) Whether the tasks have been reviewed (Enterprise only)

  • `filter:tasks:reviewers`
    (String) Reviewers that reviewed the task, or assigned reviewers (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:reviews_accepted`
    (Number) Number of annotations accepted for a task in review (Enterprise only)

  • `filter:tasks:reviews_rejected`
    (Number) Number of annotations rejected for a task in review (Enterprise only)

  • `filter:tasks:total_annotations`
    (Number) Total number of annotations on a task

  • `filter:tasks:total_predictions`
    (Number) Total number of predictions for the task

  • `filter:tasks:unresolved_comment_count`
    (Number) Number of unresolved comments in a task

  • `filter:tasks:updated_at`
    (Datetime) Time the task was updated at (e.g. new annotation was created, review added, etc)
  • ' enum: @@ -15058,89 +15120,6 @@ paths: title: List type: object type: object - child_filters: - type: array - items: - type: object - properties: - filter: - type: string - enum: - - filter:tasks:agreement - - filter:tasks:annotations_results - - filter:tasks:annotators - - filter:tasks:cancelled_annotations - - filter:tasks:comments - - filter:tasks:completed_at - - filter:tasks:created_at - - filter:tasks:file_upload - - filter:tasks:ground_truth - - filter:tasks:id - - filter:tasks:inner_id - - filter:tasks:predictions_model_versions - - filter:tasks:predictions_results - - filter:tasks:predictions_score - - filter:tasks:reviewed - - filter:tasks:reviewers - - filter:tasks:reviews_accepted - - filter:tasks:reviews_rejected - - filter:tasks:total_annotations - - filter:tasks:total_predictions - - filter:tasks:unresolved_comment_count - - filter:tasks:updated_at - description: 'Filter identifier, it should start with `filter:tasks:` prefix, e.g. `filter:tasks:agreement`. For `task.data` fields it may look like `filter:tasks:data.field_name`. If you need more info about columns, check the [Get data manager columns](api:GET/api/dm/columns/) API endpoint. Possible values:
  • `filter:tasks:agreement`
    (Number) Agreement for annotation results for a specific task (Enterprise only)

  • `filter:tasks:annotations_results`
    (String) Annotation results for the tasks

  • `filter:tasks:annotators`
    (List) Annotators that completed the task (Community). Can include assigned annotators (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:cancelled_annotations`
    (Number) Number of cancelled or skipped annotations for the task

  • `filter:tasks:comments`
    (Number) Number of comments in a task

  • `filter:tasks:completed_at`
    (Datetime) Time when a task was fully annotated

  • `filter:tasks:created_at`
    (Datetime) Time the task was created at

  • `filter:tasks:file_upload`
    (String) Name of the file uploaded to create the tasks

  • `filter:tasks:ground_truth`
    (Boolean) Ground truth status of the tasks

  • `filter:tasks:id`
    (Number) Task ID

  • `filter:tasks:inner_id`
    (Number) Task Inner ID, it starts from 1 for all projects

  • `filter:tasks:predictions_model_versions`
    (String) Model version used for the predictions

  • `filter:tasks:predictions_results`
    (String) Prediction results for the tasks

  • `filter:tasks:predictions_score`
    (Number) Prediction score for the task

  • `filter:tasks:reviewed`
    (Boolean) Whether the tasks have been reviewed (Enterprise only)

  • `filter:tasks:reviewers`
    (String) Reviewers that reviewed the task, or assigned reviewers (Enterprise only). Important note: the filter `type` should be List, but the filter `value` is integer

  • `filter:tasks:reviews_accepted`
    (Number) Number of annotations accepted for a task in review (Enterprise only)

  • `filter:tasks:reviews_rejected`
    (Number) Number of annotations rejected for a task in review (Enterprise only)

  • `filter:tasks:total_annotations`
    (Number) Total number of annotations on a task

  • `filter:tasks:total_predictions`
    (Number) Total number of predictions for the task

  • `filter:tasks:unresolved_comment_count`
    (Number) Number of unresolved comments in a task

  • `filter:tasks:updated_at`
    (Datetime) Time the task was updated at (e.g. new annotation was created, review added, etc)
  • ' - operator: - type: string - enum: - - contains - - ends_with - - equal - - exists - - greater - - greater_or_equal - - in - - in_list - - less - - less_or_equal - - not_contains - - not_equal - - not_exists - - not_in - - not_in_list - - starts_with - description: 'Filter operator. Possible values:
  • `contains`
    Contains

  • `ends_with`
    Ends with

  • `equal`
    Equal to

  • `exists`
    Exists

  • `greater`
    Greater than

  • `greater_or_equal`
    Greater than or equal to

  • `in`
    Is between min and max values, so the filter `value` should be e.g. `{"min": 1, "max": 7}`

  • `in_list`
    Field value is one of the items in the supplied list. Value must be a JSON array of strings or numbers, e.g. `[1, 2, 3]` or `["a", "b"]`. Supported only for Task ID, Inner ID, and `task.data.*` fields.

  • `less`
    Less than

  • `less_or_equal`
    Less than or equal to

  • `not_contains`
    Does not contain

  • `not_equal`
    Not equal to

  • `not_exists`
    Does not exist

  • `not_in`
    Is not between min and max values, so the filter `value` should be e.g. `{"min": 1, "max": 7}`

  • `not_in_list`
    Field value is NOT in the supplied list. Value must be a JSON array of strings or numbers. Supported only for Task ID, Inner ID, and `task.data.*` fields.

  • `starts_with`
    Starts with
  • ' - type: - type: string - description: Type of the filter value. Possible values:
  • `Boolean`
    Boolean

  • `Datetime`
    Datetime string in `strftime('%Y-%m-%dT%H:%M:%S.%fZ')` format

  • `List`
    List of items

  • `Number`
    Float or Integer

  • `String`
    String

  • `Unknown`
    Unknown is explicitly converted to string format
  • - value: - type: object - oneOf: - - type: string - title: String - description: String - - type: integer - title: Integer - description: Integer - - type: number - title: Float - format: float - description: Float - - type: boolean - title: Boolean - description: Boolean - - type: object - title: Dictionary - description: Dictionary is used for some operator types, e.g. `in` and `not_in` - - type: object - title: List - description: List of strings or integers. Used by the `in_list` and `not_in_list` operators, e.g. `[1, 2, 3]` or `["a", "b"]`. - description: Value to filter by - required: - - filter - - operator - - type - - value - description: Ordered child filters AND-merged with their parent. Child filters cannot be nested. required: - filter - operator @@ -26540,6 +26519,17 @@ components: annotator_evaluation_enabled: description: Evaluate all annotators against ground truth type: boolean + annotator_evaluation_metric: + allOf: + - $ref: '#/components/schemas/AnnotatorEvaluationMetricEnum' + default: gt_agreement + description: |- + Metric used to evaluate annotators. Defaults to gt_agreement. + + * `gt_agreement` - Ground truth agreement + * `acceptance_score` - Acceptance score + * `rejection_rate` - Rejection rate + nullable: true annotator_evaluation_minimum_score: default: '95.00' description: Score required to pass evaluation @@ -27490,6 +27480,16 @@ components: required: - annotation type: object + AnnotatorEvaluationMetricEnum: + description: |- + * `gt_agreement` - Ground truth agreement + * `acceptance_score` - Acceptance score + * `rejection_rate` - Rejection rate + enum: + - gt_agreement + - acceptance_score + - rejection_rate + type: string AssignableOrganizationRoleEnum: description: |- * `OW` - Owner @@ -30731,9 +30731,9 @@ components: Filter: properties: child_filters: - type: array items: $ref: '#/components/schemas/ChildFilter' + type: array column: description: Field name maxLength: 1024 @@ -30804,9 +30804,9 @@ components: FilterRequest: properties: child_filters: - type: array items: $ref: '#/components/schemas/ChildFilterRequest' + type: array column: description: Field name maxLength: 1024 @@ -34233,6 +34233,17 @@ components: annotator_evaluation_enabled: description: Evaluate all annotators against ground truth type: boolean + annotator_evaluation_metric: + allOf: + - $ref: '#/components/schemas/AnnotatorEvaluationMetricEnum' + default: gt_agreement + description: |- + Metric used to evaluate annotators. Defaults to gt_agreement. + + * `gt_agreement` - Ground truth agreement + * `acceptance_score` - Acceptance score + * `rejection_rate` - Rejection rate + nullable: true annotator_evaluation_minimum_score: default: '95.00' description: Score required to pass evaluation @@ -35100,6 +35111,17 @@ components: annotator_evaluation_enabled: description: Evaluate all annotators against ground truth type: boolean + annotator_evaluation_metric: + allOf: + - $ref: '#/components/schemas/AnnotatorEvaluationMetricEnum' + default: gt_agreement + description: |- + Metric used to evaluate annotators. Defaults to gt_agreement. + + * `gt_agreement` - Ground truth agreement + * `acceptance_score` - Acceptance score + * `rejection_rate` - Rejection rate + nullable: true annotator_evaluation_minimum_score: default: '95.00' description: Score required to pass evaluation @@ -40182,6 +40204,17 @@ components: annotator_evaluation_enabled: description: Evaluate all annotators against ground truth type: boolean + annotator_evaluation_metric: + allOf: + - $ref: '#/components/schemas/AnnotatorEvaluationMetricEnum' + default: gt_agreement + description: |- + Metric used to evaluate annotators. Defaults to gt_agreement. + + * `gt_agreement` - Ground truth agreement + * `acceptance_score` - Acceptance score + * `rejection_rate` - Rejection rate + nullable: true annotator_evaluation_minimum_score: default: '95.00' description: Score required to pass evaluation