edge-impulse-linux 1.8.7 → 1.8.8
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/library/sensors/gstreamer.js +2 -1
- package/build/library/sensors/gstreamer.js.map +1 -1
- package/build/sdk/studio/sdk/api/adminApi.d.ts +38 -43
- package/build/sdk/studio/sdk/api/adminApi.js +89 -119
- package/build/sdk/studio/sdk/api/adminApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/apis.d.ts +3 -1
- package/build/sdk/studio/sdk/api/apis.js +3 -1
- package/build/sdk/studio/sdk/api/apis.js.map +1 -1
- package/build/sdk/studio/sdk/api/canaryApi.d.ts +54 -0
- package/build/sdk/studio/sdk/api/canaryApi.js +148 -0
- package/build/sdk/studio/sdk/api/canaryApi.js.map +1 -0
- package/build/sdk/studio/sdk/api/jobsApi.d.ts +12 -0
- package/build/sdk/studio/sdk/api/jobsApi.js +79 -0
- package/build/sdk/studio/sdk/api/jobsApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/projectsApi.d.ts +11 -0
- package/build/sdk/studio/sdk/api/projectsApi.js +73 -0
- package/build/sdk/studio/sdk/api/projectsApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/userApi.d.ts +11 -0
- package/build/sdk/studio/sdk/api/userApi.js +70 -0
- package/build/sdk/studio/sdk/api/userApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/whitelabelsApi.d.ts +12 -0
- package/build/sdk/studio/sdk/api/whitelabelsApi.js +79 -0
- package/build/sdk/studio/sdk/api/whitelabelsApi.js.map +1 -1
- package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.d.ts +4 -0
- package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.js +5 -0
- package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/adminApiUser.d.ts +5 -0
- package/build/sdk/studio/sdk/model/adminApiUser.js +5 -0
- package/build/sdk/studio/sdk/model/adminApiUser.js.map +1 -1
- package/build/sdk/studio/sdk/model/adminApiUserAllOf.d.ts +5 -0
- package/build/sdk/studio/sdk/model/adminApiUserAllOf.js +5 -0
- package/build/sdk/studio/sdk/model/adminApiUserAllOf.js.map +1 -1
- package/build/sdk/studio/sdk/model/{adminGetUserTrialResponse.d.ts → adminGetTrialResponse.d.ts} +1 -1
- package/build/sdk/studio/sdk/model/{adminGetUserTrialResponse.js → adminGetTrialResponse.js} +7 -7
- package/build/sdk/studio/sdk/model/adminGetTrialResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/{adminGetUserTrialResponseAllOf.d.ts → adminGetTrialResponseAllOf.d.ts} +1 -1
- package/build/sdk/studio/sdk/model/{adminGetUserTrialResponseAllOf.js → adminGetTrialResponseAllOf.js} +7 -7
- package/build/sdk/studio/sdk/model/adminGetTrialResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/adminOrganizationInfoResponse.d.ts +5 -0
- package/build/sdk/studio/sdk/model/adminOrganizationInfoResponse.js +5 -0
- package/build/sdk/studio/sdk/model/adminOrganizationInfoResponse.js.map +1 -1
- package/build/sdk/studio/sdk/model/adminOrganizationInfoResponseAllOf.d.ts +5 -0
- package/build/sdk/studio/sdk/model/adminOrganizationInfoResponseAllOf.js +5 -0
- package/build/sdk/studio/sdk/model/adminOrganizationInfoResponseAllOf.js.map +1 -1
- package/build/sdk/studio/sdk/model/adminStartEnterpriseTrialRequest.d.ts +78 -0
- package/build/sdk/studio/sdk/model/adminStartEnterpriseTrialRequest.js +90 -0
- package/build/sdk/studio/sdk/model/adminStartEnterpriseTrialRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/adminStartEnterpriseTrialRequestAllOf.d.ts +28 -0
- package/build/sdk/studio/sdk/model/adminStartEnterpriseTrialRequestAllOf.js +29 -0
- package/build/sdk/studio/sdk/model/adminStartEnterpriseTrialRequestAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/{adminUpdateUserTrialRequest.d.ts → adminUpdateTrialRequest.d.ts} +1 -1
- package/build/sdk/studio/sdk/model/{adminUpdateUserTrialRequest.js → adminUpdateTrialRequest.js} +7 -7
- package/build/sdk/studio/sdk/model/adminUpdateTrialRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/canaryResponse.d.ts +28 -0
- package/build/sdk/studio/sdk/model/canaryResponse.js +29 -0
- package/build/sdk/studio/sdk/model/canaryResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/createProTierUserRequest.d.ts +80 -0
- package/build/sdk/studio/sdk/model/createProTierUserRequest.js +94 -0
- package/build/sdk/studio/sdk/model/createProTierUserRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/createProTierUserRequestAllOf.d.ts +32 -0
- package/build/sdk/studio/sdk/model/createProTierUserRequestAllOf.js +34 -0
- package/build/sdk/studio/sdk/model/createProTierUserRequestAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/createSyntheticDataRequest.d.ts +34 -0
- package/build/sdk/studio/sdk/model/createSyntheticDataRequest.js +34 -0
- package/build/sdk/studio/sdk/model/createSyntheticDataRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/createUserRequest.d.ts +0 -4
- package/build/sdk/studio/sdk/model/createUserRequest.js +0 -5
- package/build/sdk/studio/sdk/model/createUserRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/createWhitelabelRequest.d.ts +4 -0
- package/build/sdk/studio/sdk/model/createWhitelabelRequest.js +5 -0
- package/build/sdk/studio/sdk/model/createWhitelabelRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/dSPGroupItem.d.ts +4 -0
- package/build/sdk/studio/sdk/model/dSPGroupItem.js +5 -0
- package/build/sdk/studio/sdk/model/dSPGroupItem.js.map +1 -1
- package/build/sdk/studio/sdk/model/dailyMetricsRecord.d.ts +104 -0
- package/build/sdk/studio/sdk/model/dailyMetricsRecord.js +124 -0
- package/build/sdk/studio/sdk/model/dailyMetricsRecord.js.map +1 -0
- package/build/sdk/studio/sdk/model/enterpriseTrial.d.ts +1 -1
- package/build/sdk/studio/sdk/model/getDataExplorerFeaturesResponse.d.ts +2 -2
- package/build/sdk/studio/sdk/model/getDataExplorerFeaturesResponse.js +1 -1
- package/build/sdk/studio/sdk/model/getDataExplorerFeaturesResponse.js.map +1 -1
- package/build/sdk/studio/sdk/model/getDataExplorerFeaturesResponseAllOf.d.ts +2 -2
- package/build/sdk/studio/sdk/model/getDataExplorerFeaturesResponseAllOf.js +1 -1
- package/build/sdk/studio/sdk/model/getDataExplorerFeaturesResponseAllOf.js.map +1 -1
- package/build/sdk/studio/sdk/model/getDataExplorerFeaturesResponseAllOfData.d.ts +40 -0
- package/build/sdk/studio/sdk/model/getDataExplorerFeaturesResponseAllOfData.js +44 -0
- package/build/sdk/studio/sdk/model/getDataExplorerFeaturesResponseAllOfData.js.map +1 -0
- package/build/sdk/studio/sdk/model/getDataExplorerFeaturesResponseAllOfSample.d.ts +31 -0
- package/build/sdk/studio/sdk/model/getDataExplorerFeaturesResponseAllOfSample.js +50 -0
- package/build/sdk/studio/sdk/model/getDataExplorerFeaturesResponseAllOfSample.js.map +1 -0
- package/build/sdk/studio/sdk/model/getSyntheticDataConfigResponse.d.ts +38 -0
- package/build/sdk/studio/sdk/model/getSyntheticDataConfigResponse.js +49 -0
- package/build/sdk/studio/sdk/model/getSyntheticDataConfigResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/getSyntheticDataConfigResponseAllOf.d.ts +30 -0
- package/build/sdk/studio/sdk/model/getSyntheticDataConfigResponseAllOf.js +39 -0
- package/build/sdk/studio/sdk/model/getSyntheticDataConfigResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/getSyntheticDataConfigResponseAllOfRecentJobs.d.ts +28 -0
- package/build/sdk/studio/sdk/model/getSyntheticDataConfigResponseAllOfRecentJobs.js +34 -0
- package/build/sdk/studio/sdk/model/getSyntheticDataConfigResponseAllOfRecentJobs.js.map +1 -0
- package/build/sdk/studio/sdk/model/job.d.ts +4 -0
- package/build/sdk/studio/sdk/model/job.js +5 -0
- package/build/sdk/studio/sdk/model/job.js.map +1 -1
- package/build/sdk/studio/sdk/model/jobDetails.d.ts +4 -0
- package/build/sdk/studio/sdk/model/jobDetails.js +5 -0
- package/build/sdk/studio/sdk/model/jobDetails.js.map +1 -1
- package/build/sdk/studio/sdk/model/models.d.ts +16 -3
- package/build/sdk/studio/sdk/model/models.js +50 -9
- package/build/sdk/studio/sdk/model/models.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationTransformationBlock.d.ts +4 -0
- package/build/sdk/studio/sdk/model/organizationTransformationBlock.js +5 -0
- package/build/sdk/studio/sdk/model/organizationTransformationBlock.js.map +1 -1
- package/build/sdk/studio/sdk/model/permission.d.ts +1 -1
- package/build/sdk/studio/sdk/model/permission.js +1 -1
- package/build/sdk/studio/sdk/model/permission.js.map +1 -1
- package/build/sdk/studio/sdk/model/projectInfoResponseAllOfAcquisitionSettings.d.ts +4 -0
- package/build/sdk/studio/sdk/model/projectInfoResponseAllOfAcquisitionSettings.js +5 -0
- package/build/sdk/studio/sdk/model/projectInfoResponseAllOfAcquisitionSettings.js.map +1 -1
- package/build/sdk/studio/sdk/model/publicOrganizationTransformationBlock.d.ts +4 -0
- package/build/sdk/studio/sdk/model/publicOrganizationTransformationBlock.js +5 -0
- package/build/sdk/studio/sdk/model/publicOrganizationTransformationBlock.js.map +1 -1
- package/build/sdk/studio/sdk/model/sample.d.ts +4 -0
- package/build/sdk/studio/sdk/model/sample.js +5 -0
- package/build/sdk/studio/sdk/model/sample.js.map +1 -1
- package/build/sdk/studio/sdk/model/updateOrganizationTransformationBlockRequest.d.ts +4 -0
- package/build/sdk/studio/sdk/model/updateOrganizationTransformationBlockRequest.js +5 -0
- package/build/sdk/studio/sdk/model/updateOrganizationTransformationBlockRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/updateProjectRequest.d.ts +4 -0
- package/build/sdk/studio/sdk/model/updateProjectRequest.js +5 -0
- package/build/sdk/studio/sdk/model/updateProjectRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/updateWhitelabelInternalRequest.d.ts +28 -0
- package/build/sdk/studio/sdk/model/updateWhitelabelInternalRequest.js +29 -0
- package/build/sdk/studio/sdk/model/updateWhitelabelInternalRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/whitelabel.d.ts +4 -0
- package/build/sdk/studio/sdk/model/whitelabel.js +5 -0
- package/build/sdk/studio/sdk/model/whitelabel.js.map +1 -1
- package/build/shared/viewmodels/init.d.ts +1 -0
- package/build/shared/viewmodels/init.js +1 -0
- package/build/shared/viewmodels/init.js.map +1 -1
- package/package.json +6 -8
- package/.eslintignore +0 -2
- package/.eslintrc.json +0 -14
- package/build/sdk/studio/sdk/model/adminGetUserTrialResponse.js.map +0 -1
- package/build/sdk/studio/sdk/model/adminGetUserTrialResponseAllOf.js.map +0 -1
- package/build/sdk/studio/sdk/model/adminUpdateUserTrialRequest.js.map +0 -1
|
@@ -27,6 +27,10 @@ export declare class DSPGroupItem {
|
|
|
27
27
|
* Interface section to render parameter in.
|
|
28
28
|
*/
|
|
29
29
|
'section'?: DSPGroupItemSectionEnum;
|
|
30
|
+
/**
|
|
31
|
+
* Only valid for type \"string\". Will render a multiline text area.
|
|
32
|
+
*/
|
|
33
|
+
'multiline'?: boolean;
|
|
30
34
|
static discriminator: string | undefined;
|
|
31
35
|
static attributeTypeMap: Array<{
|
|
32
36
|
name: string;
|
|
@@ -79,6 +79,11 @@ DSPGroupItem.attributeTypeMap = [
|
|
|
79
79
|
"name": "section",
|
|
80
80
|
"baseName": "section",
|
|
81
81
|
"type": "DSPGroupItemSectionEnum"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "multiline",
|
|
85
|
+
"baseName": "multiline",
|
|
86
|
+
"type": "boolean"
|
|
82
87
|
}
|
|
83
88
|
];
|
|
84
89
|
exports.DSPGroupItemSectionEnumValues = ['advanced', 'augmentation'];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dSPGroupItem.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/dSPGroupItem.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,YAAY;
|
|
1
|
+
{"version":3,"file":"dSPGroupItem.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/dSPGroupItem.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,YAAY;IA0FrB,MAAM,CAAC,mBAAmB;QACtB,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACzC,CAAC;;AA5FL,oCA6FC;AAxEU,0BAAa,GAAuB,SAAS,CAAC;AAE9C,6BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,kCAAkC;KAC7C;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,oBAAoB;KAC/B;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC;AASF,QAAA,6BAA6B,GAAa,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC"}
|
|
@@ -0,0 +1,104 @@
|
|
|
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 DailyMetricsRecord {
|
|
13
|
+
/**
|
|
14
|
+
* Date of the metrics record.
|
|
15
|
+
*/
|
|
16
|
+
'date': Date;
|
|
17
|
+
/**
|
|
18
|
+
* Total number of users, if the metrics record applies to a non-developer profile organization. For developer profile organizations, we default to 0.
|
|
19
|
+
*/
|
|
20
|
+
'totalUsers': number;
|
|
21
|
+
/**
|
|
22
|
+
* Total number of staff users, if the metrics record applies to a non-developer profile organization. For developer profile organizations, we default to 0.
|
|
23
|
+
*/
|
|
24
|
+
'totalStaffUsers': number;
|
|
25
|
+
/**
|
|
26
|
+
* Total number of projects at the end of the metrics record date.
|
|
27
|
+
*/
|
|
28
|
+
'totalProjects': number;
|
|
29
|
+
/**
|
|
30
|
+
* Total CPU compute time since contract start date, or organization / user creation date, at the end of the metrics record date.
|
|
31
|
+
*/
|
|
32
|
+
'totalCurrentContractCpuComputeTimeSeconds': number;
|
|
33
|
+
/**
|
|
34
|
+
* Total GPU compute time since contract start date, or organization / user creation date, at the end of the metrics record date.
|
|
35
|
+
*/
|
|
36
|
+
'totalCurrentContractGpuComputeTimeSeconds': number;
|
|
37
|
+
/**
|
|
38
|
+
* Total compute time since contract start date, or organization / user creation date, at the end of the metrics record date. Compute time is calculated as CPU + 3*GPU compute time.
|
|
39
|
+
*/
|
|
40
|
+
'totalCurrentContractComputeTimeSeconds': number;
|
|
41
|
+
/**
|
|
42
|
+
* Date from which the total compute time is calculated. This is the contract start date for billing organizations, or organization / user creation date.
|
|
43
|
+
*/
|
|
44
|
+
'computeTimeCalculatedSince': Date;
|
|
45
|
+
/**
|
|
46
|
+
* Total storage size in bytes at the end of the metrics record date.
|
|
47
|
+
*/
|
|
48
|
+
'totalStorageSizeBytes': number;
|
|
49
|
+
/**
|
|
50
|
+
* Number of users added during the metrics record date.
|
|
51
|
+
*/
|
|
52
|
+
'usersAdded': number;
|
|
53
|
+
/**
|
|
54
|
+
* Number of staff users added during the metrics record date.
|
|
55
|
+
*/
|
|
56
|
+
'staffUsersAdded'?: number;
|
|
57
|
+
/**
|
|
58
|
+
* Number of users deleted during the metrics record date.
|
|
59
|
+
*/
|
|
60
|
+
'usersDeleted': number;
|
|
61
|
+
/**
|
|
62
|
+
* Number of staff users deleted during the metrics record date.
|
|
63
|
+
*/
|
|
64
|
+
'staffUsersDeleted'?: number;
|
|
65
|
+
/**
|
|
66
|
+
* Number of projects added during the metrics record date.
|
|
67
|
+
*/
|
|
68
|
+
'projectsAdded': number;
|
|
69
|
+
/**
|
|
70
|
+
* Number of projects deleted during the metrics record date.
|
|
71
|
+
*/
|
|
72
|
+
'projectsDeleted': number;
|
|
73
|
+
/**
|
|
74
|
+
* Total CPU compute time during the metrics record date.
|
|
75
|
+
*/
|
|
76
|
+
'cpuComputeTimeSeconds': number;
|
|
77
|
+
/**
|
|
78
|
+
* Total GPU compute time during the metrics record date.
|
|
79
|
+
*/
|
|
80
|
+
'gpuComputeTimeSeconds': number;
|
|
81
|
+
/**
|
|
82
|
+
* Total compute time during the metrics record date. Compute time is calculated as CPU + 3*GPU compute time.
|
|
83
|
+
*/
|
|
84
|
+
'computeTimeSeconds': number;
|
|
85
|
+
/**
|
|
86
|
+
* Total storage size in bytes added during the metrics record date.
|
|
87
|
+
*/
|
|
88
|
+
'storageBytesAdded': number;
|
|
89
|
+
/**
|
|
90
|
+
* Total storage size in bytes deleted during the metrics record date.
|
|
91
|
+
*/
|
|
92
|
+
'storageBytesDeleted': number;
|
|
93
|
+
static discriminator: string | undefined;
|
|
94
|
+
static attributeTypeMap: Array<{
|
|
95
|
+
name: string;
|
|
96
|
+
baseName: string;
|
|
97
|
+
type: string;
|
|
98
|
+
}>;
|
|
99
|
+
static getAttributeTypeMap(): {
|
|
100
|
+
name: string;
|
|
101
|
+
baseName: string;
|
|
102
|
+
type: string;
|
|
103
|
+
}[];
|
|
104
|
+
}
|
|
@@ -0,0 +1,124 @@
|
|
|
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.DailyMetricsRecord = void 0;
|
|
15
|
+
class DailyMetricsRecord {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return DailyMetricsRecord.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.DailyMetricsRecord = DailyMetricsRecord;
|
|
21
|
+
DailyMetricsRecord.discriminator = undefined;
|
|
22
|
+
DailyMetricsRecord.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "date",
|
|
25
|
+
"baseName": "date",
|
|
26
|
+
"type": "Date"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "totalUsers",
|
|
30
|
+
"baseName": "totalUsers",
|
|
31
|
+
"type": "number"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "totalStaffUsers",
|
|
35
|
+
"baseName": "totalStaffUsers",
|
|
36
|
+
"type": "number"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "totalProjects",
|
|
40
|
+
"baseName": "totalProjects",
|
|
41
|
+
"type": "number"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "totalCurrentContractCpuComputeTimeSeconds",
|
|
45
|
+
"baseName": "totalCurrentContractCpuComputeTimeSeconds",
|
|
46
|
+
"type": "number"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "totalCurrentContractGpuComputeTimeSeconds",
|
|
50
|
+
"baseName": "totalCurrentContractGpuComputeTimeSeconds",
|
|
51
|
+
"type": "number"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "totalCurrentContractComputeTimeSeconds",
|
|
55
|
+
"baseName": "totalCurrentContractComputeTimeSeconds",
|
|
56
|
+
"type": "number"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "computeTimeCalculatedSince",
|
|
60
|
+
"baseName": "computeTimeCalculatedSince",
|
|
61
|
+
"type": "Date"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "totalStorageSizeBytes",
|
|
65
|
+
"baseName": "totalStorageSizeBytes",
|
|
66
|
+
"type": "number"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "usersAdded",
|
|
70
|
+
"baseName": "usersAdded",
|
|
71
|
+
"type": "number"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "staffUsersAdded",
|
|
75
|
+
"baseName": "staffUsersAdded",
|
|
76
|
+
"type": "number"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "usersDeleted",
|
|
80
|
+
"baseName": "usersDeleted",
|
|
81
|
+
"type": "number"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "staffUsersDeleted",
|
|
85
|
+
"baseName": "staffUsersDeleted",
|
|
86
|
+
"type": "number"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "projectsAdded",
|
|
90
|
+
"baseName": "projectsAdded",
|
|
91
|
+
"type": "number"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"name": "projectsDeleted",
|
|
95
|
+
"baseName": "projectsDeleted",
|
|
96
|
+
"type": "number"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "cpuComputeTimeSeconds",
|
|
100
|
+
"baseName": "cpuComputeTimeSeconds",
|
|
101
|
+
"type": "number"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "gpuComputeTimeSeconds",
|
|
105
|
+
"baseName": "gpuComputeTimeSeconds",
|
|
106
|
+
"type": "number"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "computeTimeSeconds",
|
|
110
|
+
"baseName": "computeTimeSeconds",
|
|
111
|
+
"type": "number"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": "storageBytesAdded",
|
|
115
|
+
"baseName": "storageBytesAdded",
|
|
116
|
+
"type": "number"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"name": "storageBytesDeleted",
|
|
120
|
+
"baseName": "storageBytesDeleted",
|
|
121
|
+
"type": "number"
|
|
122
|
+
}
|
|
123
|
+
];
|
|
124
|
+
//# sourceMappingURL=dailyMetricsRecord.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dailyMetricsRecord.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/dailyMetricsRecord.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,kBAAkB;IA0L3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AA5LL,gDA6LC;AA3GU,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,MAAM;KACjB;IACD;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,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,2CAA2C;QACnD,UAAU,EAAE,2CAA2C;QACvD,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,2CAA2C;QACnD,UAAU,EAAE,2CAA2C;QACvD,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,wCAAwC;QAChD,UAAU,EAAE,wCAAwC;QACpD,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,4BAA4B;QACpC,UAAU,EAAE,4BAA4B;QACxC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,QAAQ;KACnB;IACD;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,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
12
|
+
import { GetDataExplorerFeaturesResponseAllOfData } from './getDataExplorerFeaturesResponseAllOfData';
|
|
13
13
|
import { ImpulseInputBlock } from './impulseInputBlock';
|
|
14
14
|
export declare class GetDataExplorerFeaturesResponse {
|
|
15
15
|
/**
|
|
@@ -21,7 +21,7 @@ export declare class GetDataExplorerFeaturesResponse {
|
|
|
21
21
|
*/
|
|
22
22
|
'error'?: string;
|
|
23
23
|
'hasFeatures': boolean;
|
|
24
|
-
'data': Array<
|
|
24
|
+
'data': Array<GetDataExplorerFeaturesResponseAllOfData>;
|
|
25
25
|
'inputBlock'?: ImpulseInputBlock;
|
|
26
26
|
static discriminator: string | undefined;
|
|
27
27
|
static attributeTypeMap: Array<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDataExplorerFeaturesResponse.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/getDataExplorerFeaturesResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAOH,MAAa,+BAA+B;IA0CxC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AA5CL,0EA6CC;AAhCU,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,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,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"getDataExplorerFeaturesResponse.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/getDataExplorerFeaturesResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAOH,MAAa,+BAA+B;IA0CxC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AA5CL,0EA6CC;AAhCU,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,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,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,iDAAiD;KAC5D;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,mBAAmB;KAC9B;CAAK,CAAC"}
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
12
|
+
import { GetDataExplorerFeaturesResponseAllOfData } from './getDataExplorerFeaturesResponseAllOfData';
|
|
13
13
|
import { ImpulseInputBlock } from './impulseInputBlock';
|
|
14
14
|
export declare class GetDataExplorerFeaturesResponseAllOf {
|
|
15
15
|
'hasFeatures': boolean;
|
|
16
|
-
'data': Array<
|
|
16
|
+
'data': Array<GetDataExplorerFeaturesResponseAllOfData>;
|
|
17
17
|
'inputBlock'?: ImpulseInputBlock;
|
|
18
18
|
static discriminator: string | undefined;
|
|
19
19
|
static attributeTypeMap: Array<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDataExplorerFeaturesResponseAllOf.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/getDataExplorerFeaturesResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,oCAAoC;IAwB7C,MAAM,CAAC,mBAAmB;QACtB,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;IACjE,CAAC;;AA1BL,oFA2BC;AAtBU,kDAAa,GAAuB,SAAS,CAAC;AAE9C,qDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"getDataExplorerFeaturesResponseAllOf.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/getDataExplorerFeaturesResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,oCAAoC;IAwB7C,MAAM,CAAC,mBAAmB;QACtB,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;IACjE,CAAC;;AA1BL,oFA2BC;AAtBU,kDAAa,GAAuB,SAAS,CAAC;AAE9C,qDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,iDAAiD;KAC5D;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,mBAAmB;KAC9B;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
|
+
import { GetDataExplorerFeaturesResponseAllOfSample } from './getDataExplorerFeaturesResponseAllOfSample';
|
|
13
|
+
export declare class GetDataExplorerFeaturesResponseAllOfData {
|
|
14
|
+
/**
|
|
15
|
+
* Data by feature index for this window
|
|
16
|
+
*/
|
|
17
|
+
'X': {
|
|
18
|
+
[key: string]: number;
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* Training label index
|
|
22
|
+
*/
|
|
23
|
+
'y': number;
|
|
24
|
+
/**
|
|
25
|
+
* Training label string
|
|
26
|
+
*/
|
|
27
|
+
'yLabel': string;
|
|
28
|
+
'sample'?: GetDataExplorerFeaturesResponseAllOfSample;
|
|
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.GetDataExplorerFeaturesResponseAllOfData = void 0;
|
|
15
|
+
class GetDataExplorerFeaturesResponseAllOfData {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetDataExplorerFeaturesResponseAllOfData.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetDataExplorerFeaturesResponseAllOfData = GetDataExplorerFeaturesResponseAllOfData;
|
|
21
|
+
GetDataExplorerFeaturesResponseAllOfData.discriminator = undefined;
|
|
22
|
+
GetDataExplorerFeaturesResponseAllOfData.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "X",
|
|
25
|
+
"baseName": "X",
|
|
26
|
+
"type": "{ [key: string]: number; }"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "y",
|
|
30
|
+
"baseName": "y",
|
|
31
|
+
"type": "number"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "yLabel",
|
|
35
|
+
"baseName": "yLabel",
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "sample",
|
|
40
|
+
"baseName": "sample",
|
|
41
|
+
"type": "GetDataExplorerFeaturesResponseAllOfSample"
|
|
42
|
+
}
|
|
43
|
+
];
|
|
44
|
+
//# sourceMappingURL=getDataExplorerFeaturesResponseAllOfData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDataExplorerFeaturesResponseAllOfData.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/getDataExplorerFeaturesResponseAllOfData.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,wCAAwC;IAuCjD,MAAM,CAAC,mBAAmB;QACtB,OAAO,wCAAwC,CAAC,gBAAgB,CAAC;IACrE,CAAC;;AAzCL,4FA0CC;AA3BU,sDAAa,GAAuB,SAAS,CAAC;AAE9C,yDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,GAAG;QACX,UAAU,EAAE,GAAG;QACf,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,GAAG;QACX,UAAU,EAAE,GAAG;QACf,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,4CAA4C;KACvD;CAAK,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 GetDataExplorerFeaturesResponseAllOfSample {
|
|
13
|
+
'id': number;
|
|
14
|
+
'name': string;
|
|
15
|
+
'startMs': number;
|
|
16
|
+
'endMs': number;
|
|
17
|
+
'category': GetDataExplorerFeaturesResponseAllOfSampleCategoryEnum;
|
|
18
|
+
static discriminator: string | undefined;
|
|
19
|
+
static attributeTypeMap: Array<{
|
|
20
|
+
name: string;
|
|
21
|
+
baseName: string;
|
|
22
|
+
type: string;
|
|
23
|
+
}>;
|
|
24
|
+
static getAttributeTypeMap(): {
|
|
25
|
+
name: string;
|
|
26
|
+
baseName: string;
|
|
27
|
+
type: string;
|
|
28
|
+
}[];
|
|
29
|
+
}
|
|
30
|
+
export type GetDataExplorerFeaturesResponseAllOfSampleCategoryEnum = 'training' | 'testing';
|
|
31
|
+
export declare const GetDataExplorerFeaturesResponseAllOfSampleCategoryEnumValues: string[];
|
|
@@ -0,0 +1,50 @@
|
|
|
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.GetDataExplorerFeaturesResponseAllOfSampleCategoryEnumValues = exports.GetDataExplorerFeaturesResponseAllOfSample = void 0;
|
|
15
|
+
class GetDataExplorerFeaturesResponseAllOfSample {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetDataExplorerFeaturesResponseAllOfSample.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetDataExplorerFeaturesResponseAllOfSample = GetDataExplorerFeaturesResponseAllOfSample;
|
|
21
|
+
GetDataExplorerFeaturesResponseAllOfSample.discriminator = undefined;
|
|
22
|
+
GetDataExplorerFeaturesResponseAllOfSample.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "id",
|
|
25
|
+
"baseName": "id",
|
|
26
|
+
"type": "number"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "name",
|
|
30
|
+
"baseName": "name",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "startMs",
|
|
35
|
+
"baseName": "startMs",
|
|
36
|
+
"type": "number"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "endMs",
|
|
40
|
+
"baseName": "endMs",
|
|
41
|
+
"type": "number"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "category",
|
|
45
|
+
"baseName": "category",
|
|
46
|
+
"type": "GetDataExplorerFeaturesResponseAllOfSampleCategoryEnum"
|
|
47
|
+
}
|
|
48
|
+
];
|
|
49
|
+
exports.GetDataExplorerFeaturesResponseAllOfSampleCategoryEnumValues = ['training', 'testing'];
|
|
50
|
+
//# sourceMappingURL=getDataExplorerFeaturesResponseAllOfSample.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDataExplorerFeaturesResponseAllOfSample.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/getDataExplorerFeaturesResponseAllOfSample.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,0CAA0C;IAoCnD,MAAM,CAAC,mBAAmB;QACtB,OAAO,0CAA0C,CAAC,gBAAgB,CAAC;IACvE,CAAC;;AAtCL,gGAuCC;AAhCU,wDAAa,GAAuB,SAAS,CAAC;AAE9C,2DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,wDAAwD;KACnE;CAAK,CAAC;AASF,QAAA,4DAA4D,GAAa,CAAC,UAAU,EAAE,SAAS,CAAC,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
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 { GetSyntheticDataConfigResponseAllOfRecentJobs } from './getSyntheticDataConfigResponseAllOfRecentJobs';
|
|
13
|
+
export declare class GetSyntheticDataConfigResponse {
|
|
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
|
+
'recentJobs': Array<GetSyntheticDataConfigResponseAllOfRecentJobs>;
|
|
23
|
+
'lastUsedTransformationBlockId'?: number;
|
|
24
|
+
'lastUsedParameters'?: {
|
|
25
|
+
[key: string]: string;
|
|
26
|
+
};
|
|
27
|
+
static discriminator: string | undefined;
|
|
28
|
+
static attributeTypeMap: Array<{
|
|
29
|
+
name: string;
|
|
30
|
+
baseName: string;
|
|
31
|
+
type: string;
|
|
32
|
+
}>;
|
|
33
|
+
static getAttributeTypeMap(): {
|
|
34
|
+
name: string;
|
|
35
|
+
baseName: string;
|
|
36
|
+
type: string;
|
|
37
|
+
}[];
|
|
38
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
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.GetSyntheticDataConfigResponse = void 0;
|
|
15
|
+
class GetSyntheticDataConfigResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetSyntheticDataConfigResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetSyntheticDataConfigResponse = GetSyntheticDataConfigResponse;
|
|
21
|
+
GetSyntheticDataConfigResponse.discriminator = undefined;
|
|
22
|
+
GetSyntheticDataConfigResponse.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": "recentJobs",
|
|
35
|
+
"baseName": "recentJobs",
|
|
36
|
+
"type": "Array<GetSyntheticDataConfigResponseAllOfRecentJobs>"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "lastUsedTransformationBlockId",
|
|
40
|
+
"baseName": "lastUsedTransformationBlockId",
|
|
41
|
+
"type": "number"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "lastUsedParameters",
|
|
45
|
+
"baseName": "lastUsedParameters",
|
|
46
|
+
"type": "{ [key: string]: string; }"
|
|
47
|
+
}
|
|
48
|
+
];
|
|
49
|
+
//# sourceMappingURL=getSyntheticDataConfigResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSyntheticDataConfigResponse.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/getSyntheticDataConfigResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,8BAA8B;IA0CvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AA5CL,wEA6CC;AAhCU,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,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,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,sDAAsD;KACjE;IACD;QACI,MAAM,EAAE,+BAA+B;QACvC,UAAU,EAAE,+BAA+B;QAC3C,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,4BAA4B;KACvC;CAAK,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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 { GetSyntheticDataConfigResponseAllOfRecentJobs } from './getSyntheticDataConfigResponseAllOfRecentJobs';
|
|
13
|
+
export declare class GetSyntheticDataConfigResponseAllOf {
|
|
14
|
+
'recentJobs': Array<GetSyntheticDataConfigResponseAllOfRecentJobs>;
|
|
15
|
+
'lastUsedTransformationBlockId'?: number;
|
|
16
|
+
'lastUsedParameters'?: {
|
|
17
|
+
[key: string]: string;
|
|
18
|
+
};
|
|
19
|
+
static discriminator: string | undefined;
|
|
20
|
+
static attributeTypeMap: Array<{
|
|
21
|
+
name: string;
|
|
22
|
+
baseName: string;
|
|
23
|
+
type: string;
|
|
24
|
+
}>;
|
|
25
|
+
static getAttributeTypeMap(): {
|
|
26
|
+
name: string;
|
|
27
|
+
baseName: string;
|
|
28
|
+
type: string;
|
|
29
|
+
}[];
|
|
30
|
+
}
|