diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesEditingSessionCreate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesEditingSessionCreate.g.cs
new file mode 100644
index 0000000..ca46f83
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesEditingSessionCreate.g.cs
@@ -0,0 +1,80 @@
+#nullable enable
+
+namespace LabelStudio
+{
+ public partial interface ILearningResourcesClient
+ {
+ ///
+ /// ✨ Heartbeat or release an editing session for a learning resource
+ /// <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>
+ /// POST claims or refreshes presence on a (module, page). A bare heartbeat only tracks presence — it never claims the write lock. Pass `wants_to_edit` to actually claim it: the first session on a free page to ask becomes the writer, later ones stay read-only unless `takeover` is set (which itself implies `wants_to_edit`). Sessions expire 60 seconds after the last heartbeat. DELETE releases the caller's own session.
+ ///
+ ///
+ ///
+ /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task ApiLearningResourcesEditingSessionCreateAsync(
+ int id,
+
+ global::LabelStudio.CourseEditingSessionHeartbeatRequest request,
+ global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ ///
+ /// ✨ Heartbeat or release an editing session for a learning resource
+ /// <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>
+ /// POST claims or refreshes presence on a (module, page). A bare heartbeat only tracks presence — it never claims the write lock. Pass `wants_to_edit` to actually claim it: the first session on a free page to ask becomes the writer, later ones stay read-only unless `takeover` is set (which itself implies `wants_to_edit`). Sessions expire 60 seconds after the last heartbeat. DELETE releases the caller's own session.
+ ///
+ ///
+ ///
+ /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task> ApiLearningResourcesEditingSessionCreateAsResponseAsync(
+ int id,
+
+ global::LabelStudio.CourseEditingSessionHeartbeatRequest request,
+ global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ ///
+ /// ✨ Heartbeat or release an editing session for a learning resource
+ /// <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>
+ /// POST claims or refreshes presence on a (module, page). A bare heartbeat only tracks presence — it never claims the write lock. Pass `wants_to_edit` to actually claim it: the first session on a free page to ask becomes the writer, later ones stay read-only unless `takeover` is set (which itself implies `wants_to_edit`). Sessions expire 60 seconds after the last heartbeat. DELETE releases the caller's own session.
+ ///
+ ///
+ ///
+ ///
+ ///
+ /// Default Value: false
+ ///
+ ///
+ /// Default Value: false
+ ///
+ /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task ApiLearningResourcesEditingSessionCreateAsync(
+ int id,
+ string pageId,
+ int? moduleId = default,
+ bool? takeover = default,
+ bool? wantsToEdit = default,
+ global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ }
+}
\ No newline at end of file
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesEditingSessionDestroy.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesEditingSessionDestroy.g.cs
new file mode 100644
index 0000000..cb5dfc7
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesEditingSessionDestroy.g.cs
@@ -0,0 +1,44 @@
+#nullable enable
+
+namespace LabelStudio
+{
+ public partial interface ILearningResourcesClient
+ {
+ ///
+ /// ✨ Heartbeat or release an editing session for a learning resource
+ /// <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>
+ /// POST claims or refreshes presence on a (module, page). A bare heartbeat only tracks presence — it never claims the write lock. Pass `wants_to_edit` to actually claim it: the first session on a free page to ask becomes the writer, later ones stay read-only unless `takeover` is set (which itself implies `wants_to_edit`). Sessions expire 60 seconds after the last heartbeat. DELETE releases the caller's own session.
+ ///
+ ///
+ /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task ApiLearningResourcesEditingSessionDestroyAsync(
+ int id,
+ global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ ///
+ /// ✨ Heartbeat or release an editing session for a learning resource
+ /// <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>
+ /// POST claims or refreshes presence on a (module, page). A bare heartbeat only tracks presence — it never claims the write lock. Pass `wants_to_edit` to actually claim it: the first session on a free page to ask becomes the writer, later ones stay read-only unless `takeover` is set (which itself implies `wants_to_edit`). Sessions expire 60 seconds after the last heartbeat. DELETE releases the caller's own session.
+ ///
+ ///
+ /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task> ApiLearningResourcesEditingSessionDestroyAsResponseAsync(
+ int id,
+ global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ }
+}
\ No newline at end of file
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesModulesPagesPartialUpdate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesModulesPagesPartialUpdate.g.cs
index a2db697..396bb5b 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesModulesPagesPartialUpdate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesModulesPagesPartialUpdate.g.cs
@@ -12,7 +12,7 @@ public partial interface ILearningResourcesClient
/// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
/// </p>
/// </Card>
- /// Replace only the supplied keys of a single page. Rejects a stale `page_version` with 409 `page_version_conflict`, and a page that moved to another module with 410 `page_moved`.
+ /// Replace only the supplied keys of a single page. Rejects a write to a page another author holds the editing lock on with 409 `page_in_use`, a stale `page_version` with 409 `page_version_conflict`, and a page that moved to another module with 410 `page_moved`.
///
///
///
@@ -37,7 +37,7 @@ public partial interface ILearningResourcesClient
/// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
/// </p>
/// </Card>
- /// Replace only the supplied keys of a single page. Rejects a stale `page_version` with 409 `page_version_conflict`, and a page that moved to another module with 410 `page_moved`.
+ /// Replace only the supplied keys of a single page. Rejects a write to a page another author holds the editing lock on with 409 `page_in_use`, a stale `page_version` with 409 `page_version_conflict`, and a page that moved to another module with 410 `page_moved`.
///
///
///
@@ -62,7 +62,7 @@ public partial interface ILearningResourcesClient
/// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
/// </p>
/// </Card>
- /// Replace only the supplied keys of a single page. Rejects a stale `page_version` with 409 `page_version_conflict`, and a page that moved to another module with 410 `page_moved`.
+ /// Replace only the supplied keys of a single page. Rejects a write to a page another author holds the editing lock on with 409 `page_in_use`, a stale `page_version` with 409 `page_version_conflict`, and a page that moved to another module with 410 `page_moved`.
///
///
///
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs
index 988313d..342fbed 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs
@@ -575,6 +575,10 @@ namespace LabelStudio
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ConvertedFormat))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ProjectImportStatusEnum), TypeInfoPropertyName = "ProjectImportStatusEnum2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ConvertedFormatRequest))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.CourseEditingSession))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.CourseEditingSessionHeartbeatRequest))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.CourseEditingSessionResponse))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.CourseModule))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.CourseOutline))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
@@ -967,10 +971,6 @@ namespace LabelStudio
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.RefinePromptRequestRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.RefinedPromptResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ThirdPartyModelVersion))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.RegressionSummary))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.RegressionsResponse))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.RequeueRejectedTasksModeEnum), TypeInfoPropertyName = "RequeueRejectedTasksModeEnum2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ReviewCriteriaEnum), TypeInfoPropertyName = "ReviewCriteriaEnum2")]
internal sealed partial class SourceGenerationContextChunk0 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
@@ -1443,6 +1443,10 @@ 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.RegressionSummary))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.RegressionsResponse))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.RequeueRejectedTasksModeEnum), TypeInfoPropertyName = "RequeueRejectedTasksModeEnum2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ReviewCriteriaEnum), TypeInfoPropertyName = "ReviewCriteriaEnum2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ReviewRoutingRule))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ReviewRoutingRuleRequestRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ReviewRoutingRulesReplaceRequest))]
@@ -1931,15 +1935,11 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
internal sealed partial class SourceGenerationContextChunk1 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
@@ -2412,6 +2412,11 @@ internal sealed partial class SourceGenerationContextChunk1 : 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::System.Collections.Generic.List))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContextTypes.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContextTypes.g.cs
index 6c6397c..e36d26a 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContextTypes.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContextTypes.g.cs
@@ -420,3051 +420,3067 @@ public sealed partial class JsonSerializerContextTypes
///
///
///
- public global::LabelStudio.CourseModule? Type98 { get; set; }
+ public global::LabelStudio.CourseEditingSession? Type98 { get; set; }
///
///
///
- public global::LabelStudio.CourseOutline? Type99 { get; set; }
+ public global::LabelStudio.CourseEditingSessionHeartbeatRequest? Type99 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type100 { get; set; }
+ public global::LabelStudio.CourseEditingSessionResponse? Type100 { get; set; }
///
///
///
- public global::LabelStudio.CourseOutlineModule? Type101 { get; set; }
+ public global::System.Collections.Generic.IList? Type101 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type102 { get; set; }
+ public global::LabelStudio.CourseModule? Type102 { get; set; }
///
///
///
- public global::LabelStudio.CourseOutlinePage? Type103 { get; set; }
+ public global::LabelStudio.CourseOutline? Type103 { get; set; }
///
///
///
- public global::LabelStudio.CoursePageSaveResponse? Type104 { get; set; }
+ public global::System.Collections.Generic.IList? Type104 { get; set; }
///
///
///
- public global::LabelStudio.CourseProgressImportResult? Type105 { get; set; }
+ public global::LabelStudio.CourseOutlineModule? Type105 { get; set; }
///
///
///
- public global::LabelStudio.CourseStructureOpRequest? Type106 { get; set; }
+ public global::System.Collections.Generic.IList? Type106 { get; set; }
///
///
///
- public global::LabelStudio.OpEnum? Type107 { get; set; }
+ public global::LabelStudio.CourseOutlinePage? Type107 { get; set; }
///
///
///
- public global::LabelStudio.CourseStructureOpResponse? Type108 { get; set; }
+ public global::LabelStudio.CoursePageSaveResponse? Type108 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type109 { get; set; }
+ public global::LabelStudio.CourseProgressImportResult? Type109 { get; set; }
///
///
///
- public global::LabelStudio.CustomFunctionCodeRequestRequest? Type110 { get; set; }
+ public global::LabelStudio.CourseStructureOpRequest? Type110 { get; set; }
///
///
///
- public global::LabelStudio.DataManagerFilterModeEnum? Type111 { get; set; }
+ public global::LabelStudio.OpEnum? Type111 { get; set; }
///
///
///
- public global::LabelStudio.DataQualityAgreementConfusionMatrix? Type112 { get; set; }
+ public global::LabelStudio.CourseStructureOpResponse? Type112 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type113 { get; set; }
+ public global::System.Collections.Generic.IList? Type113 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type114 { get; set; }
+ public global::LabelStudio.CustomFunctionCodeRequestRequest? Type114 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type115 { get; set; }
+ public global::LabelStudio.DataManagerFilterModeEnum? Type115 { get; set; }
///
///
///
- public global::LabelStudio.DataQualityConfusionPair? Type116 { get; set; }
+ public global::LabelStudio.DataQualityAgreementConfusionMatrix? Type116 { get; set; }
///
///
///
- public global::LabelStudio.DataQualityAgreementDimensions? Type117 { get; set; }
+ public global::System.Collections.Generic.IList>? Type117 { get; set; }
///
///
///
- public global::LabelStudio.DataQualityAgreementDistribution? Type118 { get; set; }
+ public global::System.Collections.Generic.IList? Type118 { get; set; }
///
///
///
- public global::LabelStudio.DatabricksExportStorage? Type119 { get; set; }
+ public global::System.Collections.Generic.IList? Type119 { get; set; }
///
///
///
- public global::LabelStudio.DatabricksExportStorageRequest? Type120 { get; set; }
+ public global::LabelStudio.DataQualityConfusionPair? Type120 { get; set; }
///
///
///
- public global::LabelStudio.DatabricksImportStorage? Type121 { get; set; }
+ public global::LabelStudio.DataQualityAgreementDimensions? Type121 { get; set; }
///
///
///
- public global::LabelStudio.DatabricksImportStorageRequest? Type122 { get; set; }
+ public global::LabelStudio.DataQualityAgreementDistribution? Type122 { get; set; }
///
///
///
- public global::LabelStudio.Dataset? Type123 { get; set; }
+ public global::LabelStudio.DatabricksExportStorage? Type123 { get; set; }
///
///
///
- public global::LabelStudio.DatasetColumn? Type124 { get; set; }
+ public global::LabelStudio.DatabricksExportStorageRequest? Type124 { get; set; }
///
///
///
- public global::LabelStudio.DatasetColumnVisibilityDefaults? Type125 { get; set; }
+ public global::LabelStudio.DatabricksImportStorage? Type125 { get; set; }
///
///
///
- public global::LabelStudio.DatasetColumnsResponse? Type126 { get; set; }
+ public global::LabelStudio.DatabricksImportStorageRequest? Type126 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type127 { get; set; }
+ public global::LabelStudio.Dataset? Type127 { get; set; }
///
///
///
- public global::LabelStudio.DatasetImportCandidatesCreateRequest? Type128 { get; set; }
+ public global::LabelStudio.DatasetColumn? Type128 { get; set; }
///
///
///
- public global::LabelStudio.DatasetImportCandidatesResponse? Type129 { get; set; }
+ public global::LabelStudio.DatasetColumnVisibilityDefaults? Type129 { get; set; }
///
///
///
- public global::LabelStudio.DatasetMember? Type130 { get; set; }
+ public global::LabelStudio.DatasetColumnsResponse? Type130 { get; set; }
///
///
///
- public global::LabelStudio.DatasetMemberRequest? Type131 { get; set; }
+ public global::System.Collections.Generic.IList? Type131 { get; set; }
///
///
///
- public global::LabelStudio.DatasetRequest? Type132 { get; set; }
+ public global::LabelStudio.DatasetImportCandidatesCreateRequest? Type132 { get; set; }
///
///
///
- public global::LabelStudio.UserSimpleRequest? Type133 { get; set; }
+ public global::LabelStudio.DatasetImportCandidatesResponse? Type133 { get; set; }
///
///
///
- public global::LabelStudio.DatasetStorageAvailableDataType? Type134 { get; set; }
+ public global::LabelStudio.DatasetMember? Type134 { get; set; }
///
///
///
- public global::LabelStudio.DatasetStorageColumnType? Type135 { get; set; }
+ public global::LabelStudio.DatasetMemberRequest? Type135 { get; set; }
///
///
///
- public global::LabelStudio.DatasetStorageColumnsResponse? Type136 { get; set; }
+ public global::LabelStudio.DatasetRequest? Type136 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type137 { get; set; }
+ public global::LabelStudio.UserSimpleRequest? Type137 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type138 { get; set; }
+ public global::LabelStudio.DatasetStorageAvailableDataType? Type138 { get; set; }
///
///
///
- public global::LabelStudio.DatasetTasksMetadataResponse? Type139 { get; set; }
+ public global::LabelStudio.DatasetStorageColumnType? Type139 { get; set; }
///
///
///
- public global::LabelStudio.DatasetView? Type140 { get; set; }
+ public global::LabelStudio.DatasetStorageColumnsResponse? Type140 { get; set; }
///
///
///
- public global::LabelStudio.FilterGroup? Type141 { get; set; }
+ public global::System.Collections.Generic.IList? Type141 { get; set; }
///
///
///
- public global::LabelStudio.DatasetViewLockedBy? Type142 { get; set; }
+ public global::System.Collections.Generic.IList? Type142 { get; set; }
///
///
///
- public global::LabelStudio.DatasetViewRequest? Type143 { get; set; }
+ public global::LabelStudio.DatasetTasksMetadataResponse? Type143 { get; set; }
///
///
///
- public global::LabelStudio.FilterGroupRequest? Type144 { get; set; }
+ public global::LabelStudio.DatasetView? Type144 { get; set; }
///
///
///
- public global::LabelStudio.DefaultModelVersionNameResponse? Type145 { get; set; }
+ public global::LabelStudio.FilterGroup? Type145 { get; set; }
///
///
///
- public global::LabelStudio.DefaultRole? Type146 { get; set; }
+ public global::LabelStudio.DatasetViewLockedBy? Type146 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationRoleEnum? Type147 { get; set; }
+ public global::LabelStudio.DatasetViewRequest? Type147 { get; set; }
///
///
///
- public global::LabelStudio.Dimension? Type148 { get; set; }
+ public global::LabelStudio.FilterGroupRequest? Type148 { get; set; }
///
///
///
- public global::LabelStudio.DimensionCreateRequest? Type149 { get; set; }
+ public global::LabelStudio.DefaultModelVersionNameResponse? Type149 { get; set; }
///
///
///
- public global::LabelStudio.DimensionList? Type150 { get; set; }
+ public global::LabelStudio.DefaultRole? Type150 { get; set; }
///
///
///
- public global::LabelStudio.DimensionRequest? Type151 { get; set; }
+ public global::LabelStudio.OrganizationRoleEnum? Type151 { get; set; }
///
///
///
- public global::LabelStudio.DuplicateLearningResourceRequest? Type152 { get; set; }
+ public global::LabelStudio.Dimension? Type152 { get; set; }
///
///
///
- public global::LabelStudio.EditionEnum? Type153 { get; set; }
+ public global::LabelStudio.DimensionCreateRequest? Type153 { get; set; }
///
///
///
- public global::LabelStudio.EstimatedDurationUnitEnum? Type154 { get; set; }
+ public global::LabelStudio.DimensionList? Type154 { get; set; }
///
///
///
- public global::LabelStudio.Export? Type155 { get; set; }
+ public global::LabelStudio.DimensionRequest? Type155 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type156 { get; set; }
+ public global::LabelStudio.DuplicateLearningResourceRequest? Type156 { get; set; }
///
///
///
- public global::LabelStudio.ExportConvertRequest? Type157 { get; set; }
+ public global::LabelStudio.EditionEnum? Type157 { get; set; }
///
///
///
- public global::LabelStudio.FSMTransitionExecuteRequestRequest? Type158 { get; set; }
+ public global::LabelStudio.EstimatedDurationUnitEnum? Type158 { get; set; }
///
///
///
- public global::LabelStudio.FSMTransitionExecuteResponse? Type159 { get; set; }
+ public global::LabelStudio.Export? Type159 { get; set; }
///
///
///
- public global::LabelStudio.StateModel? Type160 { get; set; }
+ public global::System.Collections.Generic.IList? Type160 { get; set; }
///
///
///
- public global::LabelStudio.FewShotExample? Type161 { get; set; }
+ public global::LabelStudio.ExportConvertRequest? Type161 { get; set; }
///
///
///
- public global::LabelStudio.FewShotExampleRequest? Type162 { get; set; }
+ public global::LabelStudio.FSMTransitionExecuteRequestRequest? Type162 { get; set; }
///
///
///
- public global::LabelStudio.FileUpload? Type163 { get; set; }
+ public global::LabelStudio.FSMTransitionExecuteResponse? Type163 { get; set; }
///
///
///
- public global::LabelStudio.Filter? Type164 { get; set; }
+ public global::LabelStudio.StateModel? Type164 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type165 { get; set; }
+ public global::LabelStudio.FewShotExample? Type165 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type166 { get; set; }
+ public global::LabelStudio.FewShotExampleRequest? Type166 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type167 { get; set; }
+ public global::LabelStudio.FileUpload? Type167 { get; set; }
///
///
///
- public global::LabelStudio.FilterRequest? Type168 { get; set; }
+ public global::LabelStudio.Filter? Type168 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type169 { get; set; }
+ public global::System.Collections.Generic.IList? Type169 { get; set; }
///
///
///
- public global::LabelStudio.GCPCustomFunctionUpdateRequest? Type170 { get; set; }
+ public global::System.Collections.Generic.IList? Type170 { get; set; }
///
///
///
- public global::LabelStudio.GCSDatasetStorage? Type171 { get; set; }
+ public global::System.Collections.Generic.IList? Type171 { get; set; }
///
///
///
- public global::LabelStudio.GCSDatasetStorageRequest? Type172 { get; set; }
+ public global::LabelStudio.FilterRequest? Type172 { get; set; }
///
///
///
- public global::LabelStudio.GCSExportStorage? Type173 { get; set; }
+ public global::System.Collections.Generic.IList? Type173 { get; set; }
///
///
///
- public global::LabelStudio.GCSImportStorage? Type174 { get; set; }
+ public global::LabelStudio.GCPCustomFunctionUpdateRequest? Type174 { get; set; }
///
///
///
- public global::LabelStudio.GCSSAExportStorage? Type175 { get; set; }
+ public global::LabelStudio.GCSDatasetStorage? Type175 { get; set; }
///
///
///
- public global::LabelStudio.GCSSAExportStorageRequest? Type176 { get; set; }
+ public global::LabelStudio.GCSDatasetStorageRequest? Type176 { get; set; }
///
///
///
- public global::LabelStudio.GCSSAImportStorage? Type177 { get; set; }
+ public global::LabelStudio.GCSExportStorage? Type177 { get; set; }
///
///
///
- public global::LabelStudio.GCSSAImportStorageRequest? Type178 { get; set; }
+ public global::LabelStudio.GCSImportStorage? Type178 { get; set; }
///
///
///
- public global::LabelStudio.GCSWIFExportStorage? Type179 { get; set; }
+ public global::LabelStudio.GCSSAExportStorage? Type179 { get; set; }
///
///
///
- public global::LabelStudio.GCSWIFExportStorageRequest? Type180 { get; set; }
+ public global::LabelStudio.GCSSAExportStorageRequest? Type180 { get; set; }
///
///
///
- public global::LabelStudio.GCSWIFImportStorage? Type181 { get; set; }
+ public global::LabelStudio.GCSSAImportStorage? Type181 { get; set; }
///
///
///
- public global::LabelStudio.GCSWIFImportStorageRequest? Type182 { get; set; }
+ public global::LabelStudio.GCSSAImportStorageRequest? Type182 { get; set; }
///
///
///
- public global::LabelStudio.Hotkeys? Type183 { get; set; }
+ public global::LabelStudio.GCSWIFExportStorage? Type183 { get; set; }
///
///
///
- public global::LabelStudio.ImportApiRequest? Type184 { get; set; }
+ public global::LabelStudio.GCSWIFExportStorageRequest? Type184 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type185 { get; set; }
+ public global::LabelStudio.GCSWIFImportStorage? Type185 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type186 { get; set; }
+ public global::LabelStudio.GCSWIFImportStorageRequest? Type186 { get; set; }
///
///
///
- public global::LabelStudio.PredictionRequest? Type187 { get; set; }
+ public global::LabelStudio.Hotkeys? Type187 { get; set; }
///
///
///
- public global::LabelStudio.InferenceRunCostEstimate? Type188 { get; set; }
+ public global::LabelStudio.ImportApiRequest? Type188 { get; set; }
///
///
///
- public global::LabelStudio.KPIDetailResponse? Type189 { get; set; }
+ public global::System.Collections.Generic.IList? Type189 { get; set; }
///
///
///
- public global::LabelStudio.KPIProjectSegment? Type190 { get; set; }
+ public global::System.Collections.Generic.IList? Type190 { get; set; }
///
///
///
- public global::LabelStudio.KPIUserSegment? Type191 { get; set; }
+ public global::LabelStudio.PredictionRequest? Type191 { get; set; }
///
///
///
- public global::LabelStudio.KPIMatrixSegment? Type192 { get; set; }
+ public global::LabelStudio.InferenceRunCostEstimate? Type192 { get; set; }
///
///
///
- public global::LabelStudio.KPIProjectMatrixSegment? Type193 { get; set; }
+ public global::LabelStudio.KPIDetailResponse? Type193 { get; set; }
///
///
///
- public global::LabelStudio.SegmentationEnum? Type194 { get; set; }
+ public global::LabelStudio.KPIProjectSegment? Type194 { get; set; }
///
///
///
- public global::LabelStudio.KPITimeSegment? Type195 { get; set; }
+ public global::LabelStudio.KPIUserSegment? Type195 { get; set; }
///
///
///
- public global::LabelStudio.KPIValue? Type196 { get; set; }
+ public global::LabelStudio.KPIMatrixSegment? Type196 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type197 { get; set; }
+ public global::LabelStudio.KPIProjectMatrixSegment? Type197 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type198 { get; set; }
+ public global::LabelStudio.SegmentationEnum? Type198 { get; set; }
///
///
///
- public global::LabelStudio.KPIUserInfo? Type199 { get; set; }
+ public global::LabelStudio.KPITimeSegment? Type199 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type200 { get; set; }
+ public global::LabelStudio.KPIValue? Type200 { get; set; }
///
///
///
- public global::LabelStudio.KPIMetadata? Type201 { get; set; }
+ public global::System.Collections.Generic.IList? Type201 { get; set; }
///
///
///
- public global::LabelStudio.KPIProjectInfo? Type202 { get; set; }
+ public global::System.Collections.Generic.IList? Type202 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type203 { get; set; }
+ public global::LabelStudio.KPIUserInfo? Type203 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type204 { get; set; }
+ public global::System.Collections.Generic.IList>? Type204 { get; set; }
///
///
///
- public global::LabelStudio.OneOf? Type205 { get; set; }
+ public global::LabelStudio.KPIMetadata? Type205 { get; set; }
///
///
///
- public global::LabelStudio.LSAPITokenBlacklistRequest? Type206 { get; set; }
+ public global::LabelStudio.KPIProjectInfo? Type206 { get; set; }
///
///
///
- public global::LabelStudio.LSAPITokenRotateRequest? Type207 { get; set; }
+ public global::System.Collections.Generic.IList? Type207 { get; set; }
///
///
///
- public global::LabelStudio.LSEAPITokenCreate? Type208 { get; set; }
+ public global::System.Collections.Generic.IList>? Type208 { get; set; }
///
///
///
- public global::LabelStudio.LSEAPITokenList? Type209 { get; set; }
+ public global::LabelStudio.OneOf? Type209 { get; set; }
///
///
///
- public global::LabelStudio.LSEJWTSettings? Type210 { get; set; }
+ public global::LabelStudio.LSAPITokenBlacklistRequest? Type210 { get; set; }
///
///
///
- public global::LabelStudio.LSEJWTSettingsRequest? Type211 { get; set; }
+ public global::LabelStudio.LSAPITokenRotateRequest? Type211 { get; set; }
///
///
///
- public global::LabelStudio.LSEKeyIndicatorValue? Type212 { get; set; }
+ public global::LabelStudio.LSEAPITokenCreate? Type212 { get; set; }
///
///
///
- public global::LabelStudio.Label? Type213 { get; set; }
+ public global::LabelStudio.LSEAPITokenList? Type213 { get; set; }
///
///
///
- public global::LabelStudio.LabelBulkUpdateRequest? Type214 { get; set; }
+ public global::LabelStudio.LSEJWTSettings? Type214 { get; set; }
///
///
///
- public global::LabelStudio.LabelBulkUpdateResponse? Type215 { get; set; }
+ public global::LabelStudio.LSEJWTSettingsRequest? Type215 { get; set; }
///
///
///
- public global::LabelStudio.LabelCreate? Type216 { get; set; }
+ public global::LabelStudio.LSEKeyIndicatorValue? Type216 { get; set; }
///
///
///
- public global::LabelStudio.LabelCreateRequest? Type217 { get; set; }
+ public global::LabelStudio.Label? Type217 { get; set; }
///
///
///
- public global::LabelStudio.LabelDistributionCountsResponse? Type218 { get; set; }
+ public global::LabelStudio.LabelBulkUpdateRequest? Type218 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type219 { get; set; }
+ public global::LabelStudio.LabelBulkUpdateResponse? Type219 { get; set; }
///
///
///
- public global::LabelStudio.LabelDistributionCountsRow? Type220 { get; set; }
+ public global::LabelStudio.LabelCreate? Type220 { get; set; }
///
///
///
- public global::LabelStudio.LabelDistributionCountsTotals? Type221 { get; set; }
+ public global::LabelStudio.LabelCreateRequest? Type221 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type222 { get; set; }
+ public global::LabelStudio.LabelDistributionCountsResponse? Type222 { get; set; }
///
///
///
- public global::LabelStudio.LabelDistributionStructureDimension? Type223 { get; set; }
+ public global::System.Collections.Generic.IList? Type223 { get; set; }
///
///
///
- public global::LabelStudio.LabelDistributionStructureResponse? Type224 { get; set; }
+ public global::LabelStudio.LabelDistributionCountsRow? Type224 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type225 { get; set; }
+ public global::LabelStudio.LabelDistributionCountsTotals? Type225 { get; set; }
///
///
///
- public global::LabelStudio.LabelLink? Type226 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type226 { get; set; }
///
///
///
- public global::LabelStudio.LabelLinkRequest? Type227 { get; set; }
+ public global::LabelStudio.LabelDistributionStructureDimension? Type227 { get; set; }
///
///
///
- public global::LabelStudio.LearningProgressResponse? Type228 { get; set; }
+ public global::LabelStudio.LabelDistributionStructureResponse? Type228 { get; set; }
///
///
///
- public global::LabelStudio.LearningProgressUpdateRequest? Type229 { get; set; }
+ public global::System.Collections.Generic.IList? Type229 { get; set; }
///
///
///
- public global::LabelStudio.LearningResource? Type230 { get; set; }
+ public global::LabelStudio.LabelLink? Type230 { get; set; }
///
///
///
- public global::LabelStudio.LearningResourceAssignmentSummary? Type231 { get; set; }
+ public global::LabelStudio.LabelLinkRequest? Type231 { get; set; }
///
///
///
- public global::LabelStudio.LearningResourceCreate? Type232 { get; set; }
+ public global::LabelStudio.LearningProgressResponse? Type232 { get; set; }
///
///
///
- public global::LabelStudio.LearningResourceCreateRequest? Type233 { get; set; }
+ public global::LabelStudio.LearningProgressUpdateRequest? Type233 { get; set; }
///
///
///
- public global::LabelStudio.LearningResourceDetail? Type234 { get; set; }
+ public global::LabelStudio.LearningResource? Type234 { get; set; }
///
///
///
- public global::LabelStudio.LearningResourceRequest? Type235 { get; set; }
+ public global::LabelStudio.LearningResourceAssignmentSummary? Type235 { get; set; }
///
///
///
- public global::LabelStudio.LearningResourceUpdate? Type236 { get; set; }
+ public global::LabelStudio.LearningResourceCreate? Type236 { get; set; }
///
///
///
- public global::LabelStudio.LearningResourceUploadResponse? Type237 { get; set; }
+ public global::LabelStudio.LearningResourceCreateRequest? Type237 { get; set; }
///
///
///
- public global::LabelStudio.LocalFilesExportStorage? Type238 { get; set; }
+ public global::LabelStudio.LearningResourceDetail? Type238 { get; set; }
///
///
///
- public global::LabelStudio.LocalFilesImportStorage? Type239 { get; set; }
+ public global::LabelStudio.LearningResourceRequest? Type239 { get; set; }
///
///
///
- public global::LabelStudio.LseAnnotationFilterOptions? Type240 { get; set; }
+ public global::LabelStudio.LearningResourceUpdate? Type240 { get; set; }
///
///
///
- public global::LabelStudio.LseAnnotationFilterOptionsRequest? Type241 { get; set; }
+ public global::LabelStudio.LearningResourceUploadResponse? Type241 { get; set; }
///
///
///
- public global::LabelStudio.LseExportCreate? Type242 { get; set; }
+ public global::LabelStudio.LocalFilesExportStorage? Type242 { get; set; }
///
///
///
- public global::LabelStudio.SerializationOptions? Type243 { get; set; }
+ public global::LabelStudio.LocalFilesImportStorage? Type243 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskFilterOptions? Type244 { get; set; }
+ public global::LabelStudio.LseAnnotationFilterOptions? Type244 { get; set; }
///
///
///
- public global::LabelStudio.LseExportCreateRequest? Type245 { get; set; }
+ public global::LabelStudio.LseAnnotationFilterOptionsRequest? Type245 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type246 { get; set; }
+ public global::LabelStudio.LseExportCreate? Type246 { get; set; }
///
///
///
- public global::LabelStudio.SerializationOptionsRequest? Type247 { get; set; }
+ public global::LabelStudio.SerializationOptions? Type247 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskFilterOptionsRequest? Type248 { get; set; }
+ public global::LabelStudio.LseTaskFilterOptions? Type248 { get; set; }
///
///
///
- public global::LabelStudio.LseFields? Type249 { get; set; }
+ public global::LabelStudio.LseExportCreateRequest? Type249 { get; set; }
///
///
///
- public global::LabelStudio.OnboardingStateEnum? Type250 { get; set; }
+ public global::System.Collections.Generic.IList? Type250 { get; set; }
///
///
///
- public global::LabelStudio.TrialRoleEnum? Type251 { get; set; }
+ public global::LabelStudio.SerializationOptionsRequest? Type251 { get; set; }
///
///
///
- public global::LabelStudio.LseFieldsRequest? Type252 { get; set; }
+ public global::LabelStudio.LseTaskFilterOptionsRequest? Type252 { get; set; }
///
///
///
- public global::LabelStudio.LseInterface? Type253 { get; set; }
+ public global::LabelStudio.LseFields? Type253 { get; set; }
///
///
///
- public global::LabelStudio.LseInterfaceAppendVersionRequest? Type254 { get; set; }
+ public global::LabelStudio.OnboardingStateEnum? Type254 { get; set; }
///
///
///
- public global::LabelStudio.LseInterfaceAppendVersionsRequest? Type255 { get; set; }
+ public global::LabelStudio.TrialRoleEnum? Type255 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type256 { get; set; }
+ public global::LabelStudio.LseFieldsRequest? Type256 { get; set; }
///
///
///
- public global::LabelStudio.LseInterfaceList? Type257 { get; set; }
+ public global::LabelStudio.LseInterface? Type257 { get; set; }
///
///
///
- public global::LabelStudio.LseInterfaceRequest? Type258 { get; set; }
+ public global::LabelStudio.LseInterfaceAppendVersionRequest? Type258 { get; set; }
///
///
///
- public global::LabelStudio.LseInterfaceVersionDescriptionRequest? Type259 { get; set; }
+ public global::LabelStudio.LseInterfaceAppendVersionsRequest? Type259 { get; set; }
///
///
///
- public global::LabelStudio.LseInterfaceVersionIdRequest? Type260 { get; set; }
+ public global::System.Collections.Generic.IList? Type260 { get; set; }
///
///
///
- public global::LabelStudio.LseOrganization? Type261 { get; set; }
+ public global::LabelStudio.LseInterfaceList? Type261 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationBilling? Type262 { get; set; }
+ public global::LabelStudio.LseInterfaceRequest? Type262 { get; set; }
///
///
///
- public global::LabelStudio.LseOrganizationMemberList? Type263 { get; set; }
+ public global::LabelStudio.LseInterfaceVersionDescriptionRequest? Type263 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type264 { get; set; }
+ public global::LabelStudio.LseInterfaceVersionIdRequest? Type264 { get; set; }
///
///
///
- public global::LabelStudio.LseOrganizationMemberListContributedToProject? Type265 { get; set; }
+ public global::LabelStudio.LseOrganization? Type265 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type266 { get; set; }
+ public global::LabelStudio.OrganizationBilling? Type266 { get; set; }
///
///
///
- public global::LabelStudio.LseOrganizationMemberListCreatedProject? Type267 { get; set; }
+ public global::LabelStudio.LseOrganizationMemberList? Type267 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type268 { get; set; }
+ public global::System.Collections.Generic.IList? Type268 { get; set; }
///
///
///
- public global::LabelStudio.SimpleOrganizationMemberTag? Type269 { get; set; }
+ public global::LabelStudio.LseOrganizationMemberListContributedToProject? Type269 { get; set; }
///
///
///
- public global::LabelStudio.LseUserOrganizationMemberList? Type270 { get; set; }
+ public global::System.Collections.Generic.IList? Type270 { get; set; }
///
///
///
- public global::LabelStudio.LseProject? Type271 { get; set; }
+ public global::LabelStudio.LseOrganizationMemberListCreatedProject? Type271 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectCounts? Type272 { get; set; }
+ public global::System.Collections.Generic.IList? Type272 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectCreate? Type273 { get; set; }
+ public global::LabelStudio.SimpleOrganizationMemberTag? Type273 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectCreateRequest? Type274 { get; set; }
+ public global::LabelStudio.LseUserOrganizationMemberList? Type274 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type275 { get; set; }
+ public global::LabelStudio.LseProject? Type275 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectParams? Type276 { get; set; }
+ public global::LabelStudio.LseProjectCounts? Type276 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectParamsRequest? Type277 { get; set; }
+ public global::LabelStudio.LseProjectCreate? Type277 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectResponse? Type278 { get; set; }
+ public global::LabelStudio.LseProjectCreateRequest? Type278 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectStateResponse? Type279 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type279 { get; set; }
///
///
///
- public global::LabelStudio.LseS3ExportStorage? Type280 { get; set; }
+ public global::LabelStudio.LseProjectParams? Type280 { get; set; }
///
///
///
- public global::LabelStudio.LseS3ExportStorageRequest? Type281 { get; set; }
+ public global::LabelStudio.LseProjectParamsRequest? Type281 { get; set; }
///
///
///
- public global::LabelStudio.LseS3ImportStorage? Type282 { get; set; }
+ public global::LabelStudio.LseProjectResponse? Type282 { get; set; }
///
///
///
- public global::LabelStudio.LseS3ImportStorageRequest? Type283 { get; set; }
+ public global::LabelStudio.LseProjectStateResponse? Type283 { get; set; }
///
///
///
- public global::LabelStudio.LseTask? Type284 { get; set; }
+ public global::LabelStudio.LseS3ExportStorage? Type284 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type285 { get; set; }
+ public global::LabelStudio.LseS3ExportStorageRequest? Type285 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskDraft? Type286 { get; set; }
+ public global::LabelStudio.LseS3ImportStorage? Type286 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type287 { get; set; }
+ public global::LabelStudio.LseS3ImportStorageRequest? Type287 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskPrediction? Type288 { get; set; }
+ public global::LabelStudio.LseTask? Type288 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskRequest? Type289 { get; set; }
+ public global::System.Collections.Generic.IList? Type289 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskSerializerForAnnotators? Type290 { get; set; }
+ public global::LabelStudio.LseTaskDraft? Type290 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type291 { get; set; }
+ public global::System.Collections.Generic.IList? Type291 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskSerializerForAnnotatorsDraft? Type292 { get; set; }
+ public global::LabelStudio.LseTaskPrediction? Type292 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type293 { get; set; }
+ public global::LabelStudio.LseTaskRequest? Type293 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskSerializerForAnnotatorsPrediction? Type294 { get; set; }
+ public global::LabelStudio.LseTaskSerializerForAnnotators? Type294 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskSerializerForReviewers? Type295 { get; set; }
+ public global::System.Collections.Generic.IList? Type295 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type296 { get; set; }
+ public global::LabelStudio.LseTaskSerializerForAnnotatorsDraft? Type296 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskSerializerForReviewersDraft? Type297 { get; set; }
+ public global::System.Collections.Generic.IList? Type297 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type298 { get; set; }
+ public global::LabelStudio.LseTaskSerializerForAnnotatorsPrediction? Type298 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskSerializerForReviewersPrediction? Type299 { get; set; }
+ public global::LabelStudio.LseTaskSerializerForReviewers? Type299 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type300 { get; set; }
+ public global::System.Collections.Generic.IList? Type300 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type301 { get; set; }
+ public global::LabelStudio.LseTaskSerializerForReviewersDraft? Type301 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMembership? Type302 { get; set; }
+ public global::System.Collections.Generic.IList? Type302 { get; set; }
///
///
///
- public global::LabelStudio.LseUserAPI? Type303 { get; set; }
+ public global::LabelStudio.LseTaskSerializerForReviewersPrediction? Type303 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type304 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type304 { get; set; }
///
///
///
- public global::LabelStudio.LseUserOrganizationMemberListContributedToProject? Type305 { get; set; }
+ public global::System.Collections.Generic.IList? Type305 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type306 { get; set; }
+ public global::LabelStudio.OrganizationMembership? Type306 { get; set; }
///
///
///
- public global::LabelStudio.LseUserOrganizationMemberListCreatedProject? Type307 { get; set; }
+ public global::LabelStudio.LseUserAPI? Type307 { get; set; }
///
///
///
- public global::LabelStudio.MLBackend? Type308 { get; set; }
+ public global::System.Collections.Generic.IList? Type308 { get; set; }
///
///
///
- public global::LabelStudio.StateEnum? Type309 { get; set; }
+ public global::LabelStudio.LseUserOrganizationMemberListContributedToProject? Type309 { get; set; }
///
///
///
- public global::LabelStudio.MLBackendRequest? Type310 { get; set; }
+ public global::System.Collections.Generic.IList? Type310 { get; set; }
///
///
///
- public global::LabelStudio.MLInteractiveAnnotatingRequestRequest? Type311 { get; set; }
+ public global::LabelStudio.LseUserOrganizationMemberListCreatedProject? Type311 { get; set; }
///
///
///
- public global::LabelStudio.MappingStatusEnum? Type312 { get; set; }
+ public global::LabelStudio.MLBackend? Type312 { get; set; }
///
///
///
- public global::LabelStudio.MaybeExpandedComment? Type313 { get; set; }
+ public global::LabelStudio.StateEnum? Type313 { get; set; }
///
///
///
- public global::LabelStudio.MetricParam? Type314 { get; set; }
+ public global::LabelStudio.MLBackendRequest? Type314 { get; set; }
///
///
///
- public global::LabelStudio.MetricParamUpdateRequest? Type315 { get; set; }
+ public global::LabelStudio.MLInteractiveAnnotatingRequestRequest? Type315 { get; set; }
///
///
///
- public global::LabelStudio.ModelInterface? Type316 { get; set; }
+ public global::LabelStudio.MappingStatusEnum? Type316 { get; set; }
///
///
///
- public global::LabelStudio.SkillNameEnum? Type317 { get; set; }
+ public global::LabelStudio.MaybeExpandedComment? Type317 { get; set; }
///
///
///
- public global::LabelStudio.ModelInterfaceRequest? Type318 { get; set; }
+ public global::LabelStudio.MetricParam? Type318 { get; set; }
///
///
///
- public global::LabelStudio.ModelInterfaceSerializerGET? Type319 { get; set; }
+ public global::LabelStudio.MetricParamUpdateRequest? Type319 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type320 { get; set; }
+ public global::LabelStudio.ModelInterface? Type320 { get; set; }
///
///
///
- public global::LabelStudio.ModelProviderConnection? Type321 { get; set; }
+ public global::LabelStudio.SkillNameEnum? Type321 { get; set; }
///
///
///
- public global::LabelStudio.ProviderEnum? Type322 { get; set; }
+ public global::LabelStudio.ModelInterfaceRequest? Type322 { get; set; }
///
///
///
- public global::LabelStudio.ScopeEnum? Type323 { get; set; }
+ public global::LabelStudio.ModelInterfaceSerializerGET? Type323 { get; set; }
///
///
///
- public global::LabelStudio.ModelProviderConnectionRequest? Type324 { get; set; }
+ public global::System.Collections.Generic.IList? Type324 { get; set; }
///
///
///
- public global::LabelStudio.ModelRun? Type325 { get; set; }
+ public global::LabelStudio.ModelProviderConnection? Type325 { get; set; }
///
///
///
- public global::LabelStudio.ProjectSubsetEnum? Type326 { get; set; }
+ public global::LabelStudio.ProviderEnum? Type326 { get; set; }
///
///
///
- public global::LabelStudio.ModelRunStatusEnum? Type327 { get; set; }
+ public global::LabelStudio.ScopeEnum? Type327 { get; set; }
///
///
///
- public global::LabelStudio.ModelRunRequest? Type328 { get; set; }
+ public global::LabelStudio.ModelProviderConnectionRequest? Type328 { get; set; }
///
///
///
- public global::LabelStudio.OperatorEnum? Type329 { get; set; }
+ public global::LabelStudio.ModelRun? Type329 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationId? Type330 { get; set; }
+ public global::LabelStudio.ProjectSubsetEnum? Type330 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationInvite? Type331 { get; set; }
+ public global::LabelStudio.ModelRunStatusEnum? Type331 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMember? Type332 { get; set; }
+ public global::LabelStudio.ModelRunRequest? Type332 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type333 { get; set; }
+ public global::LabelStudio.OperatorEnum? Type333 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberContributedToProject? Type334 { get; set; }
+ public global::LabelStudio.OrganizationId? Type334 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type335 { get; set; }
+ public global::LabelStudio.OrganizationInvite? Type335 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberCreatedProject? Type336 { get; set; }
+ public global::LabelStudio.OrganizationMember? Type336 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberTag? Type337 { get; set; }
+ public global::System.Collections.Generic.IList? Type337 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberTagBulkCreateRequest? Type338 { get; set; }
+ public global::LabelStudio.OrganizationMemberContributedToProject? Type338 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberTagImportCreateRequest? Type339 { get; set; }
+ public global::System.Collections.Generic.IList? Type339 { get; set; }
///
///
///
- public byte[]? Type340 { get; set; }
+ public global::LabelStudio.OrganizationMemberCreatedProject? Type340 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberTagImportStatus? Type341 { get; set; }
+ public global::LabelStudio.OrganizationMemberTag? Type341 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberTagImportStatusStatusEnum? Type342 { get; set; }
+ public global::LabelStudio.OrganizationMemberTagBulkCreateRequest? Type342 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberTagRequest? Type343 { get; set; }
+ public global::LabelStudio.OrganizationMemberTagImportCreateRequest? Type343 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMembershipRequest? Type344 { get; set; }
+ public byte[]? Type344 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationPermission? Type345 { get; set; }
+ public global::LabelStudio.OrganizationMemberTagImportStatus? Type345 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type346 { get; set; }
+ public global::LabelStudio.OrganizationMemberTagImportStatusStatusEnum? Type346 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationPermissionRoleEnum? Type347 { get; set; }
+ public global::LabelStudio.OrganizationMemberTagRequest? Type347 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type348 { get; set; }
+ public global::LabelStudio.OrganizationMembershipRequest? Type348 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationPermissionRequest? Type349 { get; set; }
+ public global::LabelStudio.OrganizationPermission? Type349 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationRoleAssignment? Type350 { get; set; }
+ public global::System.Collections.Generic.IList? Type350 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedAllRolesProjectListList? Type351 { get; set; }
+ public global::LabelStudio.OrganizationPermissionRoleEnum? Type351 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type352 { get; set; }
+ public global::System.Collections.Generic.IList? Type352 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedAnnotationHistoryList? Type353 { get; set; }
+ public global::LabelStudio.OrganizationPermissionRequest? Type353 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type354 { get; set; }
+ public global::LabelStudio.OrganizationRoleAssignment? Type354 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedCertificateList? Type355 { get; set; }
+ public global::LabelStudio.PaginatedAllRolesProjectListList? Type355 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type356 { get; set; }
+ public global::System.Collections.Generic.IList? Type356 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedCourseModuleList? Type357 { get; set; }
+ public global::LabelStudio.PaginatedAnnotationHistoryList? Type357 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLabelCreateList? Type358 { get; set; }
+ public global::System.Collections.Generic.IList? Type358 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type359 { get; set; }
+ public global::LabelStudio.PaginatedCertificateList? Type359 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLabelLinkList? Type360 { get; set; }
+ public global::System.Collections.Generic.IList? Type360 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type361 { get; set; }
+ public global::LabelStudio.PaginatedCourseModuleList? Type361 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLabelList? Type362 { get; set; }
+ public global::LabelStudio.PaginatedLabelCreateList? Type362 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type363 { get; set; }
+ public global::System.Collections.Generic.IList? Type363 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLearningResourceList? Type364 { get; set; }
+ public global::LabelStudio.PaginatedLabelLinkList? Type364 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type365 { get; set; }
+ public global::System.Collections.Generic.IList? Type365 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLseInterfaceListList? Type366 { get; set; }
+ public global::LabelStudio.PaginatedLabelList? Type366 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type367 { get; set; }
+ public global::System.Collections.Generic.IList? Type367 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLseOrganizationMemberListList? Type368 { get; set; }
+ public global::LabelStudio.PaginatedLearningResourceList? Type368 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type369 { get; set; }
+ public global::System.Collections.Generic.IList? Type369 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLseProjectCountsList? Type370 { get; set; }
+ public global::LabelStudio.PaginatedLseInterfaceListList? Type370 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type371 { get; set; }
+ public global::System.Collections.Generic.IList? Type371 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLseUserList? Type372 { get; set; }
+ public global::LabelStudio.PaginatedLseOrganizationMemberListList? Type372 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type373 { get; set; }
+ public global::System.Collections.Generic.IList? Type373 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedModelInterfaceSerializerGETList? Type374 { get; set; }
+ public global::LabelStudio.PaginatedLseProjectCountsList? Type374 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type375 { get; set; }
+ public global::System.Collections.Generic.IList? Type375 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedOrganizationMemberTagList? Type376 { get; set; }
+ public global::LabelStudio.PaginatedLseUserList? Type376 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type377 { get; set; }
+ public global::System.Collections.Generic.IList? Type377 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedPaginatedProjectMemberList? Type378 { get; set; }
+ public global::LabelStudio.PaginatedModelInterfaceSerializerGETList? Type378 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type379 { get; set; }
+ public global::System.Collections.Generic.IList? Type379 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedProjectMember? Type380 { get; set; }
+ public global::LabelStudio.PaginatedOrganizationMemberTagList? Type380 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedProjectSubsetTasksResponseList? Type381 { get; set; }
+ public global::System.Collections.Generic.IList? Type381 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type382 { get; set; }
+ public global::LabelStudio.PaginatedPaginatedProjectMemberList? Type382 { get; set; }
///
///
///
- public global::LabelStudio.ProjectSubsetTasksResponse? Type383 { get; set; }
+ public global::System.Collections.Generic.IList? Type383 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedRoleBasedTaskList? Type384 { get; set; }
+ public global::LabelStudio.PaginatedProjectMember? Type384 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type385 { get; set; }
+ public global::LabelStudio.PaginatedProjectSubsetTasksResponseList? Type385 { get; set; }
///
///
///
- public global::LabelStudio.RoleBasedTask? Type386 { get; set; }
+ public global::System.Collections.Generic.IList? Type386 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedSeatReportList? Type387 { get; set; }
+ public global::LabelStudio.ProjectSubsetTasksResponse? Type387 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type388 { get; set; }
+ public global::LabelStudio.PaginatedRoleBasedTaskList? Type388 { get; set; }
///
///
///
- public global::LabelStudio.SeatReport? Type389 { get; set; }
+ public global::System.Collections.Generic.IList? Type389 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedStateModelList? Type390 { get; set; }
+ public global::LabelStudio.RoleBasedTask? Type390 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type391 { get; set; }
+ public global::LabelStudio.PaginatedSeatReportList? Type391 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedUserLearningProgressListList? Type392 { get; set; }
+ public global::System.Collections.Generic.IList? Type392 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type393 { get; set; }
+ public global::LabelStudio.SeatReport? Type393 { get; set; }
///
///
///
- public global::LabelStudio.UserLearningProgressList? Type394 { get; set; }
+ public global::LabelStudio.PaginatedStateModelList? Type394 { get; set; }
///
///
///
- public global::LabelStudio.PatchedAnalyticsViewRequest? Type395 { get; set; }
+ public global::System.Collections.Generic.IList? Type395 { get; set; }
///
///
///
- public global::LabelStudio.PatchedAnnotationReviewRequest? Type396 { get; set; }
+ public global::LabelStudio.PaginatedUserLearningProgressListList? Type396 { get; set; }
///
///
///
- public global::LabelStudio.PatchedAzureDatasetStorageRequest? Type397 { get; set; }
+ public global::System.Collections.Generic.IList? Type397 { get; set; }
///
///
///
- public global::LabelStudio.PatchedAzureServicePrincipalExportStorageRequest? Type398 { get; set; }
+ public global::LabelStudio.UserLearningProgressList? Type398 { get; set; }
///
///
///
- public global::LabelStudio.PatchedAzureServicePrincipalImportStorageRequest? Type399 { get; set; }
+ public global::LabelStudio.PatchedAnalyticsViewRequest? Type399 { get; set; }
///
///
///
- public global::LabelStudio.PatchedBlueprintUpdateRequest? Type400 { get; set; }
+ public global::LabelStudio.PatchedAnnotationReviewRequest? Type400 { get; set; }
///
///
///
- public global::LabelStudio.PatchedCommentRequest? Type401 { get; set; }
+ public global::LabelStudio.PatchedAzureDatasetStorageRequest? Type401 { get; set; }
///
///
///
- public global::LabelStudio.PatchedCoursePageUpdateRequest? Type402 { get; set; }
+ public global::LabelStudio.PatchedAzureServicePrincipalExportStorageRequest? Type402 { get; set; }
///
///
///
- public global::LabelStudio.PatchedDatabricksExportStorageRequest? Type403 { get; set; }
+ public global::LabelStudio.PatchedAzureServicePrincipalImportStorageRequest? Type403 { get; set; }
///
///
///
- public global::LabelStudio.PatchedDatabricksImportStorageRequest? Type404 { get; set; }
+ public global::LabelStudio.PatchedBlueprintUpdateRequest? Type404 { get; set; }
///
///
///
- public global::LabelStudio.PatchedDatasetRequest? Type405 { get; set; }
+ public global::LabelStudio.PatchedCommentRequest? Type405 { get; set; }
///
///
///
- public global::LabelStudio.PatchedDatasetViewRequest? Type406 { get; set; }
+ public global::LabelStudio.PatchedCoursePageUpdateRequest? Type406 { get; set; }
///
///
///
- public global::LabelStudio.PatchedDefaultRoleRequest? Type407 { get; set; }
+ public global::LabelStudio.PatchedDatabricksExportStorageRequest? Type407 { get; set; }
///
///
///
- public global::LabelStudio.PatchedDimensionRequest? Type408 { get; set; }
+ public global::LabelStudio.PatchedDatabricksImportStorageRequest? Type408 { get; set; }
///
///
///
- public global::LabelStudio.PatchedFewShotExampleRequest? Type409 { get; set; }
+ public global::LabelStudio.PatchedDatasetRequest? Type409 { get; set; }
///
///
///
- public global::LabelStudio.PatchedFileUploadRequest? Type410 { get; set; }
+ public global::LabelStudio.PatchedDatasetViewRequest? Type410 { get; set; }
///
///
///
- public global::LabelStudio.PatchedGCSDatasetStorageRequest? Type411 { get; set; }
+ public global::LabelStudio.PatchedDefaultRoleRequest? Type411 { get; set; }
///
///
///
- public global::LabelStudio.PatchedGCSSAExportStorageRequest? Type412 { get; set; }
+ public global::LabelStudio.PatchedDimensionRequest? Type412 { get; set; }
///
///
///
- public global::LabelStudio.PatchedGCSSAImportStorageRequest? Type413 { get; set; }
+ public global::LabelStudio.PatchedFewShotExampleRequest? Type413 { get; set; }
///
///
///
- public global::LabelStudio.PatchedGCSWIFExportStorageRequest? Type414 { get; set; }
+ public global::LabelStudio.PatchedFileUploadRequest? Type414 { get; set; }
///
///
///
- public global::LabelStudio.PatchedGCSWIFImportStorageRequest? Type415 { get; set; }
+ public global::LabelStudio.PatchedGCSDatasetStorageRequest? Type415 { get; set; }
///
///
///
- public global::LabelStudio.PatchedHotkeysRequest? Type416 { get; set; }
+ public global::LabelStudio.PatchedGCSSAExportStorageRequest? Type416 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLabelLinkRequest? Type417 { get; set; }
+ public global::LabelStudio.PatchedGCSSAImportStorageRequest? Type417 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLabelRequest? Type418 { get; set; }
+ public global::LabelStudio.PatchedGCSWIFExportStorageRequest? Type418 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLearningResourceRequest? Type419 { get; set; }
+ public global::LabelStudio.PatchedGCSWIFImportStorageRequest? Type419 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLearningResourceUpdateRequest? Type420 { get; set; }
+ public global::LabelStudio.PatchedHotkeysRequest? Type420 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLseInterfaceRequest? Type421 { get; set; }
+ public global::LabelStudio.PatchedLabelLinkRequest? Type421 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLseOrganizationSerializerUpdateRequest? Type422 { get; set; }
+ public global::LabelStudio.PatchedLabelRequest? Type422 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type423 { get; set; }
+ public global::LabelStudio.PatchedLearningResourceRequest? Type423 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLseProjectUpdateRequest? Type424 { get; set; }
+ public global::LabelStudio.PatchedLearningResourceUpdateRequest? Type424 { get; set; }
///
///
///
- public global::LabelStudio.ReviewSettingsRequest? Type425 { get; set; }
+ public global::LabelStudio.PatchedLseInterfaceRequest? Type425 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLseS3ExportStorageRequest? Type426 { get; set; }
+ public global::LabelStudio.PatchedLseOrganizationSerializerUpdateRequest? Type426 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLseS3ImportStorageRequest? Type427 { get; set; }
+ public global::System.Collections.Generic.IList>? Type427 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLseTaskRequest? Type428 { get; set; }
+ public global::LabelStudio.PatchedLseProjectUpdateRequest? Type428 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLseUserSerializerUpdateRequest? Type429 { get; set; }
+ public global::LabelStudio.ReviewSettingsRequest? Type429 { get; set; }
///
///
///
- public global::LabelStudio.PatchedModelInterfaceRequest? Type430 { get; set; }
+ public global::LabelStudio.PatchedLseS3ExportStorageRequest? Type430 { get; set; }
///
///
///
- public global::LabelStudio.PatchedModelProviderConnectionRequest? Type431 { get; set; }
+ public global::LabelStudio.PatchedLseS3ImportStorageRequest? Type431 { get; set; }
///
///
///
- public global::LabelStudio.PatchedOrganizationMemberCreateUpdateRequest? Type432 { get; set; }
+ public global::LabelStudio.PatchedLseTaskRequest? Type432 { get; set; }
///
///
///
- public global::LabelStudio.StandardUserTypeEnum? Type433 { get; set; }
+ public global::LabelStudio.PatchedLseUserSerializerUpdateRequest? Type433 { get; set; }
///
///
///
- public global::LabelStudio.PatchedOrganizationMemberTagRequest? Type434 { get; set; }
+ public global::LabelStudio.PatchedModelInterfaceRequest? Type434 { get; set; }
///
///
///
- public global::LabelStudio.PatchedOrganizationPermissionRequest? Type435 { get; set; }
+ public global::LabelStudio.PatchedModelProviderConnectionRequest? Type435 { get; set; }
///
///
///
- public global::LabelStudio.PatchedPauseRequest? Type436 { get; set; }
+ public global::LabelStudio.PatchedOrganizationMemberCreateUpdateRequest? Type436 { get; set; }
///
///
///
- public global::LabelStudio.ReasonEnum? Type437 { get; set; }
+ public global::LabelStudio.StandardUserTypeEnum? Type437 { get; set; }
///
///
///
- public global::LabelStudio.PatchedProjectLearningAssignmentRequest? Type438 { get; set; }
+ public global::LabelStudio.PatchedOrganizationMemberTagRequest? Type438 { get; set; }
///
///
///
- public global::LabelStudio.PatchedProjectTemplateRequest? Type439 { get; set; }
+ public global::LabelStudio.PatchedOrganizationPermissionRequest? Type439 { get; set; }
///
///
///
- public global::LabelStudio.PatchedS3DatasetStorageRequest? Type440 { get; set; }
+ public global::LabelStudio.PatchedPauseRequest? Type440 { get; set; }
///
///
///
- public global::LabelStudio.PatchedSessionTimeoutPolicyRequest? Type441 { get; set; }
+ public global::LabelStudio.ReasonEnum? Type441 { get; set; }
///
///
///
- public global::LabelStudio.PatchedThirdPartyModelVersionRequest? Type442 { get; set; }
+ public global::LabelStudio.PatchedProjectLearningAssignmentRequest? Type442 { get; set; }
///
///
///
- public global::LabelStudio.PatchedWebhookSerializerForUpdateRequest? Type443 { get; set; }
+ public global::LabelStudio.PatchedProjectTemplateRequest? Type443 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type444 { get; set; }
+ public global::LabelStudio.PatchedS3DatasetStorageRequest? Type444 { get; set; }
///
///
///
- public global::LabelStudio.PatchedWorkspaceRequest? Type445 { get; set; }
+ public global::LabelStudio.PatchedSessionTimeoutPolicyRequest? Type445 { get; set; }
///
///
///
- public global::LabelStudio.Pause? Type446 { get; set; }
+ public global::LabelStudio.PatchedThirdPartyModelVersionRequest? Type446 { get; set; }
///
///
///
- public global::LabelStudio.PauseRequest? Type447 { get; set; }
+ public global::LabelStudio.PatchedWebhookSerializerForUpdateRequest? Type447 { get; set; }
///
///
///
- public global::LabelStudio.Prediction? Type448 { get; set; }
+ public global::System.Collections.Generic.IList? Type448 { get; set; }
///
///
///
- public global::LabelStudio.PredictionCountResponse? Type449 { get; set; }
+ public global::LabelStudio.PatchedWorkspaceRequest? Type449 { get; set; }
///
///
///
- public global::LabelStudio.Project? Type450 { get; set; }
+ public global::LabelStudio.Pause? Type450 { get; set; }
///
///
///
- public global::LabelStudio.ProjectAnnotationsBrowseItem? Type451 { get; set; }
+ public global::LabelStudio.PauseRequest? Type451 { get; set; }
///
///
///
- public global::LabelStudio.ProjectAnnotationsBrowseResponse? Type452 { get; set; }
+ public global::LabelStudio.Prediction? Type452 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type453 { get; set; }
+ public global::LabelStudio.PredictionCountResponse? Type453 { get; set; }
///
///
///
- public global::LabelStudio.ProjectDuplicateModeEnum? Type454 { get; set; }
+ public global::LabelStudio.Project? Type454 { get; set; }
///
///
///
- public global::LabelStudio.ProjectDuplicateRequest? Type455 { get; set; }
+ public global::LabelStudio.ProjectAnnotationsBrowseItem? Type455 { get; set; }
///
///
///
- public global::LabelStudio.ProjectGroup? Type456 { get; set; }
+ public global::LabelStudio.ProjectAnnotationsBrowseResponse? Type456 { get; set; }
///
///
///
- public global::LabelStudio.ProjectGroupRoleEnum? Type457 { get; set; }
+ public global::System.Collections.Generic.IList? Type457 { get; set; }
///
///
///
- public global::LabelStudio.ProjectGroupRequest? Type458 { get; set; }
+ public global::LabelStudio.ProjectDuplicateModeEnum? Type458 { get; set; }
///
///
///
- public global::LabelStudio.ProjectImport? Type459 { get; set; }
+ public global::LabelStudio.ProjectDuplicateRequest? Type459 { get; set; }
///
///
///
- public global::LabelStudio.ProjectLabelConfig? Type460 { get; set; }
+ public global::LabelStudio.ProjectGroup? Type460 { get; set; }
///
///
///
- public global::LabelStudio.ProjectLabelConfigRequest? Type461 { get; set; }
+ public global::LabelStudio.ProjectGroupRoleEnum? Type461 { get; set; }
///
///
///
- public global::LabelStudio.ProjectLearningAssignment? Type462 { get; set; }
+ public global::LabelStudio.ProjectGroupRequest? Type462 { get; set; }
///
///
///
- public global::LabelStudio.ProjectLearningAssignmentCreateRequest? Type463 { get; set; }
+ public global::LabelStudio.ProjectImport? Type463 { get; set; }
///
///
///
- public global::LabelStudio.ProjectMember? Type464 { get; set; }
+ public global::LabelStudio.ProjectLabelConfig? Type464 { get; set; }
///
///
///
- public global::LabelStudio.ProjectMemberBulkAssignRequest? Type465 { get; set; }
+ public global::LabelStudio.ProjectLabelConfigRequest? Type465 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type466 { get; set; }
+ public global::LabelStudio.ProjectLearningAssignment? Type466 { get; set; }
///
///
///
- public global::LabelStudio.ProjectMemberBulkAssignRolesRequest? Type467 { get; set; }
+ public global::LabelStudio.ProjectLearningAssignmentCreateRequest? Type467 { get; set; }
///
///
///
- public global::LabelStudio.ProjectMemberBulkAssignResponse? Type468 { get; set; }
+ public global::LabelStudio.ProjectMember? Type468 { get; set; }
///
///
///
- public global::LabelStudio.ProjectMemberIdentityVerificationError? Type469 { get; set; }
+ public global::LabelStudio.ProjectMemberBulkAssignRequest? Type469 { get; set; }
///
///
///
- public global::LabelStudio.ProjectMemberRequest? Type470 { get; set; }
+ public global::System.Collections.Generic.IList? Type470 { get; set; }
///
///
///
- public global::LabelStudio.ProjectReimport? Type471 { get; set; }
+ public global::LabelStudio.ProjectMemberBulkAssignRolesRequest? Type471 { get; set; }
///
///
///
- public global::LabelStudio.ProjectRole? Type472 { get; set; }
+ public global::LabelStudio.ProjectMemberBulkAssignResponse? Type472 { get; set; }
///
///
///
- public global::LabelStudio.ProjectRoleAssignment? Type473 { get; set; }
+ public global::LabelStudio.ProjectMemberIdentityVerificationError? Type473 { get; set; }
///
///
///
- public global::LabelStudio.ProjectRoleRequest? Type474 { get; set; }
+ public global::LabelStudio.ProjectMemberRequest? Type474 { get; set; }
///
///
///
- public global::LabelStudio.ProjectSubsetItem? Type475 { get; set; }
+ public global::LabelStudio.ProjectReimport? Type475 { get; set; }
///
///
///
- public global::LabelStudio.ProjectSubsetTaskItem? Type476 { get; set; }
+ public global::LabelStudio.ProjectRole? Type476 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type477 { get; set; }
+ public global::LabelStudio.ProjectRoleAssignment? Type477 { get; set; }
///
///
///
- public global::LabelStudio.ProjectTemplate? Type478 { get; set; }
+ public global::LabelStudio.ProjectRoleRequest? Type478 { get; set; }
///
///
///
- public global::LabelStudio.ProjectTemplateRequest? Type479 { get; set; }
+ public global::LabelStudio.ProjectSubsetItem? Type479 { get; set; }
///
///
///
- public global::LabelStudio.PromptPreviewResponse? Type480 { get; set; }
+ public global::LabelStudio.ProjectSubsetTaskItem? Type480 { get; set; }
///
///
///
- public global::LabelStudio.PublishLearningResourceRequest? Type481 { get; set; }
+ public global::System.Collections.Generic.IList? Type481 { get; set; }
///
///
///
- public global::LabelStudio.RetakeScopeEnum? Type482 { get; set; }
+ public global::LabelStudio.ProjectTemplate? Type482 { get; set; }
///
///
///
- public global::LabelStudio.ReEvaluate? Type483 { get; set; }
+ public global::LabelStudio.ProjectTemplateRequest? Type483 { get; set; }
///
///
///
- public global::LabelStudio.ReEvaluateModeEnum? Type484 { get; set; }
+ public global::LabelStudio.PromptPreviewResponse? Type484 { get; set; }
///
///
///
- public global::LabelStudio.ReEvaluateRequest? Type485 { get; set; }
+ public global::LabelStudio.PublishLearningResourceRequest? Type485 { get; set; }
///
///
///
- public global::LabelStudio.RedisExportStorage? Type486 { get; set; }
+ public global::LabelStudio.RetakeScopeEnum? Type486 { get; set; }
///
///
///
- public global::LabelStudio.RedisImportStorage? Type487 { get; set; }
+ public global::LabelStudio.ReEvaluate? Type487 { get; set; }
///
///
///
- public global::LabelStudio.RefinePromptRequestRequest? Type488 { get; set; }
+ public global::LabelStudio.ReEvaluateModeEnum? Type488 { get; set; }
///
///
///
- public global::LabelStudio.RefinedPromptResponse? Type489 { get; set; }
+ public global::LabelStudio.ReEvaluateRequest? Type489 { get; set; }
///
///
///
- public global::LabelStudio.ThirdPartyModelVersion? Type490 { get; set; }
+ public global::LabelStudio.RedisExportStorage? Type490 { get; set; }
///
///
///
- public global::LabelStudio.RegressionSummary? Type491 { get; set; }
+ public global::LabelStudio.RedisImportStorage? Type491 { get; set; }
///
///
///
- public global::LabelStudio.RegressionsResponse? Type492 { get; set; }
+ public global::LabelStudio.RefinePromptRequestRequest? Type492 { get; set; }
///
///
///
- public global::LabelStudio.RequeueRejectedTasksModeEnum? Type493 { get; set; }
+ public global::LabelStudio.RefinedPromptResponse? Type493 { get; set; }
///
///
///
- public global::LabelStudio.ReviewCriteriaEnum? Type494 { get; set; }
+ public global::LabelStudio.ThirdPartyModelVersion? Type494 { get; set; }
///
///
///
- public global::LabelStudio.ReviewRoutingRule? Type495 { get; set; }
+ public global::LabelStudio.RegressionSummary? Type495 { get; set; }
///
///
///
- public global::LabelStudio.ReviewRoutingRuleRequestRequest? Type496 { get; set; }
+ public global::LabelStudio.RegressionsResponse? Type496 { get; set; }
///
///
///
- public global::LabelStudio.ReviewRoutingRulesReplaceRequest? Type497 { get; set; }
+ public global::LabelStudio.RequeueRejectedTasksModeEnum? Type497 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type498 { get; set; }
+ public global::LabelStudio.ReviewCriteriaEnum? Type498 { get; set; }
///
///
///
- public global::LabelStudio.ReviewSettingsSamplingEnum? Type499 { get; set; }
+ public global::LabelStudio.ReviewRoutingRule? Type499 { get; set; }
///
///
///
- public global::LabelStudio.RevokeCertificateRequest? Type500 { get; set; }
+ public global::LabelStudio.ReviewRoutingRuleRequestRequest? Type500 { get; set; }
///
///
///
- public global::LabelStudio.RevokeInviteRequest? Type501 { get; set; }
+ public global::LabelStudio.ReviewRoutingRulesReplaceRequest? Type501 { get; set; }
///
///
///
- public global::LabelStudio.S3DatasetStorage? Type502 { get; set; }
+ public global::System.Collections.Generic.IList? Type502 { get; set; }
///
///
///
- public global::LabelStudio.S3DatasetStorageRequest? Type503 { get; set; }
+ public global::LabelStudio.ReviewSettingsSamplingEnum? Type503 { get; set; }
///
///
///
- public global::LabelStudio.S3ExportStorage? Type504 { get; set; }
+ public global::LabelStudio.RevokeCertificateRequest? Type504 { get; set; }
///
///
///
- public global::LabelStudio.S3ImportStorage? Type505 { get; set; }
+ public global::LabelStudio.RevokeInviteRequest? Type505 { get; set; }
///
///
///
- public global::LabelStudio.SamlSettings? Type506 { get; set; }
+ public global::LabelStudio.S3DatasetStorage? Type506 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type507 { get; set; }
+ public global::LabelStudio.S3DatasetStorageRequest? Type507 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type508 { get; set; }
+ public global::LabelStudio.S3ExportStorage? Type508 { get; set; }
///
///
///
- public global::LabelStudio.SamlSettingsUpdate? Type509 { get; set; }
+ public global::LabelStudio.S3ImportStorage? Type509 { get; set; }
///
///
///
- public global::LabelStudio.SamlSettingsUpdateRequest? Type510 { get; set; }
+ public global::LabelStudio.SamlSettings? Type510 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type511 { get; set; }
+ public global::System.Collections.Generic.IList? Type511 { get; set; }
///
///
///
- public global::LabelStudio.ScimSettings? Type512 { get; set; }
+ public global::System.Collections.Generic.IList>? Type512 { get; set; }
///
///
///
- public global::LabelStudio.ScimSettingsUpdate? Type513 { get; set; }
+ public global::LabelStudio.SamlSettingsUpdate? Type513 { get; set; }
///
///
///
- public global::LabelStudio.ScimSettingsUpdateRequest? Type514 { get; set; }
+ public global::LabelStudio.SamlSettingsUpdateRequest? Type514 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type515 { get; set; }
+ public global::System.Collections.Generic.IList? Type515 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type516 { get; set; }
+ public global::LabelStudio.ScimSettings? Type516 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type517 { get; set; }
+ public global::LabelStudio.ScimSettingsUpdate? Type517 { get; set; }
///
///
///
- public global::LabelStudio.WorkspaceAccessAssignment? Type518 { get; set; }
+ public global::LabelStudio.ScimSettingsUpdateRequest? Type518 { get; set; }
///
///
///
- public global::LabelStudio.SendInviteRequest? Type519 { get; set; }
+ public global::System.Collections.Generic.IList? Type519 { get; set; }
///
///
///
- public global::LabelStudio.SerializationOption? Type520 { get; set; }
+ public global::System.Collections.Generic.IList? Type520 { get; set; }
///
///
///
- public global::LabelStudio.SerializationOptionRequest? Type521 { get; set; }
+ public global::System.Collections.Generic.IList? Type521 { get; set; }
///
///
///
- public global::LabelStudio.SessionTimeoutPolicy? Type522 { get; set; }
+ public global::LabelStudio.WorkspaceAccessAssignment? Type522 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillCancelResponse? Type523 { get; set; }
+ public global::LabelStudio.SendInviteRequest? Type523 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillErrorResponse? Type524 { get; set; }
+ public global::LabelStudio.SerializationOption? Type524 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillJobItem? Type525 { get; set; }
+ public global::LabelStudio.SerializationOptionRequest? Type525 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillJobItemResponse? Type526 { get; set; }
+ public global::LabelStudio.SessionTimeoutPolicy? Type526 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillProgress? Type527 { get; set; }
+ public global::LabelStudio.StateBackfillCancelResponse? Type527 { get; set; }
///
///
///
- public global::LabelStudio.StateTriggeredBy? Type528 { get; set; }
+ public global::LabelStudio.StateBackfillErrorResponse? Type528 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillJobListResponse? Type529 { get; set; }
+ public global::LabelStudio.StateBackfillJobItem? Type529 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type530 { get; set; }
+ public global::LabelStudio.StateBackfillJobItemResponse? Type530 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillOrgStatus? Type531 { get; set; }
+ public global::LabelStudio.StateBackfillProgress? Type531 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillResponse? Type532 { get; set; }
+ public global::LabelStudio.StateTriggeredBy? Type532 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type533 { get; set; }
+ public global::LabelStudio.StateBackfillJobListResponse? Type533 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillStatusResponse? Type534 { get; set; }
+ public global::System.Collections.Generic.IList? Type534 { get; set; }
///
///
///
- public global::LabelStudio.TriggeredBy2? Type535 { get; set; }
+ public global::LabelStudio.StateBackfillOrgStatus? Type535 { get; set; }
///
///
///
- public global::LabelStudio.TaskAgreementMatrixResponse? Type536 { get; set; }
+ public global::LabelStudio.StateBackfillResponse? Type536 { get; set; }
///
///
///
- public global::LabelStudio.TaskAssignment? Type537 { get; set; }
+ public global::System.Collections.Generic.IList? Type537 { get; set; }
///
///
///
- public global::LabelStudio.TypeEnum? Type538 { get; set; }
+ public global::LabelStudio.StateBackfillStatusResponse? Type538 { get; set; }
///
///
///
- public global::LabelStudio.TaskEvent? Type539 { get; set; }
+ public global::LabelStudio.TriggeredBy2? Type539 { get; set; }
///
///
///
- public global::LabelStudio.TaskEventRequest? Type540 { get; set; }
+ public global::LabelStudio.TaskAgreementMatrixResponse? Type540 { get; set; }
///
///
///
- public global::LabelStudio.TaskSimple? Type541 { get; set; }
+ public global::LabelStudio.TaskAssignment? Type541 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type542 { get; set; }
+ public global::LabelStudio.TypeEnum? Type542 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type543 { get; set; }
+ public global::LabelStudio.TaskEvent? Type543 { get; set; }
///
///
///
- public global::LabelStudio.ThirdPartyModelVersionRequest? Type544 { get; set; }
+ public global::LabelStudio.TaskEventRequest? Type544 { get; set; }
///
///
///
- public global::LabelStudio.TokenDetailError? Type545 { get; set; }
+ public global::LabelStudio.TaskSimple? Type545 { get; set; }
///
///
///
- public global::LabelStudio.TokenRefreshRequest? Type546 { get; set; }
+ public global::System.Collections.Generic.IList? Type546 { get; set; }
///
///
///
- public global::LabelStudio.TokenRefreshResponse? Type547 { get; set; }
+ public global::System.Collections.Generic.IList? Type547 { get; set; }
///
///
///
- public global::LabelStudio.TokenRotateResponse? Type548 { get; set; }
+ public global::LabelStudio.ThirdPartyModelVersionRequest? Type548 { get; set; }
///
///
///
- public global::LabelStudio.TryTaskRequestRequest? Type549 { get; set; }
+ public global::LabelStudio.TokenDetailError? Type549 { get; set; }
///
///
///
- public global::LabelStudio.TryTaskResponse? Type550 { get; set; }
+ public global::LabelStudio.TokenRefreshRequest? Type550 { get; set; }
///
///
///
- public global::LabelStudio.ValidateSamlDomainRequestRequest? Type551 { get; set; }
+ public global::LabelStudio.TokenRefreshResponse? Type551 { get; set; }
///
///
///
- public global::LabelStudio.ValidateSamlDomainResponse? Type552 { get; set; }
+ public global::LabelStudio.TokenRotateResponse? Type552 { get; set; }
///
///
///
- public global::LabelStudio.ValidateSamlMetadataUrlRequestRequest? Type553 { get; set; }
+ public global::LabelStudio.TryTaskRequestRequest? Type553 { get; set; }
///
///
///
- public global::LabelStudio.ValidateSamlMetadataUrlResponse? Type554 { get; set; }
+ public global::LabelStudio.TryTaskResponse? Type554 { get; set; }
///
///
///
- public global::LabelStudio.ValueCountsBackfillJob? Type555 { get; set; }
+ public global::LabelStudio.ValidateSamlDomainRequestRequest? Type555 { get; set; }
///
///
///
- public global::LabelStudio.VersionResponse? Type556 { get; set; }
+ public global::LabelStudio.ValidateSamlDomainResponse? Type556 { get; set; }
///
///
///
- public global::LabelStudio.View? Type557 { get; set; }
+ public global::LabelStudio.ValidateSamlMetadataUrlRequestRequest? Type557 { get; set; }
///
///
///
- public global::LabelStudio.ViewLockedBy? Type558 { get; set; }
+ public global::LabelStudio.ValidateSamlMetadataUrlResponse? Type558 { get; set; }
///
///
///
- public global::LabelStudio.ViewOrderRequest? Type559 { get; set; }
+ public global::LabelStudio.ValueCountsBackfillJob? Type559 { get; set; }
///
///
///
- public global::LabelStudio.Webhook? Type560 { get; set; }
+ public global::LabelStudio.VersionResponse? Type560 { get; set; }
///
///
///
- public global::LabelStudio.WebhookRequest? Type561 { get; set; }
+ public global::LabelStudio.View? Type561 { get; set; }
///
///
///
- public global::LabelStudio.WebhookSerializerForUpdate? Type562 { get; set; }
+ public global::LabelStudio.ViewLockedBy? Type562 { get; set; }
///
///
///
- public global::LabelStudio.WebhookSerializerForUpdateRequest? Type563 { get; set; }
+ public global::LabelStudio.ViewOrderRequest? Type563 { get; set; }
///
///
///
- public global::LabelStudio.WhoAmILseFields? Type564 { get; set; }
+ public global::LabelStudio.Webhook? Type564 { get; set; }
///
///
///
- public global::LabelStudio.WhoAmIUser? Type565 { get; set; }
+ public global::LabelStudio.WebhookRequest? Type565 { get; set; }
///
///
///
- public global::LabelStudio.Workspace? Type566 { get; set; }
+ public global::LabelStudio.WebhookSerializerForUpdate? Type566 { get; set; }
///
///
///
- public global::LabelStudio.WorkspaceMemberBulkAssignRequest? Type567 { get; set; }
+ public global::LabelStudio.WebhookSerializerForUpdateRequest? Type567 { get; set; }
///
///
///
- public global::LabelStudio.WorkspaceMemberCreate? Type568 { get; set; }
+ public global::LabelStudio.WhoAmILseFields? Type568 { get; set; }
///
///
///
- public global::LabelStudio.WorkspaceMemberCreateRequest? Type569 { get; set; }
+ public global::LabelStudio.WhoAmIUser? Type569 { get; set; }
///
///
///
- public global::LabelStudio.WorkspaceMemberList? Type570 { get; set; }
+ public global::LabelStudio.Workspace? Type570 { get; set; }
///
///
///
- public global::LabelStudio.WorkspaceProjectsRequest? Type571 { get; set; }
+ public global::LabelStudio.WorkspaceMemberBulkAssignRequest? Type571 { get; set; }
///
///
///
- public global::LabelStudio.WorkspaceRequest? Type572 { get; set; }
+ public global::LabelStudio.WorkspaceMemberCreate? Type572 { get; set; }
///
///
///
- public global::LabelStudio.ApiAnnotationsPartialUpdateRequest? Type573 { get; set; }
+ public global::LabelStudio.WorkspaceMemberCreateRequest? Type573 { get; set; }
///
///
///
- public global::LabelStudio.ApiDatasetsImportPartialUpdateRequest? Type574 { get; set; }
+ public global::LabelStudio.WorkspaceMemberList? Type574 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequest? Type575 { get; set; }
+ public global::LabelStudio.WorkspaceProjectsRequest? Type575 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestFilters? Type576 { get; set; }
+ public global::LabelStudio.WorkspaceRequest? Type576 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestFiltersConjunction? Type577 { get; set; }
+ public global::LabelStudio.ApiAnnotationsPartialUpdateRequest? Type577 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type578 { get; set; }
+ public global::LabelStudio.ApiDatasetsImportPartialUpdateRequest? Type578 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestFiltersItem? Type579 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequest? Type579 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type580 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestFilters? Type580 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilter? Type581 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestFiltersConjunction? Type581 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterFilter? Type582 { get; set; }
+ public global::System.Collections.Generic.IList? Type582 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterOperator? Type583 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestFiltersItem? Type583 { get; set; }
///
///
///
- public global::LabelStudio.OneOf? Type584 { get; set; }
+ public global::System.Collections.Generic.IList? Type584 { get; set; }
///
///
///
- public float? Type585 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilter? Type585 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemFilter? Type586 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterFilter? Type586 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemOperator? Type587 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterOperator? Type587 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type588 { get; set; }
+ public global::LabelStudio.OneOf? Type588 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestOrderingItem? Type589 { get; set; }
+ public float? Type589 { get; set; }
///
///
///
- public global::LabelStudio.OneOf? Type590 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemFilter? Type590 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllFalse? Type591 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemOperator? Type591 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllTrue? Type592 { get; set; }
+ public global::System.Collections.Generic.IList? Type592 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequest? Type593 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestOrderingItem? Type593 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestData? Type594 { get; set; }
+ public global::LabelStudio.OneOf? Type594 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataFilters? Type595 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllFalse? Type595 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersConjunction? Type596 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllTrue? Type596 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type597 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequest? Type597 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItem? Type598 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestData? Type598 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type599 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataFilters? Type599 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilter? Type600 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersConjunction? Type600 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilterFilter? Type601 { get; set; }
+ public global::System.Collections.Generic.IList? Type601 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilterOperator? Type602 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItem? Type602 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemFilter? Type603 { get; set; }
+ public global::System.Collections.Generic.IList? Type603 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemOperator? Type604 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilter? Type604 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type605 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilterFilter? Type605 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataOrderingItem? Type606 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilterOperator? Type606 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequest? Type607 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemFilter? Type607 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestData? Type608 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemOperator? Type608 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFilters? Type609 { get; set; }
+ public global::System.Collections.Generic.IList? Type609 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersConjunction? Type610 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataOrderingItem? Type610 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type611 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequest? Type611 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItem? Type612 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestData? Type612 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type613 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFilters? Type613 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilter? Type614 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersConjunction? Type614 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterFilter? Type615 { get; set; }
+ public global::System.Collections.Generic.IList? Type615 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterOperator? Type616 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItem? Type616 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemFilter? Type617 { get; set; }
+ public global::System.Collections.Generic.IList? Type617 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemOperator? Type618 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilter? Type618 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type619 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterFilter? Type619 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataOrderingItem? Type620 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterOperator? Type620 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequest? Type621 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemFilter? Type621 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestData? Type622 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemOperator? Type622 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataFilters? Type623 { get; set; }
+ public global::System.Collections.Generic.IList? Type623 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersConjunction? Type624 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataOrderingItem? Type624 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type625 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequest? Type625 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItem? Type626 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequestData? Type626 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type627 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequestDataFilters? Type627 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemChildFilter? Type628 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersConjunction? Type628 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemChildFilterFilter? Type629 { get; set; }
+ public global::System.Collections.Generic.IList? Type629 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemChildFilterOperator? Type630 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItem? Type630 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemFilter? Type631 { get; set; }
+ public global::System.Collections.Generic.IList? Type631 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemOperator? Type632 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemChildFilter? Type632 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type633 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemChildFilterFilter? Type633 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataOrderingItem? Type634 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemChildFilterOperator? Type634 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type635 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemFilter? Type635 { get; set; }
///
///
///
- public global::LabelStudio.ApiLearningResourcesUserProgressImportCreateRequest? Type636 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemOperator? Type636 { get; set; }
///
///
///
- public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequest? Type637 { get; set; }
+ public global::System.Collections.Generic.IList? Type637 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type638 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequestDataOrderingItem? Type638 { get; set; }
///
///
///
- public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequestMessage? Type639 { get; set; }
+ public global::System.Collections.Generic.IList? Type639 { get; set; }
///
///
///
- public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequestMessageRole? Type640 { get; set; }
+ public global::LabelStudio.ApiLearningResourcesUserProgressImportCreateRequest? Type640 { get; set; }
///
///
///
- public global::LabelStudio.ApiMlCreateRequest? Type641 { get; set; }
+ public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequest? Type641 { get; set; }
///
///
///
- public global::LabelStudio.ApiMlCreateRequestAuthMethod? Type642 { get; set; }
+ public global::System.Collections.Generic.IList? Type642 { get; set; }
///
///
///
- public global::LabelStudio.ApiMlPartialUpdateRequest? Type643 { get; set; }
+ public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequestMessage? Type643 { get; set; }
///
///
///
- public global::LabelStudio.ApiMlPartialUpdateRequestAuthMethod? Type644 { get; set; }
+ public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequestMessageRole? Type644 { get; set; }
///
///
///
- public global::LabelStudio.ApiMlTrainCreateRequest? Type645 { get; set; }
+ public global::LabelStudio.ApiMlCreateRequest? Type645 { get; set; }
///
///
///
- public global::LabelStudio.ApiPredictionsCreateRequest? Type646 { get; set; }
+ public global::LabelStudio.ApiMlCreateRequestAuthMethod? Type646 { get; set; }
///
///
///
- public global::LabelStudio.ApiPredictionsPartialUpdateRequest? Type647 { get; set; }
+ public global::LabelStudio.ApiMlPartialUpdateRequest? Type647 { get; set; }
///
///
///
- public global::LabelStudio.ApiPredictionsUpdateRequest? Type648 { get; set; }
+ public global::LabelStudio.ApiMlPartialUpdateRequestAuthMethod? Type648 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectTemplatesCreateProjectCreateRequest? Type649 { get; set; }
+ public global::LabelStudio.ApiMlTrainCreateRequest? Type649 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type650 { get; set; }
+ public global::LabelStudio.ApiPredictionsCreateRequest? Type650 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequest? Type651 { get; set; }
+ public global::LabelStudio.ApiPredictionsPartialUpdateRequest? Type651 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFilters? Type652 { get; set; }
+ public global::LabelStudio.ApiPredictionsUpdateRequest? Type652 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersConjunction? Type653 { get; set; }
+ public global::LabelStudio.ApiProjectTemplatesCreateProjectCreateRequest? Type653 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type654 { get; set; }
+ public global::System.Collections.Generic.IList? Type654 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItem? Type655 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequest? Type655 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type656 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFilters? Type656 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilter? Type657 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersConjunction? Type657 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterFilter? Type658 { get; set; }
+ public global::System.Collections.Generic.IList? Type658 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterOperator? Type659 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItem? Type659 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilter? Type660 { get; set; }
+ public global::System.Collections.Generic.IList? Type660 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperator? Type661 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilter? Type661 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllFalse? Type662 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterFilter? Type662 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllTrue? Type663 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterOperator? Type663 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestType? Type664 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilter? Type664 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequest? Type665 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperator? Type665 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequestType? Type666 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllFalse? Type666 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequest? Type667 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllTrue? Type667 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestType? Type668 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestType? Type668 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesAzureCreateRequest? Type669 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequest? Type669 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesAzureValidateCreateRequest? Type670 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequestType? Type670 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesAzurePartialUpdateRequest? Type671 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequest? Type671 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportAzureCreateRequest? Type672 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestType? Type672 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportAzureValidateCreateRequest? Type673 { get; set; }
+ public global::LabelStudio.ApiStoragesAzureCreateRequest? Type673 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportAzurePartialUpdateRequest? Type674 { get; set; }
+ public global::LabelStudio.ApiStoragesAzureValidateCreateRequest? Type674 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportGcsCreateRequest? Type675 { get; set; }
+ public global::LabelStudio.ApiStoragesAzurePartialUpdateRequest? Type675 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportGcsValidateCreateRequest? Type676 { get; set; }
+ public global::LabelStudio.ApiStoragesExportAzureCreateRequest? Type676 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportGcsPartialUpdateRequest? Type677 { get; set; }
+ public global::LabelStudio.ApiStoragesExportAzureValidateCreateRequest? Type677 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportLocalfilesCreateRequest? Type678 { get; set; }
+ public global::LabelStudio.ApiStoragesExportAzurePartialUpdateRequest? Type678 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportLocalfilesValidateCreateRequest? Type679 { get; set; }
+ public global::LabelStudio.ApiStoragesExportGcsCreateRequest? Type679 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportLocalfilesPartialUpdateRequest? Type680 { get; set; }
+ public global::LabelStudio.ApiStoragesExportGcsValidateCreateRequest? Type680 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportRedisCreateRequest? Type681 { get; set; }
+ public global::LabelStudio.ApiStoragesExportGcsPartialUpdateRequest? Type681 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportRedisValidateCreateRequest? Type682 { get; set; }
+ public global::LabelStudio.ApiStoragesExportLocalfilesCreateRequest? Type682 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportRedisPartialUpdateRequest? Type683 { get; set; }
+ public global::LabelStudio.ApiStoragesExportLocalfilesValidateCreateRequest? Type683 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportS3CreateRequest? Type684 { get; set; }
+ public global::LabelStudio.ApiStoragesExportLocalfilesPartialUpdateRequest? Type684 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportS3ValidateCreateRequest? Type685 { get; set; }
+ public global::LabelStudio.ApiStoragesExportRedisCreateRequest? Type685 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportS3PartialUpdateRequest? Type686 { get; set; }
+ public global::LabelStudio.ApiStoragesExportRedisValidateCreateRequest? Type686 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesGcsCreateRequest? Type687 { get; set; }
+ public global::LabelStudio.ApiStoragesExportRedisPartialUpdateRequest? Type687 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesGcsValidateCreateRequest? Type688 { get; set; }
+ public global::LabelStudio.ApiStoragesExportS3CreateRequest? Type688 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesGcsPartialUpdateRequest? Type689 { get; set; }
+ public global::LabelStudio.ApiStoragesExportS3ValidateCreateRequest? Type689 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesLocalfilesCreateRequest? Type690 { get; set; }
+ public global::LabelStudio.ApiStoragesExportS3PartialUpdateRequest? Type690 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesLocalfilesValidateCreateRequest? Type691 { get; set; }
+ public global::LabelStudio.ApiStoragesGcsCreateRequest? Type691 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesLocalfilesPartialUpdateRequest? Type692 { get; set; }
+ public global::LabelStudio.ApiStoragesGcsValidateCreateRequest? Type692 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesRedisCreateRequest? Type693 { get; set; }
+ public global::LabelStudio.ApiStoragesGcsPartialUpdateRequest? Type693 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesRedisValidateCreateRequest? Type694 { get; set; }
+ public global::LabelStudio.ApiStoragesLocalfilesCreateRequest? Type694 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesRedisPartialUpdateRequest? Type695 { get; set; }
+ public global::LabelStudio.ApiStoragesLocalfilesValidateCreateRequest? Type695 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesS3CreateRequest? Type696 { get; set; }
+ public global::LabelStudio.ApiStoragesLocalfilesPartialUpdateRequest? Type696 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesS3ValidateCreateRequest? Type697 { get; set; }
+ public global::LabelStudio.ApiStoragesRedisCreateRequest? Type697 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesS3PartialUpdateRequest? Type698 { get; set; }
+ public global::LabelStudio.ApiStoragesRedisValidateCreateRequest? Type698 { get; set; }
///
///
///
- public global::LabelStudio.ApiTasksAnnotationsCreateRequest? Type699 { get; set; }
+ public global::LabelStudio.ApiStoragesRedisPartialUpdateRequest? Type699 { get; set; }
///
///
///
- public global::LabelStudio.ApiUsersCreateRequest? Type700 { get; set; }
+ public global::LabelStudio.ApiStoragesS3CreateRequest? Type700 { get; set; }
///
///
///
- public global::LabelStudio.ApiUsersPartialUpdateRequest? Type701 { get; set; }
+ public global::LabelStudio.ApiStoragesS3ValidateCreateRequest? Type701 { get; set; }
///
///
///
- public global::LabelStudio.ApiActivityLogsListMethod? Type702 { get; set; }
+ public global::LabelStudio.ApiStoragesS3PartialUpdateRequest? Type702 { get; set; }
///
///
///
- public global::LabelStudio.ApiAnalyticsKpisRetrieveSegmentByTime? Type703 { get; set; }
+ public global::LabelStudio.ApiTasksAnnotationsCreateRequest? Type703 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateId? Type704 { get; set; }
+ public global::LabelStudio.ApiUsersCreateRequest? Type704 { get; set; }
///
///
///
- public global::LabelStudio.ApiFsmOrganizationsIdpAssignmentsHistoryListKind? Type705 { get; set; }
+ public global::LabelStudio.ApiUsersPartialUpdateRequest? Type705 { get; set; }
///
///
///
- public global::LabelStudio.ApiFsmOrganizationsMembershipHistoryListSource? Type706 { get; set; }
+ public global::LabelStudio.ApiActivityLogsListMethod? Type706 { get; set; }
///
///
///
- public global::LabelStudio.ApiFsmOrganizationsMembershipHistoryListUserType? Type707 { get; set; }
+ public global::LabelStudio.ApiAnalyticsKpisRetrieveSegmentByTime? Type707 { get; set; }
///
///
///
- public global::LabelStudio.ApiFsmOrganizationsSettingsHistoryListKind? Type708 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateId? Type708 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsAnalyticsDataQualityAgreementAnalysisConfusionMatrixRetrieveMode? Type709 { get; set; }
+ public global::LabelStudio.ApiFsmOrganizationsIdpAssignmentsHistoryListKind? Type709 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsStatsMemberPerformanceParticipantsListTable? Type710 { get; set; }
+ public global::LabelStudio.ApiFsmOrganizationsMembershipHistoryListSource? Type710 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsStatsMemberPerformanceRowsRetrieveTable? Type711 { get; set; }
+ public global::LabelStudio.ApiFsmOrganizationsMembershipHistoryListUserType? Type711 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsStatsMemberPerformanceSummaryRetrieveTable? Type712 { get; set; }
+ public global::LabelStudio.ApiFsmOrganizationsSettingsHistoryListKind? Type712 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesDestroyType? Type713 { get; set; }
+ public global::LabelStudio.ApiProjectsAnalyticsDataQualityAgreementAnalysisConfusionMatrixRetrieveMode? Type713 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsSubsetTasksListAlignmentOutcome? Type714 { get; set; }
+ public global::LabelStudio.ApiProjectsStatsMemberPerformanceParticipantsListTable? Type714 { get; set; }
///
///
///
- public global::LabelStudio.ApiPromptsCompatibleProjectsListProjectType? Type715 { get; set; }
+ public global::LabelStudio.ApiProjectsStatsMemberPerformanceRowsRetrieveTable? Type715 { get; set; }
///
///
///
- public global::LabelStudio.ApiPromptsVersionsInferenceRunsListProjectSubset? Type716 { get; set; }
+ public global::LabelStudio.ApiProjectsStatsMemberPerformanceSummaryRetrieveTable? Type716 { get; set; }
///
///
///
- public global::LabelStudio.ApiTasksListFields? Type717 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesDestroyType? Type717 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type718 { get; set; }
+ public global::LabelStudio.ApiProjectsSubsetTasksListAlignmentOutcome? Type718 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type719 { get; set; }
+ public global::LabelStudio.ApiPromptsCompatibleProjectsListProjectType? Type719 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type720 { get; set; }
+ public global::LabelStudio.ApiPromptsVersionsInferenceRunsListProjectSubset? Type720 { get; set; }
///
///
///
- public global::LabelStudio.ApiAnnotationHistoryDestroyResponse? Type721 { get; set; }
+ public global::LabelStudio.ApiTasksListFields? Type721 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type722 { get; set; }
+ public global::System.Collections.Generic.IList? Type722 { get; set; }
///
///
///
- public global::LabelStudio.ApiAnnotationsBulkDeleteCreateResponse? Type723 { get; set; }
+ public global::System.Collections.Generic.IList? Type723 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type724 { get; set; }
+ public global::System.Collections.Generic.IList? Type724 { get; set; }
///
///
///
- public global::LabelStudio.ApiAnnotationsBulkCreateResponseItem? Type725 { get; set; }
+ public global::LabelStudio.ApiAnnotationHistoryDestroyResponse? Type725 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type726 { get; set; }
+ public global::System.Collections.Generic.IList? Type726 { get; set; }
///
///
///
- public global::LabelStudio.ApiCurrentUserResetTokenCreateResponse? Type727 { get; set; }
+ public global::LabelStudio.ApiAnnotationsBulkDeleteCreateResponse? Type727 { get; set; }
///
///
///
- public global::LabelStudio.ApiCurrentUserTokenRetrieveResponse? Type728 { get; set; }
+ public global::System.Collections.Generic.IList? Type728 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type729 { get; set; }
+ public global::LabelStudio.ApiAnnotationsBulkCreateResponseItem? Type729 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type730 { get; set; }
+ public global::System.Collections.Generic.IList? Type730 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type731 { get; set; }
+ public global::LabelStudio.ApiCurrentUserResetTokenCreateResponse? Type731 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type732 { get; set; }
+ public global::LabelStudio.ApiCurrentUserTokenRetrieveResponse? Type732 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type733 { get; set; }
+ public global::System.Collections.Generic.IList? Type733 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type734 { get; set; }
+ public global::System.Collections.Generic.IList