edge-impulse-linux 1.3.1 → 1.3.4
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 +2 -1
- package/build/cli/config.js +3 -0
- package/build/cli/config.js.map +1 -1
- package/build/cli/linux/camera-debug.js +6 -1
- package/build/cli/linux/camera-debug.js.map +1 -1
- package/build/cli/linux/linux.js +21 -7
- package/build/cli/linux/linux.js.map +1 -1
- package/build/cli/linux/runner.js +6 -1
- package/build/cli/linux/runner.js.map +1 -1
- package/build/cli/make-image.d.ts +1 -1
- package/build/cli/make-image.js +1 -2
- package/build/cli/make-image.js.map +1 -1
- package/build/library/classifier/linux-impulse-runner.js +9 -6
- package/build/library/classifier/linux-impulse-runner.js.map +1 -1
- package/build/library/sensors/gstreamer.d.ts +4 -0
- package/build/library/sensors/gstreamer.js +66 -1
- package/build/library/sensors/gstreamer.js.map +1 -1
- package/build/library/sensors/imagesnap.d.ts +6 -1
- package/build/library/sensors/imagesnap.js +103 -4
- package/build/library/sensors/imagesnap.js.map +1 -1
- package/build/sdk/studio/api/allowsReadOnlyApi.d.ts +26 -0
- package/build/sdk/studio/api/allowsReadOnlyApi.js +126 -0
- package/build/sdk/studio/api/allowsReadOnlyApi.js.map +1 -1
- package/build/sdk/studio/api/apis.d.ts +5 -1
- package/build/sdk/studio/api/apis.js +5 -1
- package/build/sdk/studio/api/apis.js.map +1 -1
- package/build/sdk/studio/api/deploymentApi.d.ts +26 -0
- package/build/sdk/studio/api/deploymentApi.js +126 -0
- package/build/sdk/studio/api/deploymentApi.js.map +1 -1
- package/build/sdk/studio/api/jobsApi.d.ts +36 -1
- package/build/sdk/studio/api/jobsApi.js +169 -1
- package/build/sdk/studio/api/jobsApi.js.map +1 -1
- package/build/sdk/studio/api/organizationBlocksApi.d.ts +84 -2
- package/build/sdk/studio/api/organizationBlocksApi.js +394 -2
- package/build/sdk/studio/api/organizationBlocksApi.js.map +1 -1
- package/build/sdk/studio/api/organizationJobsApi.d.ts +20 -1
- package/build/sdk/studio/api/organizationJobsApi.js +91 -1
- package/build/sdk/studio/api/organizationJobsApi.js.map +1 -1
- package/build/sdk/studio/api/organizationRequiresAdminApi.d.ts +0 -15
- package/build/sdk/studio/api/organizationRequiresAdminApi.js +0 -72
- package/build/sdk/studio/api/organizationRequiresAdminApi.js.map +1 -1
- package/build/sdk/studio/api/organizationsApi.d.ts +3 -2
- package/build/sdk/studio/api/organizationsApi.js +1 -5
- package/build/sdk/studio/api/organizationsApi.js.map +1 -1
- package/build/sdk/studio/api/rawDataApi.d.ts +17 -0
- package/build/sdk/studio/api/rawDataApi.js +78 -0
- package/build/sdk/studio/api/rawDataApi.js.map +1 -1
- package/build/sdk/studio/api/requiresSudoApi.d.ts +70 -0
- package/build/sdk/studio/api/requiresSudoApi.js +330 -0
- package/build/sdk/studio/api/requiresSudoApi.js.map +1 -1
- package/build/sdk/studio/api/themesApi.d.ts +123 -0
- package/build/sdk/studio/api/themesApi.js +479 -0
- package/build/sdk/studio/api/themesApi.js.map +1 -0
- package/build/sdk/studio/api/whitelabelsApi.d.ts +108 -0
- package/build/sdk/studio/api/whitelabelsApi.js +398 -0
- package/build/sdk/studio/api/whitelabelsApi.js.map +1 -0
- package/build/sdk/studio/model/addOrganizationDeployBlockRequest.d.ts +6 -0
- package/build/sdk/studio/model/addOrganizationDeployBlockRequest.js +22 -1
- package/build/sdk/studio/model/addOrganizationDeployBlockRequest.js.map +1 -1
- package/build/sdk/studio/model/addOrganizationTransferLearningBlockRequest.d.ts +33 -0
- package/build/sdk/studio/model/addOrganizationTransferLearningBlockRequest.js +54 -0
- package/build/sdk/studio/model/addOrganizationTransferLearningBlockRequest.js.map +1 -0
- package/build/sdk/studio/model/{kerasVisualLayerTunableParams.d.ts → addOrganizationTransferLearningBlockResponse.d.ts} +10 -8
- package/build/sdk/studio/model/addOrganizationTransferLearningBlockResponse.js +42 -0
- package/build/sdk/studio/model/addOrganizationTransferLearningBlockResponse.js.map +1 -0
- package/build/sdk/studio/model/createWhitelabelRequest.d.ts +37 -0
- package/build/sdk/studio/model/createWhitelabelRequest.js +47 -0
- package/build/sdk/studio/model/createWhitelabelRequest.js.map +1 -0
- package/build/sdk/studio/model/createWhitelabelResponse.d.ts +40 -0
- package/build/sdk/studio/model/createWhitelabelResponse.js +47 -0
- package/build/sdk/studio/model/createWhitelabelResponse.js.map +1 -0
- package/build/sdk/studio/model/createWhitelabelResponseAllOf.d.ts +32 -0
- package/build/sdk/studio/model/createWhitelabelResponseAllOf.js +37 -0
- package/build/sdk/studio/model/createWhitelabelResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/dSPBlock.d.ts +2 -0
- package/build/sdk/studio/model/dSPBlock.js +10 -0
- package/build/sdk/studio/model/dSPBlock.js.map +1 -1
- package/build/sdk/studio/model/dSPInfo.d.ts +2 -0
- package/build/sdk/studio/model/dSPInfo.js +10 -0
- package/build/sdk/studio/model/dSPInfo.js.map +1 -1
- package/build/sdk/studio/model/deploymentTarget.d.ts +41 -0
- package/build/sdk/studio/model/deploymentTarget.js +98 -0
- package/build/sdk/studio/model/deploymentTarget.js.map +1 -0
- package/build/sdk/studio/model/deploymentTargetBadge.d.ts +26 -0
- package/build/sdk/studio/model/deploymentTargetBadge.js +37 -0
- package/build/sdk/studio/model/deploymentTargetBadge.js.map +1 -0
- package/build/sdk/studio/model/deploymentTargetsResponse.d.ts +34 -0
- package/build/sdk/studio/model/deploymentTargetsResponse.js +42 -0
- package/build/sdk/studio/model/deploymentTargetsResponse.js.map +1 -0
- package/build/sdk/studio/model/deploymentTargetsResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/deploymentTargetsResponseAllOf.js +32 -0
- package/build/sdk/studio/model/deploymentTargetsResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/generateFeaturesRequest.d.ts +4 -0
- package/build/sdk/studio/model/generateFeaturesRequest.js +5 -0
- package/build/sdk/studio/model/generateFeaturesRequest.js.map +1 -1
- package/build/sdk/studio/model/getAllWhitelabelsResponse.d.ts +34 -0
- package/build/sdk/studio/model/getAllWhitelabelsResponse.js +42 -0
- package/build/sdk/studio/model/getAllWhitelabelsResponse.js.map +1 -0
- package/build/sdk/studio/model/getAllWhitelabelsResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/getAllWhitelabelsResponseAllOf.js +32 -0
- package/build/sdk/studio/model/getAllWhitelabelsResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/getJWTTokenRequest.d.ts +3 -0
- package/build/sdk/studio/model/getJWTTokenRequest.js +7 -1
- package/build/sdk/studio/model/getJWTTokenRequest.js.map +1 -1
- package/build/sdk/studio/model/getThemeResponse.d.ts +34 -0
- package/build/sdk/studio/model/getThemeResponse.js +42 -0
- package/build/sdk/studio/model/getThemeResponse.js.map +1 -0
- package/build/sdk/studio/model/getThemeResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/getThemeResponseAllOf.js +32 -0
- package/build/sdk/studio/model/getThemeResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/getThemesResponse.d.ts +34 -0
- package/build/sdk/studio/model/getThemesResponse.js +42 -0
- package/build/sdk/studio/model/getThemesResponse.js.map +1 -0
- package/build/sdk/studio/model/getThemesResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/getThemesResponseAllOf.js +32 -0
- package/build/sdk/studio/model/getThemesResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/getWhitelabelResponse.d.ts +34 -0
- package/build/sdk/studio/model/getWhitelabelResponse.js +42 -0
- package/build/sdk/studio/model/getWhitelabelResponse.js.map +1 -0
- package/build/sdk/studio/model/getWhitelabelResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/getWhitelabelResponseAllOf.js +32 -0
- package/build/sdk/studio/model/getWhitelabelResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/impulseDspBlock.d.ts +2 -0
- package/build/sdk/studio/model/impulseDspBlock.js +5 -0
- package/build/sdk/studio/model/impulseDspBlock.js.map +1 -1
- package/build/sdk/studio/model/{getEvalUserMobileClientUrlResponseAllOf.d.ts → impulseDspBlockOrganization.d.ts} +3 -2
- package/build/sdk/studio/model/impulseDspBlockOrganization.js +37 -0
- package/build/sdk/studio/model/impulseDspBlockOrganization.js.map +1 -0
- package/build/sdk/studio/model/impulseLearnBlock.d.ts +2 -4
- package/build/sdk/studio/model/impulseLearnBlock.js +1 -1
- package/build/sdk/studio/model/impulseLearnBlock.js.map +1 -1
- package/build/sdk/studio/model/job.d.ts +5 -0
- package/build/sdk/studio/model/job.js +10 -0
- package/build/sdk/studio/model/job.js.map +1 -1
- package/build/sdk/studio/model/kerasModelMetadata.d.ts +1 -1
- package/build/sdk/studio/model/kerasModelMetadata.js +1 -1
- package/build/sdk/studio/model/kerasModelMetadata.js.map +1 -1
- package/build/sdk/studio/model/kerasModelMetadataAllOf.d.ts +1 -1
- package/build/sdk/studio/model/kerasModelMetadataAllOf.js +1 -1
- package/build/sdk/studio/model/kerasModelMetadataAllOf.js.map +1 -1
- package/build/sdk/studio/model/kerasResponse.d.ts +4 -24
- package/build/sdk/studio/model/kerasResponse.js +7 -24
- package/build/sdk/studio/model/kerasResponse.js.map +1 -1
- package/build/sdk/studio/model/kerasResponseAllOf.d.ts +4 -24
- package/build/sdk/studio/model/kerasResponseAllOf.js +7 -24
- package/build/sdk/studio/model/kerasResponseAllOf.js.map +1 -1
- package/build/sdk/studio/model/kerasResponseAllOfTransferLearningModels.d.ts +34 -0
- package/build/sdk/studio/model/kerasResponseAllOfTransferLearningModels.js +72 -0
- package/build/sdk/studio/model/kerasResponseAllOfTransferLearningModels.js.map +1 -0
- package/build/sdk/studio/model/kerasVisualLayer.d.ts +6 -5
- package/build/sdk/studio/model/kerasVisualLayer.js +5 -6
- package/build/sdk/studio/model/kerasVisualLayer.js.map +1 -1
- package/build/sdk/studio/model/kerasVisualLayerType.d.ts +13 -0
- package/build/sdk/studio/model/kerasVisualLayerType.js +16 -0
- package/build/sdk/studio/model/kerasVisualLayerType.js.map +1 -0
- package/build/sdk/studio/model/learnBlockType.d.ts +16 -0
- package/build/sdk/studio/model/learnBlockType.js +16 -0
- package/build/sdk/studio/model/learnBlockType.js.map +1 -0
- package/build/sdk/studio/model/listJobsResponse.d.ts +1 -0
- package/build/sdk/studio/model/listJobsResponse.js +5 -0
- package/build/sdk/studio/model/listJobsResponse.js.map +1 -1
- package/build/sdk/studio/model/listJobsResponseAllOf.d.ts +1 -0
- package/build/sdk/studio/model/listJobsResponseAllOf.js +5 -0
- package/build/sdk/studio/model/listJobsResponseAllOf.js.map +1 -1
- package/build/sdk/studio/model/listOrganizationApiKeysResponseAllOfApiKeys.d.ts +1 -0
- package/build/sdk/studio/model/listOrganizationApiKeysResponseAllOfApiKeys.js +5 -0
- package/build/sdk/studio/model/listOrganizationApiKeysResponseAllOfApiKeys.js.map +1 -1
- package/build/sdk/studio/model/listOrganizationTransferLearningBlocksResponse.d.ts +34 -0
- package/build/sdk/studio/model/listOrganizationTransferLearningBlocksResponse.js +42 -0
- package/build/sdk/studio/model/listOrganizationTransferLearningBlocksResponse.js.map +1 -0
- package/build/sdk/studio/model/listOrganizationTransferLearningBlocksResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/listOrganizationTransferLearningBlocksResponseAllOf.js +32 -0
- package/build/sdk/studio/model/listOrganizationTransferLearningBlocksResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/modelVariantStats.d.ts +2 -6
- package/build/sdk/studio/model/modelVariantStats.js +2 -3
- package/build/sdk/studio/model/modelVariantStats.js.map +1 -1
- package/build/sdk/studio/model/models.d.ts +41 -1
- package/build/sdk/studio/model/models.js +134 -11
- package/build/sdk/studio/model/models.js.map +1 -1
- package/build/sdk/studio/model/objectDetectionAutoLabelRequest.d.ts +27 -0
- package/build/sdk/studio/model/objectDetectionAutoLabelRequest.js +33 -0
- package/build/sdk/studio/model/objectDetectionAutoLabelRequest.js.map +1 -0
- package/build/sdk/studio/model/objectDetectionAutoLabelResponse.d.ts +35 -0
- package/build/sdk/studio/model/objectDetectionAutoLabelResponse.js +47 -0
- package/build/sdk/studio/model/objectDetectionAutoLabelResponse.js.map +1 -0
- package/build/sdk/studio/model/objectDetectionAutoLabelResponseAllOf.d.ts +27 -0
- package/build/sdk/studio/model/objectDetectionAutoLabelResponseAllOf.js +37 -0
- package/build/sdk/studio/model/objectDetectionAutoLabelResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/objectDetectionAutoLabelResponseAllOfResults.d.ts +29 -0
- package/build/sdk/studio/model/objectDetectionAutoLabelResponseAllOfResults.js +52 -0
- package/build/sdk/studio/model/objectDetectionAutoLabelResponseAllOfResults.js.map +1 -0
- package/build/sdk/studio/model/organizationDeployBlock.d.ts +6 -0
- package/build/sdk/studio/model/organizationDeployBlock.js +22 -1
- package/build/sdk/studio/model/organizationDeployBlock.js.map +1 -1
- package/build/sdk/studio/model/organizationDspBlock.d.ts +2 -0
- package/build/sdk/studio/model/organizationDspBlock.js +10 -0
- package/build/sdk/studio/model/organizationDspBlock.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 +38 -0
- package/build/sdk/studio/model/organizationTransferLearningBlock.js +79 -0
- package/build/sdk/studio/model/organizationTransferLearningBlock.js.map +1 -0
- package/build/sdk/studio/model/projectInfoResponse.d.ts +12 -0
- package/build/sdk/studio/model/projectInfoResponse.js +15 -0
- package/build/sdk/studio/model/projectInfoResponse.js.map +1 -1
- package/build/sdk/studio/model/projectInfoResponseAllOf.d.ts +12 -0
- package/build/sdk/studio/model/projectInfoResponseAllOf.js +15 -0
- package/build/sdk/studio/model/projectInfoResponseAllOf.js.map +1 -1
- package/build/sdk/studio/model/projectInfoResponseAllOfDeploySettings.d.ts +1 -1
- package/build/sdk/studio/model/projectInfoResponseAllOfDeploySettings.js +1 -1
- package/build/sdk/studio/model/projectInfoResponseAllOfDeploySettings.js.map +1 -1
- package/build/sdk/studio/model/projectInfoResponseAllOfLatencyDevices.d.ts +1 -0
- package/build/sdk/studio/model/projectInfoResponseAllOfLatencyDevices.js +5 -0
- package/build/sdk/studio/model/projectInfoResponseAllOfLatencyDevices.js.map +1 -1
- package/build/sdk/studio/model/projectInfoResponseAllOfPerformance.d.ts +5 -0
- package/build/sdk/studio/model/projectInfoResponseAllOfPerformance.js +10 -0
- package/build/sdk/studio/model/projectInfoResponseAllOfPerformance.js.map +1 -1
- package/build/sdk/studio/model/sample.d.ts +3 -0
- package/build/sdk/studio/model/sample.js +7 -1
- package/build/sdk/studio/model/sample.js.map +1 -1
- package/build/sdk/studio/model/setKerasParameterRequest.d.ts +0 -18
- package/build/sdk/studio/model/setKerasParameterRequest.js +1 -22
- package/build/sdk/studio/model/setKerasParameterRequest.js.map +1 -1
- package/build/sdk/studio/model/theme.d.ts +34 -0
- package/build/sdk/studio/model/theme.js +62 -0
- package/build/sdk/studio/model/theme.js.map +1 -0
- package/build/sdk/studio/model/themeColors.d.ts +28 -0
- package/build/sdk/studio/model/themeColors.js +47 -0
- package/build/sdk/studio/model/themeColors.js.map +1 -0
- package/build/sdk/studio/model/themeFavicon.d.ts +34 -0
- package/build/sdk/studio/model/themeFavicon.js +77 -0
- package/build/sdk/studio/model/themeFavicon.js.map +1 -0
- package/build/sdk/studio/model/themeLogos.d.ts +30 -0
- package/build/sdk/studio/model/themeLogos.js +57 -0
- package/build/sdk/studio/model/themeLogos.js.map +1 -0
- package/build/sdk/studio/model/updateJobRequest.d.ts +28 -0
- package/build/sdk/studio/model/updateJobRequest.js +32 -0
- package/build/sdk/studio/model/updateJobRequest.js.map +1 -0
- package/build/sdk/studio/model/updateOrganizationDeployBlockRequest.d.ts +6 -0
- package/build/sdk/studio/model/updateOrganizationDeployBlockRequest.js +22 -1
- package/build/sdk/studio/model/updateOrganizationDeployBlockRequest.js.map +1 -1
- package/build/sdk/studio/model/updateOrganizationTransferLearningBlockRequest.d.ts +33 -0
- package/build/sdk/studio/model/updateOrganizationTransferLearningBlockRequest.js +54 -0
- package/build/sdk/studio/model/updateOrganizationTransferLearningBlockRequest.js.map +1 -0
- package/build/sdk/studio/model/updateProjectRequest.d.ts +17 -0
- package/build/sdk/studio/model/updateProjectRequest.js +25 -0
- package/build/sdk/studio/model/updateProjectRequest.js.map +1 -1
- package/build/sdk/studio/model/updateThemeColorsRequest.d.ts +35 -0
- package/build/sdk/studio/model/updateThemeColorsRequest.js +40 -0
- package/build/sdk/studio/model/updateThemeColorsRequest.js.map +1 -0
- package/build/sdk/studio/model/updateThemeFaviconRequest.d.ts +33 -0
- package/build/sdk/studio/model/updateThemeFaviconRequest.js +32 -0
- package/build/sdk/studio/model/updateThemeFaviconRequest.js.map +1 -0
- package/build/sdk/studio/model/updateThemeLogosRequest.d.ts +51 -0
- package/build/sdk/studio/model/updateThemeLogosRequest.js +60 -0
- package/build/sdk/studio/model/updateThemeLogosRequest.js.map +1 -0
- package/build/sdk/studio/model/updateWhitelabelDeploymentTargetsRequest.d.ts +28 -0
- package/build/sdk/studio/model/updateWhitelabelDeploymentTargetsRequest.js +32 -0
- package/build/sdk/studio/model/updateWhitelabelDeploymentTargetsRequest.js.map +1 -0
- package/build/sdk/studio/model/uploadCustomBlockRequest.d.ts +1 -1
- package/build/sdk/studio/model/uploadCustomBlockRequest.js +1 -1
- package/build/sdk/studio/model/uploadCustomBlockRequest.js.map +1 -1
- package/build/sdk/studio/model/uploadLogoRequest.d.ts +1 -1
- package/build/sdk/studio/model/{getEvalUserMobileClientUrlResponse.d.ts → uploadLogoResponse.d.ts} +2 -2
- package/build/sdk/studio/model/{getEvalUserMobileClientUrlResponse.js → uploadLogoResponse.js} +11 -11
- package/build/sdk/studio/model/uploadLogoResponse.js.map +1 -0
- package/build/sdk/studio/model/uploadLogoResponseAllOf.d.ts +25 -0
- package/build/sdk/studio/model/uploadLogoResponseAllOf.js +32 -0
- package/build/sdk/studio/model/uploadLogoResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/verifyOrganizationBucketRequest.d.ts +4 -0
- package/build/sdk/studio/model/verifyOrganizationBucketRequest.js +5 -0
- package/build/sdk/studio/model/verifyOrganizationBucketRequest.js.map +1 -1
- package/build/sdk/studio/model/whitelabel.d.ts +30 -0
- package/build/sdk/studio/model/whitelabel.js +57 -0
- package/build/sdk/studio/model/whitelabel.js.map +1 -0
- package/build/shared/MgmtInterfaceTypes.d.ts +1 -0
- package/build/shared/daemon/ei-serial-protocol.d.ts +1 -1
- package/build/shared/daemon/ei-serial-protocol.js +23 -2
- package/build/shared/daemon/ei-serial-protocol.js.map +1 -1
- package/build/shared/daemon/iserialconnector.d.ts +1 -0
- package/build/shared/daemon/remote-mgmt-service.d.ts +2 -1
- package/build/shared/daemon/remote-mgmt-service.js +8 -2
- package/build/shared/daemon/remote-mgmt-service.js.map +1 -1
- package/build/shared/viewmodels/init.d.ts +12 -0
- package/build/shared/viewmodels/init.js +6 -0
- package/build/shared/viewmodels/init.js.map +1 -1
- package/cli/linux/camera-debug.ts +8 -1
- package/cli/linux/linux.ts +23 -8
- package/cli/linux/runner.ts +7 -1
- package/package.json +1 -1
- package/build/sdk/studio/model/getEvalUserMobileClientUrlResponse.js.map +0 -1
- package/build/sdk/studio/model/getEvalUserMobileClientUrlResponseAllOf.js +0 -32
- package/build/sdk/studio/model/getEvalUserMobileClientUrlResponseAllOf.js.map +0 -1
- package/build/sdk/studio/model/kerasVisualLayerTunableParams.js +0 -53
- package/build/sdk/studio/model/kerasVisualLayerTunableParams.js.map +0 -1
|
@@ -11,6 +11,8 @@ export * from './addOrganizationDeployBlockRequest';
|
|
|
11
11
|
export * from './addOrganizationDeployBlockResponse';
|
|
12
12
|
export * from './addOrganizationDspBlockRequest';
|
|
13
13
|
export * from './addOrganizationDspBlockResponse';
|
|
14
|
+
export * from './addOrganizationTransferLearningBlockRequest';
|
|
15
|
+
export * from './addOrganizationTransferLearningBlockResponse';
|
|
14
16
|
export * from './addOrganizationTransformationBlockRequest';
|
|
15
17
|
export * from './addOrganizationTransformationBlockResponse';
|
|
16
18
|
export * from './addOrganizationTransformationBlockResponseAllOf';
|
|
@@ -77,6 +79,9 @@ export * from './createUserResponseAllOf';
|
|
|
77
79
|
export * from './createUserThirdPartyRequest';
|
|
78
80
|
export * from './createUserThirdPartyResponse';
|
|
79
81
|
export * from './createUserThirdPartyResponseAllOf';
|
|
82
|
+
export * from './createWhitelabelRequest';
|
|
83
|
+
export * from './createWhitelabelResponse';
|
|
84
|
+
export * from './createWhitelabelResponseAllOf';
|
|
80
85
|
export * from './cropSampleRequest';
|
|
81
86
|
export * from './cropSampleResponse';
|
|
82
87
|
export * from './cropSampleResponseAllOf';
|
|
@@ -95,6 +100,10 @@ export * from './dSPMetadataOutputConfig';
|
|
|
95
100
|
export * from './dSPMetadataOutputConfigShape';
|
|
96
101
|
export * from './dSPMetadataResponse';
|
|
97
102
|
export * from './dependencyData';
|
|
103
|
+
export * from './deploymentTarget';
|
|
104
|
+
export * from './deploymentTargetBadge';
|
|
105
|
+
export * from './deploymentTargetsResponse';
|
|
106
|
+
export * from './deploymentTargetsResponseAllOf';
|
|
98
107
|
export * from './developmentKeys';
|
|
99
108
|
export * from './developmentKeysResponse';
|
|
100
109
|
export * from './device';
|
|
@@ -141,6 +150,8 @@ export * from './generateFeaturesRequest';
|
|
|
141
150
|
export * from './genericApiResponse';
|
|
142
151
|
export * from './getAllThirdPartyAuthResponse';
|
|
143
152
|
export * from './getAllThirdPartyAuthResponseAllOf';
|
|
153
|
+
export * from './getAllWhitelabelsResponse';
|
|
154
|
+
export * from './getAllWhitelabelsResponseAllOf';
|
|
144
155
|
export * from './getApplicationTestingGroundTruthResponse';
|
|
145
156
|
export * from './getApplicationTestingGroundTruthResponseAllOf';
|
|
146
157
|
export * from './getApplicationTestingParameterSetsResponse';
|
|
@@ -173,14 +184,21 @@ export * from './getOrganizationPortalResponseAllOf';
|
|
|
173
184
|
export * from './getSampleResponse';
|
|
174
185
|
export * from './getSyntiantPosteriorResponse';
|
|
175
186
|
export * from './getSyntiantPosteriorResponseAllOf';
|
|
187
|
+
export * from './getThemeResponse';
|
|
188
|
+
export * from './getThemeResponseAllOf';
|
|
189
|
+
export * from './getThemesResponse';
|
|
190
|
+
export * from './getThemesResponseAllOf';
|
|
176
191
|
export * from './getThirdPartyAuthResponse';
|
|
177
192
|
export * from './getThirdPartyAuthResponseAllOf';
|
|
178
193
|
export * from './getUserResponse';
|
|
179
194
|
export * from './getUserResponseAllOf';
|
|
180
195
|
export * from './getUserResponseAllOfOrganizations';
|
|
196
|
+
export * from './getWhitelabelResponse';
|
|
197
|
+
export * from './getWhitelabelResponseAllOf';
|
|
181
198
|
export * from './impulse';
|
|
182
199
|
export * from './impulseBlockVersion';
|
|
183
200
|
export * from './impulseDspBlock';
|
|
201
|
+
export * from './impulseDspBlockOrganization';
|
|
184
202
|
export * from './impulseInputBlock';
|
|
185
203
|
export * from './impulseLearnBlock';
|
|
186
204
|
export * from './inputBlock';
|
|
@@ -200,9 +218,11 @@ export * from './kerasModelMetadataMetricsTflite';
|
|
|
200
218
|
export * from './kerasModelTypeEnum';
|
|
201
219
|
export * from './kerasResponse';
|
|
202
220
|
export * from './kerasResponseAllOf';
|
|
221
|
+
export * from './kerasResponseAllOfTransferLearningModels';
|
|
203
222
|
export * from './kerasVisualLayer';
|
|
204
|
-
export * from './
|
|
223
|
+
export * from './kerasVisualLayerType';
|
|
205
224
|
export * from './learnBlock';
|
|
225
|
+
export * from './learnBlockType';
|
|
206
226
|
export * from './listApiKeysResponse';
|
|
207
227
|
export * from './listApiKeysResponseAllOf';
|
|
208
228
|
export * from './listApiKeysResponseAllOfApiKeys';
|
|
@@ -243,6 +263,8 @@ export * from './listOrganizationPortalsResponseAllOf';
|
|
|
243
263
|
export * from './listOrganizationPortalsResponseAllOfPortals';
|
|
244
264
|
export * from './listOrganizationProjectsResponse';
|
|
245
265
|
export * from './listOrganizationProjectsResponseAllOf';
|
|
266
|
+
export * from './listOrganizationTransferLearningBlocksResponse';
|
|
267
|
+
export * from './listOrganizationTransferLearningBlocksResponseAllOf';
|
|
246
268
|
export * from './listOrganizationTransformationBlocksResponse';
|
|
247
269
|
export * from './listOrganizationTransformationBlocksResponseAllOf';
|
|
248
270
|
export * from './listOrganizationsResponse';
|
|
@@ -269,6 +291,10 @@ export * from './loginResponseAllOf';
|
|
|
269
291
|
export * from './modelVariantStats';
|
|
270
292
|
export * from './moveRawDataRequest';
|
|
271
293
|
export * from './note';
|
|
294
|
+
export * from './objectDetectionAutoLabelRequest';
|
|
295
|
+
export * from './objectDetectionAutoLabelResponse';
|
|
296
|
+
export * from './objectDetectionAutoLabelResponseAllOf';
|
|
297
|
+
export * from './objectDetectionAutoLabelResponseAllOfResults';
|
|
272
298
|
export * from './objectDetectionLabelQueueResponse';
|
|
273
299
|
export * from './objectDetectionLabelQueueResponseAllOf';
|
|
274
300
|
export * from './optimizeConfig';
|
|
@@ -309,6 +335,7 @@ export * from './organizationPipelineItemCount';
|
|
|
309
335
|
export * from './organizationPipelineRun';
|
|
310
336
|
export * from './organizationPipelineRunStep';
|
|
311
337
|
export * from './organizationPipelineStep';
|
|
338
|
+
export * from './organizationTransferLearningBlock';
|
|
312
339
|
export * from './organizationTransformationBlock';
|
|
313
340
|
export * from './organizationUpdatePipelineBody';
|
|
314
341
|
export * from './organizationUser';
|
|
@@ -375,6 +402,10 @@ export * from './startSamplingResponseAllOf';
|
|
|
375
402
|
export * from './startTrainingRequestAnomaly';
|
|
376
403
|
export * from './storeSegmentLengthRequest';
|
|
377
404
|
export * from './structuredClassifyResult';
|
|
405
|
+
export * from './theme';
|
|
406
|
+
export * from './themeColors';
|
|
407
|
+
export * from './themeFavicon';
|
|
408
|
+
export * from './themeLogos';
|
|
378
409
|
export * from './thirdPartyAuth';
|
|
379
410
|
export * from './trackObjectsRequest';
|
|
380
411
|
export * from './trackObjectsResponse';
|
|
@@ -389,6 +420,7 @@ export * from './tunerTrialKerasTunerTrialHyperparametersSpace';
|
|
|
389
420
|
export * from './tunerTrialKerasTunerTrialHyperparametersValues';
|
|
390
421
|
export * from './tunerTrialKerasTunerTrialScore';
|
|
391
422
|
export * from './tunerTrialMetadata';
|
|
423
|
+
export * from './updateJobRequest';
|
|
392
424
|
export * from './updateNoteRequest';
|
|
393
425
|
export * from './updateNoteResponse';
|
|
394
426
|
export * from './updateOrganizationAddCollaboratorRequest';
|
|
@@ -401,14 +433,21 @@ export * from './updateOrganizationDspBlockRequest';
|
|
|
401
433
|
export * from './updateOrganizationPortalResponse';
|
|
402
434
|
export * from './updateOrganizationPortalResponseAllOf';
|
|
403
435
|
export * from './updateOrganizationRequest';
|
|
436
|
+
export * from './updateOrganizationTransferLearningBlockRequest';
|
|
404
437
|
export * from './updateOrganizationTransformationBlockRequest';
|
|
405
438
|
export * from './updateProjectRequest';
|
|
439
|
+
export * from './updateThemeColorsRequest';
|
|
440
|
+
export * from './updateThemeFaviconRequest';
|
|
441
|
+
export * from './updateThemeLogosRequest';
|
|
406
442
|
export * from './updateThirdPartyAuthRequest';
|
|
407
443
|
export * from './updateUserRequest';
|
|
408
444
|
export * from './updateVersionRequest';
|
|
445
|
+
export * from './updateWhitelabelDeploymentTargetsRequest';
|
|
409
446
|
export * from './uploadCustomBlockRequest';
|
|
410
447
|
export * from './uploadKerasFilesRequest';
|
|
411
448
|
export * from './uploadLogoRequest';
|
|
449
|
+
export * from './uploadLogoResponse';
|
|
450
|
+
export * from './uploadLogoResponseAllOf';
|
|
412
451
|
export * from './uploadReadmeImageRequest';
|
|
413
452
|
export * from './uploadReadmeImageResponse';
|
|
414
453
|
export * from './uploadUserPhotoRequest';
|
|
@@ -422,6 +461,7 @@ export * from './verifyDspBlockUrlResponseAllOf';
|
|
|
422
461
|
export * from './verifyDspBlockUrlResponseAllOfBlock';
|
|
423
462
|
export * from './verifyOrganizationBucketRequest';
|
|
424
463
|
export * from './verifyResetPasswordRequest';
|
|
464
|
+
export * from './whitelabel';
|
|
425
465
|
import localVarRequest = require('request');
|
|
426
466
|
export declare class ObjectSerializer {
|
|
427
467
|
static findCorrectType(data: any, expectedType: string): any;
|