edge-impulse-linux 1.3.5 → 1.3.7
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/cli/config.d.ts +10 -1
- package/build/cli/config.js +22 -1
- package/build/cli/config.js.map +1 -1
- package/build/cli/linux/linux.js +3 -3
- package/build/cli/linux/linux.js.map +1 -1
- package/build/cli/linux/runner.js +2 -1
- package/build/cli/linux/runner.js.map +1 -1
- package/build/cli/make-image.d.ts +8 -1
- package/build/cli/make-image.js +7 -2
- package/build/cli/make-image.js.map +1 -1
- package/build/library/classifier/linux-impulse-runner.js +1 -1
- package/build/library/classifier/linux-impulse-runner.js.map +1 -1
- package/build/library/sensors/gstreamer.d.ts +15 -2
- package/build/library/sensors/gstreamer.js +96 -33
- package/build/library/sensors/gstreamer.js.map +1 -1
- package/build/library/sensors/spawn-helper.d.ts +4 -0
- package/build/library/sensors/spawn-helper.js.map +1 -1
- package/build/sdk/studio/api/adminApi.d.ts +15 -0
- package/build/sdk/studio/api/adminApi.js +72 -0
- package/build/sdk/studio/api/adminApi.js.map +1 -1
- package/build/sdk/studio/api/applicationTestingApi.d.ts +20 -4
- package/build/sdk/studio/api/applicationTestingApi.js +79 -4
- package/build/sdk/studio/api/applicationTestingApi.js.map +1 -1
- package/build/sdk/studio/api/jobsApi.d.ts +1 -1
- package/build/sdk/studio/api/jobsApi.js +1 -1
- package/build/sdk/studio/api/organizationDataApi.d.ts +47 -1
- package/build/sdk/studio/api/organizationDataApi.js +223 -1
- package/build/sdk/studio/api/organizationDataApi.js.map +1 -1
- package/build/sdk/studio/api/organizationPortalsApi.d.ts +15 -0
- package/build/sdk/studio/api/organizationPortalsApi.js +72 -0
- package/build/sdk/studio/api/organizationPortalsApi.js.map +1 -1
- package/build/sdk/studio/api/projectsApi.d.ts +14 -0
- package/build/sdk/studio/api/projectsApi.js +66 -0
- package/build/sdk/studio/api/projectsApi.js.map +1 -1
- package/build/sdk/studio/api/rawDataApi.d.ts +15 -0
- package/build/sdk/studio/api/rawDataApi.js +75 -0
- package/build/sdk/studio/api/rawDataApi.js.map +1 -1
- package/build/sdk/studio/api/requiresSudoApi.d.ts +15 -0
- package/build/sdk/studio/api/requiresSudoApi.js +72 -0
- package/build/sdk/studio/api/requiresSudoApi.js.map +1 -1
- package/build/sdk/studio/api/uploadPortalApi.d.ts +1 -1
- package/build/sdk/studio/api/uploadPortalApi.js +1 -1
- package/build/sdk/studio/model/addOrganizationTransferLearningBlockRequest.d.ts +2 -3
- package/build/sdk/studio/model/addOrganizationTransferLearningBlockRequest.js +2 -3
- package/build/sdk/studio/model/addOrganizationTransferLearningBlockRequest.js.map +1 -1
- package/build/sdk/studio/model/adminUpdateUserRequest.d.ts +31 -0
- package/build/sdk/studio/model/adminUpdateUserRequest.js +35 -0
- package/build/sdk/studio/model/adminUpdateUserRequest.js.map +1 -0
- package/build/sdk/studio/model/applicationTestingUploadLabeledAudioRequest.d.ts +33 -0
- package/build/sdk/studio/model/applicationTestingUploadLabeledAudioRequest.js +32 -0
- package/build/sdk/studio/model/applicationTestingUploadLabeledAudioRequest.js.map +1 -0
- package/build/sdk/studio/model/applicationTestingUploadLabeledAudioResponse.d.ts +33 -0
- package/build/sdk/studio/model/applicationTestingUploadLabeledAudioResponse.js +42 -0
- package/build/sdk/studio/model/applicationTestingUploadLabeledAudioResponse.js.map +1 -0
- package/build/sdk/studio/model/applicationTestingUploadLabeledAudioResponseAllOf.d.ts +25 -0
- package/build/sdk/studio/model/applicationTestingUploadLabeledAudioResponseAllOf.js +32 -0
- package/build/sdk/studio/model/applicationTestingUploadLabeledAudioResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/classifyJobResponseAllOfResult.d.ts +2 -0
- package/build/sdk/studio/model/classifyJobResponseAllOfResult.js +5 -0
- package/build/sdk/studio/model/classifyJobResponseAllOfResult.js.map +1 -1
- package/build/sdk/studio/model/classifySampleResponseClassification.d.ts +2 -0
- package/build/sdk/studio/model/classifySampleResponseClassification.js +5 -0
- package/build/sdk/studio/model/classifySampleResponseClassification.js.map +1 -1
- package/build/sdk/studio/model/dataExplorerSettings.d.ts +2 -9
- package/build/sdk/studio/model/dataExplorerSettings.js +1 -16
- package/build/sdk/studio/model/dataExplorerSettings.js.map +1 -1
- package/build/sdk/studio/model/getApplicationTestingStatusResponse.d.ts +2 -0
- package/build/sdk/studio/model/getApplicationTestingStatusResponse.js +5 -0
- package/build/sdk/studio/model/getApplicationTestingStatusResponse.js.map +1 -1
- package/build/sdk/studio/model/getApplicationTestingStatusResponseAllOf.d.ts +2 -0
- package/build/sdk/studio/model/getApplicationTestingStatusResponseAllOf.js +5 -0
- package/build/sdk/studio/model/getApplicationTestingStatusResponseAllOf.js.map +1 -1
- package/build/sdk/studio/model/getDataExplorerSettingsResponse.d.ts +2 -9
- package/build/sdk/studio/model/getDataExplorerSettingsResponse.js +1 -16
- package/build/sdk/studio/model/getDataExplorerSettingsResponse.js.map +1 -1
- package/build/sdk/studio/model/getOrganizationDatasetResponse.d.ts +34 -0
- package/build/sdk/studio/model/getOrganizationDatasetResponse.js +42 -0
- package/build/sdk/studio/model/getOrganizationDatasetResponse.js.map +1 -0
- package/build/sdk/studio/model/getOrganizationDatasetResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/getOrganizationDatasetResponseAllOf.js +32 -0
- package/build/sdk/studio/model/getOrganizationDatasetResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/kerasModelMetadata.d.ts +2 -6
- package/build/sdk/studio/model/kerasModelMetadata.js +2 -3
- package/build/sdk/studio/model/kerasModelMetadata.js.map +1 -1
- package/build/sdk/studio/model/kerasModelMetadataAllOf.d.ts +2 -6
- package/build/sdk/studio/model/kerasModelMetadataAllOf.js +2 -3
- package/build/sdk/studio/model/kerasModelMetadataAllOf.js.map +1 -1
- package/build/sdk/studio/model/kerasResponse.d.ts +4 -0
- package/build/sdk/studio/model/kerasResponse.js +5 -0
- package/build/sdk/studio/model/kerasResponse.js.map +1 -1
- package/build/sdk/studio/model/kerasResponseAllOf.d.ts +4 -0
- package/build/sdk/studio/model/kerasResponseAllOf.js +5 -0
- package/build/sdk/studio/model/kerasResponseAllOf.js.map +1 -1
- package/build/sdk/studio/model/kerasResponseAllOfTransferLearningModels.d.ts +2 -0
- package/build/sdk/studio/model/kerasResponseAllOfTransferLearningModels.js +10 -0
- package/build/sdk/studio/model/kerasResponseAllOfTransferLearningModels.js.map +1 -1
- package/build/sdk/studio/model/kerasVisualLayerType.d.ts +1 -1
- package/build/sdk/studio/model/kerasVisualLayerType.js +1 -1
- package/build/sdk/studio/model/kerasVisualLayerType.js.map +1 -1
- package/build/sdk/studio/model/lastModificationDateResponse.d.ts +34 -0
- package/build/sdk/studio/model/lastModificationDateResponse.js +47 -0
- package/build/sdk/studio/model/lastModificationDateResponse.js.map +1 -0
- package/build/sdk/studio/model/lastModificationDateResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/lastModificationDateResponseAllOf.js +37 -0
- package/build/sdk/studio/model/lastModificationDateResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/listVersionsResponseAllOfVersions.d.ts +3 -0
- package/build/sdk/studio/model/listVersionsResponseAllOfVersions.js +15 -0
- package/build/sdk/studio/model/listVersionsResponseAllOfVersions.js.map +1 -1
- package/build/sdk/studio/model/models.d.ts +16 -3
- package/build/sdk/studio/model/models.js +50 -14
- package/build/sdk/studio/model/models.js.map +1 -1
- package/build/sdk/studio/model/objectDetectionLastLayer.d.ts +13 -0
- package/build/sdk/studio/model/objectDetectionLastLayer.js +16 -0
- package/build/sdk/studio/model/objectDetectionLastLayer.js.map +1 -0
- package/build/sdk/studio/model/organizationCreateProject.d.ts +4 -0
- package/build/sdk/studio/model/organizationCreateProject.js +12 -1
- package/build/sdk/studio/model/organizationCreateProject.js.map +1 -1
- package/build/sdk/studio/model/organizationCreateProjectRequest.d.ts +1 -0
- package/build/sdk/studio/model/organizationCreateProjectRequest.js +5 -0
- package/build/sdk/studio/model/organizationCreateProjectRequest.js.map +1 -1
- package/build/sdk/studio/model/organizationDataset.d.ts +30 -0
- package/build/sdk/studio/model/organizationDataset.js +57 -0
- package/build/sdk/studio/model/organizationDataset.js.map +1 -0
- package/build/sdk/studio/model/organizationGetCreateProjectsResponseAllOfJobs.d.ts +1 -0
- package/build/sdk/studio/model/organizationGetCreateProjectsResponseAllOfJobs.js +5 -0
- package/build/sdk/studio/model/organizationGetCreateProjectsResponseAllOfJobs.js.map +1 -1
- package/build/sdk/studio/model/organizationInfoResponse.d.ts +2 -2
- package/build/sdk/studio/model/organizationInfoResponse.js +1 -1
- package/build/sdk/studio/model/organizationInfoResponse.js.map +1 -1
- package/build/sdk/studio/model/organizationInfoResponseAllOf.d.ts +2 -2
- package/build/sdk/studio/model/organizationInfoResponseAllOf.js +1 -1
- package/build/sdk/studio/model/organizationInfoResponseAllOf.js.map +1 -1
- package/build/sdk/studio/model/organizationPipeline.d.ts +6 -0
- package/build/sdk/studio/model/organizationPipeline.js +17 -1
- package/build/sdk/studio/model/organizationPipeline.js.map +1 -1
- package/build/sdk/studio/model/organizationPipelineFeedingIntoProject.d.ts +28 -0
- package/build/sdk/studio/model/organizationPipelineFeedingIntoProject.js +47 -0
- package/build/sdk/studio/model/organizationPipelineFeedingIntoProject.js.map +1 -0
- package/build/sdk/studio/model/organizationPipelineRun.d.ts +4 -0
- package/build/sdk/studio/model/organizationPipelineRun.js +5 -0
- package/build/sdk/studio/model/organizationPipelineRun.js.map +1 -1
- package/build/sdk/studio/model/organizationPipelineRunStep.d.ts +1 -0
- package/build/sdk/studio/model/organizationPipelineRunStep.js +5 -0
- package/build/sdk/studio/model/organizationPipelineRunStep.js.map +1 -1
- package/build/sdk/studio/model/organizationPipelineStep.d.ts +1 -0
- package/build/sdk/studio/model/organizationPipelineStep.js +5 -0
- package/build/sdk/studio/model/organizationPipelineStep.js.map +1 -1
- package/build/sdk/studio/model/organizationTransferLearningBlock.d.ts +2 -3
- package/build/sdk/studio/model/organizationTransferLearningBlock.js +2 -3
- package/build/sdk/studio/model/organizationTransferLearningBlock.js.map +1 -1
- package/build/sdk/studio/model/organizationUpdatePipelineBody.d.ts +5 -0
- package/build/sdk/studio/model/organizationUpdatePipelineBody.js +17 -1
- package/build/sdk/studio/model/organizationUpdatePipelineBody.js.map +1 -1
- package/build/sdk/studio/model/project.d.ts +1 -0
- package/build/sdk/studio/model/project.js +5 -0
- package/build/sdk/studio/model/project.js.map +1 -1
- package/build/sdk/studio/model/projectInfoResponse.d.ts +1 -0
- package/build/sdk/studio/model/projectInfoResponse.js +5 -0
- package/build/sdk/studio/model/projectInfoResponse.js.map +1 -1
- package/build/sdk/studio/model/projectInfoResponseAllOf.d.ts +1 -0
- package/build/sdk/studio/model/projectInfoResponseAllOf.js +5 -0
- package/build/sdk/studio/model/projectInfoResponseAllOf.js.map +1 -1
- package/build/sdk/studio/model/startApplicationTestingRequest.d.ts +8 -0
- package/build/sdk/studio/model/startApplicationTestingRequest.js +10 -0
- package/build/sdk/studio/model/startApplicationTestingRequest.js.map +1 -1
- package/build/sdk/studio/model/updateOrganizationDatasetRequest.d.ts +26 -0
- package/build/sdk/studio/model/updateOrganizationDatasetRequest.js +37 -0
- package/build/sdk/studio/model/updateOrganizationDatasetRequest.js.map +1 -0
- package/build/sdk/studio/model/updateOrganizationTransferLearningBlockRequest.d.ts +2 -3
- package/build/sdk/studio/model/updateOrganizationTransferLearningBlockRequest.js +2 -3
- package/build/sdk/studio/model/updateOrganizationTransferLearningBlockRequest.js.map +1 -1
- package/build/sdk/studio/model/uploadImageRequest.d.ts +33 -0
- package/build/sdk/studio/model/uploadImageRequest.js +32 -0
- package/build/sdk/studio/model/uploadImageRequest.js.map +1 -0
- package/build/sdk/studio/model/verifyOrganizationBucketResponse.d.ts +37 -0
- package/build/sdk/studio/model/verifyOrganizationBucketResponse.js +42 -0
- package/build/sdk/studio/model/verifyOrganizationBucketResponse.js.map +1 -0
- package/build/sdk/studio/model/verifyOrganizationBucketResponseAllOf.d.ts +29 -0
- package/build/sdk/studio/model/verifyOrganizationBucketResponseAllOf.js +32 -0
- package/build/sdk/studio/model/verifyOrganizationBucketResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/verifyOrganizationBucketResponseAllOfFiles.d.ts +27 -0
- package/build/sdk/studio/model/verifyOrganizationBucketResponseAllOfFiles.js +42 -0
- package/build/sdk/studio/model/verifyOrganizationBucketResponseAllOfFiles.js.map +1 -0
- package/build/shared/bounding-box-file-types.d.ts +15 -0
- package/build/shared/bounding-box-file-types.js +18 -0
- package/build/shared/bounding-box-file-types.js.map +1 -0
- package/build/shared/viewmodels/init.d.ts +5 -0
- package/build/shared/viewmodels/init.js +2 -0
- package/build/shared/viewmodels/init.js.map +1 -1
- package/build/test/gstreamer.test.d.ts +1 -0
- package/build/test/gstreamer.test.js +1111 -0
- package/build/test/gstreamer.test.js.map +1 -0
- package/cli/linux/linux.ts +3 -3
- package/cli/linux/runner.ts +2 -1
- package/package.json +7 -3
- package/test/.mocharc.js +5 -0
- package/test/gstreamer.test.ts +1130 -0
|
@@ -0,0 +1,32 @@
|
|
|
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.ApplicationTestingUploadLabeledAudioResponseAllOf = void 0;
|
|
15
|
+
let ApplicationTestingUploadLabeledAudioResponseAllOf = /** @class */ (() => {
|
|
16
|
+
class ApplicationTestingUploadLabeledAudioResponseAllOf {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return ApplicationTestingUploadLabeledAudioResponseAllOf.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
ApplicationTestingUploadLabeledAudioResponseAllOf.discriminator = undefined;
|
|
22
|
+
ApplicationTestingUploadLabeledAudioResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "uploadKey",
|
|
25
|
+
"baseName": "uploadKey",
|
|
26
|
+
"type": "string"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
return ApplicationTestingUploadLabeledAudioResponseAllOf;
|
|
30
|
+
})();
|
|
31
|
+
exports.ApplicationTestingUploadLabeledAudioResponseAllOf = ApplicationTestingUploadLabeledAudioResponseAllOf;
|
|
32
|
+
//# sourceMappingURL=applicationTestingUploadLabeledAudioResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"applicationTestingUploadLabeledAudioResponseAllOf.js","sourceRoot":"","sources":["../../../../sdk/studio/model/applicationTestingUploadLabeledAudioResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;IAAA,MAAa,iDAAiD;QAY1D,MAAM,CAAC,mBAAmB;YACtB,OAAO,iDAAiD,CAAC,gBAAgB,CAAC;QAC9E,CAAC;;IAXM,+DAAa,GAAuB,SAAS,CAAC;IAE9C,kEAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,QAAQ;SACnB;KAAK,CAAC;IAKf,wDAAC;KAAA;AAfY,8GAAiD"}
|
|
@@ -10,8 +10,10 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { ClassifySampleResponseClassification } from './classifySampleResponseClassification';
|
|
13
|
+
import { Sample } from './sample';
|
|
13
14
|
export declare class ClassifyJobResponseAllOfResult {
|
|
14
15
|
'sampleId': number;
|
|
16
|
+
'sample': Sample;
|
|
15
17
|
'classifications': Array<ClassifySampleResponseClassification>;
|
|
16
18
|
static discriminator: string | undefined;
|
|
17
19
|
static attributeTypeMap: Array<{
|
|
@@ -25,6 +25,11 @@ let ClassifyJobResponseAllOfResult = /** @class */ (() => {
|
|
|
25
25
|
"baseName": "sampleId",
|
|
26
26
|
"type": "number"
|
|
27
27
|
},
|
|
28
|
+
{
|
|
29
|
+
"name": "sample",
|
|
30
|
+
"baseName": "sample",
|
|
31
|
+
"type": "Sample"
|
|
32
|
+
},
|
|
28
33
|
{
|
|
29
34
|
"name": "classifications",
|
|
30
35
|
"baseName": "classifications",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"classifyJobResponseAllOfResult.js","sourceRoot":"","sources":["../../../../sdk/studio/model/classifyJobResponseAllOfResult.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"classifyJobResponseAllOfResult.js","sourceRoot":"","sources":["../../../../sdk/studio/model/classifyJobResponseAllOfResult.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH;IAAA,MAAa,8BAA8B;QAwBvC,MAAM,CAAC,mBAAmB;YACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;QAC3D,CAAC;;IArBM,4CAAa,GAAuB,SAAS,CAAC;IAE9C,+CAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,iBAAiB;YACzB,UAAU,EAAE,iBAAiB;YAC7B,MAAM,EAAE,6CAA6C;SACxD;KAAK,CAAC;IAKf,qCAAC;KAAA;AA3BY,wEAA8B"}
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import { ClassifySampleResponseClassificationDetails } from './classifySampleResponseClassificationDetails';
|
|
13
13
|
import { ImpulseLearnBlock } from './impulseLearnBlock';
|
|
14
|
+
import { ObjectDetectionLastLayer } from './objectDetectionLastLayer';
|
|
14
15
|
import { StructuredClassifyResult } from './structuredClassifyResult';
|
|
15
16
|
export declare class ClassifySampleResponseClassification {
|
|
16
17
|
'learnBlock': ImpulseLearnBlock;
|
|
@@ -36,6 +37,7 @@ export declare class ClassifySampleResponseClassification {
|
|
|
36
37
|
* Structured outputs and computed metrics for some model types (e.g. object detection), one item per window.
|
|
37
38
|
*/
|
|
38
39
|
'details'?: Array<ClassifySampleResponseClassificationDetails>;
|
|
40
|
+
'objectDetectionLastLayer'?: ObjectDetectionLastLayer;
|
|
39
41
|
static discriminator: string | undefined;
|
|
40
42
|
static attributeTypeMap: Array<{
|
|
41
43
|
name: string;
|
|
@@ -49,6 +49,11 @@ let ClassifySampleResponseClassification = /** @class */ (() => {
|
|
|
49
49
|
"name": "details",
|
|
50
50
|
"baseName": "details",
|
|
51
51
|
"type": "Array<ClassifySampleResponseClassificationDetails>"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "objectDetectionLastLayer",
|
|
55
|
+
"baseName": "objectDetectionLastLayer",
|
|
56
|
+
"type": "ObjectDetectionLastLayer"
|
|
52
57
|
}
|
|
53
58
|
];
|
|
54
59
|
return ClassifySampleResponseClassification;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"classifySampleResponseClassification.js","sourceRoot":"","sources":["../../../../sdk/studio/model/classifySampleResponseClassification.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"classifySampleResponseClassification.js","sourceRoot":"","sources":["../../../../sdk/studio/model/classifySampleResponseClassification.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAOH;IAAA,MAAa,oCAAoC;QA+D7C,MAAM,CAAC,mBAAmB;YACtB,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;QACjE,CAAC;;IAzCM,kDAAa,GAAuB,SAAS,CAAC;IAE9C,qDAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,mBAAmB;SAC9B;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,mCAAmC;SAC9C;QACD;YACI,MAAM,EAAE,kBAAkB;YAC1B,UAAU,EAAE,kBAAkB;YAC9B,MAAM,EAAE,iCAAiC;SAC5C;QACD;YACI,MAAM,EAAE,yBAAyB;YACjC,UAAU,EAAE,yBAAyB;YACrC,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,wBAAwB;YAChC,UAAU,EAAE,wBAAwB;YACpC,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,oDAAoD;SAC/D;QACD;YACI,MAAM,EAAE,0BAA0B;YAClC,UAAU,EAAE,0BAA0B;YACtC,MAAM,EAAE,0BAA0B;SACrC;KAAK,CAAC;IAKf,2CAAC;KAAA;AAlEY,oFAAoC"}
|
|
@@ -9,18 +9,11 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { ImpulseDspBlock } from './impulseDspBlock';
|
|
13
|
-
import { ImpulseInputBlock } from './impulseInputBlock';
|
|
14
12
|
export declare class DataExplorerSettings {
|
|
15
13
|
/**
|
|
16
14
|
* Preset to use for the data explorer. If you set this to \'custom\' you also need to set the input / dsp blocks. The \"keywords\" and \"images\" preset use an embedding model after the DSP which will yield significantly better results.
|
|
17
15
|
*/
|
|
18
|
-
'preset'
|
|
19
|
-
'inputBlock'?: ImpulseInputBlock;
|
|
20
|
-
'dspBlock'?: ImpulseDspBlock;
|
|
21
|
-
'dspSettings'?: {
|
|
22
|
-
[key: string]: string;
|
|
23
|
-
};
|
|
16
|
+
'preset'?: DataExplorerSettingsPresetEnum;
|
|
24
17
|
static discriminator: string | undefined;
|
|
25
18
|
static attributeTypeMap: Array<{
|
|
26
19
|
name: string;
|
|
@@ -33,5 +26,5 @@ export declare class DataExplorerSettings {
|
|
|
33
26
|
type: string;
|
|
34
27
|
}[];
|
|
35
28
|
}
|
|
36
|
-
export declare type DataExplorerSettingsPresetEnum = 'keywords' | 'images' | '
|
|
29
|
+
export declare type DataExplorerSettingsPresetEnum = 'keywords' | 'images' | 'current-impulse' | 'current-impulse-embeddings';
|
|
37
30
|
export declare const DataExplorerSettingsPresetEnumValues: string[];
|
|
@@ -24,25 +24,10 @@ let DataExplorerSettings = /** @class */ (() => {
|
|
|
24
24
|
"name": "preset",
|
|
25
25
|
"baseName": "preset",
|
|
26
26
|
"type": "DataExplorerSettingsPresetEnum"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "inputBlock",
|
|
30
|
-
"baseName": "inputBlock",
|
|
31
|
-
"type": "ImpulseInputBlock"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"name": "dspBlock",
|
|
35
|
-
"baseName": "dspBlock",
|
|
36
|
-
"type": "ImpulseDspBlock"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"name": "dspSettings",
|
|
40
|
-
"baseName": "dspSettings",
|
|
41
|
-
"type": "{ [key: string]: string; }"
|
|
42
27
|
}
|
|
43
28
|
];
|
|
44
29
|
return DataExplorerSettings;
|
|
45
30
|
})();
|
|
46
31
|
exports.DataExplorerSettings = DataExplorerSettings;
|
|
47
|
-
exports.DataExplorerSettingsPresetEnumValues = ['keywords', 'images', '
|
|
32
|
+
exports.DataExplorerSettingsPresetEnumValues = ['keywords', 'images', 'current-impulse', 'current-impulse-embeddings'];
|
|
48
33
|
//# sourceMappingURL=dataExplorerSettings.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dataExplorerSettings.js","sourceRoot":"","sources":["../../../../sdk/studio/model/dataExplorerSettings.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"dataExplorerSettings.js","sourceRoot":"","sources":["../../../../sdk/studio/model/dataExplorerSettings.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;IAAA,MAAa,oBAAoB;QAe7B,MAAM,CAAC,mBAAmB;YACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;QACjD,CAAC;;IAXM,kCAAa,GAAuB,SAAS,CAAC;IAE9C,qCAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,gCAAgC;SAC3C;KAAK,CAAC;IAKf,2BAAC;KAAA;AAlBY,oDAAoB;AAsBpB,QAAA,oCAAoC,GAAa,CAAC,UAAU,EAAE,QAAQ,EAAE,iBAAiB,EAAE,4BAA4B,CAAC,CAAC"}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { StartApplicationTestingRequest } from './startApplicationTestingRequest';
|
|
12
13
|
export declare class GetApplicationTestingStatusResponse {
|
|
13
14
|
/**
|
|
14
15
|
* Whether the operation succeeded
|
|
@@ -19,6 +20,7 @@ export declare class GetApplicationTestingStatusResponse {
|
|
|
19
20
|
*/
|
|
20
21
|
'error'?: string;
|
|
21
22
|
'available': boolean;
|
|
23
|
+
'options'?: StartApplicationTestingRequest;
|
|
22
24
|
static discriminator: string | undefined;
|
|
23
25
|
static attributeTypeMap: Array<{
|
|
24
26
|
name: string;
|
|
@@ -34,6 +34,11 @@ let GetApplicationTestingStatusResponse = /** @class */ (() => {
|
|
|
34
34
|
"name": "available",
|
|
35
35
|
"baseName": "available",
|
|
36
36
|
"type": "boolean"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "options",
|
|
40
|
+
"baseName": "options",
|
|
41
|
+
"type": "StartApplicationTestingRequest"
|
|
37
42
|
}
|
|
38
43
|
];
|
|
39
44
|
return GetApplicationTestingStatusResponse;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getApplicationTestingStatusResponse.js","sourceRoot":"","sources":["../../../../sdk/studio/model/getApplicationTestingStatusResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"getApplicationTestingStatusResponse.js","sourceRoot":"","sources":["../../../../sdk/studio/model/getApplicationTestingStatusResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH;IAAA,MAAa,mCAAmC;QAoC5C,MAAM,CAAC,mBAAmB;YACtB,OAAO,mCAAmC,CAAC,gBAAgB,CAAC;QAChE,CAAC;;IA1BM,iDAAa,GAAuB,SAAS,CAAC;IAE9C,oDAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,gCAAgC;SAC3C;KAAK,CAAC;IAKf,0CAAC;KAAA;AAvCY,kFAAmC"}
|
|
@@ -9,8 +9,10 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { StartApplicationTestingRequest } from './startApplicationTestingRequest';
|
|
12
13
|
export declare class GetApplicationTestingStatusResponseAllOf {
|
|
13
14
|
'available': boolean;
|
|
15
|
+
'options'?: StartApplicationTestingRequest;
|
|
14
16
|
static discriminator: string | undefined;
|
|
15
17
|
static attributeTypeMap: Array<{
|
|
16
18
|
name: string;
|
|
@@ -24,6 +24,11 @@ let GetApplicationTestingStatusResponseAllOf = /** @class */ (() => {
|
|
|
24
24
|
"name": "available",
|
|
25
25
|
"baseName": "available",
|
|
26
26
|
"type": "boolean"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "options",
|
|
30
|
+
"baseName": "options",
|
|
31
|
+
"type": "StartApplicationTestingRequest"
|
|
27
32
|
}
|
|
28
33
|
];
|
|
29
34
|
return GetApplicationTestingStatusResponseAllOf;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getApplicationTestingStatusResponseAllOf.js","sourceRoot":"","sources":["../../../../sdk/studio/model/getApplicationTestingStatusResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"getApplicationTestingStatusResponseAllOf.js","sourceRoot":"","sources":["../../../../sdk/studio/model/getApplicationTestingStatusResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH;IAAA,MAAa,wCAAwC;QAkBjD,MAAM,CAAC,mBAAmB;YACtB,OAAO,wCAAwC,CAAC,gBAAgB,CAAC;QACrE,CAAC;;IAhBM,sDAAa,GAAuB,SAAS,CAAC;IAE9C,yDAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,gCAAgC;SAC3C;KAAK,CAAC;IAKf,+CAAC;KAAA;AArBY,4FAAwC"}
|
|
@@ -9,8 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { ImpulseDspBlock } from './impulseDspBlock';
|
|
13
|
-
import { ImpulseInputBlock } from './impulseInputBlock';
|
|
14
12
|
export declare class GetDataExplorerSettingsResponse {
|
|
15
13
|
/**
|
|
16
14
|
* Whether the operation succeeded
|
|
@@ -23,12 +21,7 @@ export declare class GetDataExplorerSettingsResponse {
|
|
|
23
21
|
/**
|
|
24
22
|
* Preset to use for the data explorer. If you set this to \'custom\' you also need to set the input / dsp blocks. The \"keywords\" and \"images\" preset use an embedding model after the DSP which will yield significantly better results.
|
|
25
23
|
*/
|
|
26
|
-
'preset'
|
|
27
|
-
'inputBlock'?: ImpulseInputBlock;
|
|
28
|
-
'dspBlock'?: ImpulseDspBlock;
|
|
29
|
-
'dspSettings'?: {
|
|
30
|
-
[key: string]: string;
|
|
31
|
-
};
|
|
24
|
+
'preset'?: GetDataExplorerSettingsResponsePresetEnum;
|
|
32
25
|
static discriminator: string | undefined;
|
|
33
26
|
static attributeTypeMap: Array<{
|
|
34
27
|
name: string;
|
|
@@ -41,5 +34,5 @@ export declare class GetDataExplorerSettingsResponse {
|
|
|
41
34
|
type: string;
|
|
42
35
|
}[];
|
|
43
36
|
}
|
|
44
|
-
export declare type GetDataExplorerSettingsResponsePresetEnum = 'keywords' | 'images' | '
|
|
37
|
+
export declare type GetDataExplorerSettingsResponsePresetEnum = 'keywords' | 'images' | 'current-impulse' | 'current-impulse-embeddings';
|
|
45
38
|
export declare const GetDataExplorerSettingsResponsePresetEnumValues: string[];
|
|
@@ -34,25 +34,10 @@ let GetDataExplorerSettingsResponse = /** @class */ (() => {
|
|
|
34
34
|
"name": "preset",
|
|
35
35
|
"baseName": "preset",
|
|
36
36
|
"type": "GetDataExplorerSettingsResponsePresetEnum"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"name": "inputBlock",
|
|
40
|
-
"baseName": "inputBlock",
|
|
41
|
-
"type": "ImpulseInputBlock"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"name": "dspBlock",
|
|
45
|
-
"baseName": "dspBlock",
|
|
46
|
-
"type": "ImpulseDspBlock"
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"name": "dspSettings",
|
|
50
|
-
"baseName": "dspSettings",
|
|
51
|
-
"type": "{ [key: string]: string; }"
|
|
52
37
|
}
|
|
53
38
|
];
|
|
54
39
|
return GetDataExplorerSettingsResponse;
|
|
55
40
|
})();
|
|
56
41
|
exports.GetDataExplorerSettingsResponse = GetDataExplorerSettingsResponse;
|
|
57
|
-
exports.GetDataExplorerSettingsResponsePresetEnumValues = ['keywords', 'images', '
|
|
42
|
+
exports.GetDataExplorerSettingsResponsePresetEnumValues = ['keywords', 'images', 'current-impulse', 'current-impulse-embeddings'];
|
|
58
43
|
//# sourceMappingURL=getDataExplorerSettingsResponse.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDataExplorerSettingsResponse.js","sourceRoot":"","sources":["../../../../sdk/studio/model/getDataExplorerSettingsResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"getDataExplorerSettingsResponse.js","sourceRoot":"","sources":["../../../../sdk/studio/model/getDataExplorerSettingsResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH;IAAA,MAAa,+BAA+B;QAiCxC,MAAM,CAAC,mBAAmB;YACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;QAC5D,CAAC;;IArBM,6CAAa,GAAuB,SAAS,CAAC;IAE9C,gDAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,2CAA2C;SACtD;KAAK,CAAC;IAKf,sCAAC;KAAA;AApCY,0EAA+B;AAwC/B,QAAA,+CAA+C,GAAa,CAAC,UAAU,EAAE,QAAQ,EAAE,iBAAiB,EAAE,4BAA4B,CAAC,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 { OrganizationDataset } from './organizationDataset';
|
|
13
|
+
export declare class GetOrganizationDatasetResponse {
|
|
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
|
+
'dataset': OrganizationDataset;
|
|
23
|
+
static discriminator: string | undefined;
|
|
24
|
+
static attributeTypeMap: Array<{
|
|
25
|
+
name: string;
|
|
26
|
+
baseName: string;
|
|
27
|
+
type: string;
|
|
28
|
+
}>;
|
|
29
|
+
static getAttributeTypeMap(): {
|
|
30
|
+
name: string;
|
|
31
|
+
baseName: string;
|
|
32
|
+
type: string;
|
|
33
|
+
}[];
|
|
34
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
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.GetOrganizationDatasetResponse = void 0;
|
|
15
|
+
let GetOrganizationDatasetResponse = /** @class */ (() => {
|
|
16
|
+
class GetOrganizationDatasetResponse {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return GetOrganizationDatasetResponse.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
GetOrganizationDatasetResponse.discriminator = undefined;
|
|
22
|
+
GetOrganizationDatasetResponse.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": "dataset",
|
|
35
|
+
"baseName": "dataset",
|
|
36
|
+
"type": "OrganizationDataset"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
return GetOrganizationDatasetResponse;
|
|
40
|
+
})();
|
|
41
|
+
exports.GetOrganizationDatasetResponse = GetOrganizationDatasetResponse;
|
|
42
|
+
//# sourceMappingURL=getOrganizationDatasetResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getOrganizationDatasetResponse.js","sourceRoot":"","sources":["../../../../sdk/studio/model/getOrganizationDatasetResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH;IAAA,MAAa,8BAA8B;QA8BvC,MAAM,CAAC,mBAAmB;YACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;QAC3D,CAAC;;IArBM,4CAAa,GAAuB,SAAS,CAAC;IAE9C,+CAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,qBAAqB;SAChC;KAAK,CAAC;IAKf,qCAAC;KAAA;AAjCY,wEAA8B"}
|
|
@@ -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 { OrganizationDataset } from './organizationDataset';
|
|
13
|
+
export declare class GetOrganizationDatasetResponseAllOf {
|
|
14
|
+
'dataset': OrganizationDataset;
|
|
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,32 @@
|
|
|
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.GetOrganizationDatasetResponseAllOf = void 0;
|
|
15
|
+
let GetOrganizationDatasetResponseAllOf = /** @class */ (() => {
|
|
16
|
+
class GetOrganizationDatasetResponseAllOf {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return GetOrganizationDatasetResponseAllOf.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
GetOrganizationDatasetResponseAllOf.discriminator = undefined;
|
|
22
|
+
GetOrganizationDatasetResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "dataset",
|
|
25
|
+
"baseName": "dataset",
|
|
26
|
+
"type": "OrganizationDataset"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
return GetOrganizationDatasetResponseAllOf;
|
|
30
|
+
})();
|
|
31
|
+
exports.GetOrganizationDatasetResponseAllOf = GetOrganizationDatasetResponseAllOf;
|
|
32
|
+
//# sourceMappingURL=getOrganizationDatasetResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getOrganizationDatasetResponseAllOf.js","sourceRoot":"","sources":["../../../../sdk/studio/model/getOrganizationDatasetResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH;IAAA,MAAa,mCAAmC;QAY5C,MAAM,CAAC,mBAAmB;YACtB,OAAO,mCAAmC,CAAC,gBAAgB,CAAC;QAChE,CAAC;;IAXM,iDAAa,GAAuB,SAAS,CAAC;IAE9C,oDAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,qBAAqB;SAChC;KAAK,CAAC;IAKf,0CAAC;KAAA;AAfY,kFAAmC"}
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import { KerasModelLayer } from './kerasModelLayer';
|
|
13
13
|
import { KerasModelMetadataMetrics } from './kerasModelMetadataMetrics';
|
|
14
14
|
import { KerasModelTypeEnum } from './kerasModelTypeEnum';
|
|
15
|
+
import { ObjectDetectionLastLayer } from './objectDetectionLastLayer';
|
|
15
16
|
export declare class KerasModelMetadata {
|
|
16
17
|
/**
|
|
17
18
|
* Whether the operation succeeded
|
|
@@ -44,10 +45,7 @@ export declare class KerasModelMetadata {
|
|
|
44
45
|
'modelValidationMetrics': Array<KerasModelMetadataMetrics>;
|
|
45
46
|
'hasTrainedModel': boolean;
|
|
46
47
|
'mode': KerasModelMetadataModeEnum;
|
|
47
|
-
|
|
48
|
-
* Last layer of the object detection model, only set when \"mode\" is \"object-detection\"
|
|
49
|
-
*/
|
|
50
|
-
'objectDetectionLastLayer'?: KerasModelMetadataObjectDetectionLastLayerEnum;
|
|
48
|
+
'objectDetectionLastLayer'?: ObjectDetectionLastLayer;
|
|
51
49
|
static discriminator: string | undefined;
|
|
52
50
|
static attributeTypeMap: Array<{
|
|
53
51
|
name: string;
|
|
@@ -62,5 +60,3 @@ export declare class KerasModelMetadata {
|
|
|
62
60
|
}
|
|
63
61
|
export declare type KerasModelMetadataModeEnum = 'classification' | 'regression' | 'object-detection';
|
|
64
62
|
export declare const KerasModelMetadataModeEnumValues: string[];
|
|
65
|
-
export declare type KerasModelMetadataObjectDetectionLastLayerEnum = 'mobilenet-ssd' | 'fomo' | 'yolov5';
|
|
66
|
-
export declare const KerasModelMetadataObjectDetectionLastLayerEnumValues: string[];
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*/
|
|
13
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
-
exports.
|
|
14
|
+
exports.KerasModelMetadataModeEnumValues = exports.KerasModelMetadata = void 0;
|
|
15
15
|
let KerasModelMetadata = /** @class */ (() => {
|
|
16
16
|
class KerasModelMetadata {
|
|
17
17
|
static getAttributeTypeMap() {
|
|
@@ -73,12 +73,11 @@ let KerasModelMetadata = /** @class */ (() => {
|
|
|
73
73
|
{
|
|
74
74
|
"name": "objectDetectionLastLayer",
|
|
75
75
|
"baseName": "objectDetectionLastLayer",
|
|
76
|
-
"type": "
|
|
76
|
+
"type": "ObjectDetectionLastLayer"
|
|
77
77
|
}
|
|
78
78
|
];
|
|
79
79
|
return KerasModelMetadata;
|
|
80
80
|
})();
|
|
81
81
|
exports.KerasModelMetadata = KerasModelMetadata;
|
|
82
82
|
exports.KerasModelMetadataModeEnumValues = ['classification', 'regression', 'object-detection'];
|
|
83
|
-
exports.KerasModelMetadataObjectDetectionLastLayerEnumValues = ['mobilenet-ssd', 'fomo', 'yolov5'];
|
|
84
83
|
//# sourceMappingURL=kerasModelMetadata.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kerasModelMetadata.js","sourceRoot":"","sources":["../../../../sdk/studio/model/kerasModelMetadata.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"kerasModelMetadata.js","sourceRoot":"","sources":["../../../../sdk/studio/model/kerasModelMetadata.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AASH;IAAA,MAAa,kBAAkB;QA6F3B,MAAM,CAAC,mBAAmB;YACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;QAC/C,CAAC;;IA7DM,gCAAa,GAAuB,SAAS,CAAC;IAE9C,mCAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,MAAM;SACjB;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,wBAAwB;SACnC;QACD;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,eAAe;SAC1B;QACD;YACI,MAAM,EAAE,qBAAqB;YAC7B,UAAU,EAAE,qBAAqB;YACjC,MAAM,EAAE,2BAA2B;SACtC;QACD;YACI,MAAM,EAAE,sBAAsB;YAC9B,UAAU,EAAE,sBAAsB;YAClC,MAAM,EAAE,oBAAoB;SAC/B;QACD;YACI,MAAM,EAAE,wBAAwB;YAChC,UAAU,EAAE,wBAAwB;YACpC,MAAM,EAAE,kCAAkC;SAC7C;QACD;YACI,MAAM,EAAE,iBAAiB;YACzB,UAAU,EAAE,iBAAiB;YAC7B,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,4BAA4B;SACvC;QACD;YACI,MAAM,EAAE,0BAA0B;YAClC,UAAU,EAAE,0BAA0B;YACtC,MAAM,EAAE,0BAA0B;SACrC;KAAK,CAAC;IAKf,yBAAC;KAAA;AAhGY,gDAAkB;AAoGlB,QAAA,gCAAgC,GAAa,CAAC,gBAAgB,EAAE,YAAY,EAAE,kBAAkB,CAAC,CAAC"}
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import { KerasModelLayer } from './kerasModelLayer';
|
|
13
13
|
import { KerasModelMetadataMetrics } from './kerasModelMetadataMetrics';
|
|
14
14
|
import { KerasModelTypeEnum } from './kerasModelTypeEnum';
|
|
15
|
+
import { ObjectDetectionLastLayer } from './objectDetectionLastLayer';
|
|
15
16
|
export declare class KerasModelMetadataAllOf {
|
|
16
17
|
/**
|
|
17
18
|
* Date when the model was trained
|
|
@@ -36,10 +37,7 @@ export declare class KerasModelMetadataAllOf {
|
|
|
36
37
|
'modelValidationMetrics': Array<KerasModelMetadataMetrics>;
|
|
37
38
|
'hasTrainedModel': boolean;
|
|
38
39
|
'mode': KerasModelMetadataAllOfModeEnum;
|
|
39
|
-
|
|
40
|
-
* Last layer of the object detection model, only set when \"mode\" is \"object-detection\"
|
|
41
|
-
*/
|
|
42
|
-
'objectDetectionLastLayer'?: KerasModelMetadataAllOfObjectDetectionLastLayerEnum;
|
|
40
|
+
'objectDetectionLastLayer'?: ObjectDetectionLastLayer;
|
|
43
41
|
static discriminator: string | undefined;
|
|
44
42
|
static attributeTypeMap: Array<{
|
|
45
43
|
name: string;
|
|
@@ -54,5 +52,3 @@ export declare class KerasModelMetadataAllOf {
|
|
|
54
52
|
}
|
|
55
53
|
export declare type KerasModelMetadataAllOfModeEnum = 'classification' | 'regression' | 'object-detection';
|
|
56
54
|
export declare const KerasModelMetadataAllOfModeEnumValues: string[];
|
|
57
|
-
export declare type KerasModelMetadataAllOfObjectDetectionLastLayerEnum = 'mobilenet-ssd' | 'fomo' | 'yolov5';
|
|
58
|
-
export declare const KerasModelMetadataAllOfObjectDetectionLastLayerEnumValues: string[];
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*/
|
|
13
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
-
exports.
|
|
14
|
+
exports.KerasModelMetadataAllOfModeEnumValues = exports.KerasModelMetadataAllOf = void 0;
|
|
15
15
|
let KerasModelMetadataAllOf = /** @class */ (() => {
|
|
16
16
|
class KerasModelMetadataAllOf {
|
|
17
17
|
static getAttributeTypeMap() {
|
|
@@ -63,12 +63,11 @@ let KerasModelMetadataAllOf = /** @class */ (() => {
|
|
|
63
63
|
{
|
|
64
64
|
"name": "objectDetectionLastLayer",
|
|
65
65
|
"baseName": "objectDetectionLastLayer",
|
|
66
|
-
"type": "
|
|
66
|
+
"type": "ObjectDetectionLastLayer"
|
|
67
67
|
}
|
|
68
68
|
];
|
|
69
69
|
return KerasModelMetadataAllOf;
|
|
70
70
|
})();
|
|
71
71
|
exports.KerasModelMetadataAllOf = KerasModelMetadataAllOf;
|
|
72
72
|
exports.KerasModelMetadataAllOfModeEnumValues = ['classification', 'regression', 'object-detection'];
|
|
73
|
-
exports.KerasModelMetadataAllOfObjectDetectionLastLayerEnumValues = ['mobilenet-ssd', 'fomo', 'yolov5'];
|
|
74
73
|
//# sourceMappingURL=kerasModelMetadataAllOf.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kerasModelMetadataAllOf.js","sourceRoot":"","sources":["../../../../sdk/studio/model/kerasModelMetadataAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"kerasModelMetadataAllOf.js","sourceRoot":"","sources":["../../../../sdk/studio/model/kerasModelMetadataAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAOH;IAAA,MAAa,uBAAuB;QA2EhC,MAAM,CAAC,mBAAmB;YACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;QACpD,CAAC;;IAnDM,qCAAa,GAAuB,SAAS,CAAC;IAE9C,wCAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,MAAM;SACjB;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,wBAAwB;SACnC;QACD;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,eAAe;SAC1B;QACD;YACI,MAAM,EAAE,qBAAqB;YAC7B,UAAU,EAAE,qBAAqB;YACjC,MAAM,EAAE,2BAA2B;SACtC;QACD;YACI,MAAM,EAAE,sBAAsB;YAC9B,UAAU,EAAE,sBAAsB;YAClC,MAAM,EAAE,oBAAoB;SAC/B;QACD;YACI,MAAM,EAAE,wBAAwB;YAChC,UAAU,EAAE,wBAAwB;YACpC,MAAM,EAAE,kCAAkC;SAC7C;QACD;YACI,MAAM,EAAE,iBAAiB;YACzB,UAAU,EAAE,iBAAiB;YAC7B,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,iCAAiC;SAC5C;QACD;YACI,MAAM,EAAE,0BAA0B;YAClC,UAAU,EAAE,0BAA0B;YACtC,MAAM,EAAE,0BAA0B;SACrC;KAAK,CAAC;IAKf,8BAAC;KAAA;AA9EY,0DAAuB;AAkFvB,QAAA,qCAAqC,GAAa,CAAC,gBAAgB,EAAE,YAAY,EAAE,kBAAkB,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kerasResponse.js","sourceRoot":"","sources":["../../../../sdk/studio/model/kerasResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAYH;IAAA,MAAa,aAAa;
|
|
1
|
+
{"version":3,"file":"kerasResponse.js","sourceRoot":"","sources":["../../../../sdk/studio/model/kerasResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAYH;IAAA,MAAa,aAAa;QA4JtB,MAAM,CAAC,mBAAmB;YACtB,OAAO,aAAa,CAAC,gBAAgB,CAAC;QAC1C,CAAC;;IArGM,2BAAa,GAAuB,SAAS,CAAC;IAE9C,8BAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,gBAAgB;SAC3B;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,gBAAgB;SAC3B;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,yBAAyB;YACjC,UAAU,EAAE,yBAAyB;YACrC,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,mBAAmB;YAC3B,UAAU,EAAE,mBAAmB;YAC/B,MAAM,EAAE,oBAAoB;SAC/B;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,uBAAuB;SAClC;QACD;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,yBAAyB;SACpC;QACD;YACI,MAAM,EAAE,gBAAgB;YACxB,UAAU,EAAE,gBAAgB;YAC5B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,gBAAgB;YACxB,UAAU,EAAE,gBAAgB;YAC5B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,kBAAkB;YAC1B,UAAU,EAAE,kBAAkB;YAC9B,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,yBAAyB;YACjC,UAAU,EAAE,yBAAyB;YACrC,MAAM,EAAE,6BAA6B;SACxC;QACD;YACI,MAAM,EAAE,+BAA+B;YACvC,UAAU,EAAE,+BAA+B;YAC3C,MAAM,EAAE,+BAA+B;SAC1C;QACD;YACI,MAAM,EAAE,wBAAwB;YAChC,UAAU,EAAE,wBAAwB;YACpC,MAAM,EAAE,iDAAiD;SAC5D;KAAK,CAAC;IAKf,oBAAC;KAAA;AA/JY,sCAAa;AAmKb,QAAA,2BAA2B,GAAa,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC"}
|