edge-impulse-api 1.78.0 → 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,41 @@
|
|
|
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 { GetInferenceMetricsResponseAllOfData } from './getInferenceMetricsResponseAllOfData';
|
|
13
|
+
export declare class GetInferenceMetricsResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Whether the operation succeeded
|
|
16
|
+
*/
|
|
17
|
+
'success': boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Optional error description (set if \'success\' was false)
|
|
20
|
+
*/
|
|
21
|
+
'error'?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Metric data, with one entry per metric, aggregate group, and split.
|
|
24
|
+
*/
|
|
25
|
+
'data': Array<GetInferenceMetricsResponseAllOfData>;
|
|
26
|
+
/**
|
|
27
|
+
* Set of all timestamps for which this data spans
|
|
28
|
+
*/
|
|
29
|
+
'timestamps': Array<number>;
|
|
30
|
+
static discriminator: string | undefined;
|
|
31
|
+
static attributeTypeMap: Array<{
|
|
32
|
+
name: string;
|
|
33
|
+
baseName: string;
|
|
34
|
+
type: string;
|
|
35
|
+
}>;
|
|
36
|
+
static getAttributeTypeMap(): {
|
|
37
|
+
name: string;
|
|
38
|
+
baseName: string;
|
|
39
|
+
type: string;
|
|
40
|
+
}[];
|
|
41
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Edge Impulse API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.GetInferenceMetricsResponse = void 0;
|
|
15
|
+
class GetInferenceMetricsResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetInferenceMetricsResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetInferenceMetricsResponse = GetInferenceMetricsResponse;
|
|
21
|
+
GetInferenceMetricsResponse.discriminator = undefined;
|
|
22
|
+
GetInferenceMetricsResponse.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "success",
|
|
25
|
+
"baseName": "success",
|
|
26
|
+
"type": "boolean"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "error",
|
|
30
|
+
"baseName": "error",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "data",
|
|
35
|
+
"baseName": "data",
|
|
36
|
+
"type": "Array<GetInferenceMetricsResponseAllOfData>"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "timestamps",
|
|
40
|
+
"baseName": "timestamps",
|
|
41
|
+
"type": "Array<number>"
|
|
42
|
+
}
|
|
43
|
+
];
|
|
44
|
+
//# sourceMappingURL=getInferenceMetricsResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getInferenceMetricsResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/getInferenceMetricsResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,2BAA2B;IA0CpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AA5CL,kEA6CC;AA3BU,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,6CAA6C;KACxD;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,eAAe;KAC1B;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
|
+
import { GetInferenceMetricsResponseAllOfData } from './getInferenceMetricsResponseAllOfData';
|
|
13
|
+
export declare class GetInferenceMetricsResponseAllOf {
|
|
14
|
+
/**
|
|
15
|
+
* Metric data, with one entry per metric, aggregate group, and split.
|
|
16
|
+
*/
|
|
17
|
+
'data': Array<GetInferenceMetricsResponseAllOfData>;
|
|
18
|
+
/**
|
|
19
|
+
* Set of all timestamps for which this data spans
|
|
20
|
+
*/
|
|
21
|
+
'timestamps': 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,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.GetInferenceMetricsResponseAllOf = void 0;
|
|
15
|
+
class GetInferenceMetricsResponseAllOf {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetInferenceMetricsResponseAllOf.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetInferenceMetricsResponseAllOf = GetInferenceMetricsResponseAllOf;
|
|
21
|
+
GetInferenceMetricsResponseAllOf.discriminator = undefined;
|
|
22
|
+
GetInferenceMetricsResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "data",
|
|
25
|
+
"baseName": "data",
|
|
26
|
+
"type": "Array<GetInferenceMetricsResponseAllOfData>"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "timestamps",
|
|
30
|
+
"baseName": "timestamps",
|
|
31
|
+
"type": "Array<number>"
|
|
32
|
+
}
|
|
33
|
+
];
|
|
34
|
+
//# sourceMappingURL=getInferenceMetricsResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getInferenceMetricsResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/getInferenceMetricsResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,gCAAgC;IAwBzC,MAAM,CAAC,mBAAmB;QACtB,OAAO,gCAAgC,CAAC,gBAAgB,CAAC;IAC7D,CAAC;;AA1BL,4EA2BC;AAjBU,8CAAa,GAAuB,SAAS,CAAC;AAE9C,iDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,6CAA6C;KACxD;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class GetInferenceMetricsResponseAllOfData {
|
|
13
|
+
'key': string;
|
|
14
|
+
'data': Array<number>;
|
|
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,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.GetInferenceMetricsResponseAllOfData = void 0;
|
|
15
|
+
class GetInferenceMetricsResponseAllOfData {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetInferenceMetricsResponseAllOfData.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetInferenceMetricsResponseAllOfData = GetInferenceMetricsResponseAllOfData;
|
|
21
|
+
GetInferenceMetricsResponseAllOfData.discriminator = undefined;
|
|
22
|
+
GetInferenceMetricsResponseAllOfData.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "key",
|
|
25
|
+
"baseName": "key",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "data",
|
|
30
|
+
"baseName": "data",
|
|
31
|
+
"type": "Array<number>"
|
|
32
|
+
}
|
|
33
|
+
];
|
|
34
|
+
//# sourceMappingURL=getInferenceMetricsResponseAllOfData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getInferenceMetricsResponseAllOfData.js","sourceRoot":"","sources":["../../../../library/sdk/model/getInferenceMetricsResponseAllOfData.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,oCAAoC;IAkB7C,MAAM,CAAC,mBAAmB;QACtB,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;IACjE,CAAC;;AApBL,oFAqBC;AAjBU,kDAAa,GAAuB,SAAS,CAAC;AAE9C,qDAAgB,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,eAAe;KAC1B;CAAK,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class InferenceHistoryEntry {
|
|
13
|
+
'label': string;
|
|
14
|
+
'value': number;
|
|
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,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.InferenceHistoryEntry = void 0;
|
|
15
|
+
class InferenceHistoryEntry {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return InferenceHistoryEntry.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.InferenceHistoryEntry = InferenceHistoryEntry;
|
|
21
|
+
InferenceHistoryEntry.discriminator = undefined;
|
|
22
|
+
InferenceHistoryEntry.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "label",
|
|
25
|
+
"baseName": "label",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "value",
|
|
30
|
+
"baseName": "value",
|
|
31
|
+
"type": "number"
|
|
32
|
+
}
|
|
33
|
+
];
|
|
34
|
+
//# sourceMappingURL=inferenceHistoryEntry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inferenceHistoryEntry.js","sourceRoot":"","sources":["../../../../library/sdk/model/inferenceHistoryEntry.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,qBAAqB;IAkB9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AApBL,sDAqBC;AAjBU,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class InferenceHistoryTimestamp {
|
|
13
|
+
'index': number;
|
|
14
|
+
'timestamp': number;
|
|
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,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.InferenceHistoryTimestamp = void 0;
|
|
15
|
+
class InferenceHistoryTimestamp {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return InferenceHistoryTimestamp.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.InferenceHistoryTimestamp = InferenceHistoryTimestamp;
|
|
21
|
+
InferenceHistoryTimestamp.discriminator = undefined;
|
|
22
|
+
InferenceHistoryTimestamp.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "index",
|
|
25
|
+
"baseName": "index",
|
|
26
|
+
"type": "number"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "timestamp",
|
|
30
|
+
"baseName": "timestamp",
|
|
31
|
+
"type": "number"
|
|
32
|
+
}
|
|
33
|
+
];
|
|
34
|
+
//# sourceMappingURL=inferenceHistoryTimestamp.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inferenceHistoryTimestamp.js","sourceRoot":"","sources":["../../../../library/sdk/model/inferenceHistoryTimestamp.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,yBAAyB;IAkBlC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AApBL,8DAqBC;AAjBU,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;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;CAAK,CAAC"}
|
|
@@ -130,6 +130,7 @@ export * from './augmentationPolicyImageEnum';
|
|
|
130
130
|
export * from './augmentationPolicySpectrogram';
|
|
131
131
|
export * from './authorizeThirdPartyRequest';
|
|
132
132
|
export * from './autotuneDspRequest';
|
|
133
|
+
export * from './backToLabelingRequest';
|
|
133
134
|
export * from './batchAddMetadataRequest';
|
|
134
135
|
export * from './batchClearMetadataByKeyRequest';
|
|
135
136
|
export * from './batchEditBoundingBoxesRequest';
|
|
@@ -419,6 +420,12 @@ export * from './getInferenceHistoryResponse';
|
|
|
419
420
|
export * from './getInferenceHistoryResponseAllOf';
|
|
420
421
|
export * from './getInferenceHistoryResponseAllOfAllDevices';
|
|
421
422
|
export * from './getInferenceHistoryResponseAllOfSummaryByTime';
|
|
423
|
+
export * from './getInferenceMetricsRequest';
|
|
424
|
+
export * from './getInferenceMetricsRequestAggregate';
|
|
425
|
+
export * from './getInferenceMetricsRequestMetrics';
|
|
426
|
+
export * from './getInferenceMetricsResponse';
|
|
427
|
+
export * from './getInferenceMetricsResponseAllOf';
|
|
428
|
+
export * from './getInferenceMetricsResponseAllOfData';
|
|
422
429
|
export * from './getIntegrationSessionStatusResponse';
|
|
423
430
|
export * from './getIntegrationSessionStatusResponseAllOf';
|
|
424
431
|
export * from './getJWTRequest';
|
|
@@ -551,6 +558,8 @@ export * from './impulseLearnBlock';
|
|
|
551
558
|
export * from './impulsePostProcessingBlock';
|
|
552
559
|
export * from './impulseType';
|
|
553
560
|
export * from './inferenceHistoryAggregate';
|
|
561
|
+
export * from './inferenceHistoryEntry';
|
|
562
|
+
export * from './inferenceHistoryTimestamp';
|
|
554
563
|
export * from './inferenceSummaryMetrics';
|
|
555
564
|
export * from './inputBlock';
|
|
556
565
|
export * from './integrationSessionStatus';
|
|
@@ -957,6 +966,8 @@ export * from './startTensorBoardSessionRequest';
|
|
|
957
966
|
export * from './startTrainingRequestAnomaly';
|
|
958
967
|
export * from './stopDeviceDebugStreamRequest';
|
|
959
968
|
export * from './storageProvider';
|
|
969
|
+
export * from './storeInferenceHistoryRequest';
|
|
970
|
+
export * from './storeInferenceHistoryRequestSummaries';
|
|
960
971
|
export * from './storeSegmentLengthRequest';
|
|
961
972
|
export * from './structuredClassifyResult';
|
|
962
973
|
export * from './structuredLabel';
|
|
@@ -1096,6 +1107,8 @@ export * from './vlmConfigurationBase';
|
|
|
1096
1107
|
export * from './vlmGetAllModelsResponse';
|
|
1097
1108
|
export * from './vlmGetAllModelsResponseAllOf';
|
|
1098
1109
|
export * from './vlmGetInferenceResultsResponse';
|
|
1110
|
+
export * from './vlmGetModelResponse';
|
|
1111
|
+
export * from './vlmGetModelResponseAllOf';
|
|
1099
1112
|
export * from './vlmInferenceRequest';
|
|
1100
1113
|
export * from './vlmInferenceResults';
|
|
1101
1114
|
export * from './vlmInferenceResultsResults';
|
|
@@ -147,6 +147,7 @@ __exportStar(require("./augmentationPolicyImageEnum"), exports);
|
|
|
147
147
|
__exportStar(require("./augmentationPolicySpectrogram"), exports);
|
|
148
148
|
__exportStar(require("./authorizeThirdPartyRequest"), exports);
|
|
149
149
|
__exportStar(require("./autotuneDspRequest"), exports);
|
|
150
|
+
__exportStar(require("./backToLabelingRequest"), exports);
|
|
150
151
|
__exportStar(require("./batchAddMetadataRequest"), exports);
|
|
151
152
|
__exportStar(require("./batchClearMetadataByKeyRequest"), exports);
|
|
152
153
|
__exportStar(require("./batchEditBoundingBoxesRequest"), exports);
|
|
@@ -436,6 +437,12 @@ __exportStar(require("./getInferenceHistoryResponse"), exports);
|
|
|
436
437
|
__exportStar(require("./getInferenceHistoryResponseAllOf"), exports);
|
|
437
438
|
__exportStar(require("./getInferenceHistoryResponseAllOfAllDevices"), exports);
|
|
438
439
|
__exportStar(require("./getInferenceHistoryResponseAllOfSummaryByTime"), exports);
|
|
440
|
+
__exportStar(require("./getInferenceMetricsRequest"), exports);
|
|
441
|
+
__exportStar(require("./getInferenceMetricsRequestAggregate"), exports);
|
|
442
|
+
__exportStar(require("./getInferenceMetricsRequestMetrics"), exports);
|
|
443
|
+
__exportStar(require("./getInferenceMetricsResponse"), exports);
|
|
444
|
+
__exportStar(require("./getInferenceMetricsResponseAllOf"), exports);
|
|
445
|
+
__exportStar(require("./getInferenceMetricsResponseAllOfData"), exports);
|
|
439
446
|
__exportStar(require("./getIntegrationSessionStatusResponse"), exports);
|
|
440
447
|
__exportStar(require("./getIntegrationSessionStatusResponseAllOf"), exports);
|
|
441
448
|
__exportStar(require("./getJWTRequest"), exports);
|
|
@@ -568,6 +575,8 @@ __exportStar(require("./impulseLearnBlock"), exports);
|
|
|
568
575
|
__exportStar(require("./impulsePostProcessingBlock"), exports);
|
|
569
576
|
__exportStar(require("./impulseType"), exports);
|
|
570
577
|
__exportStar(require("./inferenceHistoryAggregate"), exports);
|
|
578
|
+
__exportStar(require("./inferenceHistoryEntry"), exports);
|
|
579
|
+
__exportStar(require("./inferenceHistoryTimestamp"), exports);
|
|
571
580
|
__exportStar(require("./inferenceSummaryMetrics"), exports);
|
|
572
581
|
__exportStar(require("./inputBlock"), exports);
|
|
573
582
|
__exportStar(require("./integrationSessionStatus"), exports);
|
|
@@ -974,6 +983,8 @@ __exportStar(require("./startTensorBoardSessionRequest"), exports);
|
|
|
974
983
|
__exportStar(require("./startTrainingRequestAnomaly"), exports);
|
|
975
984
|
__exportStar(require("./stopDeviceDebugStreamRequest"), exports);
|
|
976
985
|
__exportStar(require("./storageProvider"), exports);
|
|
986
|
+
__exportStar(require("./storeInferenceHistoryRequest"), exports);
|
|
987
|
+
__exportStar(require("./storeInferenceHistoryRequestSummaries"), exports);
|
|
977
988
|
__exportStar(require("./storeSegmentLengthRequest"), exports);
|
|
978
989
|
__exportStar(require("./structuredClassifyResult"), exports);
|
|
979
990
|
__exportStar(require("./structuredLabel"), exports);
|
|
@@ -1113,6 +1124,8 @@ __exportStar(require("./vlmConfigurationBase"), exports);
|
|
|
1113
1124
|
__exportStar(require("./vlmGetAllModelsResponse"), exports);
|
|
1114
1125
|
__exportStar(require("./vlmGetAllModelsResponseAllOf"), exports);
|
|
1115
1126
|
__exportStar(require("./vlmGetInferenceResultsResponse"), exports);
|
|
1127
|
+
__exportStar(require("./vlmGetModelResponse"), exports);
|
|
1128
|
+
__exportStar(require("./vlmGetModelResponseAllOf"), exports);
|
|
1116
1129
|
__exportStar(require("./vlmInferenceRequest"), exports);
|
|
1117
1130
|
__exportStar(require("./vlmInferenceResults"), exports);
|
|
1118
1131
|
__exportStar(require("./vlmInferenceResultsResults"), exports);
|
|
@@ -1259,6 +1272,7 @@ const applicationBudget_1 = require("./applicationBudget");
|
|
|
1259
1272
|
const augmentationPolicySpectrogram_1 = require("./augmentationPolicySpectrogram");
|
|
1260
1273
|
const authorizeThirdPartyRequest_1 = require("./authorizeThirdPartyRequest");
|
|
1261
1274
|
const autotuneDspRequest_1 = require("./autotuneDspRequest");
|
|
1275
|
+
const backToLabelingRequest_1 = require("./backToLabelingRequest");
|
|
1262
1276
|
const batchAddMetadataRequest_1 = require("./batchAddMetadataRequest");
|
|
1263
1277
|
const batchClearMetadataByKeyRequest_1 = require("./batchClearMetadataByKeyRequest");
|
|
1264
1278
|
const batchEditBoundingBoxesRequest_1 = require("./batchEditBoundingBoxesRequest");
|
|
@@ -1539,6 +1553,12 @@ const getInferenceHistoryResponse_1 = require("./getInferenceHistoryResponse");
|
|
|
1539
1553
|
const getInferenceHistoryResponseAllOf_1 = require("./getInferenceHistoryResponseAllOf");
|
|
1540
1554
|
const getInferenceHistoryResponseAllOfAllDevices_1 = require("./getInferenceHistoryResponseAllOfAllDevices");
|
|
1541
1555
|
const getInferenceHistoryResponseAllOfSummaryByTime_1 = require("./getInferenceHistoryResponseAllOfSummaryByTime");
|
|
1556
|
+
const getInferenceMetricsRequest_1 = require("./getInferenceMetricsRequest");
|
|
1557
|
+
const getInferenceMetricsRequestAggregate_1 = require("./getInferenceMetricsRequestAggregate");
|
|
1558
|
+
const getInferenceMetricsRequestMetrics_1 = require("./getInferenceMetricsRequestMetrics");
|
|
1559
|
+
const getInferenceMetricsResponse_1 = require("./getInferenceMetricsResponse");
|
|
1560
|
+
const getInferenceMetricsResponseAllOf_1 = require("./getInferenceMetricsResponseAllOf");
|
|
1561
|
+
const getInferenceMetricsResponseAllOfData_1 = require("./getInferenceMetricsResponseAllOfData");
|
|
1542
1562
|
const getIntegrationSessionStatusResponse_1 = require("./getIntegrationSessionStatusResponse");
|
|
1543
1563
|
const getIntegrationSessionStatusResponseAllOf_1 = require("./getIntegrationSessionStatusResponseAllOf");
|
|
1544
1564
|
const getJWTRequest_1 = require("./getJWTRequest");
|
|
@@ -1667,6 +1687,8 @@ const impulseInputBlockLabelingMethodMultiLabel_1 = require("./impulseInputBlock
|
|
|
1667
1687
|
const impulseLearnBlock_1 = require("./impulseLearnBlock");
|
|
1668
1688
|
const impulsePostProcessingBlock_1 = require("./impulsePostProcessingBlock");
|
|
1669
1689
|
const inferenceHistoryAggregate_1 = require("./inferenceHistoryAggregate");
|
|
1690
|
+
const inferenceHistoryEntry_1 = require("./inferenceHistoryEntry");
|
|
1691
|
+
const inferenceHistoryTimestamp_1 = require("./inferenceHistoryTimestamp");
|
|
1670
1692
|
const inferenceSummaryMetrics_1 = require("./inferenceSummaryMetrics");
|
|
1671
1693
|
const inputBlock_1 = require("./inputBlock");
|
|
1672
1694
|
const integrationSessionStatus_1 = require("./integrationSessionStatus");
|
|
@@ -2050,6 +2072,8 @@ const startSamplingResponseAllOf_1 = require("./startSamplingResponseAllOf");
|
|
|
2050
2072
|
const startTensorBoardSessionRequest_1 = require("./startTensorBoardSessionRequest");
|
|
2051
2073
|
const startTrainingRequestAnomaly_1 = require("./startTrainingRequestAnomaly");
|
|
2052
2074
|
const stopDeviceDebugStreamRequest_1 = require("./stopDeviceDebugStreamRequest");
|
|
2075
|
+
const storeInferenceHistoryRequest_1 = require("./storeInferenceHistoryRequest");
|
|
2076
|
+
const storeInferenceHistoryRequestSummaries_1 = require("./storeInferenceHistoryRequestSummaries");
|
|
2053
2077
|
const storeSegmentLengthRequest_1 = require("./storeSegmentLengthRequest");
|
|
2054
2078
|
const structuredClassifyResult_1 = require("./structuredClassifyResult");
|
|
2055
2079
|
const structuredLabel_1 = require("./structuredLabel");
|
|
@@ -2183,6 +2207,8 @@ const vlmConfigurationBase_1 = require("./vlmConfigurationBase");
|
|
|
2183
2207
|
const vlmGetAllModelsResponse_1 = require("./vlmGetAllModelsResponse");
|
|
2184
2208
|
const vlmGetAllModelsResponseAllOf_1 = require("./vlmGetAllModelsResponseAllOf");
|
|
2185
2209
|
const vlmGetInferenceResultsResponse_1 = require("./vlmGetInferenceResultsResponse");
|
|
2210
|
+
const vlmGetModelResponse_1 = require("./vlmGetModelResponse");
|
|
2211
|
+
const vlmGetModelResponseAllOf_1 = require("./vlmGetModelResponseAllOf");
|
|
2186
2212
|
const vlmInferenceRequest_1 = require("./vlmInferenceRequest");
|
|
2187
2213
|
const vlmInferenceResults_1 = require("./vlmInferenceResults");
|
|
2188
2214
|
const vlmInferenceResultsResults_1 = require("./vlmInferenceResultsResults");
|
|
@@ -2228,6 +2254,7 @@ let enumsMap = {
|
|
|
2228
2254
|
"AugmentationPolicySpectrogramFreqMaskingEnum": "AugmentationPolicySpectrogramFreqMaskingEnum",
|
|
2229
2255
|
"AugmentationPolicySpectrogramTimeMaskingEnum": "AugmentationPolicySpectrogramTimeMaskingEnum",
|
|
2230
2256
|
"AugmentationPolicySpectrogramGaussianNoiseEnum": "AugmentationPolicySpectrogramGaussianNoiseEnum",
|
|
2257
|
+
"BackToLabelingRequestLabelActionEnum": "BackToLabelingRequestLabelActionEnum",
|
|
2231
2258
|
"BillingCycle": "BillingCycle",
|
|
2232
2259
|
"BlockDisplayCategory": "BlockDisplayCategory",
|
|
2233
2260
|
"BlockType": "BlockType",
|
|
@@ -2277,6 +2304,8 @@ let enumsMap = {
|
|
|
2277
2304
|
"GetDataExplorerSettingsResponseDimensionalityReductionTechniqueEnum": "GetDataExplorerSettingsResponseDimensionalityReductionTechniqueEnum",
|
|
2278
2305
|
"GetDataExplorerSettingsResponseDimensionalityReductionRecommendationEnum": "GetDataExplorerSettingsResponseDimensionalityReductionRecommendationEnum",
|
|
2279
2306
|
"GetDataExplorerSettingsResponseAllOfDimensionalityReductionRecommendationEnum": "GetDataExplorerSettingsResponseAllOfDimensionalityReductionRecommendationEnum",
|
|
2307
|
+
"GetInferenceMetricsRequestSplitByEnum": "GetInferenceMetricsRequestSplitByEnum",
|
|
2308
|
+
"GetInferenceMetricsRequestAggregateAggregationEnum": "GetInferenceMetricsRequestAggregateAggregationEnum",
|
|
2280
2309
|
"GetJWTRequestSsoTypeEnum": "GetJWTRequestSsoTypeEnum",
|
|
2281
2310
|
"GetPostProcessingResultsForSampleResponseHasResultsEnum": "GetPostProcessingResultsForSampleResponseHasResultsEnum",
|
|
2282
2311
|
"GetPostProcessingResultsForSampleResponseAllOfHasResultsEnum": "GetPostProcessingResultsForSampleResponseAllOfHasResultsEnum",
|
|
@@ -2526,6 +2555,7 @@ let typeMap = {
|
|
|
2526
2555
|
"AugmentationPolicySpectrogram": augmentationPolicySpectrogram_1.AugmentationPolicySpectrogram,
|
|
2527
2556
|
"AuthorizeThirdPartyRequest": authorizeThirdPartyRequest_1.AuthorizeThirdPartyRequest,
|
|
2528
2557
|
"AutotuneDspRequest": autotuneDspRequest_1.AutotuneDspRequest,
|
|
2558
|
+
"BackToLabelingRequest": backToLabelingRequest_1.BackToLabelingRequest,
|
|
2529
2559
|
"BatchAddMetadataRequest": batchAddMetadataRequest_1.BatchAddMetadataRequest,
|
|
2530
2560
|
"BatchClearMetadataByKeyRequest": batchClearMetadataByKeyRequest_1.BatchClearMetadataByKeyRequest,
|
|
2531
2561
|
"BatchEditBoundingBoxesRequest": batchEditBoundingBoxesRequest_1.BatchEditBoundingBoxesRequest,
|
|
@@ -2806,6 +2836,12 @@ let typeMap = {
|
|
|
2806
2836
|
"GetInferenceHistoryResponseAllOf": getInferenceHistoryResponseAllOf_1.GetInferenceHistoryResponseAllOf,
|
|
2807
2837
|
"GetInferenceHistoryResponseAllOfAllDevices": getInferenceHistoryResponseAllOfAllDevices_1.GetInferenceHistoryResponseAllOfAllDevices,
|
|
2808
2838
|
"GetInferenceHistoryResponseAllOfSummaryByTime": getInferenceHistoryResponseAllOfSummaryByTime_1.GetInferenceHistoryResponseAllOfSummaryByTime,
|
|
2839
|
+
"GetInferenceMetricsRequest": getInferenceMetricsRequest_1.GetInferenceMetricsRequest,
|
|
2840
|
+
"GetInferenceMetricsRequestAggregate": getInferenceMetricsRequestAggregate_1.GetInferenceMetricsRequestAggregate,
|
|
2841
|
+
"GetInferenceMetricsRequestMetrics": getInferenceMetricsRequestMetrics_1.GetInferenceMetricsRequestMetrics,
|
|
2842
|
+
"GetInferenceMetricsResponse": getInferenceMetricsResponse_1.GetInferenceMetricsResponse,
|
|
2843
|
+
"GetInferenceMetricsResponseAllOf": getInferenceMetricsResponseAllOf_1.GetInferenceMetricsResponseAllOf,
|
|
2844
|
+
"GetInferenceMetricsResponseAllOfData": getInferenceMetricsResponseAllOfData_1.GetInferenceMetricsResponseAllOfData,
|
|
2809
2845
|
"GetIntegrationSessionStatusResponse": getIntegrationSessionStatusResponse_1.GetIntegrationSessionStatusResponse,
|
|
2810
2846
|
"GetIntegrationSessionStatusResponseAllOf": getIntegrationSessionStatusResponseAllOf_1.GetIntegrationSessionStatusResponseAllOf,
|
|
2811
2847
|
"GetJWTRequest": getJWTRequest_1.GetJWTRequest,
|
|
@@ -2934,6 +2970,8 @@ let typeMap = {
|
|
|
2934
2970
|
"ImpulseLearnBlock": impulseLearnBlock_1.ImpulseLearnBlock,
|
|
2935
2971
|
"ImpulsePostProcessingBlock": impulsePostProcessingBlock_1.ImpulsePostProcessingBlock,
|
|
2936
2972
|
"InferenceHistoryAggregate": inferenceHistoryAggregate_1.InferenceHistoryAggregate,
|
|
2973
|
+
"InferenceHistoryEntry": inferenceHistoryEntry_1.InferenceHistoryEntry,
|
|
2974
|
+
"InferenceHistoryTimestamp": inferenceHistoryTimestamp_1.InferenceHistoryTimestamp,
|
|
2937
2975
|
"InferenceSummaryMetrics": inferenceSummaryMetrics_1.InferenceSummaryMetrics,
|
|
2938
2976
|
"InputBlock": inputBlock_1.InputBlock,
|
|
2939
2977
|
"IntegrationSessionStatus": integrationSessionStatus_1.IntegrationSessionStatus,
|
|
@@ -3317,6 +3355,8 @@ let typeMap = {
|
|
|
3317
3355
|
"StartTensorBoardSessionRequest": startTensorBoardSessionRequest_1.StartTensorBoardSessionRequest,
|
|
3318
3356
|
"StartTrainingRequestAnomaly": startTrainingRequestAnomaly_1.StartTrainingRequestAnomaly,
|
|
3319
3357
|
"StopDeviceDebugStreamRequest": stopDeviceDebugStreamRequest_1.StopDeviceDebugStreamRequest,
|
|
3358
|
+
"StoreInferenceHistoryRequest": storeInferenceHistoryRequest_1.StoreInferenceHistoryRequest,
|
|
3359
|
+
"StoreInferenceHistoryRequestSummaries": storeInferenceHistoryRequestSummaries_1.StoreInferenceHistoryRequestSummaries,
|
|
3320
3360
|
"StoreSegmentLengthRequest": storeSegmentLengthRequest_1.StoreSegmentLengthRequest,
|
|
3321
3361
|
"StructuredClassifyResult": structuredClassifyResult_1.StructuredClassifyResult,
|
|
3322
3362
|
"StructuredLabel": structuredLabel_1.StructuredLabel,
|
|
@@ -3450,6 +3490,8 @@ let typeMap = {
|
|
|
3450
3490
|
"VlmGetAllModelsResponse": vlmGetAllModelsResponse_1.VlmGetAllModelsResponse,
|
|
3451
3491
|
"VlmGetAllModelsResponseAllOf": vlmGetAllModelsResponseAllOf_1.VlmGetAllModelsResponseAllOf,
|
|
3452
3492
|
"VlmGetInferenceResultsResponse": vlmGetInferenceResultsResponse_1.VlmGetInferenceResultsResponse,
|
|
3493
|
+
"VlmGetModelResponse": vlmGetModelResponse_1.VlmGetModelResponse,
|
|
3494
|
+
"VlmGetModelResponseAllOf": vlmGetModelResponseAllOf_1.VlmGetModelResponseAllOf,
|
|
3453
3495
|
"VlmInferenceRequest": vlmInferenceRequest_1.VlmInferenceRequest,
|
|
3454
3496
|
"VlmInferenceResults": vlmInferenceResults_1.VlmInferenceResults,
|
|
3455
3497
|
"VlmInferenceResultsResults": vlmInferenceResultsResults_1.VlmInferenceResultsResults,
|