@labelbox/recursion-sdk 0.0.172 → 0.0.173
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6408,7 +6408,7 @@ export type ImagesResponseDto = {
|
|
|
6408
6408
|
*/
|
|
6409
6409
|
export type ImportPlatformLimitsDto = {
|
|
6410
6410
|
/**
|
|
6411
|
-
*
|
|
6411
|
+
* Platform import-file ceiling in bytes derived from the import worker memory limit; null means no platform ceiling is available.
|
|
6412
6412
|
*/
|
|
6413
6413
|
maxImportFileSizeBytes: number | null;
|
|
6414
6414
|
};
|
|
@@ -17613,8 +17613,8 @@ export const SDK_REFERENCE = {
|
|
|
17613
17613
|
name: 'maxImportFileSizeBytes',
|
|
17614
17614
|
required: true,
|
|
17615
17615
|
type: 'integer',
|
|
17616
|
-
description: '
|
|
17617
|
-
example:
|
|
17616
|
+
description: 'Platform import-file ceiling in bytes derived from the import worker memory limit; null means no platform ceiling is available.',
|
|
17617
|
+
example: 5726623061,
|
|
17618
17618
|
nullable: true,
|
|
17619
17619
|
exclusiveMinimum: 0,
|
|
17620
17620
|
maximum: 9007199254740991,
|