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.
- package/README.md +3 -1
- package/build/cli/linux/linux.js +11 -1
- package/build/cli/linux/linux.js.map +1 -1
- package/build/cli/linux/runner-downloader.d.ts +1 -1
- package/build/cli/linux/runner-downloader.js +10 -8
- package/build/cli/linux/runner-downloader.js.map +1 -1
- package/build/cli/linux/runner-utils.js +7 -4
- package/build/cli/linux/runner-utils.js.map +1 -1
- package/build/cli/linux/runner.js +92 -59
- 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/gstreamer.js +1 -1
- package/build/library/sensors/gstreamer.js.map +1 -1
- 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/anomalyLabelsConfig.d.ts +32 -0
- package/build/sdk/studio/sdk/model/anomalyLabelsConfig.js +34 -0
- package/build/sdk/studio/sdk/model/anomalyLabelsConfig.js.map +1 -0
- package/build/sdk/studio/sdk/model/classifySampleResponseClassification.d.ts +4 -0
- package/build/sdk/studio/sdk/model/classifySampleResponseClassification.js +5 -0
- package/build/sdk/studio/sdk/model/classifySampleResponseClassification.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/deploymentTarget.d.ts +2 -0
- package/build/sdk/studio/sdk/model/deploymentTarget.js +5 -0
- package/build/sdk/studio/sdk/model/deploymentTarget.js.map +1 -1
- package/build/sdk/studio/sdk/model/deploymentTargetRedirect.d.ts +29 -0
- package/build/sdk/studio/sdk/model/deploymentTargetRedirect.js +37 -0
- package/build/sdk/studio/sdk/model/deploymentTargetRedirect.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/feature.d.ts +1 -1
- package/build/sdk/studio/sdk/model/feature.js +1 -1
- package/build/sdk/studio/sdk/model/feature.js.map +1 -1
- 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/listVersionsResponseAllOfVersions.d.ts +9 -1
- package/build/sdk/studio/sdk/model/listVersionsResponseAllOfVersions.js +10 -0
- package/build/sdk/studio/sdk/model/listVersionsResponseAllOfVersions.js.map +1 -1
- package/build/sdk/studio/sdk/model/models.d.ts +9 -0
- package/build/sdk/studio/sdk/model/models.js +26 -0
- package/build/sdk/studio/sdk/model/models.js.map +1 -1
- package/build/sdk/studio/sdk/model/oauthClient.d.ts +4 -0
- package/build/sdk/studio/sdk/model/oauthClient.js +5 -0
- package/build/sdk/studio/sdk/model/oauthClient.js.map +1 -1
- package/build/sdk/studio/sdk/model/oauthClientProperties.d.ts +4 -0
- package/build/sdk/studio/sdk/model/oauthClientProperties.js +5 -0
- package/build/sdk/studio/sdk/model/oauthClientProperties.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/organizationTransferLearningOperatesOn.d.ts +1 -1
- package/build/sdk/studio/sdk/model/organizationTransferLearningOperatesOn.js +1 -1
- package/build/sdk/studio/sdk/model/organizationTransferLearningOperatesOn.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/projectDeploymentTarget.d.ts +2 -0
- package/build/sdk/studio/sdk/model/projectDeploymentTarget.js +5 -0
- package/build/sdk/studio/sdk/model/projectDeploymentTarget.js.map +1 -1
- package/build/sdk/studio/sdk/model/projectInfoResponse.d.ts +4 -0
- package/build/sdk/studio/sdk/model/projectInfoResponse.js +10 -0
- package/build/sdk/studio/sdk/model/projectInfoResponse.js.map +1 -1
- package/build/sdk/studio/sdk/model/projectInfoResponseAllOf.d.ts +4 -0
- package/build/sdk/studio/sdk/model/projectInfoResponseAllOf.js +10 -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/structuredLabel.d.ts +2 -0
- package/build/sdk/studio/sdk/model/structuredLabel.js +5 -0
- package/build/sdk/studio/sdk/model/structuredLabel.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/build/sdk/studio/sdk/model/updateProjectRequest.d.ts +2 -0
- package/build/sdk/studio/sdk/model/updateProjectRequest.js +5 -0
- package/build/sdk/studio/sdk/model/updateProjectRequest.js.map +1 -1
- package/build/shared/bounding-box-file-types.d.ts +37 -1
- package/build/shared/bounding-box-file-types.js +69 -6
- package/build/shared/bounding-box-file-types.js.map +1 -1
- package/build/shared/viewmodels/init.d.ts +2 -2
- package/build/shared/viewmodels/init.js +2 -8
- package/build/shared/viewmodels/init.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 +2 -1
|
@@ -169,6 +169,11 @@ DeploymentTarget.attributeTypeMap = [
|
|
|
169
169
|
"name": "parameters",
|
|
170
170
|
"baseName": "parameters",
|
|
171
171
|
"type": "Array<DSPGroupItem>"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "redirect",
|
|
175
|
+
"baseName": "redirect",
|
|
176
|
+
"type": "DeploymentTargetRedirect"
|
|
172
177
|
}
|
|
173
178
|
];
|
|
174
179
|
exports.DeploymentTargetUiSectionEnumValues = ['library', 'firmware', 'mobile', 'hidden'];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deploymentTarget.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/deploymentTarget.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"deploymentTarget.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/deploymentTarget.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
* An optional redirect field for integration partners to be shown in addition to the docs link, i.e. for directing users to a partner\'s website or application once deployment completes. This is experimental and may change in the future.
|
|
14
|
+
*/
|
|
15
|
+
export declare class DeploymentTargetRedirect {
|
|
16
|
+
'url'?: string;
|
|
17
|
+
'text'?: string;
|
|
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
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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.DeploymentTargetRedirect = void 0;
|
|
15
|
+
/**
|
|
16
|
+
* An optional redirect field for integration partners to be shown in addition to the docs link, i.e. for directing users to a partner\'s website or application once deployment completes. This is experimental and may change in the future.
|
|
17
|
+
*/
|
|
18
|
+
class DeploymentTargetRedirect {
|
|
19
|
+
static getAttributeTypeMap() {
|
|
20
|
+
return DeploymentTargetRedirect.attributeTypeMap;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
exports.DeploymentTargetRedirect = DeploymentTargetRedirect;
|
|
24
|
+
DeploymentTargetRedirect.discriminator = undefined;
|
|
25
|
+
DeploymentTargetRedirect.attributeTypeMap = [
|
|
26
|
+
{
|
|
27
|
+
"name": "url",
|
|
28
|
+
"baseName": "url",
|
|
29
|
+
"type": "string"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "text",
|
|
33
|
+
"baseName": "text",
|
|
34
|
+
"type": "string"
|
|
35
|
+
}
|
|
36
|
+
];
|
|
37
|
+
//# sourceMappingURL=deploymentTargetRedirect.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deploymentTargetRedirect.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/deploymentTargetRedirect.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;;EAEE;AACF,MAAa,wBAAwB;IAkBjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AApBL,4DAqBC;AAjBU,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;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"}
|
|
@@ -12,5 +12,5 @@
|
|
|
12
12
|
/**
|
|
13
13
|
* Known feature identifiers.
|
|
14
14
|
*/
|
|
15
|
-
export type Feature = 'signup-thank-you-page' | 'stripe-live-mode' | 'azure-storage' | 'monthly-compute-limit-enforcement' | 'pay-as-you-go' | 'user-screening-check' | 'oauth2';
|
|
15
|
+
export type Feature = 'signup-thank-you-page' | 'stripe-live-mode' | 'azure-storage' | 'monthly-compute-limit-enforcement' | 'pay-as-you-go' | 'user-screening-check' | 'oauth2' | 'external-apps-redirect-flow';
|
|
16
16
|
export declare const FeatureValues: string[];
|
|
@@ -12,5 +12,5 @@
|
|
|
12
12
|
*/
|
|
13
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
14
|
exports.FeatureValues = void 0;
|
|
15
|
-
exports.FeatureValues = ['signup-thank-you-page', 'stripe-live-mode', 'azure-storage', 'monthly-compute-limit-enforcement', 'pay-as-you-go', 'user-screening-check', 'oauth2'];
|
|
15
|
+
exports.FeatureValues = ['signup-thank-you-page', 'stripe-live-mode', 'azure-storage', 'monthly-compute-limit-enforcement', 'pay-as-you-go', 'user-screening-check', 'oauth2', 'external-apps-redirect-flow'];
|
|
16
16
|
//# sourceMappingURL=feature.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"feature.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/feature.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAQU,QAAA,aAAa,GAAa,CAAC,uBAAuB,EAAE,kBAAkB,EAAE,eAAe,EAAE,mCAAmC,EAAE,eAAe,EAAE,sBAAsB,EAAE,QAAQ,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"feature.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/feature.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAQU,QAAA,aAAa,GAAa,CAAC,uBAAuB,EAAE,kBAAkB,EAAE,eAAe,EAAE,mCAAmC,EAAE,eAAe,EAAE,sBAAsB,EAAE,QAAQ,EAAE,6BAA6B,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"}
|
|
@@ -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 GetHmacDevkeyResponseAllOf {
|
|
13
|
+
/**
|
|
14
|
+
* HMAC Key
|
|
15
|
+
*/
|
|
16
|
+
'hmacKey'?: string;
|
|
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,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.GetHmacDevkeyResponseAllOf = void 0;
|
|
15
|
+
class GetHmacDevkeyResponseAllOf {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetHmacDevkeyResponseAllOf.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetHmacDevkeyResponseAllOf = GetHmacDevkeyResponseAllOf;
|
|
21
|
+
GetHmacDevkeyResponseAllOf.discriminator = undefined;
|
|
22
|
+
GetHmacDevkeyResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "hmacKey",
|
|
25
|
+
"baseName": "hmacKey",
|
|
26
|
+
"type": "string"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
//# sourceMappingURL=getHmacDevkeyResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getHmacDevkeyResponseAllOf.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/getHmacDevkeyResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,0BAA0B;IAenC,MAAM,CAAC,mBAAmB;QACtB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;;AAjBL,gEAkBC;AAZU,wCAAa,GAAuB,SAAS,CAAC;AAE9C,2CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -10,14 +10,18 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* Determines how a single label is assigned to each generated window when source samples contain multiple labels. Available options - end-of-window: use the label active at the end timestamp of the window. - anywhere-in-window: assign one of the configured `labels` when it appears anywhere in the window. - anywhere-in-window-min-percentage: assign one of the configured `labels` only when it covers at least `minPercentage` of the full window. - majority-in-window: assign the label with the highest prevalence across the full window. Tie-breaking: - For count-based modes (anywhere-in-window, anywhere-in-window-min-percentage, and majority-in-window), if two or more candidate labels have equal prevalence, the first encountered label in the window is used.
|
|
14
14
|
*/
|
|
15
15
|
export declare class ImpulseInputBlockLabelingMethodMultiLabel {
|
|
16
16
|
'type': ImpulseInputBlockLabelingMethodMultiLabelTypeEnum;
|
|
17
17
|
/**
|
|
18
|
-
* Required when choosing \"anywhere-in-window\". The list of classes that should trigger detection (e.g. \"interference\").
|
|
18
|
+
* Required when choosing \"anywhere-in-window\" or \"anywhere-in-window-min-percentage\". The list of classes that should trigger detection (e.g. \"interference\").
|
|
19
19
|
*/
|
|
20
20
|
'labels'?: Array<string>;
|
|
21
|
+
/**
|
|
22
|
+
* Required when choosing \"anywhere-in-window-min-percentage\". A label is assigned only if it is present in at least this percentage of the full window.
|
|
23
|
+
*/
|
|
24
|
+
'minPercentage'?: number;
|
|
21
25
|
static discriminator: string | undefined;
|
|
22
26
|
static attributeTypeMap: Array<{
|
|
23
27
|
name: string;
|
|
@@ -30,5 +34,5 @@ export declare class ImpulseInputBlockLabelingMethodMultiLabel {
|
|
|
30
34
|
type: string;
|
|
31
35
|
}[];
|
|
32
36
|
}
|
|
33
|
-
export type ImpulseInputBlockLabelingMethodMultiLabelTypeEnum = 'end-of-window' | 'anywhere-in-window';
|
|
37
|
+
export type ImpulseInputBlockLabelingMethodMultiLabelTypeEnum = 'end-of-window' | 'anywhere-in-window' | 'anywhere-in-window-min-percentage' | 'majority-in-window';
|
|
34
38
|
export declare const ImpulseInputBlockLabelingMethodMultiLabelTypeEnumValues: string[];
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
14
|
exports.ImpulseInputBlockLabelingMethodMultiLabelTypeEnumValues = exports.ImpulseInputBlockLabelingMethodMultiLabel = void 0;
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* Determines how a single label is assigned to each generated window when source samples contain multiple labels. Available options - end-of-window: use the label active at the end timestamp of the window. - anywhere-in-window: assign one of the configured `labels` when it appears anywhere in the window. - anywhere-in-window-min-percentage: assign one of the configured `labels` only when it covers at least `minPercentage` of the full window. - majority-in-window: assign the label with the highest prevalence across the full window. Tie-breaking: - For count-based modes (anywhere-in-window, anywhere-in-window-min-percentage, and majority-in-window), if two or more candidate labels have equal prevalence, the first encountered label in the window is used.
|
|
17
17
|
*/
|
|
18
18
|
class ImpulseInputBlockLabelingMethodMultiLabel {
|
|
19
19
|
static getAttributeTypeMap() {
|
|
@@ -32,7 +32,12 @@ ImpulseInputBlockLabelingMethodMultiLabel.attributeTypeMap = [
|
|
|
32
32
|
"name": "labels",
|
|
33
33
|
"baseName": "labels",
|
|
34
34
|
"type": "Array<string>"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "minPercentage",
|
|
38
|
+
"baseName": "minPercentage",
|
|
39
|
+
"type": "number"
|
|
35
40
|
}
|
|
36
41
|
];
|
|
37
|
-
exports.ImpulseInputBlockLabelingMethodMultiLabelTypeEnumValues = ['end-of-window', 'anywhere-in-window'];
|
|
42
|
+
exports.ImpulseInputBlockLabelingMethodMultiLabelTypeEnumValues = ['end-of-window', 'anywhere-in-window', 'anywhere-in-window-min-percentage', 'majority-in-window'];
|
|
38
43
|
//# sourceMappingURL=impulseInputBlockLabelingMethodMultiLabel.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"impulseInputBlockLabelingMethodMultiLabel.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/impulseInputBlockLabelingMethodMultiLabel.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;;EAEE;AACF,MAAa,yCAAyC;
|
|
1
|
+
{"version":3,"file":"impulseInputBlockLabelingMethodMultiLabel.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/impulseInputBlockLabelingMethodMultiLabel.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;;EAEE;AACF,MAAa,yCAAyC;IA8BlD,MAAM,CAAC,mBAAmB;QACtB,OAAO,yCAAyC,CAAC,gBAAgB,CAAC;IACtE,CAAC;;AAhCL,8FAiCC;AAtBU,uDAAa,GAAuB,SAAS,CAAC;AAE9C,0DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,mDAAmD;KAC9D;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AASF,QAAA,uDAAuD,GAAa,CAAC,eAAe,EAAE,oBAAoB,EAAE,mCAAmC,EAAE,oBAAoB,CAAC,CAAC"}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { ExperimentalImpulseSpecificGpuTrainingProcessor } from './experimentalImpulseSpecificGpuTrainingProcessor';
|
|
12
13
|
import { LearnBlockType } from './learnBlockType';
|
|
13
14
|
export declare class ImpulseLearnBlock {
|
|
14
15
|
/**
|
|
@@ -36,6 +37,7 @@ export declare class ImpulseLearnBlock {
|
|
|
36
37
|
* The datetime that the block version was created. Cannot be set via API.
|
|
37
38
|
*/
|
|
38
39
|
'createdAt'?: Date;
|
|
40
|
+
'trainingProcessor'?: ExperimentalImpulseSpecificGpuTrainingProcessor;
|
|
39
41
|
static discriminator: string | undefined;
|
|
40
42
|
static attributeTypeMap: Array<{
|
|
41
43
|
name: string;
|
|
@@ -54,6 +54,11 @@ ImpulseLearnBlock.attributeTypeMap = [
|
|
|
54
54
|
"name": "createdAt",
|
|
55
55
|
"baseName": "createdAt",
|
|
56
56
|
"type": "Date"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "trainingProcessor",
|
|
60
|
+
"baseName": "trainingProcessor",
|
|
61
|
+
"type": "ExperimentalImpulseSpecificGpuTrainingProcessor"
|
|
57
62
|
}
|
|
58
63
|
];
|
|
59
64
|
//# sourceMappingURL=impulseLearnBlock.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"impulseLearnBlock.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/impulseLearnBlock.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"impulseLearnBlock.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/impulseLearnBlock.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,iBAAiB;IAwE1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AA1EL,8CA2EC;AA/CU,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,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,gBAAgB;KAC3B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,iDAAiD;KAC5D;CAAK,CAAC"}
|
|
@@ -23,7 +23,7 @@ export declare class ListVersionsResponseAllOfVersions {
|
|
|
23
23
|
'publicProjectId'?: number;
|
|
24
24
|
'publicProjectUrl'?: string;
|
|
25
25
|
/**
|
|
26
|
-
* Accuracy
|
|
26
|
+
* Accuracy calculated during training, using validation set.
|
|
27
27
|
*/
|
|
28
28
|
'trainingAccuracy'?: number;
|
|
29
29
|
/**
|
|
@@ -31,6 +31,14 @@ export declare class ListVersionsResponseAllOfVersions {
|
|
|
31
31
|
*/
|
|
32
32
|
'testAccuracy'?: number;
|
|
33
33
|
/**
|
|
34
|
+
* Mean Average Precision @ IoU=50 on validation set (for object detection projects).
|
|
35
|
+
*/
|
|
36
|
+
'trainingmAP50'?: number;
|
|
37
|
+
/**
|
|
38
|
+
* Mean Average Precision @ IoU=50 on test set (for object detection projects).
|
|
39
|
+
*/
|
|
40
|
+
'testmAP50'?: number;
|
|
41
|
+
/**
|
|
34
42
|
* If your project had multiple impulses, this field indicates which impulse was used to calculate the accuracy metrics.
|
|
35
43
|
*/
|
|
36
44
|
'accuracyBasedOnImpulse'?: string;
|
|
@@ -80,6 +80,16 @@ ListVersionsResponseAllOfVersions.attributeTypeMap = [
|
|
|
80
80
|
"baseName": "testAccuracy",
|
|
81
81
|
"type": "number"
|
|
82
82
|
},
|
|
83
|
+
{
|
|
84
|
+
"name": "trainingmAP50",
|
|
85
|
+
"baseName": "trainingmAP50",
|
|
86
|
+
"type": "number"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "testmAP50",
|
|
90
|
+
"baseName": "testmAP50",
|
|
91
|
+
"type": "number"
|
|
92
|
+
},
|
|
83
93
|
{
|
|
84
94
|
"name": "accuracyBasedOnImpulse",
|
|
85
95
|
"baseName": "accuracyBasedOnImpulse",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listVersionsResponseAllOfVersions.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/listVersionsResponseAllOfVersions.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,iCAAiC;
|
|
1
|
+
{"version":3,"file":"listVersionsResponseAllOfVersions.js","sourceRoot":"","sources":["../../../../../sdk/studio/sdk/model/listVersionsResponseAllOfVersions.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,iCAAiC;IA2H1C,MAAM,CAAC,mBAAmB;QACtB,OAAO,iCAAiC,CAAC,gBAAgB,CAAC;IAC9D,CAAC;;AA7HL,8EA8HC;AA5FU,+CAAa,GAAuB,SAAS,CAAC;AAE9C,kDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,sBAAsB;KACjC;CAAK,CAAC"}
|
|
@@ -121,6 +121,7 @@ export * from './anomalyConfigAxes';
|
|
|
121
121
|
export * from './anomalyConfigResponse';
|
|
122
122
|
export * from './anomalyGmmMetadata';
|
|
123
123
|
export * from './anomalyGmmMetadataResponse';
|
|
124
|
+
export * from './anomalyLabelsConfig';
|
|
124
125
|
export * from './anomalyModelMetadata';
|
|
125
126
|
export * from './anomalyModelMetadataClusters';
|
|
126
127
|
export * from './anomalyModelMetadataResponse';
|
|
@@ -260,6 +261,10 @@ export * from './dataExplorerPredictionsResponseAllOf';
|
|
|
260
261
|
export * from './dataExplorerSettings';
|
|
261
262
|
export * from './datasetRatioData';
|
|
262
263
|
export * from './datasetRatioDataRatio';
|
|
264
|
+
export * from './datasetStratificationOptions';
|
|
265
|
+
export * from './datasetStratificationPreviewData';
|
|
266
|
+
export * from './datasetStratificationPreviewDataData';
|
|
267
|
+
export * from './datasetStratificationPreviewResponse';
|
|
263
268
|
export * from './deletePortalFileRequest';
|
|
264
269
|
export * from './deleteUserRequest';
|
|
265
270
|
export * from './dependencyData';
|
|
@@ -279,6 +284,7 @@ export * from './deploymentHistory';
|
|
|
279
284
|
export * from './deploymentTarget';
|
|
280
285
|
export * from './deploymentTargetBadge';
|
|
281
286
|
export * from './deploymentTargetEngine';
|
|
287
|
+
export * from './deploymentTargetRedirect';
|
|
282
288
|
export * from './deploymentTargetVariant';
|
|
283
289
|
export * from './deploymentTargetsResponse';
|
|
284
290
|
export * from './deploymentTargetsResponseAllOf';
|
|
@@ -352,6 +358,7 @@ export * from './environmentVariable';
|
|
|
352
358
|
export * from './evaluateJobResponse';
|
|
353
359
|
export * from './evaluateJobResponseAllOf';
|
|
354
360
|
export * from './evaluateResultValue';
|
|
361
|
+
export * from './experimentalImpulseSpecificGpuTrainingProcessor';
|
|
355
362
|
export * from './exportBlockResponse';
|
|
356
363
|
export * from './exportBlockResponseAllOf';
|
|
357
364
|
export * from './exportGetUrlResponse';
|
|
@@ -421,6 +428,8 @@ export * from './getFeatureFlagsResponseAllOf';
|
|
|
421
428
|
export * from './getFeatureFlagsResponseAllOfFlags';
|
|
422
429
|
export * from './getFeaturesForPostProcessingSampleResponse';
|
|
423
430
|
export * from './getFeaturesForPostProcessingSampleResponseAllOf';
|
|
431
|
+
export * from './getHmacDevkeyResponse';
|
|
432
|
+
export * from './getHmacDevkeyResponseAllOf';
|
|
424
433
|
export * from './getImpulseBlocksResponse';
|
|
425
434
|
export * from './getImpulseBlocksResponseAllOf';
|
|
426
435
|
export * from './getImpulseRecordsRequest';
|
|
@@ -138,6 +138,7 @@ __exportStar(require("./anomalyConfigAxes"), exports);
|
|
|
138
138
|
__exportStar(require("./anomalyConfigResponse"), exports);
|
|
139
139
|
__exportStar(require("./anomalyGmmMetadata"), exports);
|
|
140
140
|
__exportStar(require("./anomalyGmmMetadataResponse"), exports);
|
|
141
|
+
__exportStar(require("./anomalyLabelsConfig"), exports);
|
|
141
142
|
__exportStar(require("./anomalyModelMetadata"), exports);
|
|
142
143
|
__exportStar(require("./anomalyModelMetadataClusters"), exports);
|
|
143
144
|
__exportStar(require("./anomalyModelMetadataResponse"), exports);
|
|
@@ -277,6 +278,10 @@ __exportStar(require("./dataExplorerPredictionsResponseAllOf"), exports);
|
|
|
277
278
|
__exportStar(require("./dataExplorerSettings"), exports);
|
|
278
279
|
__exportStar(require("./datasetRatioData"), exports);
|
|
279
280
|
__exportStar(require("./datasetRatioDataRatio"), exports);
|
|
281
|
+
__exportStar(require("./datasetStratificationOptions"), exports);
|
|
282
|
+
__exportStar(require("./datasetStratificationPreviewData"), exports);
|
|
283
|
+
__exportStar(require("./datasetStratificationPreviewDataData"), exports);
|
|
284
|
+
__exportStar(require("./datasetStratificationPreviewResponse"), exports);
|
|
280
285
|
__exportStar(require("./deletePortalFileRequest"), exports);
|
|
281
286
|
__exportStar(require("./deleteUserRequest"), exports);
|
|
282
287
|
__exportStar(require("./dependencyData"), exports);
|
|
@@ -296,6 +301,7 @@ __exportStar(require("./deploymentHistory"), exports);
|
|
|
296
301
|
__exportStar(require("./deploymentTarget"), exports);
|
|
297
302
|
__exportStar(require("./deploymentTargetBadge"), exports);
|
|
298
303
|
__exportStar(require("./deploymentTargetEngine"), exports);
|
|
304
|
+
__exportStar(require("./deploymentTargetRedirect"), exports);
|
|
299
305
|
__exportStar(require("./deploymentTargetVariant"), exports);
|
|
300
306
|
__exportStar(require("./deploymentTargetsResponse"), exports);
|
|
301
307
|
__exportStar(require("./deploymentTargetsResponseAllOf"), exports);
|
|
@@ -369,6 +375,7 @@ __exportStar(require("./environmentVariable"), exports);
|
|
|
369
375
|
__exportStar(require("./evaluateJobResponse"), exports);
|
|
370
376
|
__exportStar(require("./evaluateJobResponseAllOf"), exports);
|
|
371
377
|
__exportStar(require("./evaluateResultValue"), exports);
|
|
378
|
+
__exportStar(require("./experimentalImpulseSpecificGpuTrainingProcessor"), exports);
|
|
372
379
|
__exportStar(require("./exportBlockResponse"), exports);
|
|
373
380
|
__exportStar(require("./exportBlockResponseAllOf"), exports);
|
|
374
381
|
__exportStar(require("./exportGetUrlResponse"), exports);
|
|
@@ -438,6 +445,8 @@ __exportStar(require("./getFeatureFlagsResponseAllOf"), exports);
|
|
|
438
445
|
__exportStar(require("./getFeatureFlagsResponseAllOfFlags"), exports);
|
|
439
446
|
__exportStar(require("./getFeaturesForPostProcessingSampleResponse"), exports);
|
|
440
447
|
__exportStar(require("./getFeaturesForPostProcessingSampleResponseAllOf"), exports);
|
|
448
|
+
__exportStar(require("./getHmacDevkeyResponse"), exports);
|
|
449
|
+
__exportStar(require("./getHmacDevkeyResponseAllOf"), exports);
|
|
441
450
|
__exportStar(require("./getImpulseBlocksResponse"), exports);
|
|
442
451
|
__exportStar(require("./getImpulseBlocksResponseAllOf"), exports);
|
|
443
452
|
__exportStar(require("./getImpulseRecordsRequest"), exports);
|
|
@@ -1286,6 +1295,7 @@ const anomalyConfigAxes_1 = require("./anomalyConfigAxes");
|
|
|
1286
1295
|
const anomalyConfigResponse_1 = require("./anomalyConfigResponse");
|
|
1287
1296
|
const anomalyGmmMetadata_1 = require("./anomalyGmmMetadata");
|
|
1288
1297
|
const anomalyGmmMetadataResponse_1 = require("./anomalyGmmMetadataResponse");
|
|
1298
|
+
const anomalyLabelsConfig_1 = require("./anomalyLabelsConfig");
|
|
1289
1299
|
const anomalyModelMetadata_1 = require("./anomalyModelMetadata");
|
|
1290
1300
|
const anomalyModelMetadataClusters_1 = require("./anomalyModelMetadataClusters");
|
|
1291
1301
|
const anomalyModelMetadataResponse_1 = require("./anomalyModelMetadataResponse");
|
|
@@ -1420,6 +1430,10 @@ const dataExplorerPredictionsResponseAllOf_1 = require("./dataExplorerPrediction
|
|
|
1420
1430
|
const dataExplorerSettings_1 = require("./dataExplorerSettings");
|
|
1421
1431
|
const datasetRatioData_1 = require("./datasetRatioData");
|
|
1422
1432
|
const datasetRatioDataRatio_1 = require("./datasetRatioDataRatio");
|
|
1433
|
+
const datasetStratificationOptions_1 = require("./datasetStratificationOptions");
|
|
1434
|
+
const datasetStratificationPreviewData_1 = require("./datasetStratificationPreviewData");
|
|
1435
|
+
const datasetStratificationPreviewDataData_1 = require("./datasetStratificationPreviewDataData");
|
|
1436
|
+
const datasetStratificationPreviewResponse_1 = require("./datasetStratificationPreviewResponse");
|
|
1423
1437
|
const deletePortalFileRequest_1 = require("./deletePortalFileRequest");
|
|
1424
1438
|
const deleteUserRequest_1 = require("./deleteUserRequest");
|
|
1425
1439
|
const dependencyData_1 = require("./dependencyData");
|
|
@@ -1438,6 +1452,7 @@ const deployPretrainedModelRequestModelInfo_1 = require("./deployPretrainedModel
|
|
|
1438
1452
|
const deploymentHistory_1 = require("./deploymentHistory");
|
|
1439
1453
|
const deploymentTarget_1 = require("./deploymentTarget");
|
|
1440
1454
|
const deploymentTargetBadge_1 = require("./deploymentTargetBadge");
|
|
1455
|
+
const deploymentTargetRedirect_1 = require("./deploymentTargetRedirect");
|
|
1441
1456
|
const deploymentTargetVariant_1 = require("./deploymentTargetVariant");
|
|
1442
1457
|
const deploymentTargetsResponse_1 = require("./deploymentTargetsResponse");
|
|
1443
1458
|
const deploymentTargetsResponseAllOf_1 = require("./deploymentTargetsResponseAllOf");
|
|
@@ -1576,6 +1591,8 @@ const getFeatureFlagsResponseAllOf_1 = require("./getFeatureFlagsResponseAllOf")
|
|
|
1576
1591
|
const getFeatureFlagsResponseAllOfFlags_1 = require("./getFeatureFlagsResponseAllOfFlags");
|
|
1577
1592
|
const getFeaturesForPostProcessingSampleResponse_1 = require("./getFeaturesForPostProcessingSampleResponse");
|
|
1578
1593
|
const getFeaturesForPostProcessingSampleResponseAllOf_1 = require("./getFeaturesForPostProcessingSampleResponseAllOf");
|
|
1594
|
+
const getHmacDevkeyResponse_1 = require("./getHmacDevkeyResponse");
|
|
1595
|
+
const getHmacDevkeyResponseAllOf_1 = require("./getHmacDevkeyResponseAllOf");
|
|
1579
1596
|
const getImpulseBlocksResponse_1 = require("./getImpulseBlocksResponse");
|
|
1580
1597
|
const getImpulseBlocksResponseAllOf_1 = require("./getImpulseBlocksResponseAllOf");
|
|
1581
1598
|
const getImpulseRecordsRequest_1 = require("./getImpulseRecordsRequest");
|
|
@@ -2331,6 +2348,7 @@ const enumsMap = {
|
|
|
2331
2348
|
"DeviceDebugStreamType": "DeviceDebugStreamType",
|
|
2332
2349
|
"DeviceInferenceInfoModelTypeEnum": "DeviceInferenceInfoModelTypeEnum",
|
|
2333
2350
|
"EnterpriseLimit": "EnterpriseLimit",
|
|
2351
|
+
"ExperimentalImpulseSpecificGpuTrainingProcessor": "ExperimentalImpulseSpecificGpuTrainingProcessor",
|
|
2334
2352
|
"ExportInferenceHistoryDataRequestFormatEnum": "ExportInferenceHistoryDataRequestFormatEnum",
|
|
2335
2353
|
"Feature": "Feature",
|
|
2336
2354
|
"FindSyntiantPosteriorRequestReferenceSetEnum": "FindSyntiantPosteriorRequestReferenceSetEnum",
|
|
@@ -2584,6 +2602,7 @@ const typeMap = {
|
|
|
2584
2602
|
"AnomalyConfigResponse": anomalyConfigResponse_1.AnomalyConfigResponse,
|
|
2585
2603
|
"AnomalyGmmMetadata": anomalyGmmMetadata_1.AnomalyGmmMetadata,
|
|
2586
2604
|
"AnomalyGmmMetadataResponse": anomalyGmmMetadataResponse_1.AnomalyGmmMetadataResponse,
|
|
2605
|
+
"AnomalyLabelsConfig": anomalyLabelsConfig_1.AnomalyLabelsConfig,
|
|
2587
2606
|
"AnomalyModelMetadata": anomalyModelMetadata_1.AnomalyModelMetadata,
|
|
2588
2607
|
"AnomalyModelMetadataClusters": anomalyModelMetadataClusters_1.AnomalyModelMetadataClusters,
|
|
2589
2608
|
"AnomalyModelMetadataResponse": anomalyModelMetadataResponse_1.AnomalyModelMetadataResponse,
|
|
@@ -2718,6 +2737,10 @@ const typeMap = {
|
|
|
2718
2737
|
"DataExplorerSettings": dataExplorerSettings_1.DataExplorerSettings,
|
|
2719
2738
|
"DatasetRatioData": datasetRatioData_1.DatasetRatioData,
|
|
2720
2739
|
"DatasetRatioDataRatio": datasetRatioDataRatio_1.DatasetRatioDataRatio,
|
|
2740
|
+
"DatasetStratificationOptions": datasetStratificationOptions_1.DatasetStratificationOptions,
|
|
2741
|
+
"DatasetStratificationPreviewData": datasetStratificationPreviewData_1.DatasetStratificationPreviewData,
|
|
2742
|
+
"DatasetStratificationPreviewDataData": datasetStratificationPreviewDataData_1.DatasetStratificationPreviewDataData,
|
|
2743
|
+
"DatasetStratificationPreviewResponse": datasetStratificationPreviewResponse_1.DatasetStratificationPreviewResponse,
|
|
2721
2744
|
"DeletePortalFileRequest": deletePortalFileRequest_1.DeletePortalFileRequest,
|
|
2722
2745
|
"DeleteUserRequest": deleteUserRequest_1.DeleteUserRequest,
|
|
2723
2746
|
"DependencyData": dependencyData_1.DependencyData,
|
|
@@ -2736,6 +2759,7 @@ const typeMap = {
|
|
|
2736
2759
|
"DeploymentHistory": deploymentHistory_1.DeploymentHistory,
|
|
2737
2760
|
"DeploymentTarget": deploymentTarget_1.DeploymentTarget,
|
|
2738
2761
|
"DeploymentTargetBadge": deploymentTargetBadge_1.DeploymentTargetBadge,
|
|
2762
|
+
"DeploymentTargetRedirect": deploymentTargetRedirect_1.DeploymentTargetRedirect,
|
|
2739
2763
|
"DeploymentTargetVariant": deploymentTargetVariant_1.DeploymentTargetVariant,
|
|
2740
2764
|
"DeploymentTargetsResponse": deploymentTargetsResponse_1.DeploymentTargetsResponse,
|
|
2741
2765
|
"DeploymentTargetsResponseAllOf": deploymentTargetsResponseAllOf_1.DeploymentTargetsResponseAllOf,
|
|
@@ -2874,6 +2898,8 @@ const typeMap = {
|
|
|
2874
2898
|
"GetFeatureFlagsResponseAllOfFlags": getFeatureFlagsResponseAllOfFlags_1.GetFeatureFlagsResponseAllOfFlags,
|
|
2875
2899
|
"GetFeaturesForPostProcessingSampleResponse": getFeaturesForPostProcessingSampleResponse_1.GetFeaturesForPostProcessingSampleResponse,
|
|
2876
2900
|
"GetFeaturesForPostProcessingSampleResponseAllOf": getFeaturesForPostProcessingSampleResponseAllOf_1.GetFeaturesForPostProcessingSampleResponseAllOf,
|
|
2901
|
+
"GetHmacDevkeyResponse": getHmacDevkeyResponse_1.GetHmacDevkeyResponse,
|
|
2902
|
+
"GetHmacDevkeyResponseAllOf": getHmacDevkeyResponseAllOf_1.GetHmacDevkeyResponseAllOf,
|
|
2877
2903
|
"GetImpulseBlocksResponse": getImpulseBlocksResponse_1.GetImpulseBlocksResponse,
|
|
2878
2904
|
"GetImpulseBlocksResponseAllOf": getImpulseBlocksResponseAllOf_1.GetImpulseBlocksResponseAllOf,
|
|
2879
2905
|
"GetImpulseRecordsRequest": getImpulseRecordsRequest_1.GetImpulseRecordsRequest,
|