edge-impulse-api 1.93.4 → 1.93.6
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/rawDataApi.d.ts +15 -0
- package/build/library/sdk/api/rawDataApi.js +77 -0
- package/build/library/sdk/api/rawDataApi.js.map +1 -1
- package/build/library/sdk/model/getRawDataProjectMetadataResponse.d.ts +35 -0
- package/build/library/sdk/model/getRawDataProjectMetadataResponse.js +39 -0
- package/build/library/sdk/model/getRawDataProjectMetadataResponse.js.map +1 -0
- package/build/library/sdk/model/getRawDataProjectMetadataResponseAllOf.d.ts +27 -0
- package/build/library/sdk/model/getRawDataProjectMetadataResponseAllOf.js +29 -0
- package/build/library/sdk/model/getRawDataProjectMetadataResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/models.d.ts +21 -0
- package/build/library/sdk/model/models.js +75 -0
- package/build/library/sdk/model/models.js.map +1 -1
- package/build/library/sdk/model/objectDetectionLastLayer.d.ts +1 -1
- package/build/library/sdk/model/objectDetectionLastLayer.js +1 -1
- package/build/library/sdk/model/objectDetectionLastLayer.js.map +1 -1
- package/build/library/sdk/model/projectDatasetMetadataBase.d.ts +41 -0
- package/build/library/sdk/model/projectDatasetMetadataBase.js +83 -0
- package/build/library/sdk/model/projectDatasetMetadataBase.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataCategoryData.d.ts +37 -0
- package/build/library/sdk/model/projectDatasetMetadataCategoryData.js +42 -0
- package/build/library/sdk/model/projectDatasetMetadataCategoryData.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataClasses.d.ts +39 -0
- package/build/library/sdk/model/projectDatasetMetadataClasses.js +70 -0
- package/build/library/sdk/model/projectDatasetMetadataClasses.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataClassesAllOf.d.ts +33 -0
- package/build/library/sdk/model/projectDatasetMetadataClassesAllOf.js +55 -0
- package/build/library/sdk/model/projectDatasetMetadataClassesAllOf.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataClassesCategory.d.ts +41 -0
- package/build/library/sdk/model/projectDatasetMetadataClassesCategory.js +90 -0
- package/build/library/sdk/model/projectDatasetMetadataClassesCategory.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataClassesCategoryAllOf.d.ts +30 -0
- package/build/library/sdk/model/projectDatasetMetadataClassesCategoryAllOf.js +40 -0
- package/build/library/sdk/model/projectDatasetMetadataClassesCategoryAllOf.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataCommon.d.ts +33 -0
- package/build/library/sdk/model/projectDatasetMetadataCommon.js +42 -0
- package/build/library/sdk/model/projectDatasetMetadataCommon.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioClass.d.ts +71 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioClass.js +82 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioClass.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioClasses.d.ts +44 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioClasses.js +88 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioClasses.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioCount.d.ts +30 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioCount.js +42 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioCount.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioNoRatio.d.ts +33 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioNoRatio.js +43 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioNoRatio.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioRegression.d.ts +38 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioRegression.js +63 -0
- package/build/library/sdk/model/projectDatasetMetadataRatioRegression.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataRegression.d.ts +39 -0
- package/build/library/sdk/model/projectDatasetMetadataRegression.js +70 -0
- package/build/library/sdk/model/projectDatasetMetadataRegression.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataRegressionAllOf.d.ts +33 -0
- package/build/library/sdk/model/projectDatasetMetadataRegressionAllOf.js +55 -0
- package/build/library/sdk/model/projectDatasetMetadataRegressionAllOf.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataRegressionCategory.d.ts +47 -0
- package/build/library/sdk/model/projectDatasetMetadataRegressionCategory.js +105 -0
- package/build/library/sdk/model/projectDatasetMetadataRegressionCategory.js.map +1 -0
- package/build/library/sdk/model/projectDatasetMetadataRegressionCategoryAllOf.d.ts +36 -0
- package/build/library/sdk/model/projectDatasetMetadataRegressionCategoryAllOf.js +55 -0
- package/build/library/sdk/model/projectDatasetMetadataRegressionCategoryAllOf.js.map +1 -0
- package/build/library/sdk/model/rawDataLabelDistributionLabel.d.ts +37 -0
- package/build/library/sdk/model/rawDataLabelDistributionLabel.js +44 -0
- package/build/library/sdk/model/rawDataLabelDistributionLabel.js.map +1 -0
- package/build/library/sdk/model/rawDataLabelDistributionRegressionValueGroup.d.ts +47 -0
- package/build/library/sdk/model/rawDataLabelDistributionRegressionValueGroup.js +52 -0
- package/build/library/sdk/model/rawDataLabelDistributionRegressionValueGroup.js.map +1 -0
- package/build/library/sdk/model/rawDataLabelDistributionRegressionValueGroupsPerKey.d.ts +44 -0
- package/build/library/sdk/model/rawDataLabelDistributionRegressionValueGroupsPerKey.js +47 -0
- package/build/library/sdk/model/rawDataLabelDistributionRegressionValueGroupsPerKey.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,35 @@
|
|
|
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 { ProjectDatasetMetadataClasses } from './projectDatasetMetadataClasses';
|
|
13
|
+
import { ProjectDatasetMetadataRegression } from './projectDatasetMetadataRegression';
|
|
14
|
+
export declare class GetRawDataProjectMetadataResponse {
|
|
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
|
+
'metadata': ProjectDatasetMetadataClasses | ProjectDatasetMetadataRegression;
|
|
24
|
+
static discriminator: string | undefined;
|
|
25
|
+
static attributeTypeMap: Array<{
|
|
26
|
+
name: string;
|
|
27
|
+
baseName: string;
|
|
28
|
+
type: string;
|
|
29
|
+
}>;
|
|
30
|
+
static getAttributeTypeMap(): {
|
|
31
|
+
name: string;
|
|
32
|
+
baseName: string;
|
|
33
|
+
type: string;
|
|
34
|
+
}[];
|
|
35
|
+
}
|
|
@@ -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.GetRawDataProjectMetadataResponse = void 0;
|
|
15
|
+
class GetRawDataProjectMetadataResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetRawDataProjectMetadataResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetRawDataProjectMetadataResponse = GetRawDataProjectMetadataResponse;
|
|
21
|
+
GetRawDataProjectMetadataResponse.discriminator = undefined;
|
|
22
|
+
GetRawDataProjectMetadataResponse.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": "metadata",
|
|
35
|
+
"baseName": "metadata",
|
|
36
|
+
"type": "ProjectDatasetMetadataClasses | ProjectDatasetMetadataRegression"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
//# sourceMappingURL=getRawDataProjectMetadataResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRawDataProjectMetadataResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/getRawDataProjectMetadataResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAOH,MAAa,iCAAiC;IA8B1C,MAAM,CAAC,mBAAmB;QACtB,OAAO,iCAAiC,CAAC,gBAAgB,CAAC;IAC9D,CAAC;;AAhCL,8EAiCC;AAtBU,+CAAa,GAAuB,SAAS,CAAC;AAE9C,kDAAgB,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,kEAAkE;KAC7E;CAAK,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 { ProjectDatasetMetadataClasses } from './projectDatasetMetadataClasses';
|
|
13
|
+
import { ProjectDatasetMetadataRegression } from './projectDatasetMetadataRegression';
|
|
14
|
+
export declare class GetRawDataProjectMetadataResponseAllOf {
|
|
15
|
+
'metadata': ProjectDatasetMetadataClasses | ProjectDatasetMetadataRegression;
|
|
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,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.GetRawDataProjectMetadataResponseAllOf = void 0;
|
|
15
|
+
class GetRawDataProjectMetadataResponseAllOf {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return GetRawDataProjectMetadataResponseAllOf.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GetRawDataProjectMetadataResponseAllOf = GetRawDataProjectMetadataResponseAllOf;
|
|
21
|
+
GetRawDataProjectMetadataResponseAllOf.discriminator = undefined;
|
|
22
|
+
GetRawDataProjectMetadataResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "metadata",
|
|
25
|
+
"baseName": "metadata",
|
|
26
|
+
"type": "ProjectDatasetMetadataClasses | ProjectDatasetMetadataRegression"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
//# sourceMappingURL=getRawDataProjectMetadataResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRawDataProjectMetadataResponseAllOf.js","sourceRoot":"","sources":["../../../../library/sdk/model/getRawDataProjectMetadataResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,sCAAsC;IAY/C,MAAM,CAAC,mBAAmB;QACtB,OAAO,sCAAsC,CAAC,gBAAgB,CAAC;IACnE,CAAC;;AAdL,wFAeC;AAZU,oDAAa,GAAuB,SAAS,CAAC;AAE9C,uDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,kEAAkE;KAC7E;CAAK,CAAC"}
|
|
@@ -561,6 +561,8 @@ export * from './getRawDataMetadataCooccurrenceResponse';
|
|
|
561
561
|
export * from './getRawDataMetadataCooccurrenceResponseAllOf';
|
|
562
562
|
export * from './getRawDataMetadataDistributionResponse';
|
|
563
563
|
export * from './getRawDataMetadataDistributionResponseAllOf';
|
|
564
|
+
export * from './getRawDataProjectMetadataResponse';
|
|
565
|
+
export * from './getRawDataProjectMetadataResponseAllOf';
|
|
564
566
|
export * from './getSSODomainIdPsResponse';
|
|
565
567
|
export * from './getSSODomainIdPsResponseAllOf';
|
|
566
568
|
export * from './getSampleDspResponse';
|
|
@@ -924,6 +926,22 @@ export * from './projectDataIntervalResponseAllOf';
|
|
|
924
926
|
export * from './projectDataIntervalResponseAllOfByDatastream';
|
|
925
927
|
export * from './projectDataIntervalResponseAllOfSensors';
|
|
926
928
|
export * from './projectDataSummary';
|
|
929
|
+
export * from './projectDatasetMetadataBase';
|
|
930
|
+
export * from './projectDatasetMetadataCategoryData';
|
|
931
|
+
export * from './projectDatasetMetadataClasses';
|
|
932
|
+
export * from './projectDatasetMetadataClassesAllOf';
|
|
933
|
+
export * from './projectDatasetMetadataClassesCategory';
|
|
934
|
+
export * from './projectDatasetMetadataClassesCategoryAllOf';
|
|
935
|
+
export * from './projectDatasetMetadataCommon';
|
|
936
|
+
export * from './projectDatasetMetadataRatioClass';
|
|
937
|
+
export * from './projectDatasetMetadataRatioClasses';
|
|
938
|
+
export * from './projectDatasetMetadataRatioCount';
|
|
939
|
+
export * from './projectDatasetMetadataRatioNoRatio';
|
|
940
|
+
export * from './projectDatasetMetadataRatioRegression';
|
|
941
|
+
export * from './projectDatasetMetadataRegression';
|
|
942
|
+
export * from './projectDatasetMetadataRegressionAllOf';
|
|
943
|
+
export * from './projectDatasetMetadataRegressionCategory';
|
|
944
|
+
export * from './projectDatasetMetadataRegressionCategoryAllOf';
|
|
927
945
|
export * from './projectDeploymentTarget';
|
|
928
946
|
export * from './projectDeploymentTargetAllOf';
|
|
929
947
|
export * from './projectDeploymentTargetsResponse';
|
|
@@ -963,6 +981,9 @@ export * from './publicProjectLicense';
|
|
|
963
981
|
export * from './publicProjectTierAvailability';
|
|
964
982
|
export * from './rawDataCategory';
|
|
965
983
|
export * from './rawDataFilterCategory';
|
|
984
|
+
export * from './rawDataLabelDistributionLabel';
|
|
985
|
+
export * from './rawDataLabelDistributionRegressionValueGroup';
|
|
986
|
+
export * from './rawDataLabelDistributionRegressionValueGroupsPerKey';
|
|
966
987
|
export * from './rawSampleData';
|
|
967
988
|
export * from './rawSampleDataStreamPayloads';
|
|
968
989
|
export * from './rawSampleDataStreamPayloadsDatastreamPayloads';
|
|
@@ -578,6 +578,8 @@ __exportStar(require("./getRawDataMetadataCooccurrenceResponse"), exports);
|
|
|
578
578
|
__exportStar(require("./getRawDataMetadataCooccurrenceResponseAllOf"), exports);
|
|
579
579
|
__exportStar(require("./getRawDataMetadataDistributionResponse"), exports);
|
|
580
580
|
__exportStar(require("./getRawDataMetadataDistributionResponseAllOf"), exports);
|
|
581
|
+
__exportStar(require("./getRawDataProjectMetadataResponse"), exports);
|
|
582
|
+
__exportStar(require("./getRawDataProjectMetadataResponseAllOf"), exports);
|
|
581
583
|
__exportStar(require("./getSSODomainIdPsResponse"), exports);
|
|
582
584
|
__exportStar(require("./getSSODomainIdPsResponseAllOf"), exports);
|
|
583
585
|
__exportStar(require("./getSampleDspResponse"), exports);
|
|
@@ -941,6 +943,22 @@ __exportStar(require("./projectDataIntervalResponseAllOf"), exports);
|
|
|
941
943
|
__exportStar(require("./projectDataIntervalResponseAllOfByDatastream"), exports);
|
|
942
944
|
__exportStar(require("./projectDataIntervalResponseAllOfSensors"), exports);
|
|
943
945
|
__exportStar(require("./projectDataSummary"), exports);
|
|
946
|
+
__exportStar(require("./projectDatasetMetadataBase"), exports);
|
|
947
|
+
__exportStar(require("./projectDatasetMetadataCategoryData"), exports);
|
|
948
|
+
__exportStar(require("./projectDatasetMetadataClasses"), exports);
|
|
949
|
+
__exportStar(require("./projectDatasetMetadataClassesAllOf"), exports);
|
|
950
|
+
__exportStar(require("./projectDatasetMetadataClassesCategory"), exports);
|
|
951
|
+
__exportStar(require("./projectDatasetMetadataClassesCategoryAllOf"), exports);
|
|
952
|
+
__exportStar(require("./projectDatasetMetadataCommon"), exports);
|
|
953
|
+
__exportStar(require("./projectDatasetMetadataRatioClass"), exports);
|
|
954
|
+
__exportStar(require("./projectDatasetMetadataRatioClasses"), exports);
|
|
955
|
+
__exportStar(require("./projectDatasetMetadataRatioCount"), exports);
|
|
956
|
+
__exportStar(require("./projectDatasetMetadataRatioNoRatio"), exports);
|
|
957
|
+
__exportStar(require("./projectDatasetMetadataRatioRegression"), exports);
|
|
958
|
+
__exportStar(require("./projectDatasetMetadataRegression"), exports);
|
|
959
|
+
__exportStar(require("./projectDatasetMetadataRegressionAllOf"), exports);
|
|
960
|
+
__exportStar(require("./projectDatasetMetadataRegressionCategory"), exports);
|
|
961
|
+
__exportStar(require("./projectDatasetMetadataRegressionCategoryAllOf"), exports);
|
|
944
962
|
__exportStar(require("./projectDeploymentTarget"), exports);
|
|
945
963
|
__exportStar(require("./projectDeploymentTargetAllOf"), exports);
|
|
946
964
|
__exportStar(require("./projectDeploymentTargetsResponse"), exports);
|
|
@@ -980,6 +998,9 @@ __exportStar(require("./publicProjectLicense"), exports);
|
|
|
980
998
|
__exportStar(require("./publicProjectTierAvailability"), exports);
|
|
981
999
|
__exportStar(require("./rawDataCategory"), exports);
|
|
982
1000
|
__exportStar(require("./rawDataFilterCategory"), exports);
|
|
1001
|
+
__exportStar(require("./rawDataLabelDistributionLabel"), exports);
|
|
1002
|
+
__exportStar(require("./rawDataLabelDistributionRegressionValueGroup"), exports);
|
|
1003
|
+
__exportStar(require("./rawDataLabelDistributionRegressionValueGroupsPerKey"), exports);
|
|
983
1004
|
__exportStar(require("./rawSampleData"), exports);
|
|
984
1005
|
__exportStar(require("./rawSampleDataStreamPayloads"), exports);
|
|
985
1006
|
__exportStar(require("./rawSampleDataStreamPayloadsDatastreamPayloads"), exports);
|
|
@@ -1776,6 +1797,8 @@ const getRawDataMetadataCooccurrenceResponse_1 = require("./getRawDataMetadataCo
|
|
|
1776
1797
|
const getRawDataMetadataCooccurrenceResponseAllOf_1 = require("./getRawDataMetadataCooccurrenceResponseAllOf");
|
|
1777
1798
|
const getRawDataMetadataDistributionResponse_1 = require("./getRawDataMetadataDistributionResponse");
|
|
1778
1799
|
const getRawDataMetadataDistributionResponseAllOf_1 = require("./getRawDataMetadataDistributionResponseAllOf");
|
|
1800
|
+
const getRawDataProjectMetadataResponse_1 = require("./getRawDataProjectMetadataResponse");
|
|
1801
|
+
const getRawDataProjectMetadataResponseAllOf_1 = require("./getRawDataProjectMetadataResponseAllOf");
|
|
1779
1802
|
const getSSODomainIdPsResponse_1 = require("./getSSODomainIdPsResponse");
|
|
1780
1803
|
const getSSODomainIdPsResponseAllOf_1 = require("./getSSODomainIdPsResponseAllOf");
|
|
1781
1804
|
const getSampleDspResponse_1 = require("./getSampleDspResponse");
|
|
@@ -2119,6 +2142,22 @@ const projectDataIntervalResponseAllOf_1 = require("./projectDataIntervalRespons
|
|
|
2119
2142
|
const projectDataIntervalResponseAllOfByDatastream_1 = require("./projectDataIntervalResponseAllOfByDatastream");
|
|
2120
2143
|
const projectDataIntervalResponseAllOfSensors_1 = require("./projectDataIntervalResponseAllOfSensors");
|
|
2121
2144
|
const projectDataSummary_1 = require("./projectDataSummary");
|
|
2145
|
+
const projectDatasetMetadataBase_1 = require("./projectDatasetMetadataBase");
|
|
2146
|
+
const projectDatasetMetadataCategoryData_1 = require("./projectDatasetMetadataCategoryData");
|
|
2147
|
+
const projectDatasetMetadataClasses_1 = require("./projectDatasetMetadataClasses");
|
|
2148
|
+
const projectDatasetMetadataClassesAllOf_1 = require("./projectDatasetMetadataClassesAllOf");
|
|
2149
|
+
const projectDatasetMetadataClassesCategory_1 = require("./projectDatasetMetadataClassesCategory");
|
|
2150
|
+
const projectDatasetMetadataClassesCategoryAllOf_1 = require("./projectDatasetMetadataClassesCategoryAllOf");
|
|
2151
|
+
const projectDatasetMetadataCommon_1 = require("./projectDatasetMetadataCommon");
|
|
2152
|
+
const projectDatasetMetadataRatioClass_1 = require("./projectDatasetMetadataRatioClass");
|
|
2153
|
+
const projectDatasetMetadataRatioClasses_1 = require("./projectDatasetMetadataRatioClasses");
|
|
2154
|
+
const projectDatasetMetadataRatioCount_1 = require("./projectDatasetMetadataRatioCount");
|
|
2155
|
+
const projectDatasetMetadataRatioNoRatio_1 = require("./projectDatasetMetadataRatioNoRatio");
|
|
2156
|
+
const projectDatasetMetadataRatioRegression_1 = require("./projectDatasetMetadataRatioRegression");
|
|
2157
|
+
const projectDatasetMetadataRegression_1 = require("./projectDatasetMetadataRegression");
|
|
2158
|
+
const projectDatasetMetadataRegressionAllOf_1 = require("./projectDatasetMetadataRegressionAllOf");
|
|
2159
|
+
const projectDatasetMetadataRegressionCategory_1 = require("./projectDatasetMetadataRegressionCategory");
|
|
2160
|
+
const projectDatasetMetadataRegressionCategoryAllOf_1 = require("./projectDatasetMetadataRegressionCategoryAllOf");
|
|
2122
2161
|
const projectDeploymentTarget_1 = require("./projectDeploymentTarget");
|
|
2123
2162
|
const projectDeploymentTargetAllOf_1 = require("./projectDeploymentTargetAllOf");
|
|
2124
2163
|
const projectDeploymentTargetsResponse_1 = require("./projectDeploymentTargetsResponse");
|
|
@@ -2150,6 +2189,9 @@ const projectTrainingDataSummaryResponseAllOf_1 = require("./projectTrainingData
|
|
|
2150
2189
|
const projectTrainingDataSummaryResponseAllOfDataSummary_1 = require("./projectTrainingDataSummaryResponseAllOfDataSummary");
|
|
2151
2190
|
const projectVersionRequest_1 = require("./projectVersionRequest");
|
|
2152
2191
|
const publicOrganizationTransformationBlock_1 = require("./publicOrganizationTransformationBlock");
|
|
2192
|
+
const rawDataLabelDistributionLabel_1 = require("./rawDataLabelDistributionLabel");
|
|
2193
|
+
const rawDataLabelDistributionRegressionValueGroup_1 = require("./rawDataLabelDistributionRegressionValueGroup");
|
|
2194
|
+
const rawDataLabelDistributionRegressionValueGroupsPerKey_1 = require("./rawDataLabelDistributionRegressionValueGroupsPerKey");
|
|
2153
2195
|
const rawSampleData_1 = require("./rawSampleData");
|
|
2154
2196
|
const rawSampleDataStreamPayloads_1 = require("./rawSampleDataStreamPayloads");
|
|
2155
2197
|
const rawSampleDataStreamPayloadsDatastreamPayloads_1 = require("./rawSampleDataStreamPayloadsDatastreamPayloads");
|
|
@@ -2556,6 +2598,18 @@ const enumsMap = {
|
|
|
2556
2598
|
"ProjectCategoryEnum": "ProjectCategoryEnum",
|
|
2557
2599
|
"ProjectApiKeyRoleEnum": "ProjectApiKeyRoleEnum",
|
|
2558
2600
|
"ProjectDataIntervalResponseAllOfByDatastreamTypeEnum": "ProjectDataIntervalResponseAllOfByDatastreamTypeEnum",
|
|
2601
|
+
"ProjectDatasetMetadataBaseTypeEnum": "ProjectDatasetMetadataBaseTypeEnum",
|
|
2602
|
+
"ProjectDatasetMetadataClassesTypeEnum": "ProjectDatasetMetadataClassesTypeEnum",
|
|
2603
|
+
"ProjectDatasetMetadataClassesAllOfTypeEnum": "ProjectDatasetMetadataClassesAllOfTypeEnum",
|
|
2604
|
+
"ProjectDatasetMetadataClassesCategoryTypeEnum": "ProjectDatasetMetadataClassesCategoryTypeEnum",
|
|
2605
|
+
"ProjectDatasetMetadataClassesCategoryAllOfTypeEnum": "ProjectDatasetMetadataClassesCategoryAllOfTypeEnum",
|
|
2606
|
+
"ProjectDatasetMetadataRatioClassesTypeEnum": "ProjectDatasetMetadataRatioClassesTypeEnum",
|
|
2607
|
+
"ProjectDatasetMetadataRatioNoRatioTypeEnum": "ProjectDatasetMetadataRatioNoRatioTypeEnum",
|
|
2608
|
+
"ProjectDatasetMetadataRatioRegressionTypeEnum": "ProjectDatasetMetadataRatioRegressionTypeEnum",
|
|
2609
|
+
"ProjectDatasetMetadataRegressionTypeEnum": "ProjectDatasetMetadataRegressionTypeEnum",
|
|
2610
|
+
"ProjectDatasetMetadataRegressionAllOfTypeEnum": "ProjectDatasetMetadataRegressionAllOfTypeEnum",
|
|
2611
|
+
"ProjectDatasetMetadataRegressionCategoryTypeEnum": "ProjectDatasetMetadataRegressionCategoryTypeEnum",
|
|
2612
|
+
"ProjectDatasetMetadataRegressionCategoryAllOfTypeEnum": "ProjectDatasetMetadataRegressionCategoryAllOfTypeEnum",
|
|
2559
2613
|
"ProjectDeploymentTargetUiSectionEnum": "ProjectDeploymentTargetUiSectionEnum",
|
|
2560
2614
|
"ProjectInfoResponseAllOfAcquisitionSettingsViewTypeEnum": "ProjectInfoResponseAllOfAcquisitionSettingsViewTypeEnum",
|
|
2561
2615
|
"ProjectInfoResponseAllOfDeploySettingsSensorEnum": "ProjectInfoResponseAllOfDeploySettingsSensorEnum",
|
|
@@ -3152,6 +3206,8 @@ const typeMap = {
|
|
|
3152
3206
|
"GetRawDataMetadataCooccurrenceResponseAllOf": getRawDataMetadataCooccurrenceResponseAllOf_1.GetRawDataMetadataCooccurrenceResponseAllOf,
|
|
3153
3207
|
"GetRawDataMetadataDistributionResponse": getRawDataMetadataDistributionResponse_1.GetRawDataMetadataDistributionResponse,
|
|
3154
3208
|
"GetRawDataMetadataDistributionResponseAllOf": getRawDataMetadataDistributionResponseAllOf_1.GetRawDataMetadataDistributionResponseAllOf,
|
|
3209
|
+
"GetRawDataProjectMetadataResponse": getRawDataProjectMetadataResponse_1.GetRawDataProjectMetadataResponse,
|
|
3210
|
+
"GetRawDataProjectMetadataResponseAllOf": getRawDataProjectMetadataResponseAllOf_1.GetRawDataProjectMetadataResponseAllOf,
|
|
3155
3211
|
"GetSSODomainIdPsResponse": getSSODomainIdPsResponse_1.GetSSODomainIdPsResponse,
|
|
3156
3212
|
"GetSSODomainIdPsResponseAllOf": getSSODomainIdPsResponseAllOf_1.GetSSODomainIdPsResponseAllOf,
|
|
3157
3213
|
"GetSampleDspResponse": getSampleDspResponse_1.GetSampleDspResponse,
|
|
@@ -3495,6 +3551,22 @@ const typeMap = {
|
|
|
3495
3551
|
"ProjectDataIntervalResponseAllOfByDatastream": projectDataIntervalResponseAllOfByDatastream_1.ProjectDataIntervalResponseAllOfByDatastream,
|
|
3496
3552
|
"ProjectDataIntervalResponseAllOfSensors": projectDataIntervalResponseAllOfSensors_1.ProjectDataIntervalResponseAllOfSensors,
|
|
3497
3553
|
"ProjectDataSummary": projectDataSummary_1.ProjectDataSummary,
|
|
3554
|
+
"ProjectDatasetMetadataBase": projectDatasetMetadataBase_1.ProjectDatasetMetadataBase,
|
|
3555
|
+
"ProjectDatasetMetadataCategoryData": projectDatasetMetadataCategoryData_1.ProjectDatasetMetadataCategoryData,
|
|
3556
|
+
"ProjectDatasetMetadataClasses": projectDatasetMetadataClasses_1.ProjectDatasetMetadataClasses,
|
|
3557
|
+
"ProjectDatasetMetadataClassesAllOf": projectDatasetMetadataClassesAllOf_1.ProjectDatasetMetadataClassesAllOf,
|
|
3558
|
+
"ProjectDatasetMetadataClassesCategory": projectDatasetMetadataClassesCategory_1.ProjectDatasetMetadataClassesCategory,
|
|
3559
|
+
"ProjectDatasetMetadataClassesCategoryAllOf": projectDatasetMetadataClassesCategoryAllOf_1.ProjectDatasetMetadataClassesCategoryAllOf,
|
|
3560
|
+
"ProjectDatasetMetadataCommon": projectDatasetMetadataCommon_1.ProjectDatasetMetadataCommon,
|
|
3561
|
+
"ProjectDatasetMetadataRatioClass": projectDatasetMetadataRatioClass_1.ProjectDatasetMetadataRatioClass,
|
|
3562
|
+
"ProjectDatasetMetadataRatioClasses": projectDatasetMetadataRatioClasses_1.ProjectDatasetMetadataRatioClasses,
|
|
3563
|
+
"ProjectDatasetMetadataRatioCount": projectDatasetMetadataRatioCount_1.ProjectDatasetMetadataRatioCount,
|
|
3564
|
+
"ProjectDatasetMetadataRatioNoRatio": projectDatasetMetadataRatioNoRatio_1.ProjectDatasetMetadataRatioNoRatio,
|
|
3565
|
+
"ProjectDatasetMetadataRatioRegression": projectDatasetMetadataRatioRegression_1.ProjectDatasetMetadataRatioRegression,
|
|
3566
|
+
"ProjectDatasetMetadataRegression": projectDatasetMetadataRegression_1.ProjectDatasetMetadataRegression,
|
|
3567
|
+
"ProjectDatasetMetadataRegressionAllOf": projectDatasetMetadataRegressionAllOf_1.ProjectDatasetMetadataRegressionAllOf,
|
|
3568
|
+
"ProjectDatasetMetadataRegressionCategory": projectDatasetMetadataRegressionCategory_1.ProjectDatasetMetadataRegressionCategory,
|
|
3569
|
+
"ProjectDatasetMetadataRegressionCategoryAllOf": projectDatasetMetadataRegressionCategoryAllOf_1.ProjectDatasetMetadataRegressionCategoryAllOf,
|
|
3498
3570
|
"ProjectDeploymentTarget": projectDeploymentTarget_1.ProjectDeploymentTarget,
|
|
3499
3571
|
"ProjectDeploymentTargetAllOf": projectDeploymentTargetAllOf_1.ProjectDeploymentTargetAllOf,
|
|
3500
3572
|
"ProjectDeploymentTargetsResponse": projectDeploymentTargetsResponse_1.ProjectDeploymentTargetsResponse,
|
|
@@ -3526,6 +3598,9 @@ const typeMap = {
|
|
|
3526
3598
|
"ProjectTrainingDataSummaryResponseAllOfDataSummary": projectTrainingDataSummaryResponseAllOfDataSummary_1.ProjectTrainingDataSummaryResponseAllOfDataSummary,
|
|
3527
3599
|
"ProjectVersionRequest": projectVersionRequest_1.ProjectVersionRequest,
|
|
3528
3600
|
"PublicOrganizationTransformationBlock": publicOrganizationTransformationBlock_1.PublicOrganizationTransformationBlock,
|
|
3601
|
+
"RawDataLabelDistributionLabel": rawDataLabelDistributionLabel_1.RawDataLabelDistributionLabel,
|
|
3602
|
+
"RawDataLabelDistributionRegressionValueGroup": rawDataLabelDistributionRegressionValueGroup_1.RawDataLabelDistributionRegressionValueGroup,
|
|
3603
|
+
"RawDataLabelDistributionRegressionValueGroupsPerKey": rawDataLabelDistributionRegressionValueGroupsPerKey_1.RawDataLabelDistributionRegressionValueGroupsPerKey,
|
|
3529
3604
|
"RawSampleData": rawSampleData_1.RawSampleData,
|
|
3530
3605
|
"RawSampleDataStreamPayloads": rawSampleDataStreamPayloads_1.RawSampleDataStreamPayloads,
|
|
3531
3606
|
"RawSampleDataStreamPayloadsDatastreamPayloads": rawSampleDataStreamPayloadsDatastreamPayloads_1.RawSampleDataStreamPayloadsDatastreamPayloads,
|