edge-impulse-api 1.78.1 → 1.79.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/library/sdk/api/devicesApi.d.ts +38 -0
- package/build/library/sdk/api/devicesApi.js +192 -0
- package/build/library/sdk/api/devicesApi.js.map +1 -1
- package/build/library/sdk/api/rawDataApi.d.ts +54 -0
- package/build/library/sdk/api/rawDataApi.js +165 -0
- package/build/library/sdk/api/rawDataApi.js.map +1 -1
- package/build/library/sdk/api/vlmApi.d.ts +24 -0
- package/build/library/sdk/api/vlmApi.js +162 -0
- package/build/library/sdk/api/vlmApi.js.map +1 -1
- package/build/library/sdk/model/backToLabelingRequest.d.ts +30 -0
- package/build/library/sdk/model/backToLabelingRequest.js +30 -0
- package/build/library/sdk/model/backToLabelingRequest.js.map +1 -0
- package/build/library/sdk/model/deploymentTarget.d.ts +1 -0
- package/build/library/sdk/model/deploymentTarget.js +5 -0
- package/build/library/sdk/model/deploymentTarget.js.map +1 -1
- package/build/library/sdk/model/getInferenceMetricsRequest.d.ts +32 -0
- package/build/library/sdk/model/getInferenceMetricsRequest.js +35 -0
- package/build/library/sdk/model/getInferenceMetricsRequest.js.map +1 -0
- package/build/library/sdk/model/getInferenceMetricsRequestAggregate.d.ts +37 -0
- package/build/library/sdk/model/getInferenceMetricsRequestAggregate.js +38 -0
- package/build/library/sdk/model/getInferenceMetricsRequestAggregate.js.map +1 -0
- package/build/library/sdk/model/getInferenceMetricsRequestMetrics.d.ts +34 -0
- package/build/library/sdk/model/getInferenceMetricsRequestMetrics.js +39 -0
- package/build/library/sdk/model/getInferenceMetricsRequestMetrics.js.map +1 -0
- package/build/library/sdk/model/getInferenceMetricsResponse.d.ts +41 -0
- package/build/library/sdk/model/getInferenceMetricsResponse.js +44 -0
- package/build/library/sdk/model/getInferenceMetricsResponse.js.map +1 -0
- package/build/library/sdk/model/getInferenceMetricsResponseAllOf.d.ts +33 -0
- package/build/library/sdk/model/getInferenceMetricsResponseAllOf.js +34 -0
- package/build/library/sdk/model/getInferenceMetricsResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/getInferenceMetricsResponseAllOfData.d.ts +26 -0
- package/build/library/sdk/model/getInferenceMetricsResponseAllOfData.js +34 -0
- package/build/library/sdk/model/getInferenceMetricsResponseAllOfData.js.map +1 -0
- package/build/library/sdk/model/inferenceHistoryEntry.d.ts +26 -0
- package/build/library/sdk/model/inferenceHistoryEntry.js +34 -0
- package/build/library/sdk/model/inferenceHistoryEntry.js.map +1 -0
- package/build/library/sdk/model/inferenceHistoryTimestamp.d.ts +26 -0
- package/build/library/sdk/model/inferenceHistoryTimestamp.js +34 -0
- package/build/library/sdk/model/inferenceHistoryTimestamp.js.map +1 -0
- package/build/library/sdk/model/models.d.ts +13 -0
- package/build/library/sdk/model/models.js +42 -0
- package/build/library/sdk/model/models.js.map +1 -1
- package/build/library/sdk/model/objectDetectionAutoLabelRequest.d.ts +1 -1
- package/build/library/sdk/model/objectDetectionAutoLabelRequest.js +1 -1
- package/build/library/sdk/model/objectDetectionAutoLabelRequest.js.map +1 -1
- package/build/library/sdk/model/projectDeploymentTarget.d.ts +1 -0
- package/build/library/sdk/model/projectDeploymentTarget.js +5 -0
- package/build/library/sdk/model/projectDeploymentTarget.js.map +1 -1
- package/build/library/sdk/model/storeInferenceHistoryRequest.d.ts +26 -0
- package/build/library/sdk/model/storeInferenceHistoryRequest.js +29 -0
- package/build/library/sdk/model/storeInferenceHistoryRequest.js.map +1 -0
- package/build/library/sdk/model/storeInferenceHistoryRequestSummaries.d.ts +32 -0
- package/build/library/sdk/model/storeInferenceHistoryRequestSummaries.js +54 -0
- package/build/library/sdk/model/storeInferenceHistoryRequestSummaries.js.map +1 -0
- package/build/library/sdk/model/vlmGetModelResponse.d.ts +34 -0
- package/build/library/sdk/model/vlmGetModelResponse.js +39 -0
- package/build/library/sdk/model/vlmGetModelResponse.js.map +1 -0
- package/build/library/sdk/model/vlmGetModelResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/vlmGetModelResponseAllOf.js +29 -0
- package/build/library/sdk/model/vlmGetModelResponseAllOf.js.map +1 -0
- package/package.json +1 -1
|
@@ -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 { VlmModel } from './vlmModel';
|
|
13
|
+
export declare class VlmGetModelResponseAllOf {
|
|
14
|
+
'model'?: VlmModel;
|
|
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.VlmGetModelResponseAllOf = void 0;
|
|
15
|
+
class VlmGetModelResponseAllOf {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return VlmGetModelResponseAllOf.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.VlmGetModelResponseAllOf = VlmGetModelResponseAllOf;
|
|
21
|
+
VlmGetModelResponseAllOf.discriminator = undefined;
|
|
22
|
+
VlmGetModelResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "model",
|
|
25
|
+
"baseName": "model",
|
|
26
|
+
"type": "VlmModel"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
//# sourceMappingURL=vlmGetModelResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vlmGetModelResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/vlmGetModelResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,wBAAwB;IAYjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAdL,4DAeC;AAZU,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,UAAU;KACrB;CAAK,CAAC"}
|