diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ActionsClient.Create.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ActionsClient.Create.g.cs
index 3ed5aacf..232699b3 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ActionsClient.Create.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ActionsClient.Create.g.cs
@@ -30,14 +30,14 @@ partial void PrepareCreateArguments(
ref global::LabelStudio.ApiDmActionsCreateId id,
ref int project,
ref int? view,
- global::LabelStudio.ApiDmActionsCreateRequest request);
+ global::LabelStudio.PrepareParamsRequestRequest request);
partial void PrepareCreateRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
global::LabelStudio.ApiDmActionsCreateId id,
int project,
int? view,
- global::LabelStudio.ApiDmActionsCreateRequest request);
+ global::LabelStudio.PrepareParamsRequestRequest request);
partial void ProcessCreateResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
@@ -57,7 +57,7 @@ partial void ProcessCreateResponse(
global::LabelStudio.ApiDmActionsCreateId id,
int project,
- global::LabelStudio.ApiDmActionsCreateRequest request,
+ global::LabelStudio.PrepareParamsRequestRequest request,
int? view = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
@@ -87,7 +87,7 @@ await CreateAsResponseAsync(
global::LabelStudio.ApiDmActionsCreateId id,
int project,
- global::LabelStudio.ApiDmActionsCreateRequest request,
+ global::LabelStudio.PrepareParamsRequestRequest request,
int? view = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
@@ -449,12 +449,8 @@ await CreateAsResponseAsync(
///
///
///
- ///
- /// Filters to apply on tasks. You can use [the helper class `Filters` from this page](https://labelstud.io/sdk/data_manager.html) to create Data Manager Filters.Example: `{"conjunction": "or", "items": [{"filter": "filter:tasks:completed_at", "operator": "greater", "type": "Datetime", "value": "2021-01-01T00:00:00.000Z"}]}`
- ///
- ///
- /// List of fields to order by. Fields are similar to filters but without the `filter:` prefix. To reverse the order, add a minus sign before the field name, e.g. `-tasks:created_at`.
- ///
+ ///
+ ///
///
/// Task selection by IDs. If filters are applied, the selection will be applied to the filtered tasks.If "all" is `false`, `"included"` must be used. If "all" is `true`, `"excluded"` must be used.Examples: `{"all": false, "included": [1, 2, 3]}` or `{"all": true, "excluded": [4, 5]}`
///
@@ -465,13 +461,13 @@ await CreateAsResponseAsync(
global::LabelStudio.ApiDmActionsCreateId id,
int project,
int? view = default,
- global::LabelStudio.ApiDmActionsCreateRequestFilters? filters = default,
- global::System.Collections.Generic.IList? ordering = default,
- global::LabelStudio.OneOf? selectedItems = default,
+ global::LabelStudio.PrepareParamsFiltersRequest? filters = default,
+ global::System.Collections.Generic.IList? ordering = default,
+ global::LabelStudio.OneOf? selectedItems = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
- var __request = new global::LabelStudio.ApiDmActionsCreateRequest
+ var __request = new global::LabelStudio.PrepareParamsRequestRequest
{
Filters = filters,
Ordering = ordering,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.Create.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.Create.g.cs
index e62eae3f..58a19bad 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.Create.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.Create.g.cs
@@ -28,12 +28,12 @@ public partial class AnnotationsClient
partial void PrepareCreateArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id,
- global::LabelStudio.ApiTasksAnnotationsCreateRequest request);
+ global::LabelStudio.AnnotationRequest request);
partial void PrepareCreateRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
int id,
- global::LabelStudio.ApiTasksAnnotationsCreateRequest request);
+ global::LabelStudio.AnnotationRequest request);
partial void ProcessCreateResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
@@ -68,7 +68,7 @@ partial void ProcessCreateResponseContent(
public async global::System.Threading.Tasks.Task CreateAsync(
int id,
- global::LabelStudio.ApiTasksAnnotationsCreateRequest request,
+ global::LabelStudio.AnnotationRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
@@ -107,7 +107,7 @@ partial void ProcessCreateResponseContent(
public async global::System.Threading.Tasks.Task> CreateAsResponseAsync(
int id,
- global::LabelStudio.ApiTasksAnnotationsCreateRequest request,
+ global::LabelStudio.AnnotationRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
@@ -486,26 +486,56 @@ partial void ProcessCreateResponseContent(
///
///
///
- ///
- /// User ID of the person who created this annotation
+ ///
+ /// Annotation was created in bulk mode
+ ///
+ ///
+ ///
+ /// Draft creation time
///
///
- /// This annotation is a Ground Truth
+ /// This annotation is a Ground Truth (ground_truth)
+ ///
+ ///
+ /// Original annotation ID that was at the import step or NULL if this annotation wasn't imported
+ ///
+ ///
+ /// Action which was performed in the last annotation history item
+ /// * `prediction` - Created from prediction
+ /// * `propagated_annotation` - Created from another annotation
+ /// * `imported` - Imported
+ /// * `submitted` - Submitted
+ /// * `updated` - Updated
+ /// * `skipped` - Skipped
+ /// * `accepted` - Accepted
+ /// * `rejected` - Rejected
+ /// * `fixed_and_accepted` - Fixed and accepted
+ /// * `deleted_review` - Deleted review
+ ///
+ ///
+ /// User who created the last annotation history item
///
///
- /// How much time it took to annotate the task (in seconds)
- /// Example: 100.5
+ /// How much time it took to annotate the task
+ ///
+ ///
+ /// Points to the parent annotation from which this annotation was created
+ ///
+ ///
+ /// Points to the prediction from which this annotation was created
///
///
/// Project ID for this annotation
///
///
- /// Labeling result in JSON format. Read more about the format in [the Label Studio documentation.](https://labelstud.io/guide/task_format)
- /// Example: [{"from_name":"bboxes","image_rotation":0,"original_height":1080,"original_width":1920,"to_name":"image","type":"rectanglelabels","value":{"height":60,"rotation":0,"values":{"rectanglelabels":["Person"]},"width":50,"x":20,"y":30}}]
+ /// List of annotation results for the task
///
///
/// Corresponding task for this annotation
///
+ ///
+ /// Included only in requests
+ ///
///
/// Last user who updated this annotation
///
@@ -517,9 +547,17 @@ partial void ProcessCreateResponseContent(
///
public async global::System.Threading.Tasks.Task CreateAsync(
int id,
+ string uniqueId,
+ bool? bulkCreated = default,
int? completedBy = default,
+ global::System.DateTime? draftCreatedAt = default,
bool? groundTruth = default,
+ long? importId = default,
+ global::LabelStudio.AnnotationHistoryActionEnum? lastAction = default,
+ int? lastCreatedBy = default,
double? leadTime = default,
+ int? parentAnnotation = default,
+ int? parentPrediction = default,
int? project = default,
global::System.Collections.Generic.IList? result = default,
int? task = default,
@@ -528,14 +566,22 @@ partial void ProcessCreateResponseContent(
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
- var __request = new global::LabelStudio.ApiTasksAnnotationsCreateRequest
+ var __request = new global::LabelStudio.AnnotationRequest
{
+ BulkCreated = bulkCreated,
CompletedBy = completedBy,
+ DraftCreatedAt = draftCreatedAt,
GroundTruth = groundTruth,
+ ImportId = importId,
+ LastAction = lastAction,
+ LastCreatedBy = lastCreatedBy,
LeadTime = leadTime,
+ ParentAnnotation = parentAnnotation,
+ ParentPrediction = parentPrediction,
Project = project,
Result = result,
Task = task,
+ UniqueId = uniqueId,
UpdatedBy = updatedBy,
WasCancelled = wasCancelled,
};
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.CreateBulk.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.CreateBulk.g.cs
index 6044c608..88ea3e66 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.CreateBulk.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.CreateBulk.g.cs
@@ -481,7 +481,9 @@ partial void ProcessCreateBulkResponseContent(
///
/// List of annotation results for the task
///
- ///
+ ///
+ /// Task selection by IDs. If filters are applied, the selection will be applied to the filtered tasks.If "all" is `false`, `"included"` must be used. If "all" is `true`, `"excluded"` must be used.Examples: `{"all": false, "included": [1, 2, 3]}` or `{"all": true, "excluded": [4, 5]}`
+ ///
///
/// Corresponding task for this annotation
///
@@ -512,7 +514,7 @@ partial void ProcessCreateBulkResponseContent(
int? parentPrediction = default,
int? project = default,
global::System.Collections.Generic.IList? result = default,
- global::LabelStudio.SelectedItemsRequest? selectedItems = default,
+ global::LabelStudio.OneOf? selectedItems = default,
int? task = default,
global::System.Collections.Generic.IList? tasks = default,
int? updatedBy = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.Update.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.Update.g.cs
index efa1fd77..a342ce8f 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.Update.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.Update.g.cs
@@ -28,12 +28,12 @@ public partial class AnnotationsClient
partial void PrepareUpdateArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id,
- global::LabelStudio.ApiAnnotationsPartialUpdateRequest request);
+ global::LabelStudio.PatchedAnnotationRequest request);
partial void PrepareUpdateRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
int id,
- global::LabelStudio.ApiAnnotationsPartialUpdateRequest request);
+ global::LabelStudio.PatchedAnnotationRequest request);
partial void ProcessUpdateResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
@@ -55,7 +55,7 @@ partial void ProcessUpdateResponseContent(
public async global::System.Threading.Tasks.Task UpdateAsync(
int id,
- global::LabelStudio.ApiAnnotationsPartialUpdateRequest request,
+ global::LabelStudio.PatchedAnnotationRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
@@ -81,7 +81,7 @@ partial void ProcessUpdateResponseContent(
public async global::System.Threading.Tasks.Task> UpdateAsResponseAsync(
int id,
- global::LabelStudio.ApiAnnotationsPartialUpdateRequest request,
+ global::LabelStudio.PatchedAnnotationRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
@@ -447,26 +447,56 @@ partial void ProcessUpdateResponseContent(
/// Update existing attributes on an annotation.
///
///
- ///
- /// User ID of the person who created this annotation
+ ///
+ /// Annotation was created in bulk mode
+ ///
+ ///
+ ///
+ /// Draft creation time
///
///
- /// This annotation is a Ground Truth
+ /// This annotation is a Ground Truth (ground_truth)
+ ///
+ ///
+ /// Original annotation ID that was at the import step or NULL if this annotation wasn't imported
+ ///
+ ///
+ /// Action which was performed in the last annotation history item
+ /// * `prediction` - Created from prediction
+ /// * `propagated_annotation` - Created from another annotation
+ /// * `imported` - Imported
+ /// * `submitted` - Submitted
+ /// * `updated` - Updated
+ /// * `skipped` - Skipped
+ /// * `accepted` - Accepted
+ /// * `rejected` - Rejected
+ /// * `fixed_and_accepted` - Fixed and accepted
+ /// * `deleted_review` - Deleted review
+ ///
+ ///
+ /// User who created the last annotation history item
///
///
- /// How much time it took to annotate the task (in seconds)
- /// Example: 100.5
+ /// How much time it took to annotate the task
+ ///
+ ///
+ /// Points to the parent annotation from which this annotation was created
+ ///
+ ///
+ /// Points to the prediction from which this annotation was created
///
///
/// Project ID for this annotation
///
///
- /// Labeling result in JSON format. Read more about the format in [the Label Studio documentation.](https://labelstud.io/guide/task_format)
- /// Example: [{"from_name":"bboxes","image_rotation":0,"original_height":1080,"original_width":1920,"to_name":"image","type":"rectanglelabels","value":{"height":60,"rotation":0,"values":{"rectanglelabels":["Person"]},"width":50,"x":20,"y":30}}]
+ /// List of annotation results for the task
///
///
/// Corresponding task for this annotation
///
+ ///
+ /// Included only in requests
+ ///
///
/// Last user who updated this annotation
///
@@ -478,9 +508,17 @@ partial void ProcessUpdateResponseContent(
///
public async global::System.Threading.Tasks.Task UpdateAsync(
int id,
+ string uniqueId,
+ bool? bulkCreated = default,
int? completedBy = default,
+ global::System.DateTime? draftCreatedAt = default,
bool? groundTruth = default,
+ long? importId = default,
+ global::LabelStudio.AnnotationHistoryActionEnum? lastAction = default,
+ int? lastCreatedBy = default,
double? leadTime = default,
+ int? parentAnnotation = default,
+ int? parentPrediction = default,
int? project = default,
global::System.Collections.Generic.IList? result = default,
int? task = default,
@@ -489,14 +527,22 @@ partial void ProcessUpdateResponseContent(
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
- var __request = new global::LabelStudio.ApiAnnotationsPartialUpdateRequest
+ var __request = new global::LabelStudio.PatchedAnnotationRequest
{
+ BulkCreated = bulkCreated,
CompletedBy = completedBy,
+ DraftCreatedAt = draftCreatedAt,
GroundTruth = groundTruth,
+ ImportId = importId,
+ LastAction = lastAction,
+ LastCreatedBy = lastCreatedBy,
LeadTime = leadTime,
+ ParentAnnotation = parentAnnotation,
+ ParentPrediction = parentPrediction,
Project = project,
Result = result,
Task = task,
+ UniqueId = uniqueId,
UpdatedBy = updatedBy,
WasCancelled = wasCancelled,
};
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DataManagerClient.ApiDmViewsUpdate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DataManagerClient.ApiDmViewsUpdate.g.cs
index 44583f74..edd1ac62 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DataManagerClient.ApiDmViewsUpdate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DataManagerClient.ApiDmViewsUpdate.g.cs
@@ -28,12 +28,12 @@ public partial class DataManagerClient
partial void PrepareApiDmViewsUpdateArguments(
global::System.Net.Http.HttpClient httpClient,
ref string id,
- global::LabelStudio.ApiDmViewsUpdateRequest request);
+ global::LabelStudio.ViewRequestRequest request);
partial void PrepareApiDmViewsUpdateRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string id,
- global::LabelStudio.ApiDmViewsUpdateRequest request);
+ global::LabelStudio.ViewRequestRequest request);
partial void ProcessApiDmViewsUpdateResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
@@ -55,7 +55,7 @@ partial void ProcessApiDmViewsUpdateResponseContent(
public async global::System.Threading.Tasks.Task ApiDmViewsUpdateAsync(
string id,
- global::LabelStudio.ApiDmViewsUpdateRequest request,
+ global::LabelStudio.ViewRequestRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
@@ -81,7 +81,7 @@ partial void ProcessApiDmViewsUpdateResponseContent(
public async global::System.Threading.Tasks.Task> ApiDmViewsUpdateAsResponseAsync(
string id,
- global::LabelStudio.ApiDmViewsUpdateRequest request,
+ global::LabelStudio.ViewRequestRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
@@ -448,7 +448,7 @@ partial void ProcessApiDmViewsUpdateResponseContent(
///
///
///
- /// Custom view data
+ /// Established public view payload nested under ``data``.
///
///
/// Project ID
@@ -458,12 +458,12 @@ partial void ProcessApiDmViewsUpdateResponseContent(
///
public async global::System.Threading.Tasks.Task ApiDmViewsUpdateAsync(
string id,
- global::LabelStudio.ApiDmViewsUpdateRequestData? data = default,
+ global::LabelStudio.ViewDataRequestRequest? data = default,
int? project = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
- var __request = new global::LabelStudio.ApiDmViewsUpdateRequest
+ var __request = new global::LabelStudio.ViewRequestRequest
{
Data = data,
Project = project,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsImportPartialUpdate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsImportPartialUpdate.g.cs
index fec03ed8..edb17d86 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsImportPartialUpdate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsImportPartialUpdate.g.cs
@@ -29,13 +29,13 @@ partial void PrepareApiDatasetsImportPartialUpdateArguments(
global::System.Net.Http.HttpClient httpClient,
ref int? jobId,
ref string? signal,
- global::LabelStudio.ApiDatasetsImportPartialUpdateRequest request);
+ global::LabelStudio.PatchedDatasetImportCandidatesPatchRequest request);
partial void PrepareApiDatasetsImportPartialUpdateRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
int? jobId,
string? signal,
- global::LabelStudio.ApiDatasetsImportPartialUpdateRequest request);
+ global::LabelStudio.PatchedDatasetImportCandidatesPatchRequest request);
partial void ProcessApiDatasetsImportPartialUpdateResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
@@ -57,7 +57,7 @@ partial void ProcessApiDatasetsImportPartialUpdateResponseContent(
///
public async global::System.Threading.Tasks.Task ApiDatasetsImportPartialUpdateAsync(
- global::LabelStudio.ApiDatasetsImportPartialUpdateRequest request,
+ global::LabelStudio.PatchedDatasetImportCandidatesPatchRequest request,
int? jobId = default,
string? signal = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
@@ -86,7 +86,7 @@ partial void ProcessApiDatasetsImportPartialUpdateResponseContent(
///
public async global::System.Threading.Tasks.Task> ApiDatasetsImportPartialUpdateAsResponseAsync(
- global::LabelStudio.ApiDatasetsImportPartialUpdateRequest request,
+ global::LabelStudio.PatchedDatasetImportCandidatesPatchRequest request,
int? jobId = default,
string? signal = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
@@ -469,14 +469,14 @@ partial void ProcessApiDatasetsImportPartialUpdateResponseContent(
/// The token to cancel the operation with
///
public async global::System.Threading.Tasks.Task ApiDatasetsImportPartialUpdateAsync(
- int requestJobId,
- string requestSignal,
int? jobId = default,
string? signal = default,
+ int? requestJobId = default,
+ string? requestSignal = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
- var __request = new global::LabelStudio.ApiDatasetsImportPartialUpdateRequest
+ var __request = new global::LabelStudio.PatchedDatasetImportCandidatesPatchRequest
{
JobId = requestJobId,
Signal = requestSignal,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IActionsClient.Create.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IActionsClient.Create.g.cs
index 0407729b..0790c9a1 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IActionsClient.Create.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IActionsClient.Create.g.cs
@@ -19,7 +19,7 @@ public partial interface IActionsClient
global::LabelStudio.ApiDmActionsCreateId id,
int project,
- global::LabelStudio.ApiDmActionsCreateRequest request,
+ global::LabelStudio.PrepareParamsRequestRequest request,
int? view = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
@@ -38,7 +38,7 @@ public partial interface IActionsClient
global::LabelStudio.ApiDmActionsCreateId id,
int project,
- global::LabelStudio.ApiDmActionsCreateRequest request,
+ global::LabelStudio.PrepareParamsRequestRequest request,
int? view = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
@@ -49,12 +49,8 @@ public partial interface IActionsClient
///
///
///
- ///
- /// Filters to apply on tasks. You can use [the helper class `Filters` from this page](https://labelstud.io/sdk/data_manager.html) to create Data Manager Filters.Example: `{"conjunction": "or", "items": [{"filter": "filter:tasks:completed_at", "operator": "greater", "type": "Datetime", "value": "2021-01-01T00:00:00.000Z"}]}`
- ///
- ///
- /// List of fields to order by. Fields are similar to filters but without the `filter:` prefix. To reverse the order, add a minus sign before the field name, e.g. `-tasks:created_at`.
- ///
+ ///
+ ///
///
/// Task selection by IDs. If filters are applied, the selection will be applied to the filtered tasks.If "all" is `false`, `"included"` must be used. If "all" is `true`, `"excluded"` must be used.Examples: `{"all": false, "included": [1, 2, 3]}` or `{"all": true, "excluded": [4, 5]}`
///
@@ -65,9 +61,9 @@ public partial interface IActionsClient
global::LabelStudio.ApiDmActionsCreateId id,
int project,
int? view = default,
- global::LabelStudio.ApiDmActionsCreateRequestFilters? filters = default,
- global::System.Collections.Generic.IList? ordering = default,
- global::LabelStudio.OneOf? selectedItems = default,
+ global::LabelStudio.PrepareParamsFiltersRequest? filters = default,
+ global::System.Collections.Generic.IList? ordering = default,
+ global::LabelStudio.OneOf? selectedItems = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IAnnotationsClient.Create.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IAnnotationsClient.Create.g.cs
index c2c4020c..3ef70679 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IAnnotationsClient.Create.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IAnnotationsClient.Create.g.cs
@@ -29,7 +29,7 @@ public partial interface IAnnotationsClient
global::System.Threading.Tasks.Task CreateAsync(
int id,
- global::LabelStudio.ApiTasksAnnotationsCreateRequest request,
+ global::LabelStudio.AnnotationRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -57,7 +57,7 @@ public partial interface IAnnotationsClient
global::System.Threading.Tasks.Task> CreateAsResponseAsync(
int id,
- global::LabelStudio.ApiTasksAnnotationsCreateRequest request,
+ global::LabelStudio.AnnotationRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -78,26 +78,56 @@ public partial interface IAnnotationsClient
///
///
///
- ///
- /// User ID of the person who created this annotation
+ ///
+ /// Annotation was created in bulk mode
+ ///
+ ///
+ ///
+ /// Draft creation time
///
///
- /// This annotation is a Ground Truth
+ /// This annotation is a Ground Truth (ground_truth)
+ ///
+ ///
+ /// Original annotation ID that was at the import step or NULL if this annotation wasn't imported
+ ///
+ ///
+ /// Action which was performed in the last annotation history item
+ /// * `prediction` - Created from prediction
+ /// * `propagated_annotation` - Created from another annotation
+ /// * `imported` - Imported
+ /// * `submitted` - Submitted
+ /// * `updated` - Updated
+ /// * `skipped` - Skipped
+ /// * `accepted` - Accepted
+ /// * `rejected` - Rejected
+ /// * `fixed_and_accepted` - Fixed and accepted
+ /// * `deleted_review` - Deleted review
+ ///
+ ///
+ /// User who created the last annotation history item
///
///
- /// How much time it took to annotate the task (in seconds)
- /// Example: 100.5
+ /// How much time it took to annotate the task
+ ///
+ ///
+ /// Points to the parent annotation from which this annotation was created
+ ///
+ ///
+ /// Points to the prediction from which this annotation was created
///
///
/// Project ID for this annotation
///
///
- /// Labeling result in JSON format. Read more about the format in [the Label Studio documentation.](https://labelstud.io/guide/task_format)
- /// Example: [{"from_name":"bboxes","image_rotation":0,"original_height":1080,"original_width":1920,"to_name":"image","type":"rectanglelabels","value":{"height":60,"rotation":0,"values":{"rectanglelabels":["Person"]},"width":50,"x":20,"y":30}}]
+ /// List of annotation results for the task
///
///
/// Corresponding task for this annotation
///
+ ///
+ /// Included only in requests
+ ///
///
/// Last user who updated this annotation
///
@@ -109,9 +139,17 @@ public partial interface IAnnotationsClient
///
global::System.Threading.Tasks.Task CreateAsync(
int id,
+ string uniqueId,
+ bool? bulkCreated = default,
int? completedBy = default,
+ global::System.DateTime? draftCreatedAt = default,
bool? groundTruth = default,
+ long? importId = default,
+ global::LabelStudio.AnnotationHistoryActionEnum? lastAction = default,
+ int? lastCreatedBy = default,
double? leadTime = default,
+ int? parentAnnotation = default,
+ int? parentPrediction = default,
int? project = default,
global::System.Collections.Generic.IList? result = default,
int? task = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IAnnotationsClient.CreateBulk.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IAnnotationsClient.CreateBulk.g.cs
index f6d83029..4ae02c19 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IAnnotationsClient.CreateBulk.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IAnnotationsClient.CreateBulk.g.cs
@@ -78,7 +78,9 @@ public partial interface IAnnotationsClient
///
/// List of annotation results for the task
///
- ///
+ ///
+ /// Task selection by IDs. If filters are applied, the selection will be applied to the filtered tasks.If "all" is `false`, `"included"` must be used. If "all" is `true`, `"excluded"` must be used.Examples: `{"all": false, "included": [1, 2, 3]}` or `{"all": true, "excluded": [4, 5]}`
+ ///
///
/// Corresponding task for this annotation
///
@@ -109,7 +111,7 @@ public partial interface IAnnotationsClient
int? parentPrediction = default,
int? project = default,
global::System.Collections.Generic.IList? result = default,
- global::LabelStudio.SelectedItemsRequest? selectedItems = default,
+ global::LabelStudio.OneOf? selectedItems = default,
int? task = default,
global::System.Collections.Generic.IList? tasks = default,
int? updatedBy = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IAnnotationsClient.Update.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IAnnotationsClient.Update.g.cs
index 223d25cc..87f192da 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IAnnotationsClient.Update.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IAnnotationsClient.Update.g.cs
@@ -16,7 +16,7 @@ public partial interface IAnnotationsClient
global::System.Threading.Tasks.Task UpdateAsync(
int id,
- global::LabelStudio.ApiAnnotationsPartialUpdateRequest request,
+ global::LabelStudio.PatchedAnnotationRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -31,7 +31,7 @@ public partial interface IAnnotationsClient
global::System.Threading.Tasks.Task> UpdateAsResponseAsync(
int id,
- global::LabelStudio.ApiAnnotationsPartialUpdateRequest request,
+ global::LabelStudio.PatchedAnnotationRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -39,26 +39,56 @@ public partial interface IAnnotationsClient
/// Update existing attributes on an annotation.
///
///
- ///
- /// User ID of the person who created this annotation
+ ///
+ /// Annotation was created in bulk mode
+ ///
+ ///
+ ///
+ /// Draft creation time
///
///
- /// This annotation is a Ground Truth
+ /// This annotation is a Ground Truth (ground_truth)
+ ///
+ ///
+ /// Original annotation ID that was at the import step or NULL if this annotation wasn't imported
+ ///
+ ///
+ /// Action which was performed in the last annotation history item
+ /// * `prediction` - Created from prediction
+ /// * `propagated_annotation` - Created from another annotation
+ /// * `imported` - Imported
+ /// * `submitted` - Submitted
+ /// * `updated` - Updated
+ /// * `skipped` - Skipped
+ /// * `accepted` - Accepted
+ /// * `rejected` - Rejected
+ /// * `fixed_and_accepted` - Fixed and accepted
+ /// * `deleted_review` - Deleted review
+ ///
+ ///
+ /// User who created the last annotation history item
///
///
- /// How much time it took to annotate the task (in seconds)
- /// Example: 100.5
+ /// How much time it took to annotate the task
+ ///
+ ///
+ /// Points to the parent annotation from which this annotation was created
+ ///
+ ///
+ /// Points to the prediction from which this annotation was created
///
///
/// Project ID for this annotation
///
///
- /// Labeling result in JSON format. Read more about the format in [the Label Studio documentation.](https://labelstud.io/guide/task_format)
- /// Example: [{"from_name":"bboxes","image_rotation":0,"original_height":1080,"original_width":1920,"to_name":"image","type":"rectanglelabels","value":{"height":60,"rotation":0,"values":{"rectanglelabels":["Person"]},"width":50,"x":20,"y":30}}]
+ /// List of annotation results for the task
///
///
/// Corresponding task for this annotation
///
+ ///
+ /// Included only in requests
+ ///
///
/// Last user who updated this annotation
///
@@ -70,9 +100,17 @@ public partial interface IAnnotationsClient
///
global::System.Threading.Tasks.Task UpdateAsync(
int id,
+ string uniqueId,
+ bool? bulkCreated = default,
int? completedBy = default,
+ global::System.DateTime? draftCreatedAt = default,
bool? groundTruth = default,
+ long? importId = default,
+ global::LabelStudio.AnnotationHistoryActionEnum? lastAction = default,
+ int? lastCreatedBy = default,
double? leadTime = default,
+ int? parentAnnotation = default,
+ int? parentPrediction = default,
int? project = default,
global::System.Collections.Generic.IList? result = default,
int? task = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IDataManagerClient.ApiDmViewsUpdate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IDataManagerClient.ApiDmViewsUpdate.g.cs
index 7b0d714c..dae696bb 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IDataManagerClient.ApiDmViewsUpdate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IDataManagerClient.ApiDmViewsUpdate.g.cs
@@ -16,7 +16,7 @@ public partial interface IDataManagerClient
global::System.Threading.Tasks.Task ApiDmViewsUpdateAsync(
string id,
- global::LabelStudio.ApiDmViewsUpdateRequest request,
+ global::LabelStudio.ViewRequestRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -31,7 +31,7 @@ public partial interface IDataManagerClient
global::System.Threading.Tasks.Task> ApiDmViewsUpdateAsResponseAsync(
string id,
- global::LabelStudio.ApiDmViewsUpdateRequest request,
+ global::LabelStudio.ViewRequestRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -40,7 +40,7 @@ public partial interface IDataManagerClient
///
///
///
- /// Custom view data
+ /// Established public view payload nested under ``data``.
///
///
/// Project ID
@@ -50,7 +50,7 @@ public partial interface IDataManagerClient
///
global::System.Threading.Tasks.Task ApiDmViewsUpdateAsync(
string id,
- global::LabelStudio.ApiDmViewsUpdateRequestData? data = default,
+ global::LabelStudio.ViewDataRequestRequest? data = default,
int? project = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IDatasetsClient.ApiDatasetsImportPartialUpdate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IDatasetsClient.ApiDatasetsImportPartialUpdate.g.cs
index 9e3f69aa..72767a1c 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IDatasetsClient.ApiDatasetsImportPartialUpdate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IDatasetsClient.ApiDatasetsImportPartialUpdate.g.cs
@@ -16,7 +16,7 @@ public partial interface IDatasetsClient
///
global::System.Threading.Tasks.Task ApiDatasetsImportPartialUpdateAsync(
- global::LabelStudio.ApiDatasetsImportPartialUpdateRequest request,
+ global::LabelStudio.PatchedDatasetImportCandidatesPatchRequest request,
int? jobId = default,
string? signal = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
@@ -33,7 +33,7 @@ public partial interface IDatasetsClient
///
global::System.Threading.Tasks.Task> ApiDatasetsImportPartialUpdateAsResponseAsync(
- global::LabelStudio.ApiDatasetsImportPartialUpdateRequest request,
+ global::LabelStudio.PatchedDatasetImportCandidatesPatchRequest request,
int? jobId = default,
string? signal = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
@@ -52,10 +52,10 @@ public partial interface IDatasetsClient
/// The token to cancel the operation with
///
global::System.Threading.Tasks.Task ApiDatasetsImportPartialUpdateAsync(
- int requestJobId,
- string requestSignal,
int? jobId = default,
string? signal = default,
+ int? requestJobId = default,
+ string? requestSignal = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ILlmClient.ApiLlmOpenaiChatCompletionsCreate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ILlmClient.ApiLlmOpenaiChatCompletionsCreate.g.cs
index c14f572d..f3b75429 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ILlmClient.ApiLlmOpenaiChatCompletionsCreate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ILlmClient.ApiLlmOpenaiChatCompletionsCreate.g.cs
@@ -14,7 +14,7 @@ public partial interface ILlmClient
///
global::System.Threading.Tasks.Task ApiLlmOpenaiChatCompletionsCreateAsync(
- global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequest request,
+ global::LabelStudio.ChatCompletionRequestRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -27,7 +27,7 @@ public partial interface ILlmClient
///
global::System.Threading.Tasks.Task> ApiLlmOpenaiChatCompletionsCreateAsResponseAsync(
- global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequest request,
+ global::LabelStudio.ChatCompletionRequestRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -35,17 +35,16 @@ public partial interface ILlmClient
/// Proxy requests to OpenAI-compatible chat completions APIs and return the full response payload. Supports multiple providers via model parameter format: "model_name" (defaults to OpenAI), "provider/model_name", or "provider:model_name". Works with providers that offer OpenAI-compatible endpoints.
///
///
- /// Array of message objects for the chat completion
+ /// Array of message objects forming the conversation
///
///
- /// Model identifier. Can be "model_name" (defaults to OpenAI), "provider/model_name", or "provider:model_name"
- /// Example: gpt-4
+ /// Model identifier in format "provider/model-name" (e.g., "openai/gpt-4")
///
/// 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 ApiLlmOpenaiChatCompletionsCreateAsync(
- global::System.Collections.Generic.IList messages,
+ global::System.Collections.Generic.IList messages,
string model,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IMlClient.Create.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IMlClient.Create.g.cs
index cbac6ece..7ef0ce4a 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IMlClient.Create.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IMlClient.Create.g.cs
@@ -19,7 +19,7 @@ public partial interface IMlClient
///
global::System.Threading.Tasks.Task CreateAsync(
- global::LabelStudio.ApiMlCreateRequest request,
+ global::LabelStudio.MLBackendRequestRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -37,7 +37,7 @@ public partial interface IMlClient
///
global::System.Threading.Tasks.Task> CreateAsResponseAsync(
- global::LabelStudio.ApiMlCreateRequest request,
+ global::LabelStudio.MLBackendRequestRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -50,49 +50,56 @@ public partial interface IMlClient
///
///
///
- /// Auth method
+ /// * `NONE` - None
+ /// * `BASIC_AUTH` - Basic Auth
+ ///
+ ///
+ /// If false, model version is set by the user, if true - getting latest version from backend.
///
///
- /// Basic auth password
+ /// Included only in requests
///
///
- /// Basic auth user
+ /// HTTP Basic Auth user
///
///
- /// Description
+ /// Description for the machine learning backend
///
///
- /// Extra parameters
+ /// Any extra parameters passed to the ML Backend during the setup
///
///
- /// Is interactive
+ /// Used to interactively annotate tasks. If true, model returns one list with results
///
- ///
- /// Project ID
+ ///
+ /// Current model version associated with this machine learning backend
///
+ ///
///
/// Response model timeout
///
///
- /// Title
+ /// Name of the machine learning backend
///
///
- /// ML backend URL
+ /// URL for the machine learning model server
///
/// 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 CreateAsync(
- global::LabelStudio.ApiMlCreateRequestAuthMethod? authMethod = default,
- string? basicAuthPass = default,
+ string? basicAuthPass,
+ int project,
+ string url,
+ global::LabelStudio.AuthMethodEnum? authMethod = default,
+ bool? autoUpdate = default,
string? basicAuthUser = default,
string? description = default,
object? extraParams = default,
bool? isInteractive = default,
- int? project = default,
- int? timeout = default,
+ string? modelVersion = default,
+ double? timeout = default,
string? title = default,
- string? url = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IMlClient.Train.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IMlClient.Train.g.cs
index 09b6fce6..b56a7dbf 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IMlClient.Train.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IMlClient.Train.g.cs
@@ -20,7 +20,7 @@ public partial interface IMlClient
global::System.Threading.Tasks.Task TrainAsync(
int id,
- global::LabelStudio.ApiMlTrainCreateRequest request,
+ global::LabelStudio.MLBackendTrainRequestRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -39,7 +39,7 @@ public partial interface IMlClient
global::System.Threading.Tasks.Task TrainAsResponseAsync(
int id,
- global::LabelStudio.ApiMlTrainCreateRequest request,
+ global::LabelStudio.MLBackendTrainRequestRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -52,7 +52,8 @@ public partial interface IMlClient
///
///
///
- /// Whether to include ground truth annotations in training
+ /// Whether to include ground truth annotations in training
+ /// Default Value: false
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IMlClient.Update.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IMlClient.Update.g.cs
index 877a3f14..c78c7f61 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IMlClient.Update.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IMlClient.Update.g.cs
@@ -20,7 +20,7 @@ public partial interface IMlClient
global::System.Threading.Tasks.Task UpdateAsync(
int id,
- global::LabelStudio.ApiMlPartialUpdateRequest request,
+ global::LabelStudio.PatchedMLBackendRequestRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -39,7 +39,7 @@ public partial interface IMlClient
global::System.Threading.Tasks.Task> UpdateAsResponseAsync(
int id,
- global::LabelStudio.ApiMlPartialUpdateRequest request,
+ global::LabelStudio.PatchedMLBackendRequestRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -52,48 +52,55 @@ public partial interface IMlClient
///
///
///
- /// Auth method
+ /// * `NONE` - None
+ /// * `BASIC_AUTH` - Basic Auth
+ ///
+ ///
+ /// If false, model version is set by the user, if true - getting latest version from backend.
///
///
- /// Basic auth password
+ /// Included only in requests
///
///
- /// Basic auth user
+ /// HTTP Basic Auth user
///
///
- /// Description
+ /// Description for the machine learning backend
///
///
- /// Extra parameters
+ /// Any extra parameters passed to the ML Backend during the setup
///
///
- /// Is interactive
+ /// Used to interactively annotate tasks. If true, model returns one list with results
///
- ///
- /// Project ID
+ ///
+ /// Current model version associated with this machine learning backend
///
+ ///
///
/// Response model timeout
///
///
- /// Title
+ /// Name of the machine learning backend
///
///
- /// ML backend URL
+ /// URL for the machine learning model server
///
/// 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 UpdateAsync(
int id,
- global::LabelStudio.ApiMlPartialUpdateRequestAuthMethod? authMethod = default,
- string? basicAuthPass = default,
+ string? basicAuthPass,
+ global::LabelStudio.AuthMethodEnum? authMethod = default,
+ bool? autoUpdate = default,
string? basicAuthUser = default,
string? description = default,
object? extraParams = default,
bool? isInteractive = default,
+ string? modelVersion = default,
int? project = default,
- int? timeout = default,
+ double? timeout = default,
string? title = default,
string? url = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IPredictions2Client.Create.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IPredictions2Client.Create.g.cs
index 96bdf513..0d1e6b65 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IPredictions2Client.Create.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IPredictions2Client.Create.g.cs
@@ -14,7 +14,7 @@ public partial interface IPredictions2Client
///
global::System.Threading.Tasks.Task CreateAsync(
- global::LabelStudio.ApiPredictionsCreateRequest request,
+ global::LabelStudio.PredictionRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -27,36 +27,53 @@ public partial interface IPredictions2Client
///
global::System.Threading.Tasks.Task> CreateAsResponseAsync(
- global::LabelStudio.ApiPredictionsCreateRequest request,
+ global::LabelStudio.PredictionRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
/// Create prediction
/// Create a prediction for a specific task.
///
+ ///
+ /// Cluster for the current prediction
+ ///
+ ///
+ /// Related task mislabeling score
+ ///
+ ///
+ /// An ML Backend instance that created the prediction.
+ ///
+ ///
+ /// A run of a ModelVersion that created the prediction.
+ ///
///
- /// Model version - tag for predictions that can be used to filter tasks in Data Manager, as well as select specific model version for showing preannotations in the labeling interface
- /// Example: yolo-v8
+ /// Model version - tag for predictions that can be used to filter tasks in Data Manager, as well as select specific model version for showing preannotations in the labeling interface
+ ///
+ ///
+ /// Array of task IDs of the closest neighbors
///
+ ///
///
- /// Prediction result in JSON format. Read more about the format in [the Label Studio documentation.](https://labelstud.io/guide/predictions)
- /// Example: [{"from_name":"bboxes","image_rotation":0,"original_height":1080,"original_width":1920,"to_name":"image","type":"rectanglelabels","value":{"height":60,"rotation":0,"values":{"rectanglelabels":["Person"]},"width":50,"x":20,"y":30}}]
+ /// List of prediction results for the task
///
///
- /// Prediction score. Can be used in Data Manager to sort task by model confidence. Task with the lowest score will be shown first.
- /// Example: 0.95
- ///
- ///
- /// Task ID for which the prediction is created
+ /// Prediction score
///
+ ///
/// 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 CreateAsync(
+ global::System.Collections.Generic.IList result,
+ int task,
+ int? cluster = default,
+ double? mislabeling = default,
+ int? model = default,
+ int? modelRun = default,
string? modelVersion = default,
- global::System.Collections.Generic.IList? result = default,
+ object? neighbors = default,
+ int? project = default,
double? score = default,
- int? task = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IPredictions2Client.Update.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IPredictions2Client.Update.g.cs
index b9024b20..f548b51e 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IPredictions2Client.Update.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IPredictions2Client.Update.g.cs
@@ -16,7 +16,7 @@ public partial interface IPredictions2Client
global::System.Threading.Tasks.Task UpdateAsync(
int id,
- global::LabelStudio.ApiPredictionsPartialUpdateRequest request,
+ global::LabelStudio.PatchedPredictionRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -31,7 +31,7 @@ public partial interface IPredictions2Client
global::System.Threading.Tasks.Task> UpdateAsResponseAsync(
int id,
- global::LabelStudio.ApiPredictionsPartialUpdateRequest request,
+ global::LabelStudio.PatchedPredictionRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -39,27 +39,44 @@ public partial interface IPredictions2Client
/// Update prediction data by prediction ID.
///
///
+ ///
+ /// Cluster for the current prediction
+ ///
+ ///
+ /// Related task mislabeling score
+ ///
+ ///
+ /// An ML Backend instance that created the prediction.
+ ///
+ ///
+ /// A run of a ModelVersion that created the prediction.
+ ///
///
- /// Model version - tag for predictions that can be used to filter tasks in Data Manager, as well as select specific model version for showing preannotations in the labeling interface
- /// Example: yolo-v8
+ /// Model version - tag for predictions that can be used to filter tasks in Data Manager, as well as select specific model version for showing preannotations in the labeling interface
+ ///
+ ///
+ /// Array of task IDs of the closest neighbors
///
+ ///
///
- /// Prediction result in JSON format. Read more about the format in [the Label Studio documentation.](https://labelstud.io/guide/predictions)
- /// Example: [{"from_name":"bboxes","image_rotation":0,"original_height":1080,"original_width":1920,"to_name":"image","type":"rectanglelabels","value":{"height":60,"rotation":0,"values":{"rectanglelabels":["Person"]},"width":50,"x":20,"y":30}}]
+ /// List of prediction results for the task
///
///
- /// Prediction score. Can be used in Data Manager to sort task by model confidence. Task with the lowest score will be shown first.
- /// Example: 0.95
- ///
- ///
- /// Task ID for which the prediction is created
+ /// Prediction score
///
+ ///
/// 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 UpdateAsync(
int id,
+ int? cluster = default,
+ double? mislabeling = default,
+ int? model = default,
+ int? modelRun = default,
string? modelVersion = default,
+ object? neighbors = default,
+ int? project = default,
global::System.Collections.Generic.IList? result = default,
double? score = default,
int? task = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IPredictionsClient.ApiPredictionsUpdate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IPredictionsClient.ApiPredictionsUpdate.g.cs
index 921a3d08..ec434386 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IPredictionsClient.ApiPredictionsUpdate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IPredictionsClient.ApiPredictionsUpdate.g.cs
@@ -16,7 +16,7 @@ public partial interface IPredictionsClient
global::System.Threading.Tasks.Task ApiPredictionsUpdateAsync(
int id,
- global::LabelStudio.ApiPredictionsUpdateRequest request,
+ global::LabelStudio.PredictionRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -31,7 +31,7 @@ public partial interface IPredictionsClient
global::System.Threading.Tasks.Task> ApiPredictionsUpdateAsResponseAsync(
int id,
- global::LabelStudio.ApiPredictionsUpdateRequest request,
+ global::LabelStudio.PredictionRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -39,30 +39,47 @@ public partial interface IPredictionsClient
/// Overwrite prediction data by prediction ID.
///
///
+ ///
+ /// Cluster for the current prediction
+ ///
+ ///
+ /// Related task mislabeling score
+ ///
+ ///
+ /// An ML Backend instance that created the prediction.
+ ///
+ ///
+ /// A run of a ModelVersion that created the prediction.
+ ///
///
- /// Model version - tag for predictions that can be used to filter tasks in Data Manager, as well as select specific model version for showing preannotations in the labeling interface
- /// Example: yolo-v8
+ /// Model version - tag for predictions that can be used to filter tasks in Data Manager, as well as select specific model version for showing preannotations in the labeling interface
+ ///
+ ///
+ /// Array of task IDs of the closest neighbors
///
+ ///
///
- /// Prediction result in JSON format. Read more about the format in [the Label Studio documentation.](https://labelstud.io/guide/predictions)
- /// Example: [{"from_name":"bboxes","image_rotation":0,"original_height":1080,"original_width":1920,"to_name":"image","type":"rectanglelabels","value":{"height":60,"rotation":0,"values":{"rectanglelabels":["Person"]},"width":50,"x":20,"y":30}}]
+ /// List of prediction results for the task
///
///
- /// Prediction score. Can be used in Data Manager to sort task by model confidence. Task with the lowest score will be shown first.
- /// Example: 0.95
- ///
- ///
- /// Task ID for which the prediction is created
+ /// Prediction score
///
+ ///
/// 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 ApiPredictionsUpdateAsync(
int id,
+ global::System.Collections.Generic.IList result,
+ int task,
+ int? cluster = default,
+ double? mislabeling = default,
+ int? model = default,
+ int? modelRun = default,
string? modelVersion = default,
- global::System.Collections.Generic.IList? result = default,
+ object? neighbors = default,
+ int? project = default,
double? score = default,
- int? task = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IProjectTemplatesClient.CreateProjectFromTemplate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IProjectTemplatesClient.CreateProjectFromTemplate.g.cs
index bf9e7eed..d8f67c0b 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IProjectTemplatesClient.CreateProjectFromTemplate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IProjectTemplatesClient.CreateProjectFromTemplate.g.cs
@@ -22,7 +22,7 @@ public partial interface IProjectTemplatesClient
global::System.Threading.Tasks.Task CreateProjectFromTemplateAsync(
int id,
- global::LabelStudio.ApiProjectTemplatesCreateProjectCreateRequest request,
+ global::LabelStudio.CreateProjectFromTemplateRequestRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -43,7 +43,7 @@ public partial interface IProjectTemplatesClient
global::System.Threading.Tasks.Task> CreateProjectFromTemplateAsResponseAsync(
int id,
- global::LabelStudio.ApiProjectTemplatesCreateProjectCreateRequest request,
+ global::LabelStudio.CreateProjectFromTemplateRequestRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -72,8 +72,8 @@ public partial interface IProjectTemplatesClient
global::System.Threading.Tasks.Task CreateProjectFromTemplateAsync(
int id,
string title,
- int workspaceId,
string? description = default,
+ int? workspaceId = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IPromptsClient.Create3.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IPromptsClient.Create3.g.cs
index 3ad59eeb..8e21210a 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IPromptsClient.Create3.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IPromptsClient.Create3.g.cs
@@ -24,7 +24,7 @@ public partial interface IPromptsClient
int promptId,
int versionId,
- global::LabelStudio.ModelRunRequest request,
+ global::LabelStudio.ModelRunRequestRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -47,7 +47,7 @@ public partial interface IPromptsClient
int promptId,
int versionId,
- global::LabelStudio.ModelRunRequest request,
+ global::LabelStudio.ModelRunRequestRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageAzureClient.Create.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageAzureClient.Create.g.cs
index 9eb93f13..839ec7d7 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageAzureClient.Create.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageAzureClient.Create.g.cs
@@ -14,7 +14,7 @@ public partial interface IStorageAzureClient
///
global::System.Threading.Tasks.Task CreateAsync(
- global::LabelStudio.ApiStoragesAzureCreateRequest request,
+ global::LabelStudio.AzureBlobImportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -27,7 +27,7 @@ public partial interface IStorageAzureClient
///
global::System.Threading.Tasks.Task> CreateAsResponseAsync(
- global::LabelStudio.ApiStoragesAzureCreateRequest request,
+ global::LabelStudio.AzureBlobImportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -44,36 +44,40 @@ public partial interface IStorageAzureClient
/// Azure blob container
///
///
- /// Storage description
+ /// Cloud storage description
///
///
/// Azure blob prefix name
///
///
- /// Presign URLs for direct download
/// Default Value: true
///
///
- /// Presign TTL in minutes
- /// Default Value: 1
+ /// Presigned URLs TTL (in minutes)
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
+ ///
+ ///
+ /// Perform recursive scan over the container content
///
///
- /// Cloud storage regex for filtering objects. You must specify it otherwise no objects will be imported.
+ /// Cloud storage regex for filtering objects
+ ///
+ ///
+ /// Default Value: true
///
///
- /// Storage title
+ /// Cloud storage title
///
///
- /// Interpret objects as BLOBs and generate URLs. For example, if your bucket contains images, you can use this option to generate URLs for these images. If set to False, it will read the content of the file and load it into Label Studio.
- /// Default Value: false
+ /// Interpret objects as BLOBs and generate URLs
///
/// 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 CreateAsync(
+ int project,
string? accountKey = default,
string? accountName = default,
string? container = default,
@@ -81,8 +85,9 @@ public partial interface IStorageAzureClient
string? prefix = default,
bool? presign = default,
int? presignTtl = default,
- int? project = default,
+ bool? recursiveScan = default,
string? regexFilter = default,
+ bool? synchronizable = default,
string? title = default,
bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageAzureClient.Create2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageAzureClient.Create2.g.cs
index f928f110..3da4becf 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageAzureClient.Create2.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageAzureClient.Create2.g.cs
@@ -14,7 +14,7 @@ public partial interface IStorageAzureClient
///
global::System.Threading.Tasks.Task Create2Async(
- global::LabelStudio.ApiStoragesExportAzureCreateRequest request,
+ global::LabelStudio.AzureBlobExportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -27,7 +27,7 @@ public partial interface IStorageAzureClient
///
global::System.Threading.Tasks.Task> Create2AsResponseAsync(
- global::LabelStudio.ApiStoragesExportAzureCreateRequest request,
+ global::LabelStudio.AzureBlobExportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -41,36 +41,47 @@ public partial interface IStorageAzureClient
/// Azure Blob account name
///
///
- /// Deletion from storage enabled
- /// Default Value: false
+ /// Deletion from storage enabled
///
///
/// Azure blob container
///
///
- /// Storage description
+ /// Cloud storage description
///
///
/// Azure blob prefix name
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
+ ///
+ ///
+ /// Cloud storage regex for filtering objects
+ ///
+ ///
+ /// Default Value: true
///
///
- /// Storage title
+ /// Cloud storage title
+ ///
+ ///
+ /// Interpret objects as BLOBs and generate URLs
///
/// 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 Create2Async(
+ int project,
string? accountKey = default,
string? accountName = default,
bool? canDeleteObjects = default,
string? container = default,
string? description = default,
string? prefix = default,
- int? project = default,
+ string? regexFilter = default,
+ bool? synchronizable = default,
string? title = default,
+ bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageAzureClient.Update.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageAzureClient.Update.g.cs
index 981ee053..78130854 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageAzureClient.Update.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageAzureClient.Update.g.cs
@@ -16,7 +16,7 @@ public partial interface IStorageAzureClient
global::System.Threading.Tasks.Task UpdateAsync(
int id,
- global::LabelStudio.ApiStoragesAzurePartialUpdateRequest request,
+ global::LabelStudio.PatchedAzureBlobImportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -31,7 +31,7 @@ public partial interface IStorageAzureClient
global::System.Threading.Tasks.Task> UpdateAsResponseAsync(
int id,
- global::LabelStudio.ApiStoragesAzurePartialUpdateRequest request,
+ global::LabelStudio.PatchedAzureBlobImportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -49,31 +49,34 @@ public partial interface IStorageAzureClient
/// Azure blob container
///
///
- /// Storage description
+ /// Cloud storage description
///
///
/// Azure blob prefix name
///
///
- /// Presign URLs for direct download
/// Default Value: true
///
///
- /// Presign TTL in minutes
- /// Default Value: 1
+ /// Presigned URLs TTL (in minutes)
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
+ ///
+ ///
+ /// Perform recursive scan over the container content
///
///
- /// Cloud storage regex for filtering objects. You must specify it otherwise no objects will be imported.
+ /// Cloud storage regex for filtering objects
+ ///
+ ///
+ /// Default Value: true
///
///
- /// Storage title
+ /// Cloud storage title
///
///
- /// Interpret objects as BLOBs and generate URLs. For example, if your bucket contains images, you can use this option to generate URLs for these images. If set to False, it will read the content of the file and load it into Label Studio.
- /// Default Value: false
+ /// Interpret objects as BLOBs and generate URLs
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
@@ -88,7 +91,9 @@ public partial interface IStorageAzureClient
bool? presign = default,
int? presignTtl = default,
int? project = default,
+ bool? recursiveScan = default,
string? regexFilter = default,
+ bool? synchronizable = default,
string? title = default,
bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageAzureClient.Update2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageAzureClient.Update2.g.cs
index 275855b7..97048510 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageAzureClient.Update2.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageAzureClient.Update2.g.cs
@@ -16,7 +16,7 @@ public partial interface IStorageAzureClient
global::System.Threading.Tasks.Task Update2Async(
int id,
- global::LabelStudio.ApiStoragesExportAzurePartialUpdateRequest request,
+ global::LabelStudio.PatchedAzureBlobExportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -31,7 +31,7 @@ public partial interface IStorageAzureClient
global::System.Threading.Tasks.Task> Update2AsResponseAsync(
int id,
- global::LabelStudio.ApiStoragesExportAzurePartialUpdateRequest request,
+ global::LabelStudio.PatchedAzureBlobExportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -46,23 +46,31 @@ public partial interface IStorageAzureClient
/// Azure Blob account name
///
///
- /// Deletion from storage enabled
- /// Default Value: false
+ /// Deletion from storage enabled
///
///
/// Azure blob container
///
///
- /// Storage description
+ /// Cloud storage description
///
///
/// Azure blob prefix name
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
+ ///
+ ///
+ /// Cloud storage regex for filtering objects
+ ///
+ ///
+ /// Default Value: true
///
///
- /// Storage title
+ /// Cloud storage title
+ ///
+ ///
+ /// Interpret objects as BLOBs and generate URLs
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
@@ -76,7 +84,10 @@ public partial interface IStorageAzureClient
string? description = default,
string? prefix = default,
int? project = default,
+ string? regexFilter = default,
+ bool? synchronizable = default,
string? title = default,
+ bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageAzureClient.Validate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageAzureClient.Validate.g.cs
index b822f38c..c4d5dcd3 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageAzureClient.Validate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageAzureClient.Validate.g.cs
@@ -14,7 +14,7 @@ public partial interface IStorageAzureClient
///
global::System.Threading.Tasks.Task ValidateAsync(
- global::LabelStudio.ApiStoragesAzureValidateCreateRequest request,
+ global::LabelStudio.AzureBlobImportStorageValidateRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -27,7 +27,7 @@ public partial interface IStorageAzureClient
///
global::System.Threading.Tasks.Task ValidateAsResponseAsync(
- global::LabelStudio.ApiStoragesAzureValidateCreateRequest request,
+ global::LabelStudio.AzureBlobImportStorageValidateRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -44,7 +44,7 @@ public partial interface IStorageAzureClient
/// Azure blob container
///
///
- /// Storage description
+ /// Cloud storage description
///
///
/// Storage ID. If set, storage with specified ID will be updated
@@ -53,30 +53,34 @@ public partial interface IStorageAzureClient
/// Azure blob prefix name
///
///
- /// Presign URLs for direct download
/// Default Value: true
///
///
- /// Presign TTL in minutes
- /// Default Value: 1
+ /// Presigned URLs TTL (in minutes)
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
+ ///
+ ///
+ /// Perform recursive scan over the container content
///
///
- /// Cloud storage regex for filtering objects. You must specify it otherwise no objects will be imported.
+ /// Cloud storage regex for filtering objects
+ ///
+ ///
+ /// Default Value: true
///
///
- /// Storage title
+ /// Cloud storage title
///
///
- /// Interpret objects as BLOBs and generate URLs. For example, if your bucket contains images, you can use this option to generate URLs for these images. If set to False, it will read the content of the file and load it into Label Studio.
- /// Default Value: false
+ /// Interpret objects as BLOBs and generate URLs
///
/// 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 ValidateAsync(
+ int project,
string? accountKey = default,
string? accountName = default,
string? container = default,
@@ -85,8 +89,9 @@ public partial interface IStorageAzureClient
string? prefix = default,
bool? presign = default,
int? presignTtl = default,
- int? project = default,
+ bool? recursiveScan = default,
string? regexFilter = default,
+ bool? synchronizable = default,
string? title = default,
bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageAzureClient.Validate2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageAzureClient.Validate2.g.cs
index e7de9501..629eacb1 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageAzureClient.Validate2.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageAzureClient.Validate2.g.cs
@@ -14,7 +14,7 @@ public partial interface IStorageAzureClient
///
global::System.Threading.Tasks.Task Validate2Async(
- global::LabelStudio.ApiStoragesExportAzureValidateCreateRequest request,
+ global::LabelStudio.AzureBlobExportStorageValidateRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -27,7 +27,7 @@ public partial interface IStorageAzureClient
///
global::System.Threading.Tasks.Task Validate2AsResponseAsync(
- global::LabelStudio.ApiStoragesExportAzureValidateCreateRequest request,
+ global::LabelStudio.AzureBlobExportStorageValidateRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -41,14 +41,13 @@ public partial interface IStorageAzureClient
/// Azure Blob account name
///
///
- /// Deletion from storage enabled
- /// Default Value: false
+ /// Deletion from storage enabled
///
///
/// Azure blob container
///
///
- /// Storage description
+ /// Cloud storage description
///
///
/// Storage ID. If set, storage with specified ID will be updated
@@ -57,15 +56,25 @@ public partial interface IStorageAzureClient
/// Azure blob prefix name
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
+ ///
+ ///
+ /// Cloud storage regex for filtering objects
+ ///
+ ///
+ /// Default Value: true
///
///
- /// Storage title
+ /// Cloud storage title
+ ///
+ ///
+ /// Interpret objects as BLOBs and generate URLs
///
/// 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 Validate2Async(
+ int project,
string? accountKey = default,
string? accountName = default,
bool? canDeleteObjects = default,
@@ -73,8 +82,10 @@ public partial interface IStorageAzureClient
string? description = default,
int? id = default,
string? prefix = default,
- int? project = default,
+ string? regexFilter = default,
+ bool? synchronizable = default,
string? title = default,
+ bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageDatabricksFilesClient.Create.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageDatabricksFilesClient.Create.g.cs
index f5f4ee47..399aee82 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageDatabricksFilesClient.Create.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageDatabricksFilesClient.Create.g.cs
@@ -20,7 +20,7 @@ public partial interface IStorageDatabricksFilesClient
///
global::System.Threading.Tasks.Task CreateAsync(
- global::LabelStudio.DatabricksImportStorageRequest request,
+ global::LabelStudio.DatabricksImportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -39,7 +39,7 @@ public partial interface IStorageDatabricksFilesClient
///
global::System.Threading.Tasks.Task> CreateAsResponseAsync(
- global::LabelStudio.DatabricksImportStorageRequest request,
+ global::LabelStudio.DatabricksImportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -75,18 +75,6 @@ public partial interface IStorageDatabricksFilesClient
///
/// Databricks workspace base URL (https://...)
///
- ///
- /// Last sync finished time
- ///
- ///
- /// Count of tasks synced last time
- ///
- ///
- /// Last sync job ID
- ///
- ///
- /// Meta and debug information about storage processes
- ///
///
/// Path under the volume
///
@@ -109,14 +97,6 @@ public partial interface IStorageDatabricksFilesClient
///
/// UC schema name
///
- ///
- /// * `initialized` - Initialized
- /// * `queued` - Queued
- /// * `in_progress` - In progress
- /// * `failed` - Failed
- /// * `completed` - Completed
- /// * `completed_with_errors` - Completed with errors
- ///
///
///
/// Default Value: true
@@ -131,9 +111,6 @@ public partial interface IStorageDatabricksFilesClient
/// Databricks personal access token (required for PAT mode)
/// Included only in requests
///
- ///
- /// Traceback report for the last failed sync
- ///
///
/// Generate blob URLs in tasks
///
@@ -157,22 +134,16 @@ public partial interface IStorageDatabricksFilesClient
global::LabelStudio.AuthTypeEnum? authType = default,
string? clientId = default,
string? description = default,
- global::System.DateTime? lastSync = default,
- int? lastSyncCount = default,
- string? lastSyncJob = default,
- object? meta = default,
string? prefix = default,
bool? presign = default,
int? presignTtl = default,
bool? recursiveScan = default,
string? regexFilter = default,
int? requestTimeoutS = default,
- global::LabelStudio.StorageStatusEnum? status = default,
long? streamChunkBytes = default,
bool? synchronizable = default,
string? tenantId = default,
string? title = default,
- string? traceback = default,
bool? useBlobUrls = default,
bool? verifyTls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageDatabricksFilesClient.Create2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageDatabricksFilesClient.Create2.g.cs
index 5f646e7d..1b3eb26b 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageDatabricksFilesClient.Create2.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageDatabricksFilesClient.Create2.g.cs
@@ -20,7 +20,7 @@ public partial interface IStorageDatabricksFilesClient
///
global::System.Threading.Tasks.Task Create2Async(
- global::LabelStudio.DatabricksExportStorageRequest request,
+ global::LabelStudio.DatabricksExportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -39,7 +39,7 @@ public partial interface IStorageDatabricksFilesClient
///
global::System.Threading.Tasks.Task> Create2AsResponseAsync(
- global::LabelStudio.DatabricksExportStorageRequest request,
+ global::LabelStudio.DatabricksExportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -78,18 +78,6 @@ public partial interface IStorageDatabricksFilesClient
///
/// Databricks workspace base URL (https://...)
///
- ///
- /// Last sync finished time
- ///
- ///
- /// Count of tasks synced last time
- ///
- ///
- /// Last sync job ID
- ///
- ///
- /// Meta and debug information about storage processes
- ///
///
/// Export path prefix under the volume
///
@@ -103,14 +91,6 @@ public partial interface IStorageDatabricksFilesClient
///
/// UC schema name
///
- ///
- /// * `initialized` - Initialized
- /// * `queued` - Queued
- /// * `in_progress` - In progress
- /// * `failed` - Failed
- /// * `completed` - Completed
- /// * `completed_with_errors` - Completed with errors
- ///
///
///
/// Default Value: true
@@ -125,9 +105,6 @@ public partial interface IStorageDatabricksFilesClient
/// Databricks personal access token (required for PAT mode)
/// Included only in requests
///
- ///
- /// Traceback report for the last failed sync
- ///
///
/// Generate blob URLs in tasks
///
@@ -152,19 +129,13 @@ public partial interface IStorageDatabricksFilesClient
bool? canDeleteObjects = default,
string? clientId = default,
string? description = default,
- global::System.DateTime? lastSync = default,
- int? lastSyncCount = default,
- string? lastSyncJob = default,
- object? meta = default,
string? prefix = default,
string? regexFilter = default,
int? requestTimeoutS = default,
- global::LabelStudio.StorageStatusEnum? status = default,
long? streamChunkBytes = default,
bool? synchronizable = default,
string? tenantId = default,
string? title = default,
- string? traceback = default,
bool? useBlobUrls = default,
bool? verifyTls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageDatabricksFilesClient.Update.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageDatabricksFilesClient.Update.g.cs
index 0c71021d..c978ec90 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageDatabricksFilesClient.Update.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageDatabricksFilesClient.Update.g.cs
@@ -22,7 +22,7 @@ public partial interface IStorageDatabricksFilesClient
global::System.Threading.Tasks.Task UpdateAsync(
int id,
- global::LabelStudio.PatchedDatabricksImportStorageRequest request,
+ global::LabelStudio.PatchedDatabricksImportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -43,7 +43,7 @@ public partial interface IStorageDatabricksFilesClient
global::System.Threading.Tasks.Task> UpdateAsResponseAsync(
int id,
- global::LabelStudio.PatchedDatabricksImportStorageRequest request,
+ global::LabelStudio.PatchedDatabricksImportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -80,18 +80,6 @@ public partial interface IStorageDatabricksFilesClient
///
/// Databricks workspace base URL (https://...)
///
- ///
- /// Last sync finished time
- ///
- ///
- /// Count of tasks synced last time
- ///
- ///
- /// Last sync job ID
- ///
- ///
- /// Meta and debug information about storage processes
- ///
///
/// Path under the volume
///
@@ -114,14 +102,6 @@ public partial interface IStorageDatabricksFilesClient
///
/// UC schema name
///
- ///
- /// * `initialized` - Initialized
- /// * `queued` - Queued
- /// * `in_progress` - In progress
- /// * `failed` - Failed
- /// * `completed` - Completed
- /// * `completed_with_errors` - Completed with errors
- ///
///
///
/// Default Value: true
@@ -136,9 +116,6 @@ public partial interface IStorageDatabricksFilesClient
/// Databricks personal access token (required for PAT mode)
/// Included only in requests
///
- ///
- /// Traceback report for the last failed sync
- ///
///
/// Generate blob URLs in tasks
///
@@ -160,10 +137,6 @@ public partial interface IStorageDatabricksFilesClient
string? clientId = default,
string? description = default,
string? host = default,
- global::System.DateTime? lastSync = default,
- int? lastSyncCount = default,
- string? lastSyncJob = default,
- object? meta = default,
string? prefix = default,
bool? presign = default,
int? presignTtl = default,
@@ -172,12 +145,10 @@ public partial interface IStorageDatabricksFilesClient
string? regexFilter = default,
int? requestTimeoutS = default,
string? schema = default,
- global::LabelStudio.StorageStatusEnum? status = default,
long? streamChunkBytes = default,
bool? synchronizable = default,
string? tenantId = default,
string? title = default,
- string? traceback = default,
bool? useBlobUrls = default,
bool? verifyTls = default,
string? volume = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageDatabricksFilesClient.Update2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageDatabricksFilesClient.Update2.g.cs
index fdd5660f..ab10e77e 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageDatabricksFilesClient.Update2.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageDatabricksFilesClient.Update2.g.cs
@@ -22,7 +22,7 @@ public partial interface IStorageDatabricksFilesClient
global::System.Threading.Tasks.Task Update2Async(
int id,
- global::LabelStudio.PatchedDatabricksExportStorageRequest request,
+ global::LabelStudio.PatchedDatabricksExportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -43,7 +43,7 @@ public partial interface IStorageDatabricksFilesClient
global::System.Threading.Tasks.Task> Update2AsResponseAsync(
int id,
- global::LabelStudio.PatchedDatabricksExportStorageRequest request,
+ global::LabelStudio.PatchedDatabricksExportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -83,18 +83,6 @@ public partial interface IStorageDatabricksFilesClient
///
/// Databricks workspace base URL (https://...)
///
- ///
- /// Last sync finished time
- ///
- ///
- /// Count of tasks synced last time
- ///
- ///
- /// Last sync job ID
- ///
- ///
- /// Meta and debug information about storage processes
- ///
///
/// Export path prefix under the volume
///
@@ -108,14 +96,6 @@ public partial interface IStorageDatabricksFilesClient
///
/// UC schema name
///
- ///
- /// * `initialized` - Initialized
- /// * `queued` - Queued
- /// * `in_progress` - In progress
- /// * `failed` - Failed
- /// * `completed` - Completed
- /// * `completed_with_errors` - Completed with errors
- ///
///
///
/// Default Value: true
@@ -130,9 +110,6 @@ public partial interface IStorageDatabricksFilesClient
/// Databricks personal access token (required for PAT mode)
/// Included only in requests
///
- ///
- /// Traceback report for the last failed sync
- ///
///
/// Generate blob URLs in tasks
///
@@ -155,21 +132,15 @@ public partial interface IStorageDatabricksFilesClient
string? clientId = default,
string? description = default,
string? host = default,
- global::System.DateTime? lastSync = default,
- int? lastSyncCount = default,
- string? lastSyncJob = default,
- object? meta = default,
string? prefix = default,
int? project = default,
string? regexFilter = default,
int? requestTimeoutS = default,
string? schema = default,
- global::LabelStudio.StorageStatusEnum? status = default,
long? streamChunkBytes = default,
bool? synchronizable = default,
string? tenantId = default,
string? title = default,
- string? traceback = default,
bool? useBlobUrls = default,
bool? verifyTls = default,
string? volume = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageDatabricksFilesClient.Validate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageDatabricksFilesClient.Validate.g.cs
index e347db95..250d51f2 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageDatabricksFilesClient.Validate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageDatabricksFilesClient.Validate.g.cs
@@ -20,7 +20,7 @@ public partial interface IStorageDatabricksFilesClient
///
global::System.Threading.Tasks.Task ValidateAsync(
- global::LabelStudio.DatabricksImportStorageRequest request,
+ global::LabelStudio.DatabricksImportStorageValidateRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -39,7 +39,7 @@ public partial interface IStorageDatabricksFilesClient
///
global::System.Threading.Tasks.Task ValidateAsResponseAsync(
- global::LabelStudio.DatabricksImportStorageRequest request,
+ global::LabelStudio.DatabricksImportStorageValidateRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -75,17 +75,8 @@ public partial interface IStorageDatabricksFilesClient
///
/// Databricks workspace base URL (https://...)
///
- ///
- /// Last sync finished time
- ///
- ///
- /// Count of tasks synced last time
- ///
- ///
- /// Last sync job ID
- ///
- ///
- /// Meta and debug information about storage processes
+ ///
+ /// Storage ID. If set, storage with specified ID will be updated
///
///
/// Path under the volume
@@ -109,14 +100,6 @@ public partial interface IStorageDatabricksFilesClient
///
/// UC schema name
///
- ///
- /// * `initialized` - Initialized
- /// * `queued` - Queued
- /// * `in_progress` - In progress
- /// * `failed` - Failed
- /// * `completed` - Completed
- /// * `completed_with_errors` - Completed with errors
- ///
///
///
/// Default Value: true
@@ -131,9 +114,6 @@ public partial interface IStorageDatabricksFilesClient
/// Databricks personal access token (required for PAT mode)
/// Included only in requests
///
- ///
- /// Traceback report for the last failed sync
- ///
///
/// Generate blob URLs in tasks
///
@@ -157,22 +137,17 @@ public partial interface IStorageDatabricksFilesClient
global::LabelStudio.AuthTypeEnum? authType = default,
string? clientId = default,
string? description = default,
- global::System.DateTime? lastSync = default,
- int? lastSyncCount = default,
- string? lastSyncJob = default,
- object? meta = default,
+ int? id = default,
string? prefix = default,
bool? presign = default,
int? presignTtl = default,
bool? recursiveScan = default,
string? regexFilter = default,
int? requestTimeoutS = default,
- global::LabelStudio.StorageStatusEnum? status = default,
long? streamChunkBytes = default,
bool? synchronizable = default,
string? tenantId = default,
string? title = default,
- string? traceback = default,
bool? useBlobUrls = default,
bool? verifyTls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageDatabricksFilesClient.Validate2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageDatabricksFilesClient.Validate2.g.cs
index 4b902921..f9ede1c8 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageDatabricksFilesClient.Validate2.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageDatabricksFilesClient.Validate2.g.cs
@@ -20,7 +20,7 @@ public partial interface IStorageDatabricksFilesClient
///
global::System.Threading.Tasks.Task Validate2Async(
- global::LabelStudio.DatabricksExportStorageRequest request,
+ global::LabelStudio.DatabricksExportStorageValidateRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -39,7 +39,7 @@ public partial interface IStorageDatabricksFilesClient
///
global::System.Threading.Tasks.Task Validate2AsResponseAsync(
- global::LabelStudio.DatabricksExportStorageRequest request,
+ global::LabelStudio.DatabricksExportStorageValidateRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -78,17 +78,8 @@ public partial interface IStorageDatabricksFilesClient
///
/// Databricks workspace base URL (https://...)
///
- ///
- /// Last sync finished time
- ///
- ///
- /// Count of tasks synced last time
- ///
- ///
- /// Last sync job ID
- ///
- ///
- /// Meta and debug information about storage processes
+ ///
+ /// Storage ID. If set, storage with specified ID will be updated
///
///
/// Export path prefix under the volume
@@ -103,14 +94,6 @@ public partial interface IStorageDatabricksFilesClient
///
/// UC schema name
///
- ///
- /// * `initialized` - Initialized
- /// * `queued` - Queued
- /// * `in_progress` - In progress
- /// * `failed` - Failed
- /// * `completed` - Completed
- /// * `completed_with_errors` - Completed with errors
- ///
///
///
/// Default Value: true
@@ -125,9 +108,6 @@ public partial interface IStorageDatabricksFilesClient
/// Databricks personal access token (required for PAT mode)
/// Included only in requests
///
- ///
- /// Traceback report for the last failed sync
- ///
///
/// Generate blob URLs in tasks
///
@@ -152,19 +132,14 @@ public partial interface IStorageDatabricksFilesClient
bool? canDeleteObjects = default,
string? clientId = default,
string? description = default,
- global::System.DateTime? lastSync = default,
- int? lastSyncCount = default,
- string? lastSyncJob = default,
- object? meta = default,
+ int? id = default,
string? prefix = default,
string? regexFilter = default,
int? requestTimeoutS = default,
- global::LabelStudio.StorageStatusEnum? status = default,
long? streamChunkBytes = default,
bool? synchronizable = default,
string? tenantId = default,
string? title = default,
- string? traceback = default,
bool? useBlobUrls = default,
bool? verifyTls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsClient.Create.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsClient.Create.g.cs
index 0273f088..39e96e98 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsClient.Create.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsClient.Create.g.cs
@@ -14,7 +14,7 @@ public partial interface IStorageGcsClient
///
global::System.Threading.Tasks.Task CreateAsync(
- global::LabelStudio.ApiStoragesExportGcsCreateRequest request,
+ global::LabelStudio.GCSExportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -27,7 +27,7 @@ public partial interface IStorageGcsClient
///
global::System.Threading.Tasks.Task> CreateAsResponseAsync(
- global::LabelStudio.ApiStoragesExportGcsCreateRequest request,
+ global::LabelStudio.GCSExportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -38,14 +38,13 @@ public partial interface IStorageGcsClient
/// GCS bucket name
///
///
- /// Deletion from storage enabled.
- /// Default Value: false
+ /// Deletion from storage enabled
///
///
- /// Storage description
+ /// Cloud storage description
///
///
- /// The content of GOOGLE_APPLICATION_CREDENTIALS json file. Check official Google Cloud Authentication documentation for more details.
+ /// The content of GOOGLE_APPLICATION_CREDENTIALS json file
///
///
/// Google project ID
@@ -54,23 +53,35 @@ public partial interface IStorageGcsClient
/// GCS bucket prefix
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
+ ///
+ ///
+ /// Cloud storage regex for filtering objects
+ ///
+ ///
+ /// Default Value: true
///
///
- /// Storage title
+ /// Cloud storage title
+ ///
+ ///
+ /// Interpret objects as BLOBs and generate URLs
///
/// 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 CreateAsync(
+ int project,
string? bucket = default,
bool? canDeleteObjects = default,
string? description = default,
string? googleApplicationCredentials = default,
string? googleProjectId = default,
string? prefix = default,
- int? project = default,
+ string? regexFilter = default,
+ bool? synchronizable = default,
string? title = default,
+ bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsClient.Create2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsClient.Create2.g.cs
index 1283f7b6..6209b79d 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsClient.Create2.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsClient.Create2.g.cs
@@ -14,7 +14,7 @@ public partial interface IStorageGcsClient
///
global::System.Threading.Tasks.Task Create2Async(
- global::LabelStudio.ApiStoragesGcsCreateRequest request,
+ global::LabelStudio.GCSImportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -27,7 +27,7 @@ public partial interface IStorageGcsClient
///
global::System.Threading.Tasks.Task> Create2AsResponseAsync(
- global::LabelStudio.ApiStoragesGcsCreateRequest request,
+ global::LabelStudio.GCSImportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -38,10 +38,10 @@ public partial interface IStorageGcsClient
/// GCS bucket name
///
///
- /// Storage description
+ /// Cloud storage description
///
///
- /// The content of GOOGLE_APPLICATION_CREDENTIALS json file. Check official Google Cloud Authentication documentation for more details.
+ /// The content of GOOGLE_APPLICATION_CREDENTIALS json file
///
///
/// Google project ID
@@ -50,30 +50,34 @@ public partial interface IStorageGcsClient
/// GCS bucket prefix
///
///
- /// Presign URLs for direct download
/// Default Value: true
///
///
- /// Presign TTL in minutes
- /// Default Value: 1
+ /// Presigned URLs TTL (in minutes)
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
+ ///
+ ///
+ /// Perform recursive scan over the bucket content
///
///
- /// Cloud storage regex for filtering objects. You must specify it otherwise no objects will be imported.
+ /// Cloud storage regex for filtering objects
+ ///
+ ///
+ /// Default Value: true
///
///
- /// Storage title
+ /// Cloud storage title
///
///
- /// Interpret objects as BLOBs and generate URLs. For example, if your bucket contains images, you can use this option to generate URLs for these images. If set to False, it will read the content of the file and load it into Label Studio.
- /// Default Value: false
+ /// Interpret objects as BLOBs and generate URLs
///
/// 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 Create2Async(
+ int project,
string? bucket = default,
string? description = default,
string? googleApplicationCredentials = default,
@@ -81,8 +85,9 @@ public partial interface IStorageGcsClient
string? prefix = default,
bool? presign = default,
int? presignTtl = default,
- int? project = default,
+ bool? recursiveScan = default,
string? regexFilter = default,
+ bool? synchronizable = default,
string? title = default,
bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsClient.Update.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsClient.Update.g.cs
index db4aad3c..9208263c 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsClient.Update.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsClient.Update.g.cs
@@ -16,7 +16,7 @@ public partial interface IStorageGcsClient
global::System.Threading.Tasks.Task UpdateAsync(
int id,
- global::LabelStudio.ApiStoragesExportGcsPartialUpdateRequest request,
+ global::LabelStudio.PatchedGCSExportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -31,7 +31,7 @@ public partial interface IStorageGcsClient
global::System.Threading.Tasks.Task> UpdateAsResponseAsync(
int id,
- global::LabelStudio.ApiStoragesExportGcsPartialUpdateRequest request,
+ global::LabelStudio.PatchedGCSExportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -43,14 +43,13 @@ public partial interface IStorageGcsClient
/// GCS bucket name
///
///
- /// Deletion from storage enabled.
- /// Default Value: false
+ /// Deletion from storage enabled
///
///
- /// Storage description
+ /// Cloud storage description
///
///
- /// The content of GOOGLE_APPLICATION_CREDENTIALS json file. Check official Google Cloud Authentication documentation for more details.
+ /// The content of GOOGLE_APPLICATION_CREDENTIALS json file
///
///
/// Google project ID
@@ -59,10 +58,19 @@ public partial interface IStorageGcsClient
/// GCS bucket prefix
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
+ ///
+ ///
+ /// Cloud storage regex for filtering objects
+ ///
+ ///
+ /// Default Value: true
///
///
- /// Storage title
+ /// Cloud storage title
+ ///
+ ///
+ /// Interpret objects as BLOBs and generate URLs
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
@@ -76,7 +84,10 @@ public partial interface IStorageGcsClient
string? googleProjectId = default,
string? prefix = default,
int? project = default,
+ string? regexFilter = default,
+ bool? synchronizable = default,
string? title = default,
+ bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsClient.Update2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsClient.Update2.g.cs
index 40cb3143..bc7b1ef8 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsClient.Update2.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsClient.Update2.g.cs
@@ -16,7 +16,7 @@ public partial interface IStorageGcsClient
global::System.Threading.Tasks.Task Update2Async(
int id,
- global::LabelStudio.ApiStoragesGcsPartialUpdateRequest request,
+ global::LabelStudio.PatchedGCSImportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -31,7 +31,7 @@ public partial interface IStorageGcsClient
global::System.Threading.Tasks.Task> Update2AsResponseAsync(
int id,
- global::LabelStudio.ApiStoragesGcsPartialUpdateRequest request,
+ global::LabelStudio.PatchedGCSImportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -43,10 +43,10 @@ public partial interface IStorageGcsClient
/// GCS bucket name
///
///
- /// Storage description
+ /// Cloud storage description
///
///
- /// The content of GOOGLE_APPLICATION_CREDENTIALS json file. Check official Google Cloud Authentication documentation for more details.
+ /// The content of GOOGLE_APPLICATION_CREDENTIALS json file
///
///
/// Google project ID
@@ -55,25 +55,28 @@ public partial interface IStorageGcsClient
/// GCS bucket prefix
///
///
- /// Presign URLs for direct download
/// Default Value: true
///
///
- /// Presign TTL in minutes
- /// Default Value: 1
+ /// Presigned URLs TTL (in minutes)
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
+ ///
+ ///
+ /// Perform recursive scan over the bucket content
///
///
- /// Cloud storage regex for filtering objects. You must specify it otherwise no objects will be imported.
+ /// Cloud storage regex for filtering objects
+ ///
+ ///
+ /// Default Value: true
///
///
- /// Storage title
+ /// Cloud storage title
///
///
- /// Interpret objects as BLOBs and generate URLs. For example, if your bucket contains images, you can use this option to generate URLs for these images. If set to False, it will read the content of the file and load it into Label Studio.
- /// Default Value: false
+ /// Interpret objects as BLOBs and generate URLs
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
@@ -88,7 +91,9 @@ public partial interface IStorageGcsClient
bool? presign = default,
int? presignTtl = default,
int? project = default,
+ bool? recursiveScan = default,
string? regexFilter = default,
+ bool? synchronizable = default,
string? title = default,
bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsClient.Validate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsClient.Validate.g.cs
index 006550e8..346a9ca0 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsClient.Validate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsClient.Validate.g.cs
@@ -14,7 +14,7 @@ public partial interface IStorageGcsClient
///
global::System.Threading.Tasks.Task ValidateAsync(
- global::LabelStudio.ApiStoragesExportGcsValidateCreateRequest request,
+ global::LabelStudio.GCSExportStorageValidateRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -27,7 +27,7 @@ public partial interface IStorageGcsClient
///
global::System.Threading.Tasks.Task ValidateAsResponseAsync(
- global::LabelStudio.ApiStoragesExportGcsValidateCreateRequest request,
+ global::LabelStudio.GCSExportStorageValidateRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -38,14 +38,13 @@ public partial interface IStorageGcsClient
/// GCS bucket name
///
///
- /// Deletion from storage enabled.
- /// Default Value: false
+ /// Deletion from storage enabled
///
///
- /// Storage description
+ /// Cloud storage description
///
///
- /// The content of GOOGLE_APPLICATION_CREDENTIALS json file. Check official Google Cloud Authentication documentation for more details.
+ /// The content of GOOGLE_APPLICATION_CREDENTIALS json file
///
///
/// Google project ID
@@ -57,15 +56,25 @@ public partial interface IStorageGcsClient
/// GCS bucket prefix
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
+ ///
+ ///
+ /// Cloud storage regex for filtering objects
+ ///
+ ///
+ /// Default Value: true
///
///
- /// Storage title
+ /// Cloud storage title
+ ///
+ ///
+ /// Interpret objects as BLOBs and generate URLs
///
/// 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 ValidateAsync(
+ int project,
string? bucket = default,
bool? canDeleteObjects = default,
string? description = default,
@@ -73,8 +82,10 @@ public partial interface IStorageGcsClient
string? googleProjectId = default,
int? id = default,
string? prefix = default,
- int? project = default,
+ string? regexFilter = default,
+ bool? synchronizable = default,
string? title = default,
+ bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsClient.Validate2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsClient.Validate2.g.cs
index 814bd4ed..f771138c 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsClient.Validate2.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsClient.Validate2.g.cs
@@ -14,7 +14,7 @@ public partial interface IStorageGcsClient
///
global::System.Threading.Tasks.Task Validate2Async(
- global::LabelStudio.ApiStoragesGcsValidateCreateRequest request,
+ global::LabelStudio.GCSImportStorageValidateRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -27,7 +27,7 @@ public partial interface IStorageGcsClient
///
global::System.Threading.Tasks.Task Validate2AsResponseAsync(
- global::LabelStudio.ApiStoragesGcsValidateCreateRequest request,
+ global::LabelStudio.GCSImportStorageValidateRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -38,10 +38,10 @@ public partial interface IStorageGcsClient
/// GCS bucket name
///
///
- /// Storage description
+ /// Cloud storage description
///
///
- /// The content of GOOGLE_APPLICATION_CREDENTIALS json file. Check official Google Cloud Authentication documentation for more details.
+ /// The content of GOOGLE_APPLICATION_CREDENTIALS json file
///
///
/// Google project ID
@@ -53,30 +53,34 @@ public partial interface IStorageGcsClient
/// GCS bucket prefix
///
///
- /// Presign URLs for direct download
/// Default Value: true
///
///
- /// Presign TTL in minutes
- /// Default Value: 1
+ /// Presigned URLs TTL (in minutes)
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
+ ///
+ ///
+ /// Perform recursive scan over the bucket content
///
///
- /// Cloud storage regex for filtering objects. You must specify it otherwise no objects will be imported.
+ /// Cloud storage regex for filtering objects
+ ///
+ ///
+ /// Default Value: true
///
///
- /// Storage title
+ /// Cloud storage title
///
///
- /// Interpret objects as BLOBs and generate URLs. For example, if your bucket contains images, you can use this option to generate URLs for these images. If set to False, it will read the content of the file and load it into Label Studio.
- /// Default Value: false
+ /// Interpret objects as BLOBs and generate URLs
///
/// 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 Validate2Async(
+ int project,
string? bucket = default,
string? description = default,
string? googleApplicationCredentials = default,
@@ -85,8 +89,9 @@ public partial interface IStorageGcsClient
string? prefix = default,
bool? presign = default,
int? presignTtl = default,
- int? project = default,
+ bool? recursiveScan = default,
string? regexFilter = default,
+ bool? synchronizable = default,
string? title = default,
bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageLocalClient.Create.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageLocalClient.Create.g.cs
index 59bc9c5b..63328949 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageLocalClient.Create.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageLocalClient.Create.g.cs
@@ -14,7 +14,7 @@ public partial interface IStorageLocalClient
///
global::System.Threading.Tasks.Task CreateAsync(
- global::LabelStudio.ApiStoragesExportLocalfilesCreateRequest request,
+ global::LabelStudio.LocalFilesExportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -27,40 +27,47 @@ public partial interface IStorageLocalClient
///
global::System.Threading.Tasks.Task> CreateAsResponseAsync(
- global::LabelStudio.ApiStoragesExportLocalfilesCreateRequest request,
+ global::LabelStudio.LocalFilesExportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
/// Create export storage
/// Create a new local file export storage connection to store annotations.
///
+ ///
+ /// Deletion from storage enabled
+ ///
///
- /// Storage description
+ /// Cloud storage description
///
///
- /// Path to local directory
+ /// Local path
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
///
///
/// Regex for filtering objects
///
+ ///
+ /// Default Value: true
+ ///
///
- /// Storage title
+ /// Cloud storage title
///
///
- /// Interpret objects as BLOBs and generate URLs. For example, if your directory contains images, you can use this option to generate URLs for these images. If set to False, it will read the content of the file and load it into Label Studio.
- /// Default Value: false
+ /// Interpret objects as BLOBs and generate URLs
///
/// 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 CreateAsync(
+ int project,
+ bool? canDeleteObjects = default,
string? description = default,
string? path = default,
- int? project = default,
string? regexFilter = default,
+ bool? synchronizable = default,
string? title = default,
bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageLocalClient.Create2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageLocalClient.Create2.g.cs
index 7761e215..7e632f60 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageLocalClient.Create2.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageLocalClient.Create2.g.cs
@@ -14,7 +14,7 @@ public partial interface IStorageLocalClient
///
global::System.Threading.Tasks.Task Create2Async(
- global::LabelStudio.ApiStoragesLocalfilesCreateRequest request,
+ global::LabelStudio.LocalFilesImportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -27,7 +27,7 @@ public partial interface IStorageLocalClient
///
global::System.Threading.Tasks.Task> Create2AsResponseAsync(
- global::LabelStudio.ApiStoragesLocalfilesCreateRequest request,
+ global::LabelStudio.LocalFilesImportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -35,32 +35,39 @@ public partial interface IStorageLocalClient
/// Create a new local file import storage connection.
///
///
- /// Storage description
+ /// Cloud storage description
///
///
- /// Path to local directory
+ /// Local path
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
+ ///
+ ///
+ /// Perform recursive scan over the directory content
///
///
/// Regex for filtering objects
///
+ ///
+ /// Default Value: true
+ ///
///
- /// Storage title
+ /// Cloud storage title
///
///
- /// Interpret objects as BLOBs and generate URLs. For example, if your directory contains images, you can use this option to generate URLs for these images. If set to False, it will read the content of the file and load it into Label Studio.
- /// Default Value: false
+ /// Interpret objects as BLOBs and generate URLs
///
/// 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 Create2Async(
+ int project,
string? description = default,
string? path = default,
- int? project = default,
+ bool? recursiveScan = default,
string? regexFilter = default,
+ bool? synchronizable = default,
string? title = default,
bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageLocalClient.Update.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageLocalClient.Update.g.cs
index c25eac67..233ad623 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageLocalClient.Update.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageLocalClient.Update.g.cs
@@ -16,7 +16,7 @@ public partial interface IStorageLocalClient
global::System.Threading.Tasks.Task UpdateAsync(
int id,
- global::LabelStudio.ApiStoragesExportLocalfilesPartialUpdateRequest request,
+ global::LabelStudio.PatchedLocalFilesExportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -31,7 +31,7 @@ public partial interface IStorageLocalClient
global::System.Threading.Tasks.Task> UpdateAsResponseAsync(
int id,
- global::LabelStudio.ApiStoragesExportLocalfilesPartialUpdateRequest request,
+ global::LabelStudio.PatchedLocalFilesExportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -39,34 +39,41 @@ public partial interface IStorageLocalClient
/// Update a specific local file export storage connection.
///
///
+ ///
+ /// Deletion from storage enabled
+ ///
///
- /// Storage description
+ /// Cloud storage description
///
///
- /// Path to local directory
+ /// Local path
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
///
///
/// Regex for filtering objects
///
+ ///
+ /// Default Value: true
+ ///
///
- /// Storage title
+ /// Cloud storage title
///
///
- /// Interpret objects as BLOBs and generate URLs. For example, if your directory contains images, you can use this option to generate URLs for these images. If set to False, it will read the content of the file and load it into Label Studio.
- /// Default Value: false
+ /// Interpret objects as BLOBs and generate URLs
///
/// 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 UpdateAsync(
int id,
+ bool? canDeleteObjects = default,
string? description = default,
string? path = default,
int? project = default,
string? regexFilter = default,
+ bool? synchronizable = default,
string? title = default,
bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageLocalClient.Update2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageLocalClient.Update2.g.cs
index 868b19c4..f2b8a60b 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageLocalClient.Update2.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageLocalClient.Update2.g.cs
@@ -16,7 +16,7 @@ public partial interface IStorageLocalClient
global::System.Threading.Tasks.Task Update2Async(
int id,
- global::LabelStudio.ApiStoragesLocalfilesPartialUpdateRequest request,
+ global::LabelStudio.PatchedLocalFilesImportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -31,7 +31,7 @@ public partial interface IStorageLocalClient
global::System.Threading.Tasks.Task> Update2AsResponseAsync(
int id,
- global::LabelStudio.ApiStoragesLocalfilesPartialUpdateRequest request,
+ global::LabelStudio.PatchedLocalFilesImportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -40,23 +40,28 @@ public partial interface IStorageLocalClient
///
///
///
- /// Storage description
+ /// Cloud storage description
///
///
- /// Path to local directory
+ /// Local path
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
+ ///
+ ///
+ /// Perform recursive scan over the directory content
///
///
/// Regex for filtering objects
///
+ ///
+ /// Default Value: true
+ ///
///
- /// Storage title
+ /// Cloud storage title
///
///
- /// Interpret objects as BLOBs and generate URLs. For example, if your directory contains images, you can use this option to generate URLs for these images. If set to False, it will read the content of the file and load it into Label Studio.
- /// Default Value: false
+ /// Interpret objects as BLOBs and generate URLs
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
@@ -66,7 +71,9 @@ public partial interface IStorageLocalClient
string? description = default,
string? path = default,
int? project = default,
+ bool? recursiveScan = default,
string? regexFilter = default,
+ bool? synchronizable = default,
string? title = default,
bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageLocalClient.Validate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageLocalClient.Validate.g.cs
index 508bf30c..6927001c 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageLocalClient.Validate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageLocalClient.Validate.g.cs
@@ -14,7 +14,7 @@ public partial interface IStorageLocalClient
///
global::System.Threading.Tasks.Task ValidateAsync(
- global::LabelStudio.ApiStoragesExportLocalfilesValidateCreateRequest request,
+ global::LabelStudio.LocalFilesExportStorageValidateRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -27,44 +27,51 @@ public partial interface IStorageLocalClient
///
global::System.Threading.Tasks.Task ValidateAsResponseAsync(
- global::LabelStudio.ApiStoragesExportLocalfilesValidateCreateRequest request,
+ global::LabelStudio.LocalFilesExportStorageValidateRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
/// Validate export storage
/// Validate a specific local file export storage connection.
///
+ ///
+ /// Deletion from storage enabled
+ ///
///
- /// Storage description
+ /// Cloud storage description
///
///
/// Storage ID. If set, storage with specified ID will be updated
///
///
- /// Path to local directory
+ /// Local path
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
///
///
/// Regex for filtering objects
///
+ ///
+ /// Default Value: true
+ ///
///
- /// Storage title
+ /// Cloud storage title
///
///
- /// Interpret objects as BLOBs and generate URLs. For example, if your directory contains images, you can use this option to generate URLs for these images. If set to False, it will read the content of the file and load it into Label Studio.
- /// Default Value: false
+ /// Interpret objects as BLOBs and generate URLs
///
/// 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 ValidateAsync(
+ int project,
+ bool? canDeleteObjects = default,
string? description = default,
int? id = default,
string? path = default,
- int? project = default,
string? regexFilter = default,
+ bool? synchronizable = default,
string? title = default,
bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageLocalClient.Validate2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageLocalClient.Validate2.g.cs
index 77bbff7e..abf33ed8 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageLocalClient.Validate2.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageLocalClient.Validate2.g.cs
@@ -14,7 +14,7 @@ public partial interface IStorageLocalClient
///
global::System.Threading.Tasks.Task Validate2Async(
- global::LabelStudio.ApiStoragesLocalfilesValidateCreateRequest request,
+ global::LabelStudio.LocalFilesImportStorageValidateRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -27,7 +27,7 @@ public partial interface IStorageLocalClient
///
global::System.Threading.Tasks.Task Validate2AsResponseAsync(
- global::LabelStudio.ApiStoragesLocalfilesValidateCreateRequest request,
+ global::LabelStudio.LocalFilesImportStorageValidateRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -35,36 +35,43 @@ public partial interface IStorageLocalClient
/// Validate a specific local file import storage connection.
///
///
- /// Storage description
+ /// Cloud storage description
///
///
/// Storage ID. If set, storage with specified ID will be updated
///
///
- /// Path to local directory
+ /// Local path
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
+ ///
+ ///
+ /// Perform recursive scan over the directory content
///
///
/// Regex for filtering objects
///
+ ///
+ /// Default Value: true
+ ///
///
- /// Storage title
+ /// Cloud storage title
///
///
- /// Interpret objects as BLOBs and generate URLs. For example, if your directory contains images, you can use this option to generate URLs for these images. If set to False, it will read the content of the file and load it into Label Studio.
- /// Default Value: false
+ /// Interpret objects as BLOBs and generate URLs
///
/// 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 Validate2Async(
+ int project,
string? description = default,
int? id = default,
string? path = default,
- int? project = default,
+ bool? recursiveScan = default,
string? regexFilter = default,
+ bool? synchronizable = default,
string? title = default,
bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageRedisClient.Create.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageRedisClient.Create.g.cs
index a80a4a06..0d0f9d87 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageRedisClient.Create.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageRedisClient.Create.g.cs
@@ -14,7 +14,7 @@ public partial interface IStorageRedisClient
///
global::System.Threading.Tasks.Task CreateAsync(
- global::LabelStudio.ApiStoragesExportRedisCreateRequest request,
+ global::LabelStudio.RedisExportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -27,7 +27,7 @@ public partial interface IStorageRedisClient
///
global::System.Threading.Tasks.Task> CreateAsResponseAsync(
- global::LabelStudio.ApiStoragesExportRedisCreateRequest request,
+ global::LabelStudio.RedisExportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -35,14 +35,13 @@ public partial interface IStorageRedisClient
/// Create a new Redis export storage connection to store annotations.
///
///
- /// Deletion from storage enabled.
- /// Default Value: false
+ /// Deletion from storage enabled
///
///
- /// Database ID of database to use
+ /// Server Database
///
///
- /// Storage description
+ /// Cloud storage description
///
///
/// Server Host IP (optional)
@@ -57,15 +56,25 @@ public partial interface IStorageRedisClient
/// Server Port (optional)
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
+ ///
+ ///
+ /// Cloud storage regex for filtering objects
+ ///
+ ///
+ /// Default Value: true
///
///
- /// Storage title
+ /// Cloud storage title
+ ///
+ ///
+ /// Interpret objects as BLOBs and generate URLs
///
/// 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 CreateAsync(
+ int project,
bool? canDeleteObjects = default,
int? db = default,
string? description = default,
@@ -73,8 +82,10 @@ public partial interface IStorageRedisClient
string? password = default,
string? path = default,
string? port = default,
- int? project = default,
+ string? regexFilter = default,
+ bool? synchronizable = default,
string? title = default,
+ bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageRedisClient.Create2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageRedisClient.Create2.g.cs
index ee0cda11..0a3915e0 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageRedisClient.Create2.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageRedisClient.Create2.g.cs
@@ -14,7 +14,7 @@ public partial interface IStorageRedisClient
///
global::System.Threading.Tasks.Task Create2Async(
- global::LabelStudio.ApiStoragesRedisCreateRequest request,
+ global::LabelStudio.RedisImportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -27,15 +27,18 @@ public partial interface IStorageRedisClient
///
global::System.Threading.Tasks.Task> Create2AsResponseAsync(
- global::LabelStudio.ApiStoragesRedisCreateRequest request,
+ global::LabelStudio.RedisImportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
/// Create import storage
/// Create a new Redis import storage connection.
///
+ ///
+ /// Server Database
+ ///
///
- /// Storage description
+ /// Cloud storage description
///
///
/// Server Host IP (optional)
@@ -50,29 +53,33 @@ public partial interface IStorageRedisClient
/// Server Port (optional)
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
///
///
- /// Cloud storage regex for filtering objects. You must specify it otherwise no objects will be imported.
+ /// Cloud storage regex for filtering objects
+ ///
+ ///
+ /// Default Value: true
///
///
- /// Storage title
+ /// Cloud storage title
///
///
- /// Interpret objects as BLOBs and generate URLs. For example, if your bucket contains images, you can use this option to generate URLs for these images. If set to False, it will read the content of the file and load it into Label Studio.
- /// Default Value: false
+ /// Interpret objects as BLOBs and generate URLs
///
/// 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 Create2Async(
+ int project,
+ int? db = default,
string? description = default,
string? host = default,
string? password = default,
string? path = default,
string? port = default,
- int? project = default,
string? regexFilter = default,
+ bool? synchronizable = default,
string? title = default,
bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageRedisClient.Update.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageRedisClient.Update.g.cs
index 4204e4fe..279a4c08 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageRedisClient.Update.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageRedisClient.Update.g.cs
@@ -16,7 +16,7 @@ public partial interface IStorageRedisClient
global::System.Threading.Tasks.Task UpdateAsync(
int id,
- global::LabelStudio.ApiStoragesExportRedisPartialUpdateRequest request,
+ global::LabelStudio.PatchedRedisExportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -31,7 +31,7 @@ public partial interface IStorageRedisClient
global::System.Threading.Tasks.Task> UpdateAsResponseAsync(
int id,
- global::LabelStudio.ApiStoragesExportRedisPartialUpdateRequest request,
+ global::LabelStudio.PatchedRedisExportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -40,14 +40,13 @@ public partial interface IStorageRedisClient
///
///
///
- /// Deletion from storage enabled.
- /// Default Value: false
+ /// Deletion from storage enabled
///
///
- /// Database ID of database to use
+ /// Server Database
///
///
- /// Storage description
+ /// Cloud storage description
///
///
/// Server Host IP (optional)
@@ -62,10 +61,19 @@ public partial interface IStorageRedisClient
/// Server Port (optional)
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
+ ///
+ ///
+ /// Cloud storage regex for filtering objects
+ ///
+ ///
+ /// Default Value: true
///
///
- /// Storage title
+ /// Cloud storage title
+ ///
+ ///
+ /// Interpret objects as BLOBs and generate URLs
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
@@ -80,7 +88,10 @@ public partial interface IStorageRedisClient
string? path = default,
string? port = default,
int? project = default,
+ string? regexFilter = default,
+ bool? synchronizable = default,
string? title = default,
+ bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageRedisClient.Update2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageRedisClient.Update2.g.cs
index 2d441691..834d64ba 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageRedisClient.Update2.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageRedisClient.Update2.g.cs
@@ -16,7 +16,7 @@ public partial interface IStorageRedisClient
global::System.Threading.Tasks.Task Update2Async(
int id,
- global::LabelStudio.ApiStoragesRedisPartialUpdateRequest request,
+ global::LabelStudio.PatchedRedisImportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -31,7 +31,7 @@ public partial interface IStorageRedisClient
global::System.Threading.Tasks.Task> Update2AsResponseAsync(
int id,
- global::LabelStudio.ApiStoragesRedisPartialUpdateRequest request,
+ global::LabelStudio.PatchedRedisImportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -39,8 +39,11 @@ public partial interface IStorageRedisClient
/// Update a specific Redis import storage connection.
///
///
+ ///
+ /// Server Database
+ ///
///
- /// Storage description
+ /// Cloud storage description
///
///
/// Server Host IP (optional)
@@ -55,23 +58,26 @@ public partial interface IStorageRedisClient
/// Server Port (optional)
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
///
///
- /// Cloud storage regex for filtering objects. You must specify it otherwise no objects will be imported.
+ /// Cloud storage regex for filtering objects
+ ///
+ ///
+ /// Default Value: true
///
///
- /// Storage title
+ /// Cloud storage title
///
///
- /// Interpret objects as BLOBs and generate URLs. For example, if your bucket contains images, you can use this option to generate URLs for these images. If set to False, it will read the content of the file and load it into Label Studio.
- /// Default Value: false
+ /// Interpret objects as BLOBs and generate URLs
///
/// 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 Update2Async(
int id,
+ int? db = default,
string? description = default,
string? host = default,
string? password = default,
@@ -79,6 +85,7 @@ public partial interface IStorageRedisClient
string? port = default,
int? project = default,
string? regexFilter = default,
+ bool? synchronizable = default,
string? title = default,
bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageRedisClient.Validate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageRedisClient.Validate.g.cs
index 79d5bba8..2ad1ad58 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageRedisClient.Validate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageRedisClient.Validate.g.cs
@@ -14,7 +14,7 @@ public partial interface IStorageRedisClient
///
global::System.Threading.Tasks.Task ValidateAsync(
- global::LabelStudio.ApiStoragesExportRedisValidateCreateRequest request,
+ global::LabelStudio.RedisExportStorageValidateRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -27,7 +27,7 @@ public partial interface IStorageRedisClient
///
global::System.Threading.Tasks.Task ValidateAsResponseAsync(
- global::LabelStudio.ApiStoragesExportRedisValidateCreateRequest request,
+ global::LabelStudio.RedisExportStorageValidateRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -35,14 +35,13 @@ public partial interface IStorageRedisClient
/// Validate a specific Redis export storage connection.
///
///
- /// Deletion from storage enabled.
- /// Default Value: false
+ /// Deletion from storage enabled
///
///
- /// Database ID of database to use
+ /// Server Database
///
///
- /// Storage description
+ /// Cloud storage description
///
///
/// Server Host IP (optional)
@@ -60,15 +59,25 @@ public partial interface IStorageRedisClient
/// Server Port (optional)
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
+ ///
+ ///
+ /// Cloud storage regex for filtering objects
+ ///
+ ///
+ /// Default Value: true
///
///
- /// Storage title
+ /// Cloud storage title
+ ///
+ ///
+ /// Interpret objects as BLOBs and generate URLs
///
/// 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 ValidateAsync(
+ int project,
bool? canDeleteObjects = default,
int? db = default,
string? description = default,
@@ -77,8 +86,10 @@ public partial interface IStorageRedisClient
string? password = default,
string? path = default,
string? port = default,
- int? project = default,
+ string? regexFilter = default,
+ bool? synchronizable = default,
string? title = default,
+ bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageRedisClient.Validate2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageRedisClient.Validate2.g.cs
index f47cb462..9b410f3e 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageRedisClient.Validate2.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageRedisClient.Validate2.g.cs
@@ -14,7 +14,7 @@ public partial interface IStorageRedisClient
///
global::System.Threading.Tasks.Task Validate2Async(
- global::LabelStudio.ApiStoragesRedisValidateCreateRequest request,
+ global::LabelStudio.RedisImportStorageValidateRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -27,15 +27,18 @@ public partial interface IStorageRedisClient
///
global::System.Threading.Tasks.Task Validate2AsResponseAsync(
- global::LabelStudio.ApiStoragesRedisValidateCreateRequest request,
+ global::LabelStudio.RedisImportStorageValidateRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
/// Validate import storage
/// Validate a specific Redis import storage connection.
///
+ ///
+ /// Server Database
+ ///
///
- /// Storage description
+ /// Cloud storage description
///
///
/// Server Host IP (optional)
@@ -53,30 +56,34 @@ public partial interface IStorageRedisClient
/// Server Port (optional)
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
///
///
- /// Cloud storage regex for filtering objects. You must specify it otherwise no objects will be imported.
+ /// Cloud storage regex for filtering objects
+ ///
+ ///
+ /// Default Value: true
///
///
- /// Storage title
+ /// Cloud storage title
///
///
- /// Interpret objects as BLOBs and generate URLs. For example, if your bucket contains images, you can use this option to generate URLs for these images. If set to False, it will read the content of the file and load it into Label Studio.
- /// Default Value: false
+ /// Interpret objects as BLOBs and generate URLs
///
/// 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 Validate2Async(
+ int project,
+ int? db = default,
string? description = default,
string? host = default,
int? id = default,
string? password = default,
string? path = default,
string? port = default,
- int? project = default,
string? regexFilter = default,
+ bool? synchronizable = default,
string? title = default,
bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageS3Client.Create.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageS3Client.Create.g.cs
index 3cb6538e..88aca662 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageS3Client.Create.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageS3Client.Create.g.cs
@@ -14,7 +14,7 @@ public partial interface IStorageS3Client
///
global::System.Threading.Tasks.Task CreateAsync(
- global::LabelStudio.ApiStoragesExportS3CreateRequest request,
+ global::LabelStudio.S3ExportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -27,7 +27,7 @@ public partial interface IStorageS3Client
///
global::System.Threading.Tasks.Task> CreateAsResponseAsync(
- global::LabelStudio.ApiStoragesExportS3CreateRequest request,
+ global::LabelStudio.S3ExportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -50,17 +50,19 @@ public partial interface IStorageS3Client
/// S3 bucket name
///
///
- /// Deletion from storage enabled.
- /// Default Value: false
+ /// Deletion from storage enabled
///
///
- /// Storage description
+ /// Cloud storage description
///
///
/// S3 bucket prefix
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
+ ///
+ ///
+ /// Cloud storage regex for filtering objects
///
///
/// AWS Region
@@ -68,13 +70,20 @@ public partial interface IStorageS3Client
///
/// S3 Endpoint
///
+ ///
+ /// Default Value: true
+ ///
///
- /// Storage title
+ /// Cloud storage title
+ ///
+ ///
+ /// Interpret objects as BLOBs and generate URLs
///
/// 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 CreateAsync(
+ int project,
string? awsAccessKeyId = default,
string? awsSecretAccessKey = default,
string? awsSessionToken = default,
@@ -83,10 +92,12 @@ public partial interface IStorageS3Client
bool? canDeleteObjects = default,
string? description = default,
string? prefix = default,
- int? project = default,
+ string? regexFilter = default,
string? regionName = default,
string? s3Endpoint = default,
+ bool? synchronizable = default,
string? title = default,
+ bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageS3Client.Create2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageS3Client.Create2.g.cs
index 001d8d0f..39cc4f58 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageS3Client.Create2.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageS3Client.Create2.g.cs
@@ -14,7 +14,7 @@ public partial interface IStorageS3Client
///
global::System.Threading.Tasks.Task Create2Async(
- global::LabelStudio.ApiStoragesS3CreateRequest request,
+ global::LabelStudio.S3ImportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -27,7 +27,7 @@ public partial interface IStorageS3Client
///
global::System.Threading.Tasks.Task> Create2AsResponseAsync(
- global::LabelStudio.ApiStoragesS3CreateRequest request,
+ global::LabelStudio.S3ImportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -50,27 +50,25 @@ public partial interface IStorageS3Client
/// S3 bucket name
///
///
- /// Storage description
+ /// Cloud storage description
///
///
/// S3 bucket prefix
///
///
- /// Presign URLs for download
/// Default Value: true
///
///
- /// Presign TTL in minutes
- /// Default Value: 1
+ /// Presigned URLs TTL (in minutes)
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
///
///
- /// Scan recursively
+ /// Perform recursive scan over the bucket content
///
///
- /// Cloud storage regex for filtering objects. You must specify it otherwise no objects will be imported.
+ /// Cloud storage regex for filtering objects
///
///
/// AWS Region
@@ -78,17 +76,20 @@ public partial interface IStorageS3Client
///
/// S3 Endpoint
///
+ ///
+ /// Default Value: true
+ ///
///
- /// Storage title
+ /// Cloud storage title
///
///
- /// Interpret objects as BLOBs and generate URLs. For example, if your bucket contains images, you can use this option to generate URLs for these images. If set to False, it will read the content of the file and load it into Label Studio.
- /// Default Value: false
+ /// Interpret objects as BLOBs and generate URLs
///
/// 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 Create2Async(
+ int project,
string? awsAccessKeyId = default,
string? awsSecretAccessKey = default,
string? awsSessionToken = default,
@@ -98,11 +99,11 @@ public partial interface IStorageS3Client
string? prefix = default,
bool? presign = default,
int? presignTtl = default,
- int? project = default,
bool? recursiveScan = default,
string? regexFilter = default,
string? regionName = default,
string? s3Endpoint = default,
+ bool? synchronizable = default,
string? title = default,
bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageS3Client.Update.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageS3Client.Update.g.cs
index d5f1dcf3..c7ace9b6 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageS3Client.Update.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageS3Client.Update.g.cs
@@ -16,7 +16,7 @@ public partial interface IStorageS3Client
global::System.Threading.Tasks.Task UpdateAsync(
int id,
- global::LabelStudio.ApiStoragesExportS3PartialUpdateRequest request,
+ global::LabelStudio.PatchedS3ExportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -31,7 +31,7 @@ public partial interface IStorageS3Client
global::System.Threading.Tasks.Task> UpdateAsResponseAsync(
int id,
- global::LabelStudio.ApiStoragesExportS3PartialUpdateRequest request,
+ global::LabelStudio.PatchedS3ExportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -55,17 +55,19 @@ public partial interface IStorageS3Client
/// S3 bucket name
///
///
- /// Deletion from storage enabled.
- /// Default Value: false
+ /// Deletion from storage enabled
///
///
- /// Storage description
+ /// Cloud storage description
///
///
/// S3 bucket prefix
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
+ ///
+ ///
+ /// Cloud storage regex for filtering objects
///
///
/// AWS Region
@@ -73,8 +75,14 @@ public partial interface IStorageS3Client
///
/// S3 Endpoint
///
+ ///
+ /// Default Value: true
+ ///
///
- /// Storage title
+ /// Cloud storage title
+ ///
+ ///
+ /// Interpret objects as BLOBs and generate URLs
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
@@ -90,9 +98,12 @@ public partial interface IStorageS3Client
string? description = default,
string? prefix = default,
int? project = default,
+ string? regexFilter = default,
string? regionName = default,
string? s3Endpoint = default,
+ bool? synchronizable = default,
string? title = default,
+ bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageS3Client.Update2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageS3Client.Update2.g.cs
index d41790ea..7f3bd895 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageS3Client.Update2.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageS3Client.Update2.g.cs
@@ -16,7 +16,7 @@ public partial interface IStorageS3Client
global::System.Threading.Tasks.Task Update2Async(
int id,
- global::LabelStudio.ApiStoragesS3PartialUpdateRequest request,
+ global::LabelStudio.PatchedS3ImportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -31,7 +31,7 @@ public partial interface IStorageS3Client
global::System.Threading.Tasks.Task> Update2AsResponseAsync(
int id,
- global::LabelStudio.ApiStoragesS3PartialUpdateRequest request,
+ global::LabelStudio.PatchedS3ImportStorageWriteRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -55,27 +55,25 @@ public partial interface IStorageS3Client
/// S3 bucket name
///
///
- /// Storage description
+ /// Cloud storage description
///
///
/// S3 bucket prefix
///
///
- /// Presign URLs for download
/// Default Value: true
///
///
- /// Presign TTL in minutes
- /// Default Value: 1
+ /// Presigned URLs TTL (in minutes)
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
///
///
- /// Scan recursively
+ /// Perform recursive scan over the bucket content
///
///
- /// Cloud storage regex for filtering objects. You must specify it otherwise no objects will be imported.
+ /// Cloud storage regex for filtering objects
///
///
/// AWS Region
@@ -83,12 +81,14 @@ public partial interface IStorageS3Client
///
/// S3 Endpoint
///
+ ///
+ /// Default Value: true
+ ///
///
- /// Storage title
+ /// Cloud storage title
///
///
- /// Interpret objects as BLOBs and generate URLs. For example, if your bucket contains images, you can use this option to generate URLs for these images. If set to False, it will read the content of the file and load it into Label Studio.
- /// Default Value: false
+ /// Interpret objects as BLOBs and generate URLs
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
@@ -109,6 +109,7 @@ public partial interface IStorageS3Client
string? regexFilter = default,
string? regionName = default,
string? s3Endpoint = default,
+ bool? synchronizable = default,
string? title = default,
bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageS3Client.Validate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageS3Client.Validate.g.cs
index 86078e53..05703a81 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageS3Client.Validate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageS3Client.Validate.g.cs
@@ -14,7 +14,7 @@ public partial interface IStorageS3Client
///
global::System.Threading.Tasks.Task ValidateAsync(
- global::LabelStudio.ApiStoragesExportS3ValidateCreateRequest request,
+ global::LabelStudio.S3ExportStorageValidateRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -27,7 +27,7 @@ public partial interface IStorageS3Client
///
global::System.Threading.Tasks.Task ValidateAsResponseAsync(
- global::LabelStudio.ApiStoragesExportS3ValidateCreateRequest request,
+ global::LabelStudio.S3ExportStorageValidateRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -50,11 +50,10 @@ public partial interface IStorageS3Client
/// S3 bucket name
///
///
- /// Deletion from storage enabled.
- /// Default Value: false
+ /// Deletion from storage enabled
///
///
- /// Storage description
+ /// Cloud storage description
///
///
/// Storage ID. If set, storage with specified ID will be updated
@@ -63,7 +62,10 @@ public partial interface IStorageS3Client
/// S3 bucket prefix
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
+ ///
+ ///
+ /// Cloud storage regex for filtering objects
///
///
/// AWS Region
@@ -71,13 +73,20 @@ public partial interface IStorageS3Client
///
/// S3 Endpoint
///
+ ///
+ /// Default Value: true
+ ///
///
- /// Storage title
+ /// Cloud storage title
+ ///
+ ///
+ /// Interpret objects as BLOBs and generate URLs
///
/// 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 ValidateAsync(
+ int project,
string? awsAccessKeyId = default,
string? awsSecretAccessKey = default,
string? awsSessionToken = default,
@@ -87,10 +96,12 @@ public partial interface IStorageS3Client
string? description = default,
int? id = default,
string? prefix = default,
- int? project = default,
+ string? regexFilter = default,
string? regionName = default,
string? s3Endpoint = default,
+ bool? synchronizable = default,
string? title = default,
+ bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageS3Client.Validate2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageS3Client.Validate2.g.cs
index de485b9c..188d8f43 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IStorageS3Client.Validate2.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageS3Client.Validate2.g.cs
@@ -14,7 +14,7 @@ public partial interface IStorageS3Client
///
global::System.Threading.Tasks.Task Validate2Async(
- global::LabelStudio.ApiStoragesS3ValidateCreateRequest request,
+ global::LabelStudio.S3ImportStorageValidateRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -27,7 +27,7 @@ public partial interface IStorageS3Client
///
global::System.Threading.Tasks.Task Validate2AsResponseAsync(
- global::LabelStudio.ApiStoragesS3ValidateCreateRequest request,
+ global::LabelStudio.S3ImportStorageValidateRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -50,7 +50,7 @@ public partial interface IStorageS3Client
/// S3 bucket name
///
///
- /// Storage description
+ /// Cloud storage description
///
///
/// Storage ID. If set, storage with specified ID will be updated
@@ -59,21 +59,19 @@ public partial interface IStorageS3Client
/// S3 bucket prefix
///
///
- /// Presign URLs for download
/// Default Value: true
///
///
- /// Presign TTL in minutes
- /// Default Value: 1
+ /// Presigned URLs TTL (in minutes)
///
///
- /// Project ID
+ /// A unique integer value identifying this project.
///
///
- /// Scan recursively
+ /// Perform recursive scan over the bucket content
///
///
- /// Cloud storage regex for filtering objects. You must specify it otherwise no objects will be imported.
+ /// Cloud storage regex for filtering objects
///
///
/// AWS Region
@@ -81,17 +79,20 @@ public partial interface IStorageS3Client
///
/// S3 Endpoint
///
+ ///
+ /// Default Value: true
+ ///
///
- /// Storage title
+ /// Cloud storage title
///
///
- /// Interpret objects as BLOBs and generate URLs. For example, if your bucket contains images, you can use this option to generate URLs for these images. If set to False, it will read the content of the file and load it into Label Studio.
- /// Default Value: false
+ /// Interpret objects as BLOBs and generate URLs
///
/// 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 Validate2Async(
+ int project,
string? awsAccessKeyId = default,
string? awsSecretAccessKey = default,
string? awsSessionToken = default,
@@ -102,11 +103,11 @@ public partial interface IStorageS3Client
string? prefix = default,
bool? presign = default,
int? presignTtl = default,
- int? project = default,
bool? recursiveScan = default,
string? regexFilter = default,
string? regionName = default,
string? s3Endpoint = default,
+ bool? synchronizable = default,
string? title = default,
bool? useBlobUrls = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ITasksClient.Assign.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ITasksClient.Assign.g.cs
index 5a4a8a81..72ed57bc 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ITasksClient.Assign.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ITasksClient.Assign.g.cs
@@ -24,7 +24,7 @@ public partial interface ITasksClient
int id,
int taskPk,
- global::LabelStudio.ApiProjectsTasksAssigneesCreateRequest request,
+ global::LabelStudio.TaskAssigneesMutationRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -47,7 +47,7 @@ public partial interface ITasksClient
int id,
int taskPk,
- global::LabelStudio.ApiProjectsTasksAssigneesCreateRequest request,
+ global::LabelStudio.TaskAssigneesMutationRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -63,18 +63,17 @@ public partial interface ITasksClient
///
///
///
- /// Assignment type. Use AN for annotate or RE for review.
- ///
- ///
- /// List of user IDs to assign
+ /// * `AN` - Annotate
+ /// * `RE` - Review
///
+ ///
/// 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 AssignAsync(
int id,
int taskPk,
- global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestType type,
+ global::LabelStudio.AssignmentTypeEnum type,
global::System.Collections.Generic.IList users,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ITasksClient.BulkAssign.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ITasksClient.BulkAssign.g.cs
index 1f04d928..67f5ce32 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ITasksClient.BulkAssign.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ITasksClient.BulkAssign.g.cs
@@ -22,7 +22,7 @@ public partial interface ITasksClient
global::System.Threading.Tasks.Task BulkAssignAsync(
int id,
- global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequest request,
+ global::LabelStudio.BulkTaskAssigneesRequestRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -43,7 +43,7 @@ public partial interface ITasksClient
global::System.Threading.Tasks.Task> BulkAssignAsResponseAsync(
int id,
- global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequest request,
+ global::LabelStudio.BulkTaskAssigneesRequestRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -57,27 +57,24 @@ public partial interface ITasksClient
/// Assign multiple users to a collection of tasks within a specific project.
///
///
- ///
- /// Filters to apply on tasks. You can use [the helper class `Filters` from this page](https://labelstud.io/sdk/data_manager.html) to create Data Manager Filters.Example: `{"conjunction": "or", "items": [{"filter": "filter:tasks:completed_at", "operator": "greater", "type": "Datetime", "value": "2021-01-01T00:00:00.000Z"}]}`
- ///
+ ///
///
/// Task selection by IDs. If filters are applied, the selection will be applied to the filtered tasks.If "all" is `false`, `"included"` must be used. If "all" is `true`, `"excluded"` must be used.Examples: `{"all": false, "included": [1, 2, 3]}` or `{"all": true, "excluded": [4, 5]}`
///
///
- /// Assignment type. Use AN for annotate or RE for review.
- ///
- ///
- /// List of user IDs to assign
+ /// * `AN` - Annotate
+ /// * `RE` - Review
///
+ ///
/// 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 BulkAssignAsync(
int id,
- global::LabelStudio.OneOf selectedItems,
- global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestType type,
+ global::LabelStudio.OneOf selectedItems,
+ global::LabelStudio.AssignmentTypeEnum type,
global::System.Collections.Generic.IList users,
- global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFilters? filters = default,
+ global::LabelStudio.PrepareParamsFiltersRequest? filters = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ITasksClient.Update.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ITasksClient.Update.g.cs
index 1ba99a95..a5161ea4 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ITasksClient.Update.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ITasksClient.Update.g.cs
@@ -24,7 +24,7 @@ public partial interface ITasksClient
int id,
int taskPk,
- global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequest request,
+ global::LabelStudio.PatchedTaskAssigneesMutationRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -47,7 +47,7 @@ public partial interface ITasksClient
int id,
int taskPk,
- global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequest request,
+ global::LabelStudio.PatchedTaskAssigneesMutationRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -63,19 +63,18 @@ public partial interface ITasksClient
///
///
///
- /// Assignment type. Use AN for annotate or RE for review.
- ///
- ///
- /// List of user IDs to assign
+ /// * `AN` - Annotate
+ /// * `RE` - Review
///
+ ///
/// 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 UpdateAsync(
int id,
int taskPk,
- global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequestType type,
- global::System.Collections.Generic.IList users,
+ global::LabelStudio.AssignmentTypeEnum? type = default,
+ global::System.Collections.Generic.IList? users = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IUsersClient.Create.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IUsersClient.Create.g.cs
index 10d96810..50391eaa 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IUsersClient.Create.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IUsersClient.Create.g.cs
@@ -14,7 +14,7 @@ public partial interface IUsersClient
///
global::System.Threading.Tasks.Task CreateAsync(
- global::LabelStudio.ApiUsersCreateRequest request,
+ global::LabelStudio.LseUserRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -27,53 +27,43 @@ public partial interface IUsersClient
///
global::System.Threading.Tasks.Task> CreateAsResponseAsync(
- global::LabelStudio.ApiUsersCreateRequest request,
+ global::LabelStudio.LseUserRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
/// Create new user
/// Create a user in Label Studio.
///
+ ///
///
- /// Whether the user allows newsletters
+ /// Allow sending newsletters to user
///
- ///
- /// Avatar URL of the user
+ ///
+ /// Custom keyboard shortcuts configuration for the user interface
///
- ///
- /// Email of the user
- ///
- ///
- /// First name of the user
- ///
- ///
- /// User ID
- ///
- ///
- /// Initials of the user
- ///
- ///
- /// Last name of the user
- ///
- ///
- /// Phone number of the user
- ///
- ///
- /// Username of the user
+ ///
+ ///
+ ///
+ ///
+ ///
+ /// Included only in requests
///
+ ///
+ ///
/// 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 CreateAsync(
+ string password,
+ string username,
+ int? activeOrganization = default,
bool? allowNewsletters = default,
- string? avatar = default,
+ object? customHotkeys = default,
+ global::System.DateTime? dateJoined = default,
string? email = default,
string? firstName = default,
- int? id = default,
- string? initials = default,
string? lastName = default,
string? phone = default,
- string? username = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IUsersClient.Update.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IUsersClient.Update.g.cs
index 95e6bf6b..5fbb89bc 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IUsersClient.Update.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IUsersClient.Update.g.cs
@@ -17,7 +17,7 @@ public partial interface IUsersClient
global::System.Threading.Tasks.Task UpdateAsync(
int id,
- global::LabelStudio.ApiUsersPartialUpdateRequest request,
+ global::LabelStudio.PatchedLseUserSerializerUpdateRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -33,7 +33,7 @@ public partial interface IUsersClient
global::System.Threading.Tasks.Task> UpdateAsResponseAsync(
int id,
- global::LabelStudio.ApiUsersPartialUpdateRequest request,
+ global::LabelStudio.PatchedLseUserSerializerUpdateRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -42,44 +42,44 @@ public partial interface IUsersClient
///
///
///
+ ///
///
- /// Whether the user allows newsletters
+ /// Allow sending newsletters to user
///
- ///
- /// Avatar URL of the user
+ ///
+ /// Custom keyboard shortcuts configuration for the user interface
///
- ///
- /// Email of the user
+ ///
+ ///
+ /// Included only in requests
///
- ///
- /// First name of the user
+ ///
+ ///
+ /// Included only in requests
///
- ///
- /// User ID
+ ///
+ ///
+ /// Included only in requests
///
- ///
- /// Initials of the user
- ///
- ///
- /// Last name of the user
- ///
- ///
- /// Phone number of the user
- ///
- ///
- /// Username of the user
+ ///
+ /// Included only in requests
///
+ ///
+ ///
/// 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 UpdateAsync(
int id,
+ object emailNotificationSettings,
+ bool? isEmailVerified,
+ string? onboardingState,
+ string password,
+ int? activeOrganization = default,
bool? allowNewsletters = default,
- string? avatar = default,
- string? email = default,
+ object? customHotkeys = default,
+ global::System.DateTime? dateJoined = default,
string? firstName = default,
- int? requestId = default,
- string? initials = default,
string? lastName = default,
string? phone = default,
string? username = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IViewsClient.Create2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IViewsClient.Create2.g.cs
index 2dfb5ad5..e5f74418 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IViewsClient.Create2.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IViewsClient.Create2.g.cs
@@ -14,7 +14,7 @@ public partial interface IViewsClient
///
global::System.Threading.Tasks.Task Create2Async(
- global::LabelStudio.ApiDmViewsCreateRequest request,
+ global::LabelStudio.ViewRequestRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -27,7 +27,7 @@ public partial interface IViewsClient
///
global::System.Threading.Tasks.Task> Create2AsResponseAsync(
- global::LabelStudio.ApiDmViewsCreateRequest request,
+ global::LabelStudio.ViewRequestRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -35,7 +35,7 @@ public partial interface IViewsClient
/// Create a view for a specific project.
///
///
- /// Custom view data
+ /// Established public view payload nested under ``data``.
///
///
/// Project ID
@@ -44,7 +44,7 @@ public partial interface IViewsClient
/// The token to cancel the operation with
///
global::System.Threading.Tasks.Task Create2Async(
- global::LabelStudio.ApiDmViewsCreateRequestData? data = default,
+ global::LabelStudio.ViewDataRequestRequest? data = default,
int? project = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IViewsClient.Update.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IViewsClient.Update.g.cs
index f7d48449..1e91d750 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IViewsClient.Update.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IViewsClient.Update.g.cs
@@ -16,7 +16,7 @@ public partial interface IViewsClient
global::System.Threading.Tasks.Task UpdateAsync(
string id,
- global::LabelStudio.ApiDmViewsPartialUpdateRequest request,
+ global::LabelStudio.PatchedViewRequestRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -31,7 +31,7 @@ public partial interface IViewsClient
global::System.Threading.Tasks.Task> UpdateAsResponseAsync(
string id,
- global::LabelStudio.ApiDmViewsPartialUpdateRequest request,
+ global::LabelStudio.PatchedViewRequestRequest request,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -40,7 +40,7 @@ public partial interface IViewsClient
///
///
///
- /// Custom view data
+ /// Established public view payload nested under ``data``.
///
///
/// Project ID
@@ -50,7 +50,7 @@ public partial interface IViewsClient
///
global::System.Threading.Tasks.Task UpdateAsync(
string id,
- global::LabelStudio.ApiDmViewsPartialUpdateRequestData? data = default,
+ global::LabelStudio.ViewDataRequestRequest? data = default,
int? project = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemChildFilterFilter.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemChildFilterFilter.g.cs
deleted file mode 100644
index 39efb8ac..00000000
--- a/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemChildFilterFilter.g.cs
+++ /dev/null
@@ -1,53 +0,0 @@
-#nullable enable
-
-namespace LabelStudio.JsonConverters
-{
- ///
- public sealed class ApiDmActionsCreateRequestFiltersItemChildFilterFilterJsonConverter : global::System.Text.Json.Serialization.JsonConverter
- {
- ///
- public override global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterFilter Read(
- ref global::System.Text.Json.Utf8JsonReader reader,
- global::System.Type typeToConvert,
- global::System.Text.Json.JsonSerializerOptions options)
- {
- switch (reader.TokenType)
- {
- case global::System.Text.Json.JsonTokenType.String:
- {
- var stringValue = reader.GetString();
- if (stringValue != null)
- {
- return global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterFilterExtensions.ToEnum(stringValue) ?? default;
- }
-
- break;
- }
- case global::System.Text.Json.JsonTokenType.Number:
- {
- var numValue = reader.GetInt32();
- return (global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterFilter)numValue;
- }
- case global::System.Text.Json.JsonTokenType.Null:
- {
- return default(global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterFilter);
- }
- default:
- throw new global::System.ArgumentOutOfRangeException(nameof(reader));
- }
-
- return default;
- }
-
- ///
- public override void Write(
- global::System.Text.Json.Utf8JsonWriter writer,
- global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterFilter value,
- global::System.Text.Json.JsonSerializerOptions options)
- {
- writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
-
- writer.WriteStringValue(global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterFilterExtensions.ToValueString(value));
- }
- }
-}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemChildFilterFilterNullable.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemChildFilterFilterNullable.g.cs
deleted file mode 100644
index 067fbe82..00000000
--- a/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemChildFilterFilterNullable.g.cs
+++ /dev/null
@@ -1,60 +0,0 @@
-#nullable enable
-
-namespace LabelStudio.JsonConverters
-{
- ///
- public sealed class ApiDmActionsCreateRequestFiltersItemChildFilterFilterNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
- {
- ///
- public override global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterFilter? Read(
- ref global::System.Text.Json.Utf8JsonReader reader,
- global::System.Type typeToConvert,
- global::System.Text.Json.JsonSerializerOptions options)
- {
- switch (reader.TokenType)
- {
- case global::System.Text.Json.JsonTokenType.String:
- {
- var stringValue = reader.GetString();
- if (stringValue != null)
- {
- return global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterFilterExtensions.ToEnum(stringValue);
- }
-
- break;
- }
- case global::System.Text.Json.JsonTokenType.Number:
- {
- var numValue = reader.GetInt32();
- return (global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterFilter)numValue;
- }
- case global::System.Text.Json.JsonTokenType.Null:
- {
- return default(global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterFilter?);
- }
- default:
- throw new global::System.ArgumentOutOfRangeException(nameof(reader));
- }
-
- return default;
- }
-
- ///
- public override void Write(
- global::System.Text.Json.Utf8JsonWriter writer,
- global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterFilter? value,
- global::System.Text.Json.JsonSerializerOptions options)
- {
- writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
-
- if (value == null)
- {
- writer.WriteNullValue();
- }
- else
- {
- writer.WriteStringValue(global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterFilterExtensions.ToValueString(value.Value));
- }
- }
- }
-}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemChildFilterOperator.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemChildFilterOperator.g.cs
deleted file mode 100644
index e43f6b3a..00000000
--- a/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemChildFilterOperator.g.cs
+++ /dev/null
@@ -1,53 +0,0 @@
-#nullable enable
-
-namespace LabelStudio.JsonConverters
-{
- ///
- public sealed class ApiDmActionsCreateRequestFiltersItemChildFilterOperatorJsonConverter : global::System.Text.Json.Serialization.JsonConverter
- {
- ///
- public override global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterOperator Read(
- ref global::System.Text.Json.Utf8JsonReader reader,
- global::System.Type typeToConvert,
- global::System.Text.Json.JsonSerializerOptions options)
- {
- switch (reader.TokenType)
- {
- case global::System.Text.Json.JsonTokenType.String:
- {
- var stringValue = reader.GetString();
- if (stringValue != null)
- {
- return global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterOperatorExtensions.ToEnum(stringValue) ?? default;
- }
-
- break;
- }
- case global::System.Text.Json.JsonTokenType.Number:
- {
- var numValue = reader.GetInt32();
- return (global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterOperator)numValue;
- }
- case global::System.Text.Json.JsonTokenType.Null:
- {
- return default(global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterOperator);
- }
- default:
- throw new global::System.ArgumentOutOfRangeException(nameof(reader));
- }
-
- return default;
- }
-
- ///
- public override void Write(
- global::System.Text.Json.Utf8JsonWriter writer,
- global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterOperator value,
- global::System.Text.Json.JsonSerializerOptions options)
- {
- writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
-
- writer.WriteStringValue(global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterOperatorExtensions.ToValueString(value));
- }
- }
-}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemChildFilterOperatorNullable.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemChildFilterOperatorNullable.g.cs
deleted file mode 100644
index 8ff73017..00000000
--- a/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemChildFilterOperatorNullable.g.cs
+++ /dev/null
@@ -1,60 +0,0 @@
-#nullable enable
-
-namespace LabelStudio.JsonConverters
-{
- ///
- public sealed class ApiDmActionsCreateRequestFiltersItemChildFilterOperatorNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
- {
- ///
- public override global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterOperator? Read(
- ref global::System.Text.Json.Utf8JsonReader reader,
- global::System.Type typeToConvert,
- global::System.Text.Json.JsonSerializerOptions options)
- {
- switch (reader.TokenType)
- {
- case global::System.Text.Json.JsonTokenType.String:
- {
- var stringValue = reader.GetString();
- if (stringValue != null)
- {
- return global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterOperatorExtensions.ToEnum(stringValue);
- }
-
- break;
- }
- case global::System.Text.Json.JsonTokenType.Number:
- {
- var numValue = reader.GetInt32();
- return (global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterOperator)numValue;
- }
- case global::System.Text.Json.JsonTokenType.Null:
- {
- return default(global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterOperator?);
- }
- default:
- throw new global::System.ArgumentOutOfRangeException(nameof(reader));
- }
-
- return default;
- }
-
- ///
- public override void Write(
- global::System.Text.Json.Utf8JsonWriter writer,
- global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterOperator? value,
- global::System.Text.Json.JsonSerializerOptions options)
- {
- writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
-
- if (value == null)
- {
- writer.WriteNullValue();
- }
- else
- {
- writer.WriteStringValue(global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterOperatorExtensions.ToValueString(value.Value));
- }
- }
- }
-}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemFilterNullable.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemFilterNullable.g.cs
deleted file mode 100644
index 1cd6a7df..00000000
--- a/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiDmActionsCreateRequestFiltersItemFilterNullable.g.cs
+++ /dev/null
@@ -1,60 +0,0 @@
-#nullable enable
-
-namespace LabelStudio.JsonConverters
-{
- ///
- public sealed class ApiDmActionsCreateRequestFiltersItemFilterNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
- {
- ///