edge-impulse-api 1.71.28 → 1.71.29
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.
|
@@ -19,9 +19,13 @@ export declare class Migration {
|
|
|
19
19
|
*/
|
|
20
20
|
'state': MigrationStateEnum;
|
|
21
21
|
/**
|
|
22
|
-
* Number of items already processed
|
|
22
|
+
* Optional. Number of items already processed
|
|
23
23
|
*/
|
|
24
24
|
'offset'?: number;
|
|
25
|
+
/**
|
|
26
|
+
* Optional. The number of items to process in each batch during a migration
|
|
27
|
+
*/
|
|
28
|
+
'batchSize'?: number;
|
|
25
29
|
static discriminator: string | undefined;
|
|
26
30
|
static attributeTypeMap: Array<{
|
|
27
31
|
name: string;
|
|
@@ -34,6 +34,11 @@ Migration.attributeTypeMap = [
|
|
|
34
34
|
"name": "offset",
|
|
35
35
|
"baseName": "offset",
|
|
36
36
|
"type": "number"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "batchSize",
|
|
40
|
+
"baseName": "batchSize",
|
|
41
|
+
"type": "number"
|
|
37
42
|
}
|
|
38
43
|
];
|
|
39
44
|
exports.MigrationStateEnumValues = ['paused', 'queued', 'running', 'done', 'failed'];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"migration.js","sourceRoot":"","sources":["../../../../library/sdk/model/migration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,SAAS;
|
|
1
|
+
{"version":3,"file":"migration.js","sourceRoot":"","sources":["../../../../library/sdk/model/migration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,SAAS;IA0ClB,MAAM,CAAC,mBAAmB;QACtB,OAAO,SAAS,CAAC,gBAAgB,CAAC;IACtC,CAAC;;AA5CL,8BA6CC;AA3BU,uBAAa,GAAuB,SAAS,CAAC;AAE9C,0BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,oBAAoB;KAC/B;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AASF,QAAA,wBAAwB,GAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC"}
|