edge-impulse-linux 1.24.3 → 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.
- package/build/cli/linux/linux.js +11 -1
- package/build/cli/linux/linux.js.map +1 -1
- package/build/cli/linux/runner-utils.js +4 -4
- package/build/cli/linux/runner-utils.js.map +1 -1
- package/build/cli/linux/runner.js +8 -1
- package/build/cli/linux/runner.js.map +1 -1
- package/build/cli-common/config.d.ts +5 -0
- package/build/cli-common/config.js +28 -7
- package/build/cli-common/config.js.map +1 -1
- package/build/cli-common/init-cli-app.d.ts +1 -0
- package/build/cli-common/init-cli-app.js +49 -10
- package/build/cli-common/init-cli-app.js.map +1 -1
- package/build/cli-common/model-monitor.d.ts +4 -0
- package/build/cli-common/model-monitor.js +57 -36
- package/build/cli-common/model-monitor.js.map +1 -1
- package/build/cli-common/remote-mgmt-service.js +4 -1
- package/build/cli-common/remote-mgmt-service.js.map +1 -1
- package/build/library/classifier/linux-impulse-runner-types.d.ts +3 -1
- package/build/library/classifier/linux-impulse-runner-types.js +2 -0
- package/build/library/classifier/linux-impulse-runner-types.js.map +1 -1
- package/build/library/sensors/fake-camera.d.ts +36 -0
- package/build/library/sensors/fake-camera.js +62 -0
- package/build/library/sensors/fake-camera.js.map +1 -0
- package/build/library/sensors/sensors-helper.d.ts +3 -1
- package/build/library/sensors/sensors-helper.js +9 -1
- package/build/library/sensors/sensors-helper.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/rawDataApi.d.ts +34 -0
- package/build/sdk/studio/sdk/api/rawDataApi.js +231 -0
- package/build/sdk/studio/sdk/api/rawDataApi.js.map +1 -1
- package/build/sdk/studio/sdk/model/addOrganizationApiKeyRequest.d.ts +4 -0
- package/build/sdk/studio/sdk/model/addOrganizationApiKeyRequest.js +5 -0
- package/build/sdk/studio/sdk/model/addOrganizationApiKeyRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/addOrganizationApiKeyRequestAllOf.d.ts +4 -0
- package/build/sdk/studio/sdk/model/addOrganizationApiKeyRequestAllOf.js +5 -0
- package/build/sdk/studio/sdk/model/addOrganizationApiKeyRequestAllOf.js.map +1 -1
- package/build/sdk/studio/sdk/model/addProjectApiKeyRequest.d.ts +5 -1
- package/build/sdk/studio/sdk/model/addProjectApiKeyRequest.js +6 -1
- package/build/sdk/studio/sdk/model/addProjectApiKeyRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/addProjectApiKeyRequestAllOf.d.ts +5 -1
- package/build/sdk/studio/sdk/model/addProjectApiKeyRequestAllOf.js +6 -1
- package/build/sdk/studio/sdk/model/addProjectApiKeyRequestAllOf.js.map +1 -1
- package/build/sdk/studio/sdk/model/adminCreateProjectRequest.d.ts +4 -0
- package/build/sdk/studio/sdk/model/adminCreateProjectRequest.js +5 -0
- package/build/sdk/studio/sdk/model/adminCreateProjectRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/createProjectRequest.d.ts +4 -0
- package/build/sdk/studio/sdk/model/createProjectRequest.js +5 -0
- package/build/sdk/studio/sdk/model/createProjectRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/datasetStratificationOptions.d.ts +40 -0
- package/build/sdk/studio/sdk/model/datasetStratificationOptions.js +44 -0
- package/build/sdk/studio/sdk/model/datasetStratificationOptions.js.map +1 -0
- package/build/sdk/studio/sdk/model/datasetStratificationPreviewData.d.ts +26 -0
- package/build/sdk/studio/sdk/model/datasetStratificationPreviewData.js +29 -0
- package/build/sdk/studio/sdk/model/datasetStratificationPreviewData.js.map +1 -0
- package/build/sdk/studio/sdk/model/datasetStratificationPreviewDataData.d.ts +28 -0
- package/build/sdk/studio/sdk/model/datasetStratificationPreviewDataData.js +44 -0
- package/build/sdk/studio/sdk/model/datasetStratificationPreviewDataData.js.map +1 -0
- package/build/sdk/studio/sdk/model/datasetStratificationPreviewResponse.d.ts +34 -0
- package/build/sdk/studio/sdk/model/datasetStratificationPreviewResponse.js +39 -0
- package/build/sdk/studio/sdk/model/datasetStratificationPreviewResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/experimentalImpulseSpecificGpuTrainingProcessor.d.ts +16 -0
- package/build/sdk/studio/sdk/model/experimentalImpulseSpecificGpuTrainingProcessor.js +16 -0
- package/build/sdk/studio/sdk/model/experimentalImpulseSpecificGpuTrainingProcessor.js.map +1 -0
- package/build/sdk/studio/sdk/model/getHmacDevkeyResponse.d.ts +36 -0
- package/build/sdk/studio/sdk/model/getHmacDevkeyResponse.js +39 -0
- package/build/sdk/studio/sdk/model/getHmacDevkeyResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/getHmacDevkeyResponseAllOf.d.ts +28 -0
- package/build/sdk/studio/sdk/model/getHmacDevkeyResponseAllOf.js +29 -0
- package/build/sdk/studio/sdk/model/getHmacDevkeyResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/impulseInputBlockLabelingMethodMultiLabel.d.ts +7 -3
- package/build/sdk/studio/sdk/model/impulseInputBlockLabelingMethodMultiLabel.js +7 -2
- package/build/sdk/studio/sdk/model/impulseInputBlockLabelingMethodMultiLabel.js.map +1 -1
- package/build/sdk/studio/sdk/model/impulseLearnBlock.d.ts +2 -0
- package/build/sdk/studio/sdk/model/impulseLearnBlock.js +5 -0
- package/build/sdk/studio/sdk/model/impulseLearnBlock.js.map +1 -1
- package/build/sdk/studio/sdk/model/models.d.ts +7 -0
- package/build/sdk/studio/sdk/model/models.js +20 -0
- package/build/sdk/studio/sdk/model/models.js.map +1 -1
- package/build/sdk/studio/sdk/model/optimizeTransferLearningModelsResponseAllOfModels.d.ts +1 -0
- package/build/sdk/studio/sdk/model/optimizeTransferLearningModelsResponseAllOfModels.js +5 -0
- package/build/sdk/studio/sdk/model/optimizeTransferLearningModelsResponseAllOfModels.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationApiKey.d.ts +4 -0
- package/build/sdk/studio/sdk/model/organizationApiKey.js +5 -0
- package/build/sdk/studio/sdk/model/organizationApiKey.js.map +1 -1
- package/build/sdk/studio/sdk/model/projectApiKey.d.ts +5 -1
- package/build/sdk/studio/sdk/model/projectApiKey.js +6 -1
- package/build/sdk/studio/sdk/model/projectApiKey.js.map +1 -1
- package/build/sdk/studio/sdk/model/projectInfoResponse.d.ts +2 -0
- package/build/sdk/studio/sdk/model/projectInfoResponse.js +5 -0
- package/build/sdk/studio/sdk/model/projectInfoResponse.js.map +1 -1
- package/build/sdk/studio/sdk/model/projectInfoResponseAllOf.d.ts +2 -0
- package/build/sdk/studio/sdk/model/projectInfoResponseAllOf.js +5 -0
- package/build/sdk/studio/sdk/model/projectInfoResponseAllOf.js.map +1 -1
- package/build/sdk/studio/sdk/model/restoreProjectRequest.d.ts +2 -2
- package/build/sdk/studio/sdk/model/setKerasParameterRequest.d.ts +2 -0
- package/build/sdk/studio/sdk/model/setKerasParameterRequest.js +5 -0
- package/build/sdk/studio/sdk/model/setKerasParameterRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/updateOrganizationCreateEmptyProjectRequest.d.ts +4 -0
- package/build/sdk/studio/sdk/model/updateOrganizationCreateEmptyProjectRequest.js +5 -0
- package/build/sdk/studio/sdk/model/updateOrganizationCreateEmptyProjectRequest.js.map +1 -1
- package/examples/js/classify-camera.js +7 -1
- package/examples/ts/classify-camera-webserver.ts +8 -3
- package/examples/ts/classify-camera.ts +8 -3
- package/package.json +1 -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;
|
|
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;
|
|
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;
|
|
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;
|
|
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;
|
|
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"}
|
|
@@ -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;
|
|
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"}
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
/**
|
|
13
|
+
* EXPERIMENTAL: Training processor for the impulse-specific-gpu rollout. This field is currently gated by a project experiment and may change in future API versions.
|
|
14
|
+
*/
|
|
15
|
+
export type ExperimentalImpulseSpecificGpuTrainingProcessor = 'cpu' | 'gpu';
|
|
16
|
+
export declare const ExperimentalImpulseSpecificGpuTrainingProcessorValues: string[];
|
|
@@ -0,0 +1,16 @@
|
|
|
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.ExperimentalImpulseSpecificGpuTrainingProcessorValues = void 0;
|
|
15
|
+
exports.ExperimentalImpulseSpecificGpuTrainingProcessorValues = ['cpu', 'gpu'];
|
|
16
|
+
//# sourceMappingURL=experimentalImpulseSpecificGpuTrainingProcessor.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"experimentalImpulseSpecificGpuTrainingProcessor.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/experimentalImpulseSpecificGpuTrainingProcessor.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAQU,QAAA,qDAAqD,GAAa,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
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 GetHmacDevkeyResponse {
|
|
13
|
+
/**
|
|
14
|
+
* Whether the operation succeeded
|
|
15
|
+
*/
|
|
16
|
+
'success': boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Optional error description (set if \'success\' was false)
|
|
19
|
+
*/
|
|
20
|
+
'error'?: string;
|
|
21
|
+
/**
|
|
22
|
+
* HMAC Key
|
|
23
|
+
*/
|
|
24
|
+
'hmacKey'?: string;
|
|
25
|
+
static discriminator: string | undefined;
|
|
26
|
+
static attributeTypeMap: Array<{
|
|
27
|
+
name: string;
|
|
28
|
+
baseName: string;
|
|
29
|
+
type: string;
|
|
30
|
+
}>;
|
|
31
|
+
static getAttributeTypeMap(): {
|
|
32
|
+
name: string;
|
|
33
|
+
baseName: string;
|
|
34
|
+
type: string;
|
|
35
|
+
}[];
|
|
36
|
+
}
|
|
@@ -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.GetHmacDevkeyResponse = void 0;
|
|
15
|
+
class GetHmacDevkeyResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetHmacDevkeyResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetHmacDevkeyResponse = GetHmacDevkeyResponse;
|
|
21
|
+
GetHmacDevkeyResponse.discriminator = undefined;
|
|
22
|
+
GetHmacDevkeyResponse.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": "hmacKey",
|
|
35
|
+
"baseName": "hmacKey",
|
|
36
|
+
"type": "string"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
//# sourceMappingURL=getHmacDevkeyResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getHmacDevkeyResponse.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/getHmacDevkeyResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,qBAAqB;IAiC9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AAnCL,sDAoCC;AAtBU,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,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,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|