edge-impulse-linux 1.24.2 → 1.25.0

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.
Files changed (154) hide show
  1. package/README.md +3 -1
  2. package/build/cli/linux/linux.js +11 -1
  3. package/build/cli/linux/linux.js.map +1 -1
  4. package/build/cli/linux/runner-downloader.d.ts +1 -1
  5. package/build/cli/linux/runner-downloader.js +10 -8
  6. package/build/cli/linux/runner-downloader.js.map +1 -1
  7. package/build/cli/linux/runner-utils.js +7 -4
  8. package/build/cli/linux/runner-utils.js.map +1 -1
  9. package/build/cli/linux/runner.js +92 -59
  10. package/build/cli/linux/runner.js.map +1 -1
  11. package/build/cli-common/config.d.ts +5 -0
  12. package/build/cli-common/config.js +28 -7
  13. package/build/cli-common/config.js.map +1 -1
  14. package/build/cli-common/init-cli-app.d.ts +1 -0
  15. package/build/cli-common/init-cli-app.js +49 -10
  16. package/build/cli-common/init-cli-app.js.map +1 -1
  17. package/build/cli-common/model-monitor.d.ts +4 -0
  18. package/build/cli-common/model-monitor.js +57 -36
  19. package/build/cli-common/model-monitor.js.map +1 -1
  20. package/build/cli-common/remote-mgmt-service.js +4 -1
  21. package/build/cli-common/remote-mgmt-service.js.map +1 -1
  22. package/build/library/classifier/linux-impulse-runner-types.d.ts +3 -1
  23. package/build/library/classifier/linux-impulse-runner-types.js +2 -0
  24. package/build/library/classifier/linux-impulse-runner-types.js.map +1 -1
  25. package/build/library/sensors/fake-camera.d.ts +36 -0
  26. package/build/library/sensors/fake-camera.js +62 -0
  27. package/build/library/sensors/fake-camera.js.map +1 -0
  28. package/build/library/sensors/gstreamer.js +1 -1
  29. package/build/library/sensors/gstreamer.js.map +1 -1
  30. package/build/library/sensors/sensors-helper.d.ts +3 -1
  31. package/build/library/sensors/sensors-helper.js +9 -1
  32. package/build/library/sensors/sensors-helper.js.map +1 -1
  33. package/build/sdk/studio/sdk/api/projectsApi.d.ts +11 -0
  34. package/build/sdk/studio/sdk/api/projectsApi.js +73 -0
  35. package/build/sdk/studio/sdk/api/projectsApi.js.map +1 -1
  36. package/build/sdk/studio/sdk/api/rawDataApi.d.ts +34 -0
  37. package/build/sdk/studio/sdk/api/rawDataApi.js +231 -0
  38. package/build/sdk/studio/sdk/api/rawDataApi.js.map +1 -1
  39. package/build/sdk/studio/sdk/model/addOrganizationApiKeyRequest.d.ts +4 -0
  40. package/build/sdk/studio/sdk/model/addOrganizationApiKeyRequest.js +5 -0
  41. package/build/sdk/studio/sdk/model/addOrganizationApiKeyRequest.js.map +1 -1
  42. package/build/sdk/studio/sdk/model/addOrganizationApiKeyRequestAllOf.d.ts +4 -0
  43. package/build/sdk/studio/sdk/model/addOrganizationApiKeyRequestAllOf.js +5 -0
  44. package/build/sdk/studio/sdk/model/addOrganizationApiKeyRequestAllOf.js.map +1 -1
  45. package/build/sdk/studio/sdk/model/addProjectApiKeyRequest.d.ts +5 -1
  46. package/build/sdk/studio/sdk/model/addProjectApiKeyRequest.js +6 -1
  47. package/build/sdk/studio/sdk/model/addProjectApiKeyRequest.js.map +1 -1
  48. package/build/sdk/studio/sdk/model/addProjectApiKeyRequestAllOf.d.ts +5 -1
  49. package/build/sdk/studio/sdk/model/addProjectApiKeyRequestAllOf.js +6 -1
  50. package/build/sdk/studio/sdk/model/addProjectApiKeyRequestAllOf.js.map +1 -1
  51. package/build/sdk/studio/sdk/model/adminCreateProjectRequest.d.ts +4 -0
  52. package/build/sdk/studio/sdk/model/adminCreateProjectRequest.js +5 -0
  53. package/build/sdk/studio/sdk/model/adminCreateProjectRequest.js.map +1 -1
  54. package/build/sdk/studio/sdk/model/anomalyLabelsConfig.d.ts +32 -0
  55. package/build/sdk/studio/sdk/model/anomalyLabelsConfig.js +34 -0
  56. package/build/sdk/studio/sdk/model/anomalyLabelsConfig.js.map +1 -0
  57. package/build/sdk/studio/sdk/model/classifySampleResponseClassification.d.ts +4 -0
  58. package/build/sdk/studio/sdk/model/classifySampleResponseClassification.js +5 -0
  59. package/build/sdk/studio/sdk/model/classifySampleResponseClassification.js.map +1 -1
  60. package/build/sdk/studio/sdk/model/createProjectRequest.d.ts +4 -0
  61. package/build/sdk/studio/sdk/model/createProjectRequest.js +5 -0
  62. package/build/sdk/studio/sdk/model/createProjectRequest.js.map +1 -1
  63. package/build/sdk/studio/sdk/model/datasetStratificationOptions.d.ts +40 -0
  64. package/build/sdk/studio/sdk/model/datasetStratificationOptions.js +44 -0
  65. package/build/sdk/studio/sdk/model/datasetStratificationOptions.js.map +1 -0
  66. package/build/sdk/studio/sdk/model/datasetStratificationPreviewData.d.ts +26 -0
  67. package/build/sdk/studio/sdk/model/datasetStratificationPreviewData.js +29 -0
  68. package/build/sdk/studio/sdk/model/datasetStratificationPreviewData.js.map +1 -0
  69. package/build/sdk/studio/sdk/model/datasetStratificationPreviewDataData.d.ts +28 -0
  70. package/build/sdk/studio/sdk/model/datasetStratificationPreviewDataData.js +44 -0
  71. package/build/sdk/studio/sdk/model/datasetStratificationPreviewDataData.js.map +1 -0
  72. package/build/sdk/studio/sdk/model/datasetStratificationPreviewResponse.d.ts +34 -0
  73. package/build/sdk/studio/sdk/model/datasetStratificationPreviewResponse.js +39 -0
  74. package/build/sdk/studio/sdk/model/datasetStratificationPreviewResponse.js.map +1 -0
  75. package/build/sdk/studio/sdk/model/deploymentTarget.d.ts +2 -0
  76. package/build/sdk/studio/sdk/model/deploymentTarget.js +5 -0
  77. package/build/sdk/studio/sdk/model/deploymentTarget.js.map +1 -1
  78. package/build/sdk/studio/sdk/model/deploymentTargetRedirect.d.ts +29 -0
  79. package/build/sdk/studio/sdk/model/deploymentTargetRedirect.js +37 -0
  80. package/build/sdk/studio/sdk/model/deploymentTargetRedirect.js.map +1 -0
  81. package/build/sdk/studio/sdk/model/experimentalImpulseSpecificGpuTrainingProcessor.d.ts +16 -0
  82. package/build/sdk/studio/sdk/model/experimentalImpulseSpecificGpuTrainingProcessor.js +16 -0
  83. package/build/sdk/studio/sdk/model/experimentalImpulseSpecificGpuTrainingProcessor.js.map +1 -0
  84. package/build/sdk/studio/sdk/model/feature.d.ts +1 -1
  85. package/build/sdk/studio/sdk/model/feature.js +1 -1
  86. package/build/sdk/studio/sdk/model/feature.js.map +1 -1
  87. package/build/sdk/studio/sdk/model/getHmacDevkeyResponse.d.ts +36 -0
  88. package/build/sdk/studio/sdk/model/getHmacDevkeyResponse.js +39 -0
  89. package/build/sdk/studio/sdk/model/getHmacDevkeyResponse.js.map +1 -0
  90. package/build/sdk/studio/sdk/model/getHmacDevkeyResponseAllOf.d.ts +28 -0
  91. package/build/sdk/studio/sdk/model/getHmacDevkeyResponseAllOf.js +29 -0
  92. package/build/sdk/studio/sdk/model/getHmacDevkeyResponseAllOf.js.map +1 -0
  93. package/build/sdk/studio/sdk/model/impulseInputBlockLabelingMethodMultiLabel.d.ts +7 -3
  94. package/build/sdk/studio/sdk/model/impulseInputBlockLabelingMethodMultiLabel.js +7 -2
  95. package/build/sdk/studio/sdk/model/impulseInputBlockLabelingMethodMultiLabel.js.map +1 -1
  96. package/build/sdk/studio/sdk/model/impulseLearnBlock.d.ts +2 -0
  97. package/build/sdk/studio/sdk/model/impulseLearnBlock.js +5 -0
  98. package/build/sdk/studio/sdk/model/impulseLearnBlock.js.map +1 -1
  99. package/build/sdk/studio/sdk/model/listVersionsResponseAllOfVersions.d.ts +9 -1
  100. package/build/sdk/studio/sdk/model/listVersionsResponseAllOfVersions.js +10 -0
  101. package/build/sdk/studio/sdk/model/listVersionsResponseAllOfVersions.js.map +1 -1
  102. package/build/sdk/studio/sdk/model/models.d.ts +9 -0
  103. package/build/sdk/studio/sdk/model/models.js +26 -0
  104. package/build/sdk/studio/sdk/model/models.js.map +1 -1
  105. package/build/sdk/studio/sdk/model/oauthClient.d.ts +4 -0
  106. package/build/sdk/studio/sdk/model/oauthClient.js +5 -0
  107. package/build/sdk/studio/sdk/model/oauthClient.js.map +1 -1
  108. package/build/sdk/studio/sdk/model/oauthClientProperties.d.ts +4 -0
  109. package/build/sdk/studio/sdk/model/oauthClientProperties.js +5 -0
  110. package/build/sdk/studio/sdk/model/oauthClientProperties.js.map +1 -1
  111. package/build/sdk/studio/sdk/model/optimizeTransferLearningModelsResponseAllOfModels.d.ts +1 -0
  112. package/build/sdk/studio/sdk/model/optimizeTransferLearningModelsResponseAllOfModels.js +5 -0
  113. package/build/sdk/studio/sdk/model/optimizeTransferLearningModelsResponseAllOfModels.js.map +1 -1
  114. package/build/sdk/studio/sdk/model/organizationApiKey.d.ts +4 -0
  115. package/build/sdk/studio/sdk/model/organizationApiKey.js +5 -0
  116. package/build/sdk/studio/sdk/model/organizationApiKey.js.map +1 -1
  117. package/build/sdk/studio/sdk/model/organizationTransferLearningOperatesOn.d.ts +1 -1
  118. package/build/sdk/studio/sdk/model/organizationTransferLearningOperatesOn.js +1 -1
  119. package/build/sdk/studio/sdk/model/organizationTransferLearningOperatesOn.js.map +1 -1
  120. package/build/sdk/studio/sdk/model/projectApiKey.d.ts +5 -1
  121. package/build/sdk/studio/sdk/model/projectApiKey.js +6 -1
  122. package/build/sdk/studio/sdk/model/projectApiKey.js.map +1 -1
  123. package/build/sdk/studio/sdk/model/projectDeploymentTarget.d.ts +2 -0
  124. package/build/sdk/studio/sdk/model/projectDeploymentTarget.js +5 -0
  125. package/build/sdk/studio/sdk/model/projectDeploymentTarget.js.map +1 -1
  126. package/build/sdk/studio/sdk/model/projectInfoResponse.d.ts +4 -0
  127. package/build/sdk/studio/sdk/model/projectInfoResponse.js +10 -0
  128. package/build/sdk/studio/sdk/model/projectInfoResponse.js.map +1 -1
  129. package/build/sdk/studio/sdk/model/projectInfoResponseAllOf.d.ts +4 -0
  130. package/build/sdk/studio/sdk/model/projectInfoResponseAllOf.js +10 -0
  131. package/build/sdk/studio/sdk/model/projectInfoResponseAllOf.js.map +1 -1
  132. package/build/sdk/studio/sdk/model/restoreProjectRequest.d.ts +2 -2
  133. package/build/sdk/studio/sdk/model/setKerasParameterRequest.d.ts +2 -0
  134. package/build/sdk/studio/sdk/model/setKerasParameterRequest.js +5 -0
  135. package/build/sdk/studio/sdk/model/setKerasParameterRequest.js.map +1 -1
  136. package/build/sdk/studio/sdk/model/structuredLabel.d.ts +2 -0
  137. package/build/sdk/studio/sdk/model/structuredLabel.js +5 -0
  138. package/build/sdk/studio/sdk/model/structuredLabel.js.map +1 -1
  139. package/build/sdk/studio/sdk/model/updateOrganizationCreateEmptyProjectRequest.d.ts +4 -0
  140. package/build/sdk/studio/sdk/model/updateOrganizationCreateEmptyProjectRequest.js +5 -0
  141. package/build/sdk/studio/sdk/model/updateOrganizationCreateEmptyProjectRequest.js.map +1 -1
  142. package/build/sdk/studio/sdk/model/updateProjectRequest.d.ts +2 -0
  143. package/build/sdk/studio/sdk/model/updateProjectRequest.js +5 -0
  144. package/build/sdk/studio/sdk/model/updateProjectRequest.js.map +1 -1
  145. package/build/shared/bounding-box-file-types.d.ts +37 -1
  146. package/build/shared/bounding-box-file-types.js +69 -6
  147. package/build/shared/bounding-box-file-types.js.map +1 -1
  148. package/build/shared/viewmodels/init.d.ts +2 -2
  149. package/build/shared/viewmodels/init.js +2 -8
  150. package/build/shared/viewmodels/init.js.map +1 -1
  151. package/examples/js/classify-camera.js +7 -1
  152. package/examples/ts/classify-camera-webserver.ts +8 -3
  153. package/examples/ts/classify-camera.ts +8 -3
  154. package/package.json +2 -1
@@ -19,6 +19,10 @@ export declare class AddOrganizationApiKeyRequest {
19
19
  */
20
20
  'apiKey'?: string;
21
21
  'role': AddOrganizationApiKeyRequestRoleEnum;
22
+ /**
23
+ * Optional: time to live in seconds.
24
+ */
25
+ 'ttl'?: number;
22
26
  static discriminator: string | undefined;
23
27
  static attributeTypeMap: Array<{
24
28
  name: string;
@@ -34,6 +34,11 @@ AddOrganizationApiKeyRequest.attributeTypeMap = [
34
34
  "name": "role",
35
35
  "baseName": "role",
36
36
  "type": "AddOrganizationApiKeyRequestRoleEnum"
37
+ },
38
+ {
39
+ "name": "ttl",
40
+ "baseName": "ttl",
41
+ "type": "number"
37
42
  }
38
43
  ];
39
44
  exports.AddOrganizationApiKeyRequestRoleEnumValues = ['admin', 'member'];
@@ -1 +1 @@
1
- {"version":3,"file":"addOrganizationApiKeyRequest.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/addOrganizationApiKeyRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,4BAA4B;IA8BrC,MAAM,CAAC,mBAAmB;QACtB,OAAO,4BAA4B,CAAC,gBAAgB,CAAC;IACzD,CAAC;;AAhCL,oEAiCC;AAtBU,0CAAa,GAAuB,SAAS,CAAC;AAE9C,6CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,sCAAsC;KACjD;CAAK,CAAC;AASF,QAAA,0CAA0C,GAAa,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC"}
1
+ {"version":3,"file":"addOrganizationApiKeyRequest.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/addOrganizationApiKeyRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,4BAA4B;IAuCrC,MAAM,CAAC,mBAAmB;QACtB,OAAO,4BAA4B,CAAC,gBAAgB,CAAC;IACzD,CAAC;;AAzCL,oEA0CC;AA3BU,0CAAa,GAAuB,SAAS,CAAC;AAE9C,6CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,sCAAsC;KACjD;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AASF,QAAA,0CAA0C,GAAa,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC"}
@@ -11,6 +11,10 @@
11
11
  */
12
12
  export declare class AddOrganizationApiKeyRequestAllOf {
13
13
  'role': AddOrganizationApiKeyRequestAllOfRoleEnum;
14
+ /**
15
+ * Optional: time to live in seconds.
16
+ */
17
+ 'ttl'?: number;
14
18
  static discriminator: string | undefined;
15
19
  static attributeTypeMap: Array<{
16
20
  name: string;
@@ -24,6 +24,11 @@ AddOrganizationApiKeyRequestAllOf.attributeTypeMap = [
24
24
  "name": "role",
25
25
  "baseName": "role",
26
26
  "type": "AddOrganizationApiKeyRequestAllOfRoleEnum"
27
+ },
28
+ {
29
+ "name": "ttl",
30
+ "baseName": "ttl",
31
+ "type": "number"
27
32
  }
28
33
  ];
29
34
  exports.AddOrganizationApiKeyRequestAllOfRoleEnumValues = ['admin', 'member'];
@@ -1 +1 @@
1
- {"version":3,"file":"addOrganizationApiKeyRequestAllOf.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/addOrganizationApiKeyRequestAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,iCAAiC;IAY1C,MAAM,CAAC,mBAAmB;QACtB,OAAO,iCAAiC,CAAC,gBAAgB,CAAC;IAC9D,CAAC;;AAdL,8EAeC;AAZU,+CAAa,GAAuB,SAAS,CAAC;AAE9C,kDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,2CAA2C;KACtD;CAAK,CAAC;AASF,QAAA,+CAA+C,GAAa,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC"}
1
+ {"version":3,"file":"addOrganizationApiKeyRequestAllOf.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/addOrganizationApiKeyRequestAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,iCAAiC;IAqB1C,MAAM,CAAC,mBAAmB;QACtB,OAAO,iCAAiC,CAAC,gBAAgB,CAAC;IAC9D,CAAC;;AAvBL,8EAwBC;AAjBU,+CAAa,GAAuB,SAAS,CAAC;AAE9C,kDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,2CAA2C;KACtD;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AASF,QAAA,+CAA+C,GAAa,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC"}
@@ -23,6 +23,10 @@ export declare class AddProjectApiKeyRequest {
23
23
  */
24
24
  'isDevelopmentKey': boolean;
25
25
  'role': AddProjectApiKeyRequestRoleEnum;
26
+ /**
27
+ * Optional: time to live in seconds.
28
+ */
29
+ 'ttl'?: number;
26
30
  static discriminator: string | undefined;
27
31
  static attributeTypeMap: Array<{
28
32
  name: string;
@@ -35,5 +39,5 @@ export declare class AddProjectApiKeyRequest {
35
39
  type: string;
36
40
  }[];
37
41
  }
38
- export type AddProjectApiKeyRequestRoleEnum = 'admin' | 'readonly' | 'ingestiononly';
42
+ export type AddProjectApiKeyRequestRoleEnum = 'admin' | 'readonly' | 'ingestiononly' | 'ingestion_deployment';
39
43
  export declare const AddProjectApiKeyRequestRoleEnumValues: string[];
@@ -39,7 +39,12 @@ AddProjectApiKeyRequest.attributeTypeMap = [
39
39
  "name": "role",
40
40
  "baseName": "role",
41
41
  "type": "AddProjectApiKeyRequestRoleEnum"
42
+ },
43
+ {
44
+ "name": "ttl",
45
+ "baseName": "ttl",
46
+ "type": "number"
42
47
  }
43
48
  ];
44
- exports.AddProjectApiKeyRequestRoleEnumValues = ['admin', 'readonly', 'ingestiononly'];
49
+ exports.AddProjectApiKeyRequestRoleEnumValues = ['admin', 'readonly', 'ingestiononly', 'ingestion_deployment'];
45
50
  //# sourceMappingURL=addProjectApiKeyRequest.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"addProjectApiKeyRequest.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/addProjectApiKeyRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,uBAAuB;IAuChC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AAzCL,0DA0CC;AA3BU,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,iCAAiC;KAC5C;CAAK,CAAC;AASF,QAAA,qCAAqC,GAAa,CAAC,OAAO,EAAE,UAAU,EAAE,eAAe,CAAC,CAAC"}
1
+ {"version":3,"file":"addProjectApiKeyRequest.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/addProjectApiKeyRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,uBAAuB;IAgDhC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AAlDL,0DAmDC;AAhCU,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AASF,QAAA,qCAAqC,GAAa,CAAC,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,sBAAsB,CAAC,CAAC"}
@@ -15,6 +15,10 @@ export declare class AddProjectApiKeyRequestAllOf {
15
15
  */
16
16
  'isDevelopmentKey': boolean;
17
17
  'role': AddProjectApiKeyRequestAllOfRoleEnum;
18
+ /**
19
+ * Optional: time to live in seconds.
20
+ */
21
+ 'ttl'?: number;
18
22
  static discriminator: string | undefined;
19
23
  static attributeTypeMap: Array<{
20
24
  name: string;
@@ -27,5 +31,5 @@ export declare class AddProjectApiKeyRequestAllOf {
27
31
  type: string;
28
32
  }[];
29
33
  }
30
- export type AddProjectApiKeyRequestAllOfRoleEnum = 'admin' | 'readonly' | 'ingestiononly';
34
+ export type AddProjectApiKeyRequestAllOfRoleEnum = 'admin' | 'readonly' | 'ingestiononly' | 'ingestion_deployment';
31
35
  export declare const AddProjectApiKeyRequestAllOfRoleEnumValues: string[];
@@ -29,7 +29,12 @@ AddProjectApiKeyRequestAllOf.attributeTypeMap = [
29
29
  "name": "role",
30
30
  "baseName": "role",
31
31
  "type": "AddProjectApiKeyRequestAllOfRoleEnum"
32
+ },
33
+ {
34
+ "name": "ttl",
35
+ "baseName": "ttl",
36
+ "type": "number"
32
37
  }
33
38
  ];
34
- exports.AddProjectApiKeyRequestAllOfRoleEnumValues = ['admin', 'readonly', 'ingestiononly'];
39
+ exports.AddProjectApiKeyRequestAllOfRoleEnumValues = ['admin', 'readonly', 'ingestiononly', 'ingestion_deployment'];
35
40
  //# sourceMappingURL=addProjectApiKeyRequestAllOf.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"addProjectApiKeyRequestAllOf.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/addProjectApiKeyRequestAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,4BAA4B;IAqBrC,MAAM,CAAC,mBAAmB;QACtB,OAAO,4BAA4B,CAAC,gBAAgB,CAAC;IACzD,CAAC;;AAvBL,oEAwBC;AAjBU,0CAAa,GAAuB,SAAS,CAAC;AAE9C,6CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,sCAAsC;KACjD;CAAK,CAAC;AASF,QAAA,0CAA0C,GAAa,CAAC,OAAO,EAAE,UAAU,EAAE,eAAe,CAAC,CAAC"}
1
+ {"version":3,"file":"addProjectApiKeyRequestAllOf.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/addProjectApiKeyRequestAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,4BAA4B;IA8BrC,MAAM,CAAC,mBAAmB;QACtB,OAAO,4BAA4B,CAAC,gBAAgB,CAAC;IACzD,CAAC;;AAhCL,oEAiCC;AAtBU,0CAAa,GAAuB,SAAS,CAAC;AAE9C,6CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,sCAAsC;KACjD;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AASF,QAAA,0CAA0C,GAAa,CAAC,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,sBAAsB,CAAC,CAAC"}
@@ -24,6 +24,10 @@ export declare class AdminCreateProjectRequest {
24
24
  * Email of the owner of the new project. Either this parameter or ownerId must be set.
25
25
  */
26
26
  'ownerEmail'?: string;
27
+ /**
28
+ * Whether to create an API key. If set to FALSE, the \"apiKey\" property on the response will be empty. If this field is not set, it will default to TRUE.
29
+ */
30
+ 'createApiKey'?: boolean;
27
31
  static discriminator: string | undefined;
28
32
  static attributeTypeMap: Array<{
29
33
  name: string;
@@ -39,6 +39,11 @@ AdminCreateProjectRequest.attributeTypeMap = [
39
39
  "name": "ownerEmail",
40
40
  "baseName": "ownerEmail",
41
41
  "type": "string"
42
+ },
43
+ {
44
+ "name": "createApiKey",
45
+ "baseName": "createApiKey",
46
+ "type": "boolean"
42
47
  }
43
48
  ];
44
49
  //# sourceMappingURL=adminCreateProjectRequest.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"adminCreateProjectRequest.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/adminCreateProjectRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,yBAAyB;IAuClC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AAzCL,8DA0CC;AA3BU,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
1
+ {"version":3,"file":"adminCreateProjectRequest.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/adminCreateProjectRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,yBAAyB;IAgDlC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AAlDL,8DAmDC;AAhCU,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ * Edge Impulse API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ export declare class AnomalyLabelsConfig {
13
+ /**
14
+ * Labels to treat as anomalous during classification or model testing in Studio, defaults to [\'anomaly\']
15
+ */
16
+ 'anomalyLabels': Array<string>;
17
+ /**
18
+ * Labels to treat as non-anomalous during classification or model testing in Studio, defaults to [\'no anomaly\']
19
+ */
20
+ 'noAnomalyLabels': Array<string>;
21
+ static discriminator: string | undefined;
22
+ static attributeTypeMap: Array<{
23
+ name: string;
24
+ baseName: string;
25
+ type: string;
26
+ }>;
27
+ static getAttributeTypeMap(): {
28
+ name: string;
29
+ baseName: string;
30
+ type: string;
31
+ }[];
32
+ }
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ /**
3
+ * Edge Impulse API
4
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+ *
6
+ * The version of the OpenAPI document: 1.0.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.AnomalyLabelsConfig = void 0;
15
+ class AnomalyLabelsConfig {
16
+ static getAttributeTypeMap() {
17
+ return AnomalyLabelsConfig.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.AnomalyLabelsConfig = AnomalyLabelsConfig;
21
+ AnomalyLabelsConfig.discriminator = undefined;
22
+ AnomalyLabelsConfig.attributeTypeMap = [
23
+ {
24
+ "name": "anomalyLabels",
25
+ "baseName": "anomalyLabels",
26
+ "type": "Array<string>"
27
+ },
28
+ {
29
+ "name": "noAnomalyLabels",
30
+ "baseName": "noAnomalyLabels",
31
+ "type": "Array<string>"
32
+ }
33
+ ];
34
+ //# sourceMappingURL=anomalyLabelsConfig.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"anomalyLabelsConfig.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/anomalyLabelsConfig.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,mBAAmB;IAwB5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AA1BL,kDA2BC;AAjBU,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC"}
@@ -46,6 +46,10 @@ export declare class ClassifySampleResponseClassification {
46
46
  */
47
47
  'expectedLabels': Array<StructuredLabel>;
48
48
  /**
49
+ * An array with the expected anomaly outcome for each window — either “anomaly” or “no anomaly”. The outcome is determined by which labels are marked as anomalous in the project setup, or by the sample label if no such configuration is defined.
50
+ */
51
+ 'expectedAnomalyOutcome'?: Array<StructuredLabel>;
52
+ /**
49
53
  * List of configurable thresholds for this block.
50
54
  */
51
55
  'thresholds': Array<BlockThreshold>;
@@ -60,6 +60,11 @@ ClassifySampleResponseClassification.attributeTypeMap = [
60
60
  "baseName": "expectedLabels",
61
61
  "type": "Array<StructuredLabel>"
62
62
  },
63
+ {
64
+ "name": "expectedAnomalyOutcome",
65
+ "baseName": "expectedAnomalyOutcome",
66
+ "type": "Array<StructuredLabel>"
67
+ },
63
68
  {
64
69
  "name": "thresholds",
65
70
  "baseName": "thresholds",
@@ -1 +1 @@
1
- {"version":3,"file":"classifySampleResponseClassification.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/classifySampleResponseClassification.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAUH,MAAa,oCAAoC;IAuF7C,MAAM,CAAC,mBAAmB;QACtB,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;IACjE,CAAC;;AAzFL,oFA0FC;AAzDU,kDAAa,GAAuB,SAAS,CAAC;AAE9C,qDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,mCAAmC;KAC9C;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,sBAAsB;KACjC;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,yBAAyB;QACjC,UAAU,EAAE,yBAAyB;QACrC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,oDAAoD;KAC/D;IACD;QACI,MAAM,EAAE,0BAA0B;QAClC,UAAU,EAAE,0BAA0B;QACtC,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}
1
+ {"version":3,"file":"classifySampleResponseClassification.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/classifySampleResponseClassification.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAUH,MAAa,oCAAoC;IAgG7C,MAAM,CAAC,mBAAmB;QACtB,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;IACjE,CAAC;;AAlGL,oFAmGC;AA9DU,kDAAa,GAAuB,SAAS,CAAC;AAE9C,qDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,mCAAmC;KAC9C;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,sBAAsB;KACjC;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,yBAAyB;QACjC,UAAU,EAAE,yBAAyB;QACrC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,oDAAoD;KAC/D;IACD;QACI,MAAM,EAAE,0BAA0B;QAClC,UAAU,EAAE,0BAA0B;QACtC,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}
@@ -26,6 +26,10 @@ export declare class CreateProjectRequest {
26
26
  */
27
27
  'showGettingStartedWizard'?: boolean;
28
28
  'tutorialKey'?: TutorialType;
29
+ /**
30
+ * Whether to create an API key. If set to FALSE, the \"apiKey\" property on the response will be empty. If this field is not set, it will default to TRUE.
31
+ */
32
+ 'createApiKey'?: boolean;
29
33
  static discriminator: string | undefined;
30
34
  static attributeTypeMap: Array<{
31
35
  name: string;
@@ -44,6 +44,11 @@ CreateProjectRequest.attributeTypeMap = [
44
44
  "name": "tutorialKey",
45
45
  "baseName": "tutorialKey",
46
46
  "type": "TutorialType"
47
+ },
48
+ {
49
+ "name": "createApiKey",
50
+ "baseName": "createApiKey",
51
+ "type": "boolean"
47
52
  }
48
53
  ];
49
54
  //# sourceMappingURL=createProjectRequest.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"createProjectRequest.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/createProjectRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,oBAAoB;IA6C7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AA/CL,oDAgDC;AAhCU,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,0BAA0B;QAClC,UAAU,EAAE,0BAA0B;QACtC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,0BAA0B;QAClC,UAAU,EAAE,0BAA0B;QACtC,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,cAAc;KACzB;CAAK,CAAC"}
1
+ {"version":3,"file":"createProjectRequest.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/createProjectRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,oBAAoB;IAsD7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AAxDL,oDAyDC;AArCU,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,0BAA0B;QAClC,UAAU,EAAE,0BAA0B;QACtC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,0BAA0B;QAClC,UAAU,EAAE,0BAA0B;QACtC,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}
@@ -0,0 +1,40 @@
1
+ /**
2
+ * Edge Impulse API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ export declare class DatasetStratificationOptions {
13
+ /**
14
+ * Proportion of the dataset to use for training. The remainder will be used for testing. For example, a value of 0.8 means 80% training, 20% testing.
15
+ */
16
+ 'splitRatio': number;
17
+ /**
18
+ * Whether to stratify by label. If true, the label column will be used for stratification combined with metadataKeys. If false, only metadataKeys will be used.
19
+ */
20
+ 'stratifyByLabel': boolean;
21
+ /**
22
+ * List of metadata keys to use for stratification. If more than one, they will be combined into composite strata. If stratifyByLabel is true, the label column will be used as well.
23
+ */
24
+ 'metadataKeys': Array<string>;
25
+ /**
26
+ * Whether to exclude samples that are marked as disabled.
27
+ */
28
+ 'excludeDisabledSamples'?: boolean;
29
+ static discriminator: string | undefined;
30
+ static attributeTypeMap: Array<{
31
+ name: string;
32
+ baseName: string;
33
+ type: string;
34
+ }>;
35
+ static getAttributeTypeMap(): {
36
+ name: string;
37
+ baseName: string;
38
+ type: string;
39
+ }[];
40
+ }
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ /**
3
+ * Edge Impulse API
4
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+ *
6
+ * The version of the OpenAPI document: 1.0.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.DatasetStratificationOptions = void 0;
15
+ class DatasetStratificationOptions {
16
+ static getAttributeTypeMap() {
17
+ return DatasetStratificationOptions.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.DatasetStratificationOptions = DatasetStratificationOptions;
21
+ DatasetStratificationOptions.discriminator = undefined;
22
+ DatasetStratificationOptions.attributeTypeMap = [
23
+ {
24
+ "name": "splitRatio",
25
+ "baseName": "splitRatio",
26
+ "type": "number"
27
+ },
28
+ {
29
+ "name": "stratifyByLabel",
30
+ "baseName": "stratifyByLabel",
31
+ "type": "boolean"
32
+ },
33
+ {
34
+ "name": "metadataKeys",
35
+ "baseName": "metadataKeys",
36
+ "type": "Array<string>"
37
+ },
38
+ {
39
+ "name": "excludeDisabledSamples",
40
+ "baseName": "excludeDisabledSamples",
41
+ "type": "boolean"
42
+ }
43
+ ];
44
+ //# sourceMappingURL=datasetStratificationOptions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"datasetStratificationOptions.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/datasetStratificationOptions.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,4BAA4B;IA0CrC,MAAM,CAAC,mBAAmB;QACtB,OAAO,4BAA4B,CAAC,gBAAgB,CAAC;IACzD,CAAC;;AA5CL,oEA6CC;AA3BU,0CAAa,GAAuB,SAAS,CAAC;AAE9C,6CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Edge Impulse API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { DatasetStratificationPreviewDataData } from './datasetStratificationPreviewDataData';
13
+ export declare class DatasetStratificationPreviewData {
14
+ 'data': Array<DatasetStratificationPreviewDataData>;
15
+ static discriminator: string | undefined;
16
+ static attributeTypeMap: Array<{
17
+ name: string;
18
+ baseName: string;
19
+ type: string;
20
+ }>;
21
+ static getAttributeTypeMap(): {
22
+ name: string;
23
+ baseName: string;
24
+ type: string;
25
+ }[];
26
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Edge Impulse API
4
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+ *
6
+ * The version of the OpenAPI document: 1.0.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.DatasetStratificationPreviewData = void 0;
15
+ class DatasetStratificationPreviewData {
16
+ static getAttributeTypeMap() {
17
+ return DatasetStratificationPreviewData.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.DatasetStratificationPreviewData = DatasetStratificationPreviewData;
21
+ DatasetStratificationPreviewData.discriminator = undefined;
22
+ DatasetStratificationPreviewData.attributeTypeMap = [
23
+ {
24
+ "name": "data",
25
+ "baseName": "data",
26
+ "type": "Array<DatasetStratificationPreviewDataData>"
27
+ }
28
+ ];
29
+ //# sourceMappingURL=datasetStratificationPreviewData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"datasetStratificationPreviewData.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/datasetStratificationPreviewData.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,gCAAgC;IAYzC,MAAM,CAAC,mBAAmB;QACtB,OAAO,gCAAgC,CAAC,gBAAgB,CAAC;IAC7D,CAAC;;AAdL,4EAeC;AAZU,8CAAa,GAAuB,SAAS,CAAC;AAE9C,iDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,6CAA6C;KACxD;CAAK,CAAC"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Edge Impulse API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ export declare class DatasetStratificationPreviewDataData {
13
+ 'stratValue': string;
14
+ 'splitCategory': string;
15
+ 'sampleCount': number;
16
+ 'percentWithinGroup': number;
17
+ static discriminator: string | undefined;
18
+ static attributeTypeMap: Array<{
19
+ name: string;
20
+ baseName: string;
21
+ type: string;
22
+ }>;
23
+ static getAttributeTypeMap(): {
24
+ name: string;
25
+ baseName: string;
26
+ type: string;
27
+ }[];
28
+ }
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ /**
3
+ * Edge Impulse API
4
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+ *
6
+ * The version of the OpenAPI document: 1.0.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.DatasetStratificationPreviewDataData = void 0;
15
+ class DatasetStratificationPreviewDataData {
16
+ static getAttributeTypeMap() {
17
+ return DatasetStratificationPreviewDataData.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.DatasetStratificationPreviewDataData = DatasetStratificationPreviewDataData;
21
+ DatasetStratificationPreviewDataData.discriminator = undefined;
22
+ DatasetStratificationPreviewDataData.attributeTypeMap = [
23
+ {
24
+ "name": "stratValue",
25
+ "baseName": "strat_value",
26
+ "type": "string"
27
+ },
28
+ {
29
+ "name": "splitCategory",
30
+ "baseName": "split_category",
31
+ "type": "string"
32
+ },
33
+ {
34
+ "name": "sampleCount",
35
+ "baseName": "sample_count",
36
+ "type": "number"
37
+ },
38
+ {
39
+ "name": "percentWithinGroup",
40
+ "baseName": "percent_within_group",
41
+ "type": "number"
42
+ }
43
+ ];
44
+ //# sourceMappingURL=datasetStratificationPreviewDataData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"datasetStratificationPreviewDataData.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/datasetStratificationPreviewDataData.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,oCAAoC;IA8B7C,MAAM,CAAC,mBAAmB;QACtB,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;IACjE,CAAC;;AAhCL,oFAiCC;AA3BU,kDAAa,GAAuB,SAAS,CAAC;AAE9C,qDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * Edge Impulse API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { DatasetStratificationPreviewDataData } from './datasetStratificationPreviewDataData';
13
+ export declare class DatasetStratificationPreviewResponse {
14
+ /**
15
+ * Whether the operation succeeded
16
+ */
17
+ 'success': boolean;
18
+ /**
19
+ * Optional error description (set if \'success\' was false)
20
+ */
21
+ 'error'?: string;
22
+ 'data': Array<DatasetStratificationPreviewDataData>;
23
+ static discriminator: string | undefined;
24
+ static attributeTypeMap: Array<{
25
+ name: string;
26
+ baseName: string;
27
+ type: string;
28
+ }>;
29
+ static getAttributeTypeMap(): {
30
+ name: string;
31
+ baseName: string;
32
+ type: string;
33
+ }[];
34
+ }
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ /**
3
+ * Edge Impulse API
4
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+ *
6
+ * The version of the OpenAPI document: 1.0.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.DatasetStratificationPreviewResponse = void 0;
15
+ class DatasetStratificationPreviewResponse {
16
+ static getAttributeTypeMap() {
17
+ return DatasetStratificationPreviewResponse.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.DatasetStratificationPreviewResponse = DatasetStratificationPreviewResponse;
21
+ DatasetStratificationPreviewResponse.discriminator = undefined;
22
+ DatasetStratificationPreviewResponse.attributeTypeMap = [
23
+ {
24
+ "name": "success",
25
+ "baseName": "success",
26
+ "type": "boolean"
27
+ },
28
+ {
29
+ "name": "error",
30
+ "baseName": "error",
31
+ "type": "string"
32
+ },
33
+ {
34
+ "name": "data",
35
+ "baseName": "data",
36
+ "type": "Array<DatasetStratificationPreviewDataData>"
37
+ }
38
+ ];
39
+ //# sourceMappingURL=datasetStratificationPreviewResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"datasetStratificationPreviewResponse.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/datasetStratificationPreviewResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,oCAAoC;IA8B7C,MAAM,CAAC,mBAAmB;QACtB,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;IACjE,CAAC;;AAhCL,oFAiCC;AAtBU,kDAAa,GAAuB,SAAS,CAAC;AAE9C,qDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,6CAA6C;KACxD;CAAK,CAAC"}
@@ -12,6 +12,7 @@
12
12
  import { DSPGroupItem } from './dSPGroupItem';
13
13
  import { DeploymentTargetBadge } from './deploymentTargetBadge';
14
14
  import { DeploymentTargetEngine } from './deploymentTargetEngine';
15
+ import { DeploymentTargetRedirect } from './deploymentTargetRedirect';
15
16
  import { DeploymentTargetVariant } from './deploymentTargetVariant';
16
17
  export declare class DeploymentTarget {
17
18
  'name': string;
@@ -74,6 +75,7 @@ export declare class DeploymentTarget {
74
75
  'firmwareRepoUrl'?: string;
75
76
  'modelVariants': Array<DeploymentTargetVariant>;
76
77
  'parameters': Array<DSPGroupItem>;
78
+ 'redirect'?: DeploymentTargetRedirect;
77
79
  static discriminator: string | undefined;
78
80
  static attributeTypeMap: Array<{
79
81
  name: string;