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
|
@@ -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 { Theme } from './theme';
|
|
13
|
+
export declare class GetThemesResponseAllOf {
|
|
14
|
+
'themes': Array<Theme>;
|
|
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.GetThemesResponseAllOf = void 0;
|
|
15
|
+
let GetThemesResponseAllOf = /** @class */ (() => {
|
|
16
|
+
class GetThemesResponseAllOf {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return GetThemesResponseAllOf.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
GetThemesResponseAllOf.discriminator = undefined;
|
|
22
|
+
GetThemesResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "themes",
|
|
25
|
+
"baseName": "themes",
|
|
26
|
+
"type": "Array<Theme>"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
return GetThemesResponseAllOf;
|
|
30
|
+
})();
|
|
31
|
+
exports.GetThemesResponseAllOf = GetThemesResponseAllOf;
|
|
32
|
+
//# sourceMappingURL=getThemesResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getThemesResponseAllOf.js","sourceRoot":"","sources":["../../../../sdk/studio/model/getThemesResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH;IAAA,MAAa,sBAAsB;QAY/B,MAAM,CAAC,mBAAmB;YACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;QACnD,CAAC;;IAXM,oCAAa,GAAuB,SAAS,CAAC;IAE9C,uCAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,cAAc;SACzB;KAAK,CAAC;IAKf,6BAAC;KAAA;AAfY,wDAAsB"}
|
|
@@ -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 { Whitelabel } from './whitelabel';
|
|
13
|
+
export declare class GetWhitelabelResponse {
|
|
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
|
+
'whitelabel'?: Whitelabel;
|
|
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.GetWhitelabelResponse = void 0;
|
|
15
|
+
let GetWhitelabelResponse = /** @class */ (() => {
|
|
16
|
+
class GetWhitelabelResponse {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return GetWhitelabelResponse.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
GetWhitelabelResponse.discriminator = undefined;
|
|
22
|
+
GetWhitelabelResponse.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": "whitelabel",
|
|
35
|
+
"baseName": "whitelabel",
|
|
36
|
+
"type": "Whitelabel"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
return GetWhitelabelResponse;
|
|
40
|
+
})();
|
|
41
|
+
exports.GetWhitelabelResponse = GetWhitelabelResponse;
|
|
42
|
+
//# sourceMappingURL=getWhitelabelResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getWhitelabelResponse.js","sourceRoot":"","sources":["../../../../sdk/studio/model/getWhitelabelResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH;IAAA,MAAa,qBAAqB;QA8B9B,MAAM,CAAC,mBAAmB;YACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;QAClD,CAAC;;IArBM,mCAAa,GAAuB,SAAS,CAAC;IAE9C,sCAAgB,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,YAAY;YACpB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,YAAY;SACvB;KAAK,CAAC;IAKf,4BAAC;KAAA;AAjCY,sDAAqB"}
|
|
@@ -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 { Whitelabel } from './whitelabel';
|
|
13
|
+
export declare class GetWhitelabelResponseAllOf {
|
|
14
|
+
'whitelabel'?: Whitelabel;
|
|
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.GetWhitelabelResponseAllOf = void 0;
|
|
15
|
+
let GetWhitelabelResponseAllOf = /** @class */ (() => {
|
|
16
|
+
class GetWhitelabelResponseAllOf {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return GetWhitelabelResponseAllOf.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
GetWhitelabelResponseAllOf.discriminator = undefined;
|
|
22
|
+
GetWhitelabelResponseAllOf.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "whitelabel",
|
|
25
|
+
"baseName": "whitelabel",
|
|
26
|
+
"type": "Whitelabel"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
return GetWhitelabelResponseAllOf;
|
|
30
|
+
})();
|
|
31
|
+
exports.GetWhitelabelResponseAllOf = GetWhitelabelResponseAllOf;
|
|
32
|
+
//# sourceMappingURL=getWhitelabelResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getWhitelabelResponseAllOf.js","sourceRoot":"","sources":["../../../../sdk/studio/model/getWhitelabelResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH;IAAA,MAAa,0BAA0B;QAYnC,MAAM,CAAC,mBAAmB;YACtB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;QACvD,CAAC;;IAXM,wCAAa,GAAuB,SAAS,CAAC;IAE9C,2CAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,YAAY;SACvB;KAAK,CAAC;IAKf,iCAAC;KAAA;AAfY,gEAA0B"}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { ImpulseDspBlockOrganization } from './impulseDspBlockOrganization';
|
|
12
13
|
export declare class ImpulseDspBlock {
|
|
13
14
|
/**
|
|
14
15
|
* Identifier for this block. Make sure to up this number when creating a new block, and don\'t re-use identifiers. If the block hasn\'t changed, keep the ID as-is.
|
|
@@ -90,6 +91,7 @@ export declare class ImpulseDspBlock {
|
|
|
90
91
|
* Implementation version of the block
|
|
91
92
|
*/
|
|
92
93
|
'implementationVersion': number;
|
|
94
|
+
'organization'?: ImpulseDspBlockOrganization;
|
|
93
95
|
static discriminator: string | undefined;
|
|
94
96
|
static attributeTypeMap: Array<{
|
|
95
97
|
name: string;
|
|
@@ -119,6 +119,11 @@ let ImpulseDspBlock = /** @class */ (() => {
|
|
|
119
119
|
"name": "implementationVersion",
|
|
120
120
|
"baseName": "implementationVersion",
|
|
121
121
|
"type": "number"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "organization",
|
|
125
|
+
"baseName": "organization",
|
|
126
|
+
"type": "ImpulseDspBlockOrganization"
|
|
122
127
|
}
|
|
123
128
|
];
|
|
124
129
|
return ImpulseDspBlock;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"impulseDspBlock.js","sourceRoot":"","sources":["../../../../sdk/studio/model/impulseDspBlock.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"impulseDspBlock.js","sourceRoot":"","sources":["../../../../sdk/studio/model/impulseDspBlock.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH;IAAA,MAAa,eAAe;QAgMxB,MAAM,CAAC,mBAAmB;YACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;QAC5C,CAAC;;IA/GM,6BAAa,GAAuB,SAAS,CAAC;IAE9C,gCAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,IAAI;YACZ,UAAU,EAAE,IAAI;YAChB,MAAM,EAAE,QAAQ;SACnB;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,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,eAAe;SAC1B;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,eAAe;YACvB,UAAU,EAAE,eAAe;YAC3B,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,SAAS;SACpB;QACD;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,kBAAkB;YAC1B,UAAU,EAAE,kBAAkB;YAC9B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,iBAAiB;YACzB,UAAU,EAAE,iBAAiB;YAC7B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,mBAAmB;YAC3B,UAAU,EAAE,mBAAmB;YAC/B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,IAAI;YACZ,UAAU,EAAE,IAAI;YAChB,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,MAAM;SACjB;QACD;YACI,MAAM,EAAE,uBAAuB;YAC/B,UAAU,EAAE,uBAAuB;YACnC,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,6BAA6B;SACxC;KAAK,CAAC;IAKf,sBAAC;KAAA;AAnMY,0CAAe"}
|
|
@@ -9,8 +9,9 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
export declare class
|
|
13
|
-
'
|
|
12
|
+
export declare class ImpulseDspBlockOrganization {
|
|
13
|
+
'id': number;
|
|
14
|
+
'dspId': number;
|
|
14
15
|
static discriminator: string | undefined;
|
|
15
16
|
static attributeTypeMap: Array<{
|
|
16
17
|
name: string;
|
|
@@ -0,0 +1,37 @@
|
|
|
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.ImpulseDspBlockOrganization = void 0;
|
|
15
|
+
let ImpulseDspBlockOrganization = /** @class */ (() => {
|
|
16
|
+
class ImpulseDspBlockOrganization {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return ImpulseDspBlockOrganization.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
ImpulseDspBlockOrganization.discriminator = undefined;
|
|
22
|
+
ImpulseDspBlockOrganization.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "id",
|
|
25
|
+
"baseName": "id",
|
|
26
|
+
"type": "number"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "dspId",
|
|
30
|
+
"baseName": "dspId",
|
|
31
|
+
"type": "number"
|
|
32
|
+
}
|
|
33
|
+
];
|
|
34
|
+
return ImpulseDspBlockOrganization;
|
|
35
|
+
})();
|
|
36
|
+
exports.ImpulseDspBlockOrganization = ImpulseDspBlockOrganization;
|
|
37
|
+
//# sourceMappingURL=impulseDspBlockOrganization.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"impulseDspBlockOrganization.js","sourceRoot":"","sources":["../../../../sdk/studio/model/impulseDspBlockOrganization.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;IAAA,MAAa,2BAA2B;QAkBpC,MAAM,CAAC,mBAAmB;YACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;QACxD,CAAC;;IAhBM,yCAAa,GAAuB,SAAS,CAAC;IAE9C,4CAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,IAAI;YACZ,UAAU,EAAE,IAAI;YAChB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,QAAQ;SACnB;KAAK,CAAC;IAKf,kCAAC;KAAA;AArBY,kEAA2B"}
|
|
@@ -9,15 +9,13 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { LearnBlockType } from './learnBlockType';
|
|
12
13
|
export declare class ImpulseLearnBlock {
|
|
13
14
|
/**
|
|
14
15
|
* Identifier for this block. Make sure to up this number when creating a new block, and don\'t re-use identifiers. If the block hasn\'t changed, keep the ID as-is.
|
|
15
16
|
*/
|
|
16
17
|
'id': number;
|
|
17
|
-
|
|
18
|
-
* Block type (either keras, keras-transfer-image, keras-transfer-kws, keras-object-detection, keras-regression, or anomaly)
|
|
19
|
-
*/
|
|
20
|
-
'type': string;
|
|
18
|
+
'type': LearnBlockType;
|
|
21
19
|
/**
|
|
22
20
|
* Block name, will be used in menus. If a block has a baseBlockId, this field is ignored and the base block\'s name is used instead.
|
|
23
21
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"impulseLearnBlock.js","sourceRoot":"","sources":["../../../../sdk/studio/model/impulseLearnBlock.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"impulseLearnBlock.js","sourceRoot":"","sources":["../../../../sdk/studio/model/impulseLearnBlock.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH;IAAA,MAAa,iBAAiB;QA4J1B,MAAM,CAAC,mBAAmB;YACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;QAC9C,CAAC;;IA3FM,+BAAa,GAAuB,SAAS,CAAC;IAE9C,kCAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,IAAI;YACZ,UAAU,EAAE,IAAI;YAChB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,gBAAgB;SAC3B;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,KAAK;YACb,UAAU,EAAE,KAAK;YACjB,MAAM,EAAE,eAAe;SAC1B;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,SAAS;SACpB;QACD;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,kBAAkB;YAC1B,UAAU,EAAE,kBAAkB;YAC9B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,iBAAiB;YACzB,UAAU,EAAE,iBAAiB;YAC7B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,mBAAmB;YAC3B,UAAU,EAAE,mBAAmB;YAC/B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,IAAI;YACZ,UAAU,EAAE,IAAI;YAChB,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,MAAM;SACjB;KAAK,CAAC;IAKf,wBAAC;KAAA;AA/JY,8CAAiB"}
|
|
@@ -14,6 +14,7 @@ export declare class Job {
|
|
|
14
14
|
* Job id, use this to refer back to the job. The web socket API also uses this ID.
|
|
15
15
|
*/
|
|
16
16
|
'id': number;
|
|
17
|
+
'category': string;
|
|
17
18
|
/**
|
|
18
19
|
* External job identifier, this can be used to categorize jobs, and recover job status. E.g. set this to \'keras-192\' for a Keras learning block with ID 192. When a user refreshes the page you can check whether a job is active for this ID and re-attach.
|
|
19
20
|
*/
|
|
@@ -34,6 +35,10 @@ export declare class Job {
|
|
|
34
35
|
* Whether the job finished successfully.
|
|
35
36
|
*/
|
|
36
37
|
'finishedSuccessful'?: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* The IDs of users who should be notified when a job is finished.
|
|
40
|
+
*/
|
|
41
|
+
'jobNotificationUids': Array<number>;
|
|
37
42
|
static discriminator: string | undefined;
|
|
38
43
|
static attributeTypeMap: Array<{
|
|
39
44
|
name: string;
|
|
@@ -25,6 +25,11 @@ let Job = /** @class */ (() => {
|
|
|
25
25
|
"baseName": "id",
|
|
26
26
|
"type": "number"
|
|
27
27
|
},
|
|
28
|
+
{
|
|
29
|
+
"name": "category",
|
|
30
|
+
"baseName": "category",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
28
33
|
{
|
|
29
34
|
"name": "key",
|
|
30
35
|
"baseName": "key",
|
|
@@ -49,6 +54,11 @@ let Job = /** @class */ (() => {
|
|
|
49
54
|
"name": "finishedSuccessful",
|
|
50
55
|
"baseName": "finishedSuccessful",
|
|
51
56
|
"type": "boolean"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "jobNotificationUids",
|
|
60
|
+
"baseName": "jobNotificationUids",
|
|
61
|
+
"type": "Array<number>"
|
|
52
62
|
}
|
|
53
63
|
];
|
|
54
64
|
return Job;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"job.js","sourceRoot":"","sources":["../../../../sdk/studio/model/job.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;IAAA,MAAa,GAAG;
|
|
1
|
+
{"version":3,"file":"job.js","sourceRoot":"","sources":["../../../../sdk/studio/model/job.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;IAAA,MAAa,GAAG;QA2EZ,MAAM,CAAC,mBAAmB;YACtB,OAAO,GAAG,CAAC,gBAAgB,CAAC;QAChC,CAAC;;IA9CM,iBAAa,GAAuB,SAAS,CAAC;IAE9C,oBAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,IAAI;YACZ,UAAU,EAAE,IAAI;YAChB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,KAAK;YACb,UAAU,EAAE,KAAK;YACjB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,MAAM;SACjB;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,MAAM;SACjB;QACD;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,MAAM;SACjB;QACD;YACI,MAAM,EAAE,oBAAoB;YAC5B,UAAU,EAAE,oBAAoB;YAChC,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,qBAAqB;YAC7B,UAAU,EAAE,qBAAqB;YACjC,MAAM,EAAE,eAAe;SAC1B;KAAK,CAAC;IAKf,UAAC;KAAA;AA9EY,kBAAG"}
|
|
@@ -56,5 +56,5 @@ export declare class KerasModelMetadata {
|
|
|
56
56
|
type: string;
|
|
57
57
|
}[];
|
|
58
58
|
}
|
|
59
|
-
export declare type KerasModelMetadataModeEnum = 'classification' | 'regression' | 'object-detection';
|
|
59
|
+
export declare type KerasModelMetadataModeEnum = 'classification' | 'regression' | 'object-detection' | 'segmentation';
|
|
60
60
|
export declare const KerasModelMetadataModeEnumValues: string[];
|
|
@@ -74,5 +74,5 @@ let KerasModelMetadata = /** @class */ (() => {
|
|
|
74
74
|
return KerasModelMetadata;
|
|
75
75
|
})();
|
|
76
76
|
exports.KerasModelMetadata = KerasModelMetadata;
|
|
77
|
-
exports.KerasModelMetadataModeEnumValues = ['classification', 'regression', 'object-detection'];
|
|
77
|
+
exports.KerasModelMetadataModeEnumValues = ['classification', 'regression', 'object-detection', 'segmentation'];
|
|
78
78
|
//# sourceMappingURL=kerasModelMetadata.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kerasModelMetadata.js","sourceRoot":"","sources":["../../../../sdk/studio/model/kerasModelMetadata.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAQH;IAAA,MAAa,kBAAkB;QAuF3B,MAAM,CAAC,mBAAmB;YACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;QAC/C,CAAC;;IAxDM,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,aAAa;YACzB,MAAM,EAAE,eAAe;SAC1B;QACD;YACI,MAAM,EAAE,qBAAqB;YAC7B,UAAU,EAAE,uBAAuB;YACnC,MAAM,EAAE,2BAA2B;SACtC;QACD;YACI,MAAM,EAAE,sBAAsB;YAC9B,UAAU,EAAE,wBAAwB;YACpC,MAAM,EAAE,oBAAoB;SAC/B;QACD;YACI,MAAM,EAAE,wBAAwB;YAChC,UAAU,EAAE,0BAA0B;YACtC,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;KAAK,CAAC;IAKf,yBAAC;KAAA;AA1FY,gDAAkB;AA8FlB,QAAA,gCAAgC,GAAa,CAAC,gBAAgB,EAAE,YAAY,EAAE,kBAAkB,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"kerasModelMetadata.js","sourceRoot":"","sources":["../../../../sdk/studio/model/kerasModelMetadata.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAQH;IAAA,MAAa,kBAAkB;QAuF3B,MAAM,CAAC,mBAAmB;YACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;QAC/C,CAAC;;IAxDM,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,aAAa;YACzB,MAAM,EAAE,eAAe;SAC1B;QACD;YACI,MAAM,EAAE,qBAAqB;YAC7B,UAAU,EAAE,uBAAuB;YACnC,MAAM,EAAE,2BAA2B;SACtC;QACD;YACI,MAAM,EAAE,sBAAsB;YAC9B,UAAU,EAAE,wBAAwB;YACpC,MAAM,EAAE,oBAAoB;SAC/B;QACD;YACI,MAAM,EAAE,wBAAwB;YAChC,UAAU,EAAE,0BAA0B;YACtC,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;KAAK,CAAC;IAKf,yBAAC;KAAA;AA1FY,gDAAkB;AA8FlB,QAAA,gCAAgC,GAAa,CAAC,gBAAgB,EAAE,YAAY,EAAE,kBAAkB,EAAE,cAAc,CAAC,CAAC"}
|
|
@@ -48,5 +48,5 @@ export declare class KerasModelMetadataAllOf {
|
|
|
48
48
|
type: string;
|
|
49
49
|
}[];
|
|
50
50
|
}
|
|
51
|
-
export declare type KerasModelMetadataAllOfModeEnum = 'classification' | 'regression' | 'object-detection';
|
|
51
|
+
export declare type KerasModelMetadataAllOfModeEnum = 'classification' | 'regression' | 'object-detection' | 'segmentation';
|
|
52
52
|
export declare const KerasModelMetadataAllOfModeEnumValues: string[];
|
|
@@ -64,5 +64,5 @@ let KerasModelMetadataAllOf = /** @class */ (() => {
|
|
|
64
64
|
return KerasModelMetadataAllOf;
|
|
65
65
|
})();
|
|
66
66
|
exports.KerasModelMetadataAllOf = KerasModelMetadataAllOf;
|
|
67
|
-
exports.KerasModelMetadataAllOfModeEnumValues = ['classification', 'regression', 'object-detection'];
|
|
67
|
+
exports.KerasModelMetadataAllOfModeEnumValues = ['classification', 'regression', 'object-detection', 'segmentation'];
|
|
68
68
|
//# sourceMappingURL=kerasModelMetadataAllOf.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kerasModelMetadataAllOf.js","sourceRoot":"","sources":["../../../../sdk/studio/model/kerasModelMetadataAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH;IAAA,MAAa,uBAAuB;QAqEhC,MAAM,CAAC,mBAAmB;YACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;QACpD,CAAC;;IA9CM,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,aAAa;YACzB,MAAM,EAAE,eAAe;SAC1B;QACD;YACI,MAAM,EAAE,qBAAqB;YAC7B,UAAU,EAAE,uBAAuB;YACnC,MAAM,EAAE,2BAA2B;SACtC;QACD;YACI,MAAM,EAAE,sBAAsB;YAC9B,UAAU,EAAE,wBAAwB;YACpC,MAAM,EAAE,oBAAoB;SAC/B;QACD;YACI,MAAM,EAAE,wBAAwB;YAChC,UAAU,EAAE,0BAA0B;YACtC,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;KAAK,CAAC;IAKf,8BAAC;KAAA;AAxEY,0DAAuB;AA4EvB,QAAA,qCAAqC,GAAa,CAAC,gBAAgB,EAAE,YAAY,EAAE,kBAAkB,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"kerasModelMetadataAllOf.js","sourceRoot":"","sources":["../../../../sdk/studio/model/kerasModelMetadataAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH;IAAA,MAAa,uBAAuB;QAqEhC,MAAM,CAAC,mBAAmB;YACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;QACpD,CAAC;;IA9CM,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,aAAa;YACzB,MAAM,EAAE,eAAe;SAC1B;QACD;YACI,MAAM,EAAE,qBAAqB;YAC7B,UAAU,EAAE,uBAAuB;YACnC,MAAM,EAAE,2BAA2B;SACtC;QACD;YACI,MAAM,EAAE,sBAAsB;YAC9B,UAAU,EAAE,wBAAwB;YACpC,MAAM,EAAE,oBAAoB;SAC/B;QACD;YACI,MAAM,EAAE,wBAAwB;YAChC,UAAU,EAAE,0BAA0B;YACtC,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;KAAK,CAAC;IAKf,8BAAC;KAAA;AAxEY,0DAAuB;AA4EvB,QAAA,qCAAqC,GAAa,CAAC,gBAAgB,EAAE,YAAY,EAAE,kBAAkB,EAAE,cAAc,CAAC,CAAC"}
|
|
@@ -13,7 +13,9 @@ import { AugmentationPolicyImageEnum } from './augmentationPolicyImageEnum';
|
|
|
13
13
|
import { AugmentationPolicySpectrogram } from './augmentationPolicySpectrogram';
|
|
14
14
|
import { DependencyData } from './dependencyData';
|
|
15
15
|
import { KerasModelTypeEnum } from './kerasModelTypeEnum';
|
|
16
|
+
import { KerasResponseAllOfTransferLearningModels } from './kerasResponseAllOfTransferLearningModels';
|
|
16
17
|
import { KerasVisualLayer } from './kerasVisualLayer';
|
|
18
|
+
import { LearnBlockType } from './learnBlockType';
|
|
17
19
|
export declare class KerasResponse {
|
|
18
20
|
/**
|
|
19
21
|
* Whether the operation succeeded
|
|
@@ -29,10 +31,7 @@ export declare class KerasResponse {
|
|
|
29
31
|
*/
|
|
30
32
|
'trained': boolean;
|
|
31
33
|
'name': string;
|
|
32
|
-
|
|
33
|
-
* The type of Keras block (keras, keras-transfer-image, keras-transfer-kws, keras-object-detection, keras-regression). Each behaves differently.
|
|
34
|
-
*/
|
|
35
|
-
'type'?: KerasResponseTypeEnum;
|
|
34
|
+
'type'?: LearnBlockType;
|
|
36
35
|
/**
|
|
37
36
|
* The Keras script. This script might be empty if the mode is visual.
|
|
38
37
|
*/
|
|
@@ -66,24 +65,9 @@ export declare class KerasResponse {
|
|
|
66
65
|
* Whether to automatically balance class weights, use this for skewed datasets.
|
|
67
66
|
*/
|
|
68
67
|
'autoClassWeights'?: boolean;
|
|
69
|
-
/**
|
|
70
|
-
* Possible learning rates (between 0 and 1).
|
|
71
|
-
*/
|
|
72
|
-
'learningRates'?: Array<number>;
|
|
73
|
-
/**
|
|
74
|
-
* Tuning algorithm to use to search hyperparameter space
|
|
75
|
-
*/
|
|
76
|
-
'tuningAlgorithm'?: KerasResponseTuningAlgorithmEnum;
|
|
77
|
-
/**
|
|
78
|
-
* Total number of trials (model configurations) to test at most.
|
|
79
|
-
*/
|
|
80
|
-
'tuningMaxTrials'?: number;
|
|
81
|
-
/**
|
|
82
|
-
* Number of parallel workers used for tuning
|
|
83
|
-
*/
|
|
84
|
-
'tuningWorkers'?: number;
|
|
85
68
|
'augmentationPolicyImage': AugmentationPolicyImageEnum;
|
|
86
69
|
'augmentationPolicySpectrogram'?: AugmentationPolicySpectrogram;
|
|
70
|
+
'transferLearningModels': Array<KerasResponseAllOfTransferLearningModels>;
|
|
87
71
|
static discriminator: string | undefined;
|
|
88
72
|
static attributeTypeMap: Array<{
|
|
89
73
|
name: string;
|
|
@@ -96,9 +80,5 @@ export declare class KerasResponse {
|
|
|
96
80
|
type: string;
|
|
97
81
|
}[];
|
|
98
82
|
}
|
|
99
|
-
export declare type KerasResponseTypeEnum = 'keras' | 'keras-transfer-image' | 'keras-transfer-kws' | 'keras-object-detection' | 'keras-regression';
|
|
100
|
-
export declare const KerasResponseTypeEnumValues: string[];
|
|
101
83
|
export declare type KerasResponseModeEnum = 'visual' | 'expert';
|
|
102
84
|
export declare const KerasResponseModeEnumValues: string[];
|
|
103
|
-
export declare type KerasResponseTuningAlgorithmEnum = 'random' | 'hyperband' | 'bayesian';
|
|
104
|
-
export declare const KerasResponseTuningAlgorithmEnumValues: 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.KerasResponseModeEnumValues = exports.KerasResponse = void 0;
|
|
15
15
|
let KerasResponse = /** @class */ (() => {
|
|
16
16
|
class KerasResponse {
|
|
17
17
|
static getAttributeTypeMap() {
|
|
@@ -48,7 +48,7 @@ let KerasResponse = /** @class */ (() => {
|
|
|
48
48
|
{
|
|
49
49
|
"name": "type",
|
|
50
50
|
"baseName": "type",
|
|
51
|
-
"type": "
|
|
51
|
+
"type": "LearnBlockType"
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
"name": "script",
|
|
@@ -95,26 +95,6 @@ let KerasResponse = /** @class */ (() => {
|
|
|
95
95
|
"baseName": "autoClassWeights",
|
|
96
96
|
"type": "boolean"
|
|
97
97
|
},
|
|
98
|
-
{
|
|
99
|
-
"name": "learningRates",
|
|
100
|
-
"baseName": "learningRates",
|
|
101
|
-
"type": "Array<number>"
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"name": "tuningAlgorithm",
|
|
105
|
-
"baseName": "tuningAlgorithm",
|
|
106
|
-
"type": "KerasResponseTuningAlgorithmEnum"
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"name": "tuningMaxTrials",
|
|
110
|
-
"baseName": "tuningMaxTrials",
|
|
111
|
-
"type": "number"
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"name": "tuningWorkers",
|
|
115
|
-
"baseName": "tuningWorkers",
|
|
116
|
-
"type": "number"
|
|
117
|
-
},
|
|
118
98
|
{
|
|
119
99
|
"name": "augmentationPolicyImage",
|
|
120
100
|
"baseName": "augmentationPolicyImage",
|
|
@@ -124,12 +104,15 @@ let KerasResponse = /** @class */ (() => {
|
|
|
124
104
|
"name": "augmentationPolicySpectrogram",
|
|
125
105
|
"baseName": "augmentationPolicySpectrogram",
|
|
126
106
|
"type": "AugmentationPolicySpectrogram"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "transferLearningModels",
|
|
110
|
+
"baseName": "transferLearningModels",
|
|
111
|
+
"type": "Array<KerasResponseAllOfTransferLearningModels>"
|
|
127
112
|
}
|
|
128
113
|
];
|
|
129
114
|
return KerasResponse;
|
|
130
115
|
})();
|
|
131
116
|
exports.KerasResponse = KerasResponse;
|
|
132
|
-
exports.KerasResponseTypeEnumValues = ['keras', 'keras-transfer-image', 'keras-transfer-kws', 'keras-object-detection', 'keras-regression'];
|
|
133
117
|
exports.KerasResponseModeEnumValues = ['visual', 'expert'];
|
|
134
|
-
exports.KerasResponseTuningAlgorithmEnumValues = ['random', 'hyperband', 'bayesian'];
|
|
135
118
|
//# sourceMappingURL=kerasResponse.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kerasResponse.js","sourceRoot":"","sources":["../../../../sdk/studio/model/kerasResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"kerasResponse.js","sourceRoot":"","sources":["../../../../sdk/studio/model/kerasResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAYH;IAAA,MAAa,aAAa;QAmJtB,MAAM,CAAC,mBAAmB;YACtB,OAAO,aAAa,CAAC,gBAAgB,CAAC;QAC1C,CAAC;;IAhGM,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,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;AAtJY,sCAAa;AA0Jb,QAAA,2BAA2B,GAAa,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC"}
|
|
@@ -13,7 +13,9 @@ import { AugmentationPolicyImageEnum } from './augmentationPolicyImageEnum';
|
|
|
13
13
|
import { AugmentationPolicySpectrogram } from './augmentationPolicySpectrogram';
|
|
14
14
|
import { DependencyData } from './dependencyData';
|
|
15
15
|
import { KerasModelTypeEnum } from './kerasModelTypeEnum';
|
|
16
|
+
import { KerasResponseAllOfTransferLearningModels } from './kerasResponseAllOfTransferLearningModels';
|
|
16
17
|
import { KerasVisualLayer } from './kerasVisualLayer';
|
|
18
|
+
import { LearnBlockType } from './learnBlockType';
|
|
17
19
|
export declare class KerasResponseAllOf {
|
|
18
20
|
'dependencies': DependencyData;
|
|
19
21
|
/**
|
|
@@ -21,10 +23,7 @@ export declare class KerasResponseAllOf {
|
|
|
21
23
|
*/
|
|
22
24
|
'trained': boolean;
|
|
23
25
|
'name': string;
|
|
24
|
-
|
|
25
|
-
* The type of Keras block (keras, keras-transfer-image, keras-transfer-kws, keras-object-detection, keras-regression). Each behaves differently.
|
|
26
|
-
*/
|
|
27
|
-
'type'?: KerasResponseAllOfTypeEnum;
|
|
26
|
+
'type'?: LearnBlockType;
|
|
28
27
|
/**
|
|
29
28
|
* The Keras script. This script might be empty if the mode is visual.
|
|
30
29
|
*/
|
|
@@ -58,24 +57,9 @@ export declare class KerasResponseAllOf {
|
|
|
58
57
|
* Whether to automatically balance class weights, use this for skewed datasets.
|
|
59
58
|
*/
|
|
60
59
|
'autoClassWeights'?: boolean;
|
|
61
|
-
/**
|
|
62
|
-
* Possible learning rates (between 0 and 1).
|
|
63
|
-
*/
|
|
64
|
-
'learningRates'?: Array<number>;
|
|
65
|
-
/**
|
|
66
|
-
* Tuning algorithm to use to search hyperparameter space
|
|
67
|
-
*/
|
|
68
|
-
'tuningAlgorithm'?: KerasResponseAllOfTuningAlgorithmEnum;
|
|
69
|
-
/**
|
|
70
|
-
* Total number of trials (model configurations) to test at most.
|
|
71
|
-
*/
|
|
72
|
-
'tuningMaxTrials'?: number;
|
|
73
|
-
/**
|
|
74
|
-
* Number of parallel workers used for tuning
|
|
75
|
-
*/
|
|
76
|
-
'tuningWorkers'?: number;
|
|
77
60
|
'augmentationPolicyImage': AugmentationPolicyImageEnum;
|
|
78
61
|
'augmentationPolicySpectrogram'?: AugmentationPolicySpectrogram;
|
|
62
|
+
'transferLearningModels': Array<KerasResponseAllOfTransferLearningModels>;
|
|
79
63
|
static discriminator: string | undefined;
|
|
80
64
|
static attributeTypeMap: Array<{
|
|
81
65
|
name: string;
|
|
@@ -88,9 +72,5 @@ export declare class KerasResponseAllOf {
|
|
|
88
72
|
type: string;
|
|
89
73
|
}[];
|
|
90
74
|
}
|
|
91
|
-
export declare type KerasResponseAllOfTypeEnum = 'keras' | 'keras-transfer-image' | 'keras-transfer-kws' | 'keras-object-detection' | 'keras-regression';
|
|
92
|
-
export declare const KerasResponseAllOfTypeEnumValues: string[];
|
|
93
75
|
export declare type KerasResponseAllOfModeEnum = 'visual' | 'expert';
|
|
94
76
|
export declare const KerasResponseAllOfModeEnumValues: string[];
|
|
95
|
-
export declare type KerasResponseAllOfTuningAlgorithmEnum = 'random' | 'hyperband' | 'bayesian';
|
|
96
|
-
export declare const KerasResponseAllOfTuningAlgorithmEnumValues: string[];
|