edge-impulse-api 1.93.13 → 1.93.15
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.
- package/build/browser/edge-impulse-api.d.ts +12 -0
- package/build/browser/edge-impulse-api.js.map +1 -1
- package/build/library/sdk/model/projectDatasetMetadataBase.d.ts +4 -0
- package/build/library/sdk/model/projectDatasetMetadataBase.js.map +1 -1
- package/build/library/sdk/model/projectDatasetMetadataClassesCategory.d.ts +4 -0
- package/build/library/sdk/model/projectDatasetMetadataClassesCategory.js.map +1 -1
- package/build/library/sdk/model/projectDatasetMetadataRegressionCategory.d.ts +4 -0
- package/build/library/sdk/model/projectDatasetMetadataRegressionCategory.js.map +1 -1
- package/package.json +1 -1
|
@@ -16,6 +16,10 @@ export type ProjectDatasetMetadataBase = {
|
|
|
16
16
|
isFeatures: boolean;
|
|
17
17
|
metadataFilterOptions: MetadataFilterOptions;
|
|
18
18
|
/**
|
|
19
|
+
* Full list of metadata keys in the project.
|
|
20
|
+
*/
|
|
21
|
+
metadataKeys: string[];
|
|
22
|
+
/**
|
|
19
23
|
* Breakdown of the number of samples with mutation events in the dataset version.
|
|
20
24
|
*/
|
|
21
25
|
changeActionCounts?: ProjectDatasetMetadataBaseChangeActionCounts;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"projectDatasetMetadataBase.js","sourceRoot":"","sources":["../../../../library/sdk/model/projectDatasetMetadataBase.ts"],"names":[],"mappings":";AAAA,yDAAyD;;;
|
|
1
|
+
{"version":3,"file":"projectDatasetMetadataBase.js","sourceRoot":"","sources":["../../../../library/sdk/model/projectDatasetMetadataBase.ts"],"names":[],"mappings":";AAAA,yDAAyD;;;AA+B5C,QAAA,wCAAwC,GAAa,CAAE,SAAS,EAAE,YAAY,CAAE,CAAC"}
|
|
@@ -14,6 +14,10 @@ export type ProjectDatasetMetadataClassesCategory = {
|
|
|
14
14
|
isFeatures: boolean;
|
|
15
15
|
metadataFilterOptions: MetadataFilterOptions;
|
|
16
16
|
/**
|
|
17
|
+
* Full list of metadata keys in the project.
|
|
18
|
+
*/
|
|
19
|
+
metadataKeys: string[];
|
|
20
|
+
/**
|
|
17
21
|
* Breakdown of the number of samples with mutation events in the dataset version.
|
|
18
22
|
*/
|
|
19
23
|
changeActionCounts?: ProjectDatasetMetadataBaseChangeActionCounts;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"projectDatasetMetadataClassesCategory.js","sourceRoot":"","sources":["../../../../library/sdk/model/projectDatasetMetadataClassesCategory.ts"],"names":[],"mappings":";AAAA,yDAAyD;;;
|
|
1
|
+
{"version":3,"file":"projectDatasetMetadataClassesCategory.js","sourceRoot":"","sources":["../../../../library/sdk/model/projectDatasetMetadataClassesCategory.ts"],"names":[],"mappings":";AAAA,yDAAyD;;;AA+B5C,QAAA,mDAAmD,GAAa,CAAE,SAAS,CAAE,CAAC"}
|
|
@@ -15,6 +15,10 @@ export type ProjectDatasetMetadataRegressionCategory = {
|
|
|
15
15
|
isFeatures: boolean;
|
|
16
16
|
metadataFilterOptions: MetadataFilterOptions;
|
|
17
17
|
/**
|
|
18
|
+
* Full list of metadata keys in the project.
|
|
19
|
+
*/
|
|
20
|
+
metadataKeys: string[];
|
|
21
|
+
/**
|
|
18
22
|
* Breakdown of the number of samples with mutation events in the dataset version.
|
|
19
23
|
*/
|
|
20
24
|
changeActionCounts?: ProjectDatasetMetadataBaseChangeActionCounts;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"projectDatasetMetadataRegressionCategory.js","sourceRoot":"","sources":["../../../../library/sdk/model/projectDatasetMetadataRegressionCategory.ts"],"names":[],"mappings":";AAAA,yDAAyD;;;
|
|
1
|
+
{"version":3,"file":"projectDatasetMetadataRegressionCategory.js","sourceRoot":"","sources":["../../../../library/sdk/model/projectDatasetMetadataRegressionCategory.ts"],"names":[],"mappings":";AAAA,yDAAyD;;;AAmC5C,QAAA,sDAAsD,GAAa,CAAE,YAAY,CAAE,CAAC"}
|