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.
@@ -23983,6 +23983,10 @@ export type ProjectDatasetMetadataBase = {
23983
23983
  isFeatures: boolean;
23984
23984
  metadataFilterOptions: MetadataFilterOptions;
23985
23985
  /**
23986
+ * Full list of metadata keys in the project.
23987
+ */
23988
+ metadataKeys: string[];
23989
+ /**
23986
23990
  * Breakdown of the number of samples with mutation events in the dataset version.
23987
23991
  */
23988
23992
  changeActionCounts?: ProjectDatasetMetadataBaseChangeActionCounts;
@@ -24054,6 +24058,10 @@ export type ProjectDatasetMetadataClassesCategory = {
24054
24058
  isFeatures: boolean;
24055
24059
  metadataFilterOptions: MetadataFilterOptions;
24056
24060
  /**
24061
+ * Full list of metadata keys in the project.
24062
+ */
24063
+ metadataKeys: string[];
24064
+ /**
24057
24065
  * Breakdown of the number of samples with mutation events in the dataset version.
24058
24066
  */
24059
24067
  changeActionCounts?: ProjectDatasetMetadataBaseChangeActionCounts;
@@ -24212,6 +24220,10 @@ export type ProjectDatasetMetadataRegressionCategory = {
24212
24220
  isFeatures: boolean;
24213
24221
  metadataFilterOptions: MetadataFilterOptions;
24214
24222
  /**
24223
+ * Full list of metadata keys in the project.
24224
+ */
24225
+ metadataKeys: string[];
24226
+ /**
24215
24227
  * Breakdown of the number of samples with mutation events in the dataset version.
24216
24228
  */
24217
24229
  changeActionCounts?: ProjectDatasetMetadataBaseChangeActionCounts;