edge-impulse-api 1.72.12 → 1.72.14
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/api.d.ts +2 -1
- package/build/library/api.js +5 -0
- package/build/library/api.js.map +1 -1
- package/build/library/sdk/api/apis.d.ts +3 -1
- package/build/library/sdk/api/apis.js +3 -1
- package/build/library/sdk/api/apis.js.map +1 -1
- package/build/library/sdk/api/performanceCalibrationApi.d.ts +1 -1
- package/build/library/sdk/api/performanceCalibrationApi.js +1 -1
- package/build/library/sdk/api/postProcessingApi.d.ts +117 -0
- package/build/library/sdk/api/postProcessingApi.js +532 -0
- package/build/library/sdk/api/postProcessingApi.js.map +1 -0
- package/build/library/sdk/model/createImpulseRequest.d.ts +5 -0
- package/build/library/sdk/model/createImpulseRequest.js +5 -0
- package/build/library/sdk/model/createImpulseRequest.js.map +1 -1
- package/build/library/sdk/model/detailedImpulse.d.ts +2 -0
- package/build/library/sdk/model/detailedImpulse.js +5 -0
- package/build/library/sdk/model/detailedImpulse.js.map +1 -1
- package/build/library/sdk/model/detailedImpulseMetricCategory.d.ts +1 -1
- package/build/library/sdk/model/detailedImpulseMetricCategory.js +1 -1
- package/build/library/sdk/model/detailedImpulseMetricCategory.js.map +1 -1
- package/build/library/sdk/model/detailedImpulsePostProcessingBlockConfigs.d.ts +27 -0
- package/build/library/sdk/model/detailedImpulsePostProcessingBlockConfigs.js +34 -0
- package/build/library/sdk/model/detailedImpulsePostProcessingBlockConfigs.js.map +1 -0
- package/build/library/sdk/model/getFeaturesForPostProcessingSampleResponse.d.ts +33 -0
- package/build/library/sdk/model/getFeaturesForPostProcessingSampleResponse.js +39 -0
- package/build/library/sdk/model/getFeaturesForPostProcessingSampleResponse.js.map +1 -0
- package/build/library/sdk/model/getFeaturesForPostProcessingSampleResponseAllOf.d.ts +25 -0
- package/build/library/sdk/model/getFeaturesForPostProcessingSampleResponseAllOf.js +29 -0
- package/build/library/sdk/model/getFeaturesForPostProcessingSampleResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/getImpulseBlocksResponse.d.ts +2 -0
- package/build/library/sdk/model/getImpulseBlocksResponse.js +5 -0
- package/build/library/sdk/model/getImpulseBlocksResponse.js.map +1 -1
- package/build/library/sdk/model/getImpulseBlocksResponseAllOf.d.ts +2 -0
- package/build/library/sdk/model/getImpulseBlocksResponseAllOf.js +5 -0
- package/build/library/sdk/model/getImpulseBlocksResponseAllOf.js.map +1 -1
- package/build/library/sdk/model/getPostProcessingResultsForSampleResponse.d.ts +39 -0
- package/build/library/sdk/model/getPostProcessingResultsForSampleResponse.js +50 -0
- package/build/library/sdk/model/getPostProcessingResultsForSampleResponse.js.map +1 -0
- package/build/library/sdk/model/getPostProcessingResultsForSampleResponseAllOf.d.ts +31 -0
- package/build/library/sdk/model/getPostProcessingResultsForSampleResponseAllOf.js +40 -0
- package/build/library/sdk/model/getPostProcessingResultsForSampleResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/getPostProcessingResultsForSampleResponseAllOfJobIsRunning.d.ts +27 -0
- package/build/library/sdk/model/getPostProcessingResultsForSampleResponseAllOfJobIsRunning.js +34 -0
- package/build/library/sdk/model/getPostProcessingResultsForSampleResponseAllOfJobIsRunning.js.map +1 -0
- package/build/library/sdk/model/getPostProcessingResultsForSampleResponseAllOfResults.d.ts +28 -0
- package/build/library/sdk/model/getPostProcessingResultsForSampleResponseAllOfResults.js +34 -0
- package/build/library/sdk/model/getPostProcessingResultsForSampleResponseAllOfResults.js.map +1 -0
- package/build/library/sdk/model/impulse.d.ts +5 -0
- package/build/library/sdk/model/impulse.js +5 -0
- package/build/library/sdk/model/impulse.js.map +1 -1
- package/build/library/sdk/model/impulsePostProcessingBlock.d.ts +52 -0
- package/build/library/sdk/model/impulsePostProcessingBlock.js +59 -0
- package/build/library/sdk/model/impulsePostProcessingBlock.js.map +1 -0
- package/build/library/sdk/model/models.d.ts +19 -0
- package/build/library/sdk/model/models.js +59 -0
- package/build/library/sdk/model/models.js.map +1 -1
- package/build/library/sdk/model/objectDetectionPostProcessingObject.d.ts +30 -0
- package/build/library/sdk/model/objectDetectionPostProcessingObject.js +54 -0
- package/build/library/sdk/model/objectDetectionPostProcessingObject.js.map +1 -0
- package/build/library/sdk/model/objectDetectionPostProcessingResult.d.ts +26 -0
- package/build/library/sdk/model/objectDetectionPostProcessingResult.js +29 -0
- package/build/library/sdk/model/objectDetectionPostProcessingResult.js.map +1 -0
- package/build/library/sdk/model/objectDetectionPostProcessingResultFrames.d.ts +27 -0
- package/build/library/sdk/model/objectDetectionPostProcessingResultFrames.js +34 -0
- package/build/library/sdk/model/objectDetectionPostProcessingResultFrames.js.map +1 -0
- package/build/library/sdk/model/objectTrackingPostProcessingObject.d.ts +30 -0
- package/build/library/sdk/model/objectTrackingPostProcessingObject.js +54 -0
- package/build/library/sdk/model/objectTrackingPostProcessingObject.js.map +1 -0
- package/build/library/sdk/model/objectTrackingPostProcessingResult.d.ts +29 -0
- package/build/library/sdk/model/objectTrackingPostProcessingResult.js +34 -0
- package/build/library/sdk/model/objectTrackingPostProcessingResult.js.map +1 -0
- package/build/library/sdk/model/objectTrackingPostProcessingResultFrames.d.ts +27 -0
- package/build/library/sdk/model/objectTrackingPostProcessingResultFrames.js +34 -0
- package/build/library/sdk/model/objectTrackingPostProcessingResultFrames.js.map +1 -0
- package/build/library/sdk/model/postProcessingBlock.d.ts +40 -0
- package/build/library/sdk/model/postProcessingBlock.js +79 -0
- package/build/library/sdk/model/postProcessingBlock.js.map +1 -0
- package/build/library/sdk/model/postProcessingConfig.d.ts +27 -0
- package/build/library/sdk/model/postProcessingConfig.js +34 -0
- package/build/library/sdk/model/postProcessingConfig.js.map +1 -0
- package/build/library/sdk/model/postProcessingConfigRequest.d.ts +28 -0
- package/build/library/sdk/model/postProcessingConfigRequest.js +34 -0
- package/build/library/sdk/model/postProcessingConfigRequest.js.map +1 -0
- package/build/library/sdk/model/postProcessingConfigResponse.d.ts +35 -0
- package/build/library/sdk/model/postProcessingConfigResponse.js +44 -0
- package/build/library/sdk/model/postProcessingConfigResponse.js.map +1 -0
- package/build/library/sdk/model/previewProcessingConfigRequest.d.ts +28 -0
- package/build/library/sdk/model/previewProcessingConfigRequest.js +34 -0
- package/build/library/sdk/model/previewProcessingConfigRequest.js.map +1 -0
- package/package.json +1 -1
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
export type DetailedImpulseMetricCategory = 'impulseMetrics' | 'inputBlockConfig' | 'dspBlockConfig' | 'learnBlockConfig' | 'learnBlockMetrics';
|
|
12
|
+
export type DetailedImpulseMetricCategory = 'impulseMetrics' | 'inputBlockConfig' | 'dspBlockConfig' | 'learnBlockConfig' | 'learnBlockMetrics' | 'postProcessingBlockConfig';
|
|
13
13
|
export declare const DetailedImpulseMetricCategoryValues: string[];
|
|
@@ -12,5 +12,5 @@
|
|
|
12
12
|
*/
|
|
13
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
14
|
exports.DetailedImpulseMetricCategoryValues = void 0;
|
|
15
|
-
exports.DetailedImpulseMetricCategoryValues = ['impulseMetrics', 'inputBlockConfig', 'dspBlockConfig', 'learnBlockConfig', 'learnBlockMetrics'];
|
|
15
|
+
exports.DetailedImpulseMetricCategoryValues = ['impulseMetrics', 'inputBlockConfig', 'dspBlockConfig', 'learnBlockConfig', 'learnBlockMetrics', 'postProcessingBlockConfig'];
|
|
16
16
|
//# sourceMappingURL=detailedImpulseMetricCategory.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"detailedImpulseMetricCategory.js","sourceRoot":"","sources":["../../../../library/sdk/model/detailedImpulseMetricCategory.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKU,QAAA,mCAAmC,GAAa,CAAC,gBAAgB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,mBAAmB,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"detailedImpulseMetricCategory.js","sourceRoot":"","sources":["../../../../library/sdk/model/detailedImpulseMetricCategory.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKU,QAAA,mCAAmC,GAAa,CAAC,gBAAgB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,2BAA2B,CAAC,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
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 { PostProcessingConfig } from './postProcessingConfig';
|
|
13
|
+
export declare class DetailedImpulsePostProcessingBlockConfigs {
|
|
14
|
+
'blockId': number;
|
|
15
|
+
'config': PostProcessingConfig;
|
|
16
|
+
static discriminator: string | undefined;
|
|
17
|
+
static attributeTypeMap: Array<{
|
|
18
|
+
name: string;
|
|
19
|
+
baseName: string;
|
|
20
|
+
type: string;
|
|
21
|
+
}>;
|
|
22
|
+
static getAttributeTypeMap(): {
|
|
23
|
+
name: string;
|
|
24
|
+
baseName: string;
|
|
25
|
+
type: string;
|
|
26
|
+
}[];
|
|
27
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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.DetailedImpulsePostProcessingBlockConfigs = void 0;
|
|
15
|
+
class DetailedImpulsePostProcessingBlockConfigs {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return DetailedImpulsePostProcessingBlockConfigs.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.DetailedImpulsePostProcessingBlockConfigs = DetailedImpulsePostProcessingBlockConfigs;
|
|
21
|
+
DetailedImpulsePostProcessingBlockConfigs.discriminator = undefined;
|
|
22
|
+
DetailedImpulsePostProcessingBlockConfigs.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "blockId",
|
|
25
|
+
"baseName": "blockId",
|
|
26
|
+
"type": "number"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "config",
|
|
30
|
+
"baseName": "config",
|
|
31
|
+
"type": "PostProcessingConfig"
|
|
32
|
+
}
|
|
33
|
+
];
|
|
34
|
+
//# sourceMappingURL=detailedImpulsePostProcessingBlockConfigs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"detailedImpulsePostProcessingBlockConfigs.js","sourceRoot":"","sources":["../../../../library/sdk/model/detailedImpulsePostProcessingBlockConfigs.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,yCAAyC;IAkBlD,MAAM,CAAC,mBAAmB;QACtB,OAAO,yCAAyC,CAAC,gBAAgB,CAAC;IACtE,CAAC;;AApBL,8FAqBC;AAjBU,uDAAa,GAAuB,SAAS,CAAC;AAE9C,0DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,sBAAsB;KACjC;CAAK,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
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 GetFeaturesForPostProcessingSampleResponse {
|
|
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
|
+
'features': Array<number>;
|
|
22
|
+
static discriminator: string | undefined;
|
|
23
|
+
static attributeTypeMap: Array<{
|
|
24
|
+
name: string;
|
|
25
|
+
baseName: string;
|
|
26
|
+
type: string;
|
|
27
|
+
}>;
|
|
28
|
+
static getAttributeTypeMap(): {
|
|
29
|
+
name: string;
|
|
30
|
+
baseName: string;
|
|
31
|
+
type: string;
|
|
32
|
+
}[];
|
|
33
|
+
}
|
|
@@ -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.GetFeaturesForPostProcessingSampleResponse = void 0;
|
|
15
|
+
class GetFeaturesForPostProcessingSampleResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetFeaturesForPostProcessingSampleResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetFeaturesForPostProcessingSampleResponse = GetFeaturesForPostProcessingSampleResponse;
|
|
21
|
+
GetFeaturesForPostProcessingSampleResponse.discriminator = undefined;
|
|
22
|
+
GetFeaturesForPostProcessingSampleResponse.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": "features",
|
|
35
|
+
"baseName": "features",
|
|
36
|
+
"type": "Array<number>"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
//# sourceMappingURL=getFeaturesForPostProcessingSampleResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFeaturesForPostProcessingSampleResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/getFeaturesForPostProcessingSampleResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,0CAA0C;IA8BnD,MAAM,CAAC,mBAAmB;QACtB,OAAO,0CAA0C,CAAC,gBAAgB,CAAC;IACvE,CAAC;;AAhCL,gGAiCC;AAtBU,wDAAa,GAAuB,SAAS,CAAC;AAE9C,2DAAgB,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,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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 GetFeaturesForPostProcessingSampleResponseAllOf {
|
|
13
|
+
'features': Array<number>;
|
|
14
|
+
static discriminator: string | undefined;
|
|
15
|
+
static attributeTypeMap: Array<{
|
|
16
|
+
name: string;
|
|
17
|
+
baseName: string;
|
|
18
|
+
type: string;
|
|
19
|
+
}>;
|
|
20
|
+
static getAttributeTypeMap(): {
|
|
21
|
+
name: string;
|
|
22
|
+
baseName: string;
|
|
23
|
+
type: string;
|
|
24
|
+
}[];
|
|
25
|
+
}
|
|
@@ -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.GetFeaturesForPostProcessingSampleResponseAllOf = void 0;
|
|
15
|
+
class GetFeaturesForPostProcessingSampleResponseAllOf {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetFeaturesForPostProcessingSampleResponseAllOf.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetFeaturesForPostProcessingSampleResponseAllOf = GetFeaturesForPostProcessingSampleResponseAllOf;
|
|
21
|
+
GetFeaturesForPostProcessingSampleResponseAllOf.discriminator = undefined;
|
|
22
|
+
GetFeaturesForPostProcessingSampleResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "features",
|
|
25
|
+
"baseName": "features",
|
|
26
|
+
"type": "Array<number>"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
//# sourceMappingURL=getFeaturesForPostProcessingSampleResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFeaturesForPostProcessingSampleResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/getFeaturesForPostProcessingSampleResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,+CAA+C;IAYxD,MAAM,CAAC,mBAAmB;QACtB,OAAO,+CAA+C,CAAC,gBAAgB,CAAC;IAC5E,CAAC;;AAdL,0GAeC;AAZU,6DAAa,GAAuB,SAAS,CAAC;AAE9C,gEAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC"}
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import { DSPBlock } from './dSPBlock';
|
|
13
13
|
import { InputBlock } from './inputBlock';
|
|
14
14
|
import { LearnBlock } from './learnBlock';
|
|
15
|
+
import { PostProcessingBlock } from './postProcessingBlock';
|
|
15
16
|
export declare class GetImpulseBlocksResponse {
|
|
16
17
|
/**
|
|
17
18
|
* Whether the operation succeeded
|
|
@@ -24,6 +25,7 @@ export declare class GetImpulseBlocksResponse {
|
|
|
24
25
|
'inputBlocks': Array<InputBlock>;
|
|
25
26
|
'dspBlocks': Array<DSPBlock>;
|
|
26
27
|
'learnBlocks': Array<LearnBlock>;
|
|
28
|
+
'postProcessingBlocks': Array<PostProcessingBlock>;
|
|
27
29
|
static discriminator: string | undefined;
|
|
28
30
|
static attributeTypeMap: Array<{
|
|
29
31
|
name: string;
|
|
@@ -44,6 +44,11 @@ GetImpulseBlocksResponse.attributeTypeMap = [
|
|
|
44
44
|
"name": "learnBlocks",
|
|
45
45
|
"baseName": "learnBlocks",
|
|
46
46
|
"type": "Array<LearnBlock>"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "postProcessingBlocks",
|
|
50
|
+
"baseName": "postProcessingBlocks",
|
|
51
|
+
"type": "Array<PostProcessingBlock>"
|
|
47
52
|
}
|
|
48
53
|
];
|
|
49
54
|
//# sourceMappingURL=getImpulseBlocksResponse.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getImpulseBlocksResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/getImpulseBlocksResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"getImpulseBlocksResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/getImpulseBlocksResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AASH,MAAa,wBAAwB;IAgDjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAlDL,4DAmDC;AArCU,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,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,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,4BAA4B;KACvC;CAAK,CAAC"}
|
|
@@ -12,10 +12,12 @@
|
|
|
12
12
|
import { DSPBlock } from './dSPBlock';
|
|
13
13
|
import { InputBlock } from './inputBlock';
|
|
14
14
|
import { LearnBlock } from './learnBlock';
|
|
15
|
+
import { PostProcessingBlock } from './postProcessingBlock';
|
|
15
16
|
export declare class GetImpulseBlocksResponseAllOf {
|
|
16
17
|
'inputBlocks': Array<InputBlock>;
|
|
17
18
|
'dspBlocks': Array<DSPBlock>;
|
|
18
19
|
'learnBlocks': Array<LearnBlock>;
|
|
20
|
+
'postProcessingBlocks': Array<PostProcessingBlock>;
|
|
19
21
|
static discriminator: string | undefined;
|
|
20
22
|
static attributeTypeMap: Array<{
|
|
21
23
|
name: string;
|
|
@@ -34,6 +34,11 @@ GetImpulseBlocksResponseAllOf.attributeTypeMap = [
|
|
|
34
34
|
"name": "learnBlocks",
|
|
35
35
|
"baseName": "learnBlocks",
|
|
36
36
|
"type": "Array<LearnBlock>"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "postProcessingBlocks",
|
|
40
|
+
"baseName": "postProcessingBlocks",
|
|
41
|
+
"type": "Array<PostProcessingBlock>"
|
|
37
42
|
}
|
|
38
43
|
];
|
|
39
44
|
//# sourceMappingURL=getImpulseBlocksResponseAllOf.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getImpulseBlocksResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/getImpulseBlocksResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"getImpulseBlocksResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/getImpulseBlocksResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAOH,MAAa,6BAA6B;IA8BtC,MAAM,CAAC,mBAAmB;QACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AAhCL,sEAiCC;AA3BU,2CAAa,GAAuB,SAAS,CAAC;AAE9C,8CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,4BAA4B;KACvC;CAAK,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
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 { GetPostProcessingResultsForSampleResponseAllOfJobIsRunning } from './getPostProcessingResultsForSampleResponseAllOfJobIsRunning';
|
|
13
|
+
import { GetPostProcessingResultsForSampleResponseAllOfResults } from './getPostProcessingResultsForSampleResponseAllOfResults';
|
|
14
|
+
export declare class GetPostProcessingResultsForSampleResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Whether the operation succeeded
|
|
17
|
+
*/
|
|
18
|
+
'success': boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Optional error description (set if \'success\' was false)
|
|
21
|
+
*/
|
|
22
|
+
'error'?: string;
|
|
23
|
+
'hasResults': GetPostProcessingResultsForSampleResponseHasResultsEnum;
|
|
24
|
+
'results'?: GetPostProcessingResultsForSampleResponseAllOfResults;
|
|
25
|
+
'jobIsRunning'?: GetPostProcessingResultsForSampleResponseAllOfJobIsRunning;
|
|
26
|
+
static discriminator: string | undefined;
|
|
27
|
+
static attributeTypeMap: Array<{
|
|
28
|
+
name: string;
|
|
29
|
+
baseName: string;
|
|
30
|
+
type: string;
|
|
31
|
+
}>;
|
|
32
|
+
static getAttributeTypeMap(): {
|
|
33
|
+
name: string;
|
|
34
|
+
baseName: string;
|
|
35
|
+
type: string;
|
|
36
|
+
}[];
|
|
37
|
+
}
|
|
38
|
+
export type GetPostProcessingResultsForSampleResponseHasResultsEnum = 'has-results' | 'job-is-running' | 'no-results';
|
|
39
|
+
export declare const GetPostProcessingResultsForSampleResponseHasResultsEnumValues: 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.GetPostProcessingResultsForSampleResponseHasResultsEnumValues = exports.GetPostProcessingResultsForSampleResponse = void 0;
|
|
15
|
+
class GetPostProcessingResultsForSampleResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetPostProcessingResultsForSampleResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetPostProcessingResultsForSampleResponse = GetPostProcessingResultsForSampleResponse;
|
|
21
|
+
GetPostProcessingResultsForSampleResponse.discriminator = undefined;
|
|
22
|
+
GetPostProcessingResultsForSampleResponse.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": "hasResults",
|
|
35
|
+
"baseName": "hasResults",
|
|
36
|
+
"type": "GetPostProcessingResultsForSampleResponseHasResultsEnum"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "results",
|
|
40
|
+
"baseName": "results",
|
|
41
|
+
"type": "GetPostProcessingResultsForSampleResponseAllOfResults"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "jobIsRunning",
|
|
45
|
+
"baseName": "jobIsRunning",
|
|
46
|
+
"type": "GetPostProcessingResultsForSampleResponseAllOfJobIsRunning"
|
|
47
|
+
}
|
|
48
|
+
];
|
|
49
|
+
exports.GetPostProcessingResultsForSampleResponseHasResultsEnumValues = ['has-results', 'job-is-running', 'no-results'];
|
|
50
|
+
//# sourceMappingURL=getPostProcessingResultsForSampleResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPostProcessingResultsForSampleResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/getPostProcessingResultsForSampleResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAOH,MAAa,yCAAyC;IA0ClD,MAAM,CAAC,mBAAmB;QACtB,OAAO,yCAAyC,CAAC,gBAAgB,CAAC;IACtE,CAAC;;AA5CL,8FA6CC;AAhCU,uDAAa,GAAuB,SAAS,CAAC;AAE9C,0DAAgB,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,yDAAyD;KACpE;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,uDAAuD;KAClE;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,4DAA4D;KACvE;CAAK,CAAC;AASF,QAAA,6DAA6D,GAAa,CAAC,aAAa,EAAE,gBAAgB,EAAE,YAAY,CAAC,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
|
+
import { GetPostProcessingResultsForSampleResponseAllOfJobIsRunning } from './getPostProcessingResultsForSampleResponseAllOfJobIsRunning';
|
|
13
|
+
import { GetPostProcessingResultsForSampleResponseAllOfResults } from './getPostProcessingResultsForSampleResponseAllOfResults';
|
|
14
|
+
export declare class GetPostProcessingResultsForSampleResponseAllOf {
|
|
15
|
+
'hasResults': GetPostProcessingResultsForSampleResponseAllOfHasResultsEnum;
|
|
16
|
+
'results'?: GetPostProcessingResultsForSampleResponseAllOfResults;
|
|
17
|
+
'jobIsRunning'?: GetPostProcessingResultsForSampleResponseAllOfJobIsRunning;
|
|
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 GetPostProcessingResultsForSampleResponseAllOfHasResultsEnum = 'has-results' | 'job-is-running' | 'no-results';
|
|
31
|
+
export declare const GetPostProcessingResultsForSampleResponseAllOfHasResultsEnumValues: string[];
|
|
@@ -0,0 +1,40 @@
|
|
|
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.GetPostProcessingResultsForSampleResponseAllOfHasResultsEnumValues = exports.GetPostProcessingResultsForSampleResponseAllOf = void 0;
|
|
15
|
+
class GetPostProcessingResultsForSampleResponseAllOf {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetPostProcessingResultsForSampleResponseAllOf.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetPostProcessingResultsForSampleResponseAllOf = GetPostProcessingResultsForSampleResponseAllOf;
|
|
21
|
+
GetPostProcessingResultsForSampleResponseAllOf.discriminator = undefined;
|
|
22
|
+
GetPostProcessingResultsForSampleResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "hasResults",
|
|
25
|
+
"baseName": "hasResults",
|
|
26
|
+
"type": "GetPostProcessingResultsForSampleResponseAllOfHasResultsEnum"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "results",
|
|
30
|
+
"baseName": "results",
|
|
31
|
+
"type": "GetPostProcessingResultsForSampleResponseAllOfResults"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "jobIsRunning",
|
|
35
|
+
"baseName": "jobIsRunning",
|
|
36
|
+
"type": "GetPostProcessingResultsForSampleResponseAllOfJobIsRunning"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
exports.GetPostProcessingResultsForSampleResponseAllOfHasResultsEnumValues = ['has-results', 'job-is-running', 'no-results'];
|
|
40
|
+
//# sourceMappingURL=getPostProcessingResultsForSampleResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPostProcessingResultsForSampleResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/getPostProcessingResultsForSampleResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,8CAA8C;IAwBvD,MAAM,CAAC,mBAAmB;QACtB,OAAO,8CAA8C,CAAC,gBAAgB,CAAC;IAC3E,CAAC;;AA1BL,wGA2BC;AAtBU,4DAAa,GAAuB,SAAS,CAAC;AAE9C,+DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,8DAA8D;KACzE;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,uDAAuD;KAClE;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,4DAA4D;KACvE;CAAK,CAAC;AASF,QAAA,kEAAkE,GAAa,CAAC,aAAa,EAAE,gBAAgB,EAAE,YAAY,CAAC,CAAC"}
|
package/build/library/sdk/model/getPostProcessingResultsForSampleResponseAllOfJobIsRunning.d.ts
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
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 { PostProcessingConfigRequest } from './postProcessingConfigRequest';
|
|
13
|
+
export declare class GetPostProcessingResultsForSampleResponseAllOfJobIsRunning {
|
|
14
|
+
'jobId': number;
|
|
15
|
+
'config': PostProcessingConfigRequest;
|
|
16
|
+
static discriminator: string | undefined;
|
|
17
|
+
static attributeTypeMap: Array<{
|
|
18
|
+
name: string;
|
|
19
|
+
baseName: string;
|
|
20
|
+
type: string;
|
|
21
|
+
}>;
|
|
22
|
+
static getAttributeTypeMap(): {
|
|
23
|
+
name: string;
|
|
24
|
+
baseName: string;
|
|
25
|
+
type: string;
|
|
26
|
+
}[];
|
|
27
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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.GetPostProcessingResultsForSampleResponseAllOfJobIsRunning = void 0;
|
|
15
|
+
class GetPostProcessingResultsForSampleResponseAllOfJobIsRunning {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetPostProcessingResultsForSampleResponseAllOfJobIsRunning.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetPostProcessingResultsForSampleResponseAllOfJobIsRunning = GetPostProcessingResultsForSampleResponseAllOfJobIsRunning;
|
|
21
|
+
GetPostProcessingResultsForSampleResponseAllOfJobIsRunning.discriminator = undefined;
|
|
22
|
+
GetPostProcessingResultsForSampleResponseAllOfJobIsRunning.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "jobId",
|
|
25
|
+
"baseName": "jobId",
|
|
26
|
+
"type": "number"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "config",
|
|
30
|
+
"baseName": "config",
|
|
31
|
+
"type": "PostProcessingConfigRequest"
|
|
32
|
+
}
|
|
33
|
+
];
|
|
34
|
+
//# sourceMappingURL=getPostProcessingResultsForSampleResponseAllOfJobIsRunning.js.map
|
package/build/library/sdk/model/getPostProcessingResultsForSampleResponseAllOfJobIsRunning.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPostProcessingResultsForSampleResponseAllOfJobIsRunning.js","sourceRoot":"","sources":["../../../../library/sdk/model/getPostProcessingResultsForSampleResponseAllOfJobIsRunning.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,0DAA0D;IAkBnE,MAAM,CAAC,mBAAmB;QACtB,OAAO,0DAA0D,CAAC,gBAAgB,CAAC;IACvF,CAAC;;AApBL,gIAqBC;AAjBU,wEAAa,GAAuB,SAAS,CAAC;AAE9C,2EAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,6BAA6B;KACxC;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
|
+
import { ObjectDetectionPostProcessingResult } from './objectDetectionPostProcessingResult';
|
|
13
|
+
import { ObjectTrackingPostProcessingResult } from './objectTrackingPostProcessingResult';
|
|
14
|
+
export declare class GetPostProcessingResultsForSampleResponseAllOfResults {
|
|
15
|
+
'objectTracking'?: ObjectTrackingPostProcessingResult;
|
|
16
|
+
'objectDetection'?: ObjectDetectionPostProcessingResult;
|
|
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,34 @@
|
|
|
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.GetPostProcessingResultsForSampleResponseAllOfResults = void 0;
|
|
15
|
+
class GetPostProcessingResultsForSampleResponseAllOfResults {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetPostProcessingResultsForSampleResponseAllOfResults.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetPostProcessingResultsForSampleResponseAllOfResults = GetPostProcessingResultsForSampleResponseAllOfResults;
|
|
21
|
+
GetPostProcessingResultsForSampleResponseAllOfResults.discriminator = undefined;
|
|
22
|
+
GetPostProcessingResultsForSampleResponseAllOfResults.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "objectTracking",
|
|
25
|
+
"baseName": "objectTracking",
|
|
26
|
+
"type": "ObjectTrackingPostProcessingResult"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "objectDetection",
|
|
30
|
+
"baseName": "objectDetection",
|
|
31
|
+
"type": "ObjectDetectionPostProcessingResult"
|
|
32
|
+
}
|
|
33
|
+
];
|
|
34
|
+
//# sourceMappingURL=getPostProcessingResultsForSampleResponseAllOfResults.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPostProcessingResultsForSampleResponseAllOfResults.js","sourceRoot":"","sources":["../../../../library/sdk/model/getPostProcessingResultsForSampleResponseAllOfResults.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,qDAAqD;IAkB9D,MAAM,CAAC,mBAAmB;QACtB,OAAO,qDAAqD,CAAC,gBAAgB,CAAC;IAClF,CAAC;;AApBL,sHAqBC;AAjBU,mEAAa,GAAuB,SAAS,CAAC;AAE9C,sEAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,oCAAoC;KAC/C;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,qCAAqC;KAChD;CAAK,CAAC"}
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import { ImpulseDspBlock } from './impulseDspBlock';
|
|
13
13
|
import { ImpulseInputBlock } from './impulseInputBlock';
|
|
14
14
|
import { ImpulseLearnBlock } from './impulseLearnBlock';
|
|
15
|
+
import { ImpulsePostProcessingBlock } from './impulsePostProcessingBlock';
|
|
15
16
|
export declare class Impulse {
|
|
16
17
|
/**
|
|
17
18
|
* ID for this impulse.
|
|
@@ -33,6 +34,10 @@ export declare class Impulse {
|
|
|
33
34
|
* Learning Blocks that are part of this impulse
|
|
34
35
|
*/
|
|
35
36
|
'learnBlocks': Array<ImpulseLearnBlock>;
|
|
37
|
+
/**
|
|
38
|
+
* Post-processing blocks that are part of this impulse
|
|
39
|
+
*/
|
|
40
|
+
'postProcessingBlocks': Array<ImpulsePostProcessingBlock>;
|
|
36
41
|
static discriminator: string | undefined;
|
|
37
42
|
static attributeTypeMap: Array<{
|
|
38
43
|
name: string;
|
|
@@ -44,6 +44,11 @@ Impulse.attributeTypeMap = [
|
|
|
44
44
|
"name": "learnBlocks",
|
|
45
45
|
"baseName": "learnBlocks",
|
|
46
46
|
"type": "Array<ImpulseLearnBlock>"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "postProcessingBlocks",
|
|
50
|
+
"baseName": "postProcessingBlocks",
|
|
51
|
+
"type": "Array<ImpulsePostProcessingBlock>"
|
|
47
52
|
}
|
|
48
53
|
];
|
|
49
54
|
//# sourceMappingURL=impulse.js.map
|