edge-impulse-linux 1.3.8 → 1.3.9
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/linux/camera-debug.js +0 -0
- package/build/cli/linux/linux.js +0 -0
- package/build/cli/linux/runner-downloader.js +7 -1
- package/build/cli/linux/runner-downloader.js.map +1 -1
- package/build/cli/linux/runner.js +0 -0
- package/build/cli/make-image.d.ts +1 -1
- package/build/cli/make-image.js +2 -2
- package/build/cli/make-image.js.map +1 -1
- package/build/sdk/studio/api/adminApi.d.ts +52 -0
- package/build/sdk/studio/api/adminApi.js +252 -0
- package/build/sdk/studio/api/adminApi.js.map +1 -1
- package/build/sdk/studio/api/allowsReadOnlyApi.d.ts +75 -2
- package/build/sdk/studio/api/allowsReadOnlyApi.js +354 -2
- package/build/sdk/studio/api/allowsReadOnlyApi.js.map +1 -1
- package/build/sdk/studio/api/apis.d.ts +7 -3
- package/build/sdk/studio/api/apis.js +7 -3
- package/build/sdk/studio/api/apis.js.map +1 -1
- package/build/sdk/studio/api/contentDispositionInlineApi.d.ts +52 -0
- package/build/sdk/studio/api/contentDispositionInlineApi.js +149 -0
- package/build/sdk/studio/api/contentDispositionInlineApi.js.map +1 -0
- package/build/sdk/studio/api/deploymentApi.d.ts +13 -0
- package/build/sdk/studio/api/deploymentApi.js +66 -0
- package/build/sdk/studio/api/deploymentApi.js.map +1 -1
- package/build/sdk/studio/api/jobsApi.d.ts +15 -15
- package/build/sdk/studio/api/jobsApi.js +48 -48
- package/build/sdk/studio/api/jobsApi.js.map +1 -1
- package/build/sdk/studio/api/learnApi.d.ts +15 -0
- package/build/sdk/studio/api/learnApi.js +72 -0
- package/build/sdk/studio/api/learnApi.js.map +1 -1
- package/build/sdk/studio/api/optimizationApi.d.ts +49 -5
- package/build/sdk/studio/api/optimizationApi.js +224 -14
- package/build/sdk/studio/api/optimizationApi.js.map +1 -1
- package/build/sdk/studio/api/organizationAllowDeveloperProfileApi.d.ts +708 -0
- package/build/sdk/studio/api/organizationAllowDeveloperProfileApi.js +3299 -0
- package/build/sdk/studio/api/organizationAllowDeveloperProfileApi.js.map +1 -0
- package/build/sdk/studio/api/organizationDataApi.d.ts +15 -0
- package/build/sdk/studio/api/organizationDataApi.js +80 -0
- package/build/sdk/studio/api/organizationDataApi.js.map +1 -1
- package/build/sdk/studio/api/organizationRequiresAdminApi.d.ts +33 -18
- package/build/sdk/studio/api/organizationRequiresAdminApi.js +148 -78
- package/build/sdk/studio/api/organizationRequiresAdminApi.js.map +1 -1
- package/build/sdk/studio/api/organizationsApi.d.ts +20 -8
- package/build/sdk/studio/api/organizationsApi.js +79 -14
- package/build/sdk/studio/api/organizationsApi.js.map +1 -1
- package/build/sdk/studio/api/performanceCalibrationApi.d.ts +165 -0
- package/build/sdk/studio/api/{applicationTestingApi.js → performanceCalibrationApi.js} +234 -30
- package/build/sdk/studio/api/performanceCalibrationApi.js.map +1 -0
- package/build/sdk/studio/api/rawDataApi.d.ts +65 -9
- package/build/sdk/studio/api/rawDataApi.js +262 -8
- package/build/sdk/studio/api/rawDataApi.js.map +1 -1
- package/build/sdk/studio/api/requiresSudoApi.d.ts +62 -11
- package/build/sdk/studio/api/requiresSudoApi.js +272 -20
- package/build/sdk/studio/api/requiresSudoApi.js.map +1 -1
- package/build/sdk/studio/api/supportsRangeApi.js +1 -1
- package/build/sdk/studio/api/supportsRangeApi.js.map +1 -1
- package/build/sdk/studio/api/uploadPortalApi.d.ts +48 -1
- package/build/sdk/studio/api/uploadPortalApi.js +217 -1
- package/build/sdk/studio/api/uploadPortalApi.js.map +1 -1
- package/build/sdk/studio/api/userApi.d.ts +15 -5
- package/build/sdk/studio/api/userApi.js +62 -10
- package/build/sdk/studio/api/userApi.js.map +1 -1
- package/build/sdk/studio/model/activateUserByThirdPartyActivationCodeRequest.d.ts +1 -0
- package/build/sdk/studio/model/activateUserByThirdPartyActivationCodeRequest.js +5 -0
- package/build/sdk/studio/model/activateUserByThirdPartyActivationCodeRequest.js.map +1 -1
- package/build/sdk/studio/model/addMemberRequest.d.ts +0 -4
- package/build/sdk/studio/model/addMemberRequest.js +0 -5
- package/build/sdk/studio/model/addMemberRequest.js.map +1 -1
- package/build/sdk/studio/model/{getApplicationTestingGroundTruthResponse.d.ts → adminGetUserIdsResponse.d.ts} +2 -3
- package/build/sdk/studio/model/adminGetUserIdsResponse.js +42 -0
- package/build/sdk/studio/model/adminGetUserIdsResponse.js.map +1 -0
- package/build/sdk/studio/model/{tunerTrialKerasTunerTrialHyperparametersValues.d.ts → adminGetUserIdsResponseAllOf.d.ts} +2 -2
- package/build/sdk/studio/model/adminGetUserIdsResponseAllOf.js +32 -0
- package/build/sdk/studio/model/adminGetUserIdsResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/{getApplicationTestingRawResultResponse.d.ts → adminGetUserMetricsResponse.d.ts} +2 -3
- package/build/sdk/studio/model/adminGetUserMetricsResponse.js +42 -0
- package/build/sdk/studio/model/adminGetUserMetricsResponse.js.map +1 -0
- package/build/sdk/studio/model/adminGetUserMetricsResponseAllOf.d.ts +25 -0
- package/build/sdk/studio/model/adminGetUserMetricsResponseAllOf.js +32 -0
- package/build/sdk/studio/model/adminGetUserMetricsResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/adminUpdateUserRequest.d.ts +1 -1
- package/build/sdk/studio/model/classifyJobResponse.d.ts +2 -0
- package/build/sdk/studio/model/classifyJobResponse.js +5 -0
- package/build/sdk/studio/model/classifyJobResponse.js.map +1 -1
- package/build/sdk/studio/model/classifyJobResponseAllOf.d.ts +2 -0
- package/build/sdk/studio/model/classifyJobResponseAllOf.js +5 -0
- package/build/sdk/studio/model/classifyJobResponseAllOf.js.map +1 -1
- package/build/sdk/studio/model/convertUserRequest.d.ts +0 -4
- package/build/sdk/studio/model/convertUserRequest.js +0 -5
- package/build/sdk/studio/model/convertUserRequest.js.map +1 -1
- package/build/sdk/studio/model/createDeveloperProfileResponse.d.ts +34 -0
- package/build/sdk/studio/model/createDeveloperProfileResponse.js +47 -0
- package/build/sdk/studio/model/createDeveloperProfileResponse.js.map +1 -0
- package/build/sdk/studio/model/createDeveloperProfileResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/createDeveloperProfileResponseAllOf.js +37 -0
- package/build/sdk/studio/model/createDeveloperProfileResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/createProjectRequest.d.ts +0 -4
- package/build/sdk/studio/model/createProjectRequest.js +0 -5
- package/build/sdk/studio/model/createProjectRequest.js.map +1 -1
- package/build/sdk/studio/model/createUserRequest.d.ts +0 -4
- package/build/sdk/studio/model/createUserRequest.js +0 -5
- package/build/sdk/studio/model/createUserRequest.js.map +1 -1
- package/build/sdk/studio/model/createUserResponse.d.ts +4 -0
- package/build/sdk/studio/model/createUserResponse.js +5 -0
- package/build/sdk/studio/model/createUserResponse.js.map +1 -1
- package/build/sdk/studio/model/createUserResponseAllOf.d.ts +4 -0
- package/build/sdk/studio/model/createUserResponseAllOf.js +5 -0
- package/build/sdk/studio/model/createUserResponseAllOf.js.map +1 -1
- package/build/sdk/studio/model/createUserThirdPartyRequest.d.ts +0 -4
- package/build/sdk/studio/model/createUserThirdPartyRequest.js +0 -5
- package/build/sdk/studio/model/createUserThirdPartyRequest.js.map +1 -1
- package/build/sdk/studio/model/createWhitelabelRequest.d.ts +16 -0
- package/build/sdk/studio/model/createWhitelabelRequest.js +20 -0
- package/build/sdk/studio/model/createWhitelabelRequest.js.map +1 -1
- package/build/sdk/studio/model/dSPGroupItem.d.ts +2 -0
- package/build/sdk/studio/model/dSPGroupItem.js +5 -0
- package/build/sdk/studio/model/dSPGroupItem.js.map +1 -1
- package/build/sdk/studio/model/dSPGroupItemShowIf.d.ts +29 -0
- package/build/sdk/studio/model/dSPGroupItemShowIf.js +43 -0
- package/build/sdk/studio/model/dSPGroupItemShowIf.js.map +1 -0
- package/build/sdk/studio/model/dSPMetadata.d.ts +2 -2
- package/build/sdk/studio/model/dSPMetadataResponse.d.ts +2 -2
- package/build/sdk/studio/model/dataExplorerPredictionsResponse.d.ts +38 -0
- package/build/sdk/studio/model/dataExplorerPredictionsResponse.js +53 -0
- package/build/sdk/studio/model/dataExplorerPredictionsResponse.js.map +1 -0
- package/build/sdk/studio/model/dataExplorerPredictionsResponseAllOf.d.ts +30 -0
- package/build/sdk/studio/model/dataExplorerPredictionsResponseAllOf.js +43 -0
- package/build/sdk/studio/model/dataExplorerPredictionsResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/dataExplorerSettings.d.ts +4 -1
- package/build/sdk/studio/model/dataExplorerSettings.js +7 -1
- package/build/sdk/studio/model/dataExplorerSettings.js.map +1 -1
- package/build/sdk/studio/model/{requestActivationRequest.d.ts → deletePortalFileRequest.d.ts} +3 -3
- package/build/sdk/studio/model/{requestActivationRequest.js → deletePortalFileRequest.js} +11 -11
- package/build/sdk/studio/model/deletePortalFileRequest.js.map +1 -0
- package/build/sdk/studio/model/downloadPortalFileRequest.d.ts +28 -0
- package/build/sdk/studio/model/downloadPortalFileRequest.js +32 -0
- package/build/sdk/studio/model/downloadPortalFileRequest.js.map +1 -0
- package/build/sdk/studio/model/downloadPortalFileResponse.d.ts +36 -0
- package/build/sdk/studio/model/downloadPortalFileResponse.js +42 -0
- package/build/sdk/studio/model/downloadPortalFileResponse.js.map +1 -0
- package/build/sdk/studio/model/{resendOrganizationMemberInviteRequest.d.ts → downloadPortalFileResponseAllOf.d.ts} +3 -3
- package/build/sdk/studio/model/downloadPortalFileResponseAllOf.js +32 -0
- package/build/sdk/studio/model/downloadPortalFileResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/exportGetUrlResponse.d.ts +9 -1
- package/build/sdk/studio/model/exportGetUrlResponse.js +10 -0
- package/build/sdk/studio/model/exportGetUrlResponse.js.map +1 -1
- package/build/sdk/studio/model/exportGetUrlResponseAllOf.d.ts +33 -0
- package/build/sdk/studio/model/exportGetUrlResponseAllOf.js +42 -0
- package/build/sdk/studio/model/exportGetUrlResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/{dataExplorerFeaturesResponse.d.ts → getDataExplorerFeaturesResponse.d.ts} +1 -1
- package/build/sdk/studio/model/{dataExplorerFeaturesResponse.js → getDataExplorerFeaturesResponse.js} +9 -9
- package/build/sdk/studio/model/getDataExplorerFeaturesResponse.js.map +1 -0
- package/build/sdk/studio/model/{dataExplorerFeaturesResponseAllOf.d.ts → getDataExplorerFeaturesResponseAllOf.d.ts} +1 -1
- package/build/sdk/studio/model/{dataExplorerFeaturesResponseAllOf.js → getDataExplorerFeaturesResponseAllOf.js} +9 -9
- package/build/sdk/studio/model/getDataExplorerFeaturesResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/getDataExplorerSettingsResponse.d.ts +7 -1
- package/build/sdk/studio/model/getDataExplorerSettingsResponse.js +13 -1
- package/build/sdk/studio/model/getDataExplorerSettingsResponse.js.map +1 -1
- package/build/sdk/studio/model/getDataExplorerSettingsResponseAllOf.d.ts +27 -0
- package/build/sdk/studio/model/getDataExplorerSettingsResponseAllOf.js +33 -0
- package/build/sdk/studio/model/getDataExplorerSettingsResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/getOrganizationDataItemResponse.d.ts +1 -1
- package/build/sdk/studio/model/getOrganizationDataItemResponseAllOf.d.ts +1 -1
- package/build/sdk/studio/model/{getApplicationTestingParameterSetsResponse.d.ts → getPerformanceCalibrationGroundTruthResponse.d.ts} +3 -3
- package/build/sdk/studio/model/{getApplicationTestingGroundTruthResponse.js → getPerformanceCalibrationGroundTruthResponse.js} +10 -10
- package/build/sdk/studio/model/getPerformanceCalibrationGroundTruthResponse.js.map +1 -0
- package/build/sdk/studio/model/getPerformanceCalibrationGroundTruthResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/getPerformanceCalibrationGroundTruthResponseAllOf.js +32 -0
- package/build/sdk/studio/model/getPerformanceCalibrationGroundTruthResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/getPerformanceCalibrationParameterSetsResponse.d.ts +34 -0
- package/build/sdk/studio/model/{getApplicationTestingParameterSetsResponse.js → getPerformanceCalibrationParameterSetsResponse.js} +10 -10
- package/build/sdk/studio/model/getPerformanceCalibrationParameterSetsResponse.js.map +1 -0
- package/build/sdk/studio/model/getPerformanceCalibrationParameterSetsResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/getPerformanceCalibrationParameterSetsResponseAllOf.js +32 -0
- package/build/sdk/studio/model/getPerformanceCalibrationParameterSetsResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/getPerformanceCalibrationParametersResponse.d.ts +34 -0
- package/build/sdk/studio/model/getPerformanceCalibrationParametersResponse.js +42 -0
- package/build/sdk/studio/model/getPerformanceCalibrationParametersResponse.js.map +1 -0
- package/build/sdk/studio/model/getPerformanceCalibrationParametersResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/getPerformanceCalibrationParametersResponseAllOf.js +32 -0
- package/build/sdk/studio/model/getPerformanceCalibrationParametersResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/getPerformanceCalibrationRawResultResponse.d.ts +34 -0
- package/build/sdk/studio/model/{getApplicationTestingRawResultResponse.js → getPerformanceCalibrationRawResultResponse.js} +10 -10
- package/build/sdk/studio/model/{getApplicationTestingParameterSetsResponse.js.map → getPerformanceCalibrationRawResultResponse.js.map} +1 -1
- package/build/sdk/studio/model/{getApplicationTestingParameterSetsResponseAllOf.d.ts → getPerformanceCalibrationRawResultResponseAllOf.d.ts} +3 -3
- package/build/sdk/studio/model/getPerformanceCalibrationRawResultResponseAllOf.js +32 -0
- package/build/sdk/studio/model/{getApplicationTestingParameterSetsResponseAllOf.js.map → getPerformanceCalibrationRawResultResponseAllOf.js.map} +1 -1
- package/build/sdk/studio/model/{getApplicationTestingStatusResponse.d.ts → getPerformanceCalibrationStatusResponse.d.ts} +3 -3
- package/build/sdk/studio/model/{getApplicationTestingStatusResponse.js → getPerformanceCalibrationStatusResponse.js} +10 -10
- package/build/sdk/studio/model/getPerformanceCalibrationStatusResponse.js.map +1 -0
- package/build/sdk/studio/model/{getApplicationTestingStatusResponseAllOf.d.ts → getPerformanceCalibrationStatusResponseAllOf.d.ts} +3 -3
- package/build/sdk/studio/model/getPerformanceCalibrationStatusResponseAllOf.js +37 -0
- package/build/sdk/studio/model/getPerformanceCalibrationStatusResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/getUserResponse.d.ts +3 -1
- package/build/sdk/studio/model/getUserResponse.js +7 -2
- package/build/sdk/studio/model/getUserResponse.js.map +1 -1
- package/build/sdk/studio/model/getUserResponseAllOfOrganizations.d.ts +5 -0
- package/build/sdk/studio/model/getUserResponseAllOfOrganizations.js +10 -0
- package/build/sdk/studio/model/getUserResponseAllOfOrganizations.js.map +1 -1
- package/build/sdk/studio/model/hasDataExplorerFeaturesResponse.d.ts +35 -0
- package/build/sdk/studio/model/hasDataExplorerFeaturesResponse.js +47 -0
- package/build/sdk/studio/model/hasDataExplorerFeaturesResponse.js.map +1 -0
- package/build/sdk/studio/model/{organizationInfoResponseAllOfDatasets.d.ts → hasDataExplorerFeaturesResponseAllOf.d.ts} +4 -5
- package/build/sdk/studio/model/hasDataExplorerFeaturesResponseAllOf.js +37 -0
- package/build/sdk/studio/model/hasDataExplorerFeaturesResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/{inviteMemberRequest.d.ts → inviteOrganizationMemberRequest.d.ts} +4 -8
- package/build/sdk/studio/model/{inviteMemberRequest.js → inviteOrganizationMemberRequest.js} +11 -16
- package/build/sdk/studio/model/inviteOrganizationMemberRequest.js.map +1 -0
- package/build/sdk/studio/model/kerasModelMetadataMetrics.d.ts +5 -1
- package/build/sdk/studio/model/kerasModelMetadataMetrics.js +8 -2
- package/build/sdk/studio/model/kerasModelMetadataMetrics.js.map +1 -1
- package/build/sdk/studio/model/kerasResponseAllOfTransferLearningModels.d.ts +1 -0
- package/build/sdk/studio/model/kerasResponseAllOfTransferLearningModels.js +5 -0
- package/build/sdk/studio/model/kerasResponseAllOfTransferLearningModels.js.map +1 -1
- package/build/sdk/studio/model/listOrganizationBucketsUserResponseAllOfBuckets.d.ts +4 -0
- package/build/sdk/studio/model/listOrganizationBucketsUserResponseAllOfBuckets.js +5 -0
- package/build/sdk/studio/model/listOrganizationBucketsUserResponseAllOfBuckets.js.map +1 -1
- package/build/sdk/studio/model/listSamplesResponse.d.ts +1 -0
- package/build/sdk/studio/model/listSamplesResponse.js +5 -0
- package/build/sdk/studio/model/listSamplesResponse.js.map +1 -1
- package/build/sdk/studio/model/listSamplesResponseAllOf.d.ts +1 -0
- package/build/sdk/studio/model/listSamplesResponseAllOf.js +5 -0
- package/build/sdk/studio/model/listSamplesResponseAllOf.js.map +1 -1
- package/build/sdk/studio/model/modelPrediction.d.ts +33 -0
- package/build/sdk/studio/model/modelPrediction.js +57 -0
- package/build/sdk/studio/model/modelPrediction.js.map +1 -0
- package/build/sdk/studio/model/models.d.ts +71 -34
- package/build/sdk/studio/model/models.js +235 -105
- package/build/sdk/studio/model/models.js.map +1 -1
- package/build/sdk/studio/model/objectDetectionLabelQueueCountResponse.d.ts +33 -0
- package/build/sdk/studio/model/objectDetectionLabelQueueCountResponse.js +42 -0
- package/build/sdk/studio/model/objectDetectionLabelQueueCountResponse.js.map +1 -0
- package/build/sdk/studio/model/objectDetectionLabelQueueCountResponseAllOf.d.ts +25 -0
- package/build/sdk/studio/model/objectDetectionLabelQueueCountResponseAllOf.js +32 -0
- package/build/sdk/studio/model/objectDetectionLabelQueueCountResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/optimizeConfig.d.ts +9 -2
- package/build/sdk/studio/model/optimizeConfig.js +14 -3
- package/build/sdk/studio/model/optimizeConfig.js.map +1 -1
- package/build/sdk/studio/model/optimizeConfigResponse.d.ts +74 -0
- package/build/sdk/studio/model/optimizeConfigResponse.js +110 -0
- package/build/sdk/studio/model/optimizeConfigResponse.js.map +1 -0
- package/build/sdk/studio/model/{tunerTrialKerasTunerTrialScore.d.ts → optimizeConfigResponseAllOf.d.ts} +2 -2
- package/build/sdk/studio/model/optimizeConfigResponseAllOf.js +32 -0
- package/build/sdk/studio/model/optimizeConfigResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/optimizeSpaceResponse.d.ts +37 -0
- package/build/sdk/studio/model/optimizeSpaceResponse.js +42 -0
- package/build/sdk/studio/model/optimizeSpaceResponse.js.map +1 -0
- package/build/sdk/studio/model/organization.d.ts +6 -0
- package/build/sdk/studio/model/organization.js +15 -0
- package/build/sdk/studio/model/organization.js.map +1 -1
- package/build/sdk/studio/model/organizationCreateProjectRequest.d.ts +0 -4
- package/build/sdk/studio/model/organizationCreateProjectRequest.js +0 -5
- package/build/sdk/studio/model/organizationCreateProjectRequest.js.map +1 -1
- package/build/sdk/studio/model/organizationInfoResponse.d.ts +1 -0
- package/build/sdk/studio/model/organizationInfoResponse.js +5 -0
- package/build/sdk/studio/model/organizationInfoResponse.js.map +1 -1
- package/build/sdk/studio/model/organizationInfoResponseAllOf.d.ts +1 -0
- package/build/sdk/studio/model/organizationInfoResponseAllOf.js +5 -0
- package/build/sdk/studio/model/organizationInfoResponseAllOf.js.map +1 -1
- package/build/sdk/studio/model/organizationUser.d.ts +2 -1
- package/build/sdk/studio/model/organizationUser.js +3 -3
- package/build/sdk/studio/model/organizationUser.js.map +1 -1
- package/build/sdk/studio/model/{applicationTestingDetection.d.ts → performanceCalibrationDetection.d.ts} +1 -1
- package/build/sdk/studio/model/{applicationTestingDetection.js → performanceCalibrationDetection.js} +9 -9
- package/build/sdk/studio/model/performanceCalibrationDetection.js.map +1 -0
- package/build/sdk/studio/model/{applicationTestingFalsePositive.d.ts → performanceCalibrationFalsePositive.d.ts} +8 -4
- package/build/sdk/studio/model/{applicationTestingFalsePositive.js → performanceCalibrationFalsePositive.js} +16 -11
- package/build/sdk/studio/model/performanceCalibrationFalsePositive.js.map +1 -0
- package/build/sdk/studio/model/{applicationTestingGroundTruth.d.ts → performanceCalibrationGroundTruth.d.ts} +6 -6
- package/build/sdk/studio/model/{applicationTestingGroundTruth.js → performanceCalibrationGroundTruth.js} +12 -12
- package/build/sdk/studio/model/performanceCalibrationGroundTruth.js.map +1 -0
- package/build/sdk/studio/model/{applicationTestingGroundTruthSamples.d.ts → performanceCalibrationGroundTruthSamples.d.ts} +1 -1
- package/build/sdk/studio/model/{applicationTestingGroundTruthSamples.js → performanceCalibrationGroundTruthSamples.js} +9 -9
- package/build/sdk/studio/model/performanceCalibrationGroundTruthSamples.js.map +1 -0
- package/build/sdk/studio/model/{applicationTestingParameterSet.d.ts → performanceCalibrationParameterSet.d.ts} +15 -9
- package/build/sdk/studio/model/{applicationTestingParameterSet.js → performanceCalibrationParameterSet.js} +23 -13
- package/build/sdk/studio/model/performanceCalibrationParameterSet.js.map +1 -0
- package/build/sdk/studio/model/{applicationTestingParameterSetAggregateStats.d.ts → performanceCalibrationParameterSetAggregateStats.d.ts} +1 -1
- package/build/sdk/studio/model/{applicationTestingParameterSetAggregateStats.js → performanceCalibrationParameterSetAggregateStats.js} +9 -9
- package/build/sdk/studio/model/performanceCalibrationParameterSetAggregateStats.js.map +1 -0
- package/build/sdk/studio/model/{applicationTestingParameterSetStats.d.ts → performanceCalibrationParameterSetStats.d.ts} +3 -3
- package/build/sdk/studio/model/{applicationTestingParameterSetStats.js → performanceCalibrationParameterSetStats.js} +10 -10
- package/build/sdk/studio/model/performanceCalibrationParameterSetStats.js.map +1 -0
- package/build/sdk/studio/model/performanceCalibrationParameters.d.ts +36 -0
- package/build/sdk/studio/model/performanceCalibrationParameters.js +43 -0
- package/build/sdk/studio/model/performanceCalibrationParameters.js.map +1 -0
- package/build/sdk/studio/model/performanceCalibrationParametersStandard.d.ts +36 -0
- package/build/sdk/studio/model/performanceCalibrationParametersStandard.js +42 -0
- package/build/sdk/studio/model/performanceCalibrationParametersStandard.js.map +1 -0
- package/build/sdk/studio/model/{applicationTestingRawDetection.d.ts → performanceCalibrationRawDetection.d.ts} +1 -1
- package/build/sdk/studio/model/{applicationTestingRawDetection.js → performanceCalibrationRawDetection.js} +9 -9
- package/build/sdk/studio/model/performanceCalibrationRawDetection.js.map +1 -0
- package/build/sdk/studio/model/{getApplicationTestingGroundTruthResponseAllOf.d.ts → performanceCalibrationSaveParameterSetRequest.d.ts} +3 -3
- package/build/sdk/studio/model/performanceCalibrationSaveParameterSetRequest.js +32 -0
- package/build/sdk/studio/model/performanceCalibrationSaveParameterSetRequest.js.map +1 -0
- package/build/sdk/studio/model/{applicationTestingUploadLabeledAudioRequest.d.ts → performanceCalibrationUploadLabeledAudioRequest.d.ts} +1 -1
- package/build/sdk/studio/model/performanceCalibrationUploadLabeledAudioRequest.js +32 -0
- package/build/sdk/studio/model/performanceCalibrationUploadLabeledAudioRequest.js.map +1 -0
- package/build/sdk/studio/model/{applicationTestingUploadLabeledAudioResponse.d.ts → performanceCalibrationUploadLabeledAudioResponse.d.ts} +1 -1
- package/build/sdk/studio/model/{applicationTestingUploadLabeledAudioResponse.js → performanceCalibrationUploadLabeledAudioResponse.js} +9 -9
- package/build/sdk/studio/model/performanceCalibrationUploadLabeledAudioResponse.js.map +1 -0
- package/build/sdk/studio/model/{applicationTestingUploadLabeledAudioResponseAllOf.d.ts → performanceCalibrationUploadLabeledAudioResponseAllOf.d.ts} +1 -1
- package/build/sdk/studio/model/performanceCalibrationUploadLabeledAudioResponseAllOf.js +32 -0
- package/build/sdk/studio/model/performanceCalibrationUploadLabeledAudioResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/portalInfoResponse.d.ts +1 -0
- package/build/sdk/studio/model/portalInfoResponse.js +5 -0
- package/build/sdk/studio/model/portalInfoResponse.js.map +1 -1
- package/build/sdk/studio/model/project.d.ts +10 -2
- package/build/sdk/studio/model/project.js +11 -1
- package/build/sdk/studio/model/project.js.map +1 -1
- package/build/sdk/studio/model/projectCollaborator.d.ts +33 -0
- package/build/sdk/studio/model/projectCollaborator.js +67 -0
- package/build/sdk/studio/model/projectCollaborator.js.map +1 -0
- package/build/sdk/studio/model/projectCollaboratorAllOf.d.ts +25 -0
- package/build/sdk/studio/model/projectCollaboratorAllOf.js +32 -0
- package/build/sdk/studio/model/projectCollaboratorAllOf.js.map +1 -0
- package/build/sdk/studio/model/projectInfoResponse.d.ts +4 -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 +4 -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/projectInfoResponseAllOfPerformance.d.ts +0 -1
- package/build/sdk/studio/model/projectInfoResponseAllOfPerformance.js +0 -5
- package/build/sdk/studio/model/projectInfoResponseAllOfPerformance.js.map +1 -1
- package/build/sdk/studio/model/renamePortalFileRequest.d.ts +32 -0
- package/build/sdk/studio/model/renamePortalFileRequest.js +37 -0
- package/build/sdk/studio/model/renamePortalFileRequest.js.map +1 -0
- package/build/sdk/studio/model/requestResetPasswordRequest.d.ts +0 -4
- package/build/sdk/studio/model/requestResetPasswordRequest.js +0 -5
- package/build/sdk/studio/model/requestResetPasswordRequest.js.map +1 -1
- package/build/sdk/studio/model/scoreTrialResponse.d.ts +5 -6
- package/build/sdk/studio/model/scoreTrialResponse.js +11 -26
- package/build/sdk/studio/model/scoreTrialResponse.js.map +1 -1
- package/build/sdk/studio/model/scoreTrialResponseAllOf.d.ts +5 -6
- package/build/sdk/studio/model/scoreTrialResponseAllOf.js +11 -26
- package/build/sdk/studio/model/scoreTrialResponseAllOf.js.map +1 -1
- package/build/sdk/studio/model/scoreTrialResponseAllOfLatency.d.ts +28 -0
- package/build/sdk/studio/model/scoreTrialResponseAllOfLatency.js +47 -0
- package/build/sdk/studio/model/scoreTrialResponseAllOfLatency.js.map +1 -0
- package/build/sdk/studio/model/scoreTrialResponseAllOfRam.d.ts +26 -0
- package/build/sdk/studio/model/{tunerTrialMetadata.js → scoreTrialResponseAllOfRam.js} +11 -16
- package/build/sdk/studio/model/scoreTrialResponseAllOfRam.js.map +1 -0
- package/build/sdk/studio/model/setOptimizeSpaceRequest.d.ts +25 -0
- package/build/sdk/studio/model/setOptimizeSpaceRequest.js +27 -0
- package/build/sdk/studio/model/setOptimizeSpaceRequest.js.map +1 -0
- package/build/sdk/studio/model/setOptimizeSpaceRequestAllOf.d.ts +29 -0
- package/build/sdk/studio/model/setOptimizeSpaceRequestAllOf.js +32 -0
- package/build/sdk/studio/model/setOptimizeSpaceRequestAllOf.js.map +1 -0
- package/build/sdk/studio/model/{startApplicationTestingRequest.d.ts → startPerformanceCalibrationRequest.d.ts} +1 -1
- package/build/sdk/studio/model/{startApplicationTestingRequest.js → startPerformanceCalibrationRequest.js} +9 -9
- package/build/sdk/studio/model/startPerformanceCalibrationRequest.js.map +1 -0
- package/build/sdk/studio/model/tunerCreateTrialDSPBlock.d.ts +37 -0
- package/build/sdk/studio/model/tunerCreateTrialDSPBlock.js +83 -0
- package/build/sdk/studio/model/tunerCreateTrialDSPBlock.js.map +1 -0
- package/build/sdk/studio/model/tunerCreateTrialImpulse.d.ts +30 -0
- package/build/sdk/studio/model/tunerCreateTrialImpulse.js +42 -0
- package/build/sdk/studio/model/tunerCreateTrialImpulse.js.map +1 -0
- package/build/sdk/studio/model/tunerCreateTrialInputBlock.d.ts +35 -0
- package/build/sdk/studio/model/tunerCreateTrialInputBlock.js +68 -0
- package/build/sdk/studio/model/tunerCreateTrialInputBlock.js.map +1 -0
- package/build/sdk/studio/model/tunerCreateTrialLearnBlock.d.ts +47 -0
- package/build/sdk/studio/model/tunerCreateTrialLearnBlock.js +124 -0
- package/build/sdk/studio/model/tunerCreateTrialLearnBlock.js.map +1 -0
- package/build/sdk/studio/model/tunerSpaceDSPBlock.d.ts +36 -0
- package/build/sdk/studio/model/tunerSpaceDSPBlock.js +87 -0
- package/build/sdk/studio/model/tunerSpaceDSPBlock.js.map +1 -0
- package/build/sdk/studio/model/tunerSpaceImpulse.d.ts +39 -0
- package/build/sdk/studio/model/tunerSpaceImpulse.js +42 -0
- package/build/sdk/studio/model/tunerSpaceImpulse.js.map +1 -0
- package/build/sdk/studio/model/tunerSpaceInputBlock.d.ts +35 -0
- package/build/sdk/studio/model/tunerSpaceInputBlock.js +68 -0
- package/build/sdk/studio/model/tunerSpaceInputBlock.js.map +1 -0
- package/build/sdk/studio/model/tunerSpaceInputBlockWindow.d.ts +26 -0
- package/build/sdk/studio/model/tunerSpaceInputBlockWindow.js +37 -0
- package/build/sdk/studio/model/tunerSpaceInputBlockWindow.js.map +1 -0
- package/build/sdk/studio/model/tunerSpaceLearnBlock.d.ts +44 -0
- package/build/sdk/studio/model/tunerSpaceLearnBlock.js +127 -0
- package/build/sdk/studio/model/tunerSpaceLearnBlock.js.map +1 -0
- package/build/sdk/studio/model/tunerTrial.d.ts +1 -4
- package/build/sdk/studio/model/tunerTrial.js +3 -8
- package/build/sdk/studio/model/tunerTrial.js.map +1 -1
- package/build/sdk/studio/model/updateOrganizationCreateEmptyProjectRequest.d.ts +0 -4
- package/build/sdk/studio/model/updateOrganizationCreateEmptyProjectRequest.js +0 -5
- package/build/sdk/studio/model/updateOrganizationCreateEmptyProjectRequest.js.map +1 -1
- package/build/sdk/studio/model/updateOrganizationCreateProjectRequest.d.ts +0 -4
- package/build/sdk/studio/model/updateOrganizationCreateProjectRequest.js +0 -5
- package/build/sdk/studio/model/updateOrganizationCreateProjectRequest.js.map +1 -1
- package/build/sdk/studio/model/updateOrganizationRequest.d.ts +4 -0
- package/build/sdk/studio/model/updateOrganizationRequest.js +5 -0
- package/build/sdk/studio/model/updateOrganizationRequest.js.map +1 -1
- package/build/sdk/studio/model/updateProjectRequest.d.ts +10 -4
- package/build/sdk/studio/model/updateProjectRequest.js +12 -6
- package/build/sdk/studio/model/updateProjectRequest.js.map +1 -1
- package/build/sdk/studio/model/{uploadLogoRequest.d.ts → uploadAssetRequest.d.ts} +1 -1
- package/build/sdk/studio/model/{uploadLogoRequest.js → uploadAssetRequest.js} +9 -9
- package/build/sdk/studio/model/uploadAssetRequest.js.map +1 -0
- package/build/sdk/studio/model/{uploadLogoResponse.d.ts → uploadAssetResponse.d.ts} +1 -1
- package/build/sdk/studio/model/{uploadLogoResponse.js → uploadAssetResponse.js} +9 -9
- package/build/sdk/studio/model/uploadAssetResponse.js.map +1 -0
- package/build/sdk/studio/model/{uploadLogoResponseAllOf.d.ts → uploadAssetResponseAllOf.d.ts} +1 -1
- package/build/sdk/studio/model/{uploadLogoResponseAllOf.js → uploadAssetResponseAllOf.js} +9 -9
- package/build/sdk/studio/model/uploadAssetResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/user.d.ts +3 -1
- package/build/sdk/studio/model/user.js +7 -2
- package/build/sdk/studio/model/user.js.map +1 -1
- package/build/sdk/studio/model/userStaffInfo.d.ts +27 -0
- package/build/sdk/studio/model/userStaffInfo.js +42 -0
- package/build/sdk/studio/model/userStaffInfo.js.map +1 -0
- package/build/sdk/studio/model/whitelabel.d.ts +2 -0
- package/build/sdk/studio/model/whitelabel.js +10 -0
- package/build/sdk/studio/model/whitelabel.js.map +1 -1
- package/build/shared/viewmodels/init.d.ts +4 -1
- package/build/shared/viewmodels/init.js +3 -1
- package/build/shared/viewmodels/init.js.map +1 -1
- package/cli/linux/runner-downloader.ts +6 -1
- package/package.json +1 -1
- package/build/sdk/studio/api/applicationTestingApi.d.ts +0 -122
- package/build/sdk/studio/api/applicationTestingApi.js.map +0 -1
- package/build/sdk/studio/model/applicationTestingDetection.js.map +0 -1
- package/build/sdk/studio/model/applicationTestingFalsePositive.js.map +0 -1
- package/build/sdk/studio/model/applicationTestingGroundTruth.js.map +0 -1
- package/build/sdk/studio/model/applicationTestingGroundTruthSamples.js.map +0 -1
- package/build/sdk/studio/model/applicationTestingParameterSet.js.map +0 -1
- package/build/sdk/studio/model/applicationTestingParameterSetAggregateStats.js.map +0 -1
- package/build/sdk/studio/model/applicationTestingParameterSetStats.js.map +0 -1
- package/build/sdk/studio/model/applicationTestingRawDetection.js.map +0 -1
- package/build/sdk/studio/model/applicationTestingUploadLabeledAudioRequest.js +0 -32
- package/build/sdk/studio/model/applicationTestingUploadLabeledAudioRequest.js.map +0 -1
- package/build/sdk/studio/model/applicationTestingUploadLabeledAudioResponse.js.map +0 -1
- package/build/sdk/studio/model/applicationTestingUploadLabeledAudioResponseAllOf.js +0 -32
- package/build/sdk/studio/model/applicationTestingUploadLabeledAudioResponseAllOf.js.map +0 -1
- package/build/sdk/studio/model/dataExplorerFeaturesResponse.js.map +0 -1
- package/build/sdk/studio/model/dataExplorerFeaturesResponseAllOf.js.map +0 -1
- package/build/sdk/studio/model/getApplicationTestingGroundTruthResponse.js.map +0 -1
- package/build/sdk/studio/model/getApplicationTestingGroundTruthResponseAllOf.js +0 -32
- package/build/sdk/studio/model/getApplicationTestingGroundTruthResponseAllOf.js.map +0 -1
- package/build/sdk/studio/model/getApplicationTestingParameterSetsResponseAllOf.js +0 -32
- package/build/sdk/studio/model/getApplicationTestingRawResultResponse.js.map +0 -1
- package/build/sdk/studio/model/getApplicationTestingRawResultResponseAllOf.d.ts +0 -26
- package/build/sdk/studio/model/getApplicationTestingRawResultResponseAllOf.js +0 -32
- package/build/sdk/studio/model/getApplicationTestingRawResultResponseAllOf.js.map +0 -1
- package/build/sdk/studio/model/getApplicationTestingStatusResponse.js.map +0 -1
- package/build/sdk/studio/model/getApplicationTestingStatusResponseAllOf.js +0 -37
- package/build/sdk/studio/model/getApplicationTestingStatusResponseAllOf.js.map +0 -1
- package/build/sdk/studio/model/inviteMemberRequest.js.map +0 -1
- package/build/sdk/studio/model/organizationInfoResponseAllOfDatasets.js +0 -47
- package/build/sdk/studio/model/organizationInfoResponseAllOfDatasets.js.map +0 -1
- package/build/sdk/studio/model/requestActivationRequest.js.map +0 -1
- package/build/sdk/studio/model/resendOrganizationMemberInviteRequest.js +0 -32
- package/build/sdk/studio/model/resendOrganizationMemberInviteRequest.js.map +0 -1
- package/build/sdk/studio/model/startApplicationTestingRequest.js.map +0 -1
- package/build/sdk/studio/model/tunerTrialKerasTunerTrial.d.ts +0 -31
- package/build/sdk/studio/model/tunerTrialKerasTunerTrial.js +0 -52
- package/build/sdk/studio/model/tunerTrialKerasTunerTrial.js.map +0 -1
- package/build/sdk/studio/model/tunerTrialKerasTunerTrialHyperparameters.d.ts +0 -28
- package/build/sdk/studio/model/tunerTrialKerasTunerTrialHyperparameters.js +0 -37
- package/build/sdk/studio/model/tunerTrialKerasTunerTrialHyperparameters.js.map +0 -1
- package/build/sdk/studio/model/tunerTrialKerasTunerTrialHyperparametersSpace.d.ts +0 -26
- package/build/sdk/studio/model/tunerTrialKerasTunerTrialHyperparametersSpace.js +0 -37
- package/build/sdk/studio/model/tunerTrialKerasTunerTrialHyperparametersSpace.js.map +0 -1
- package/build/sdk/studio/model/tunerTrialKerasTunerTrialHyperparametersValues.js +0 -32
- package/build/sdk/studio/model/tunerTrialKerasTunerTrialHyperparametersValues.js.map +0 -1
- package/build/sdk/studio/model/tunerTrialKerasTunerTrialScore.js +0 -32
- package/build/sdk/studio/model/tunerTrialKerasTunerTrialScore.js.map +0 -1
- package/build/sdk/studio/model/tunerTrialMetadata.d.ts +0 -33
- package/build/sdk/studio/model/tunerTrialMetadata.js.map +0 -1
- package/build/sdk/studio/model/updateThemeFaviconRequest.d.ts +0 -33
- package/build/sdk/studio/model/updateThemeFaviconRequest.js +0 -32
- package/build/sdk/studio/model/updateThemeFaviconRequest.js.map +0 -1
- package/build/sdk/studio/model/uploadLogoRequest.js.map +0 -1
- package/build/sdk/studio/model/uploadLogoResponse.js.map +0 -1
- package/build/sdk/studio/model/uploadLogoResponseAllOf.js.map +0 -1
- package/build/sdk/studio/model/uploadReadmeImageRequest.d.ts +0 -33
- package/build/sdk/studio/model/uploadReadmeImageRequest.js +0 -32
- package/build/sdk/studio/model/uploadReadmeImageRequest.js.map +0 -1
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class TunerCreateTrialLearnBlock {
|
|
13
|
+
'id': number;
|
|
14
|
+
'title'?: string;
|
|
15
|
+
'type': string;
|
|
16
|
+
'augmentationPolicyImage'?: TunerCreateTrialLearnBlockAugmentationPolicyImageEnum;
|
|
17
|
+
'augmentationPolicySpectrogram'?: object;
|
|
18
|
+
'learningRate'?: number;
|
|
19
|
+
'trainingCycles'?: number;
|
|
20
|
+
'model'?: TunerCreateTrialLearnBlockModelEnum;
|
|
21
|
+
'dimension'?: string;
|
|
22
|
+
'convBaseFilters'?: number;
|
|
23
|
+
'convLayers'?: number;
|
|
24
|
+
'dropout'?: number;
|
|
25
|
+
'denseNeurons'?: number;
|
|
26
|
+
'denseBaseNeurons'?: number;
|
|
27
|
+
'denseLayers'?: number;
|
|
28
|
+
'script'?: string;
|
|
29
|
+
'scriptVariables'?: object;
|
|
30
|
+
'mode'?: string;
|
|
31
|
+
'trainTestSplit'?: number;
|
|
32
|
+
static discriminator: string | undefined;
|
|
33
|
+
static attributeTypeMap: Array<{
|
|
34
|
+
name: string;
|
|
35
|
+
baseName: string;
|
|
36
|
+
type: string;
|
|
37
|
+
}>;
|
|
38
|
+
static getAttributeTypeMap(): {
|
|
39
|
+
name: string;
|
|
40
|
+
baseName: string;
|
|
41
|
+
type: string;
|
|
42
|
+
}[];
|
|
43
|
+
}
|
|
44
|
+
export declare type TunerCreateTrialLearnBlockAugmentationPolicyImageEnum = 'all' | 'none';
|
|
45
|
+
export declare const TunerCreateTrialLearnBlockAugmentationPolicyImageEnumValues: string[];
|
|
46
|
+
export declare type TunerCreateTrialLearnBlockModelEnum = 'fomo_mobilenet_v2_a01' | 'fomo_mobilenet_v2_a35' | 'object_ssd_mobilenet_v2_fpnlite_320x320';
|
|
47
|
+
export declare const TunerCreateTrialLearnBlockModelEnumValues: string[];
|
|
@@ -0,0 +1,124 @@
|
|
|
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.TunerCreateTrialLearnBlockModelEnumValues = exports.TunerCreateTrialLearnBlockAugmentationPolicyImageEnumValues = exports.TunerCreateTrialLearnBlock = void 0;
|
|
15
|
+
let TunerCreateTrialLearnBlock = /** @class */ (() => {
|
|
16
|
+
class TunerCreateTrialLearnBlock {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return TunerCreateTrialLearnBlock.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
TunerCreateTrialLearnBlock.discriminator = undefined;
|
|
22
|
+
TunerCreateTrialLearnBlock.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "id",
|
|
25
|
+
"baseName": "id",
|
|
26
|
+
"type": "number"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "title",
|
|
30
|
+
"baseName": "title",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "type",
|
|
35
|
+
"baseName": "type",
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "augmentationPolicyImage",
|
|
40
|
+
"baseName": "augmentationPolicyImage",
|
|
41
|
+
"type": "TunerCreateTrialLearnBlockAugmentationPolicyImageEnum"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "augmentationPolicySpectrogram",
|
|
45
|
+
"baseName": "augmentationPolicySpectrogram",
|
|
46
|
+
"type": "object"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "learningRate",
|
|
50
|
+
"baseName": "learningRate",
|
|
51
|
+
"type": "number"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "trainingCycles",
|
|
55
|
+
"baseName": "trainingCycles",
|
|
56
|
+
"type": "number"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "model",
|
|
60
|
+
"baseName": "model",
|
|
61
|
+
"type": "TunerCreateTrialLearnBlockModelEnum"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "dimension",
|
|
65
|
+
"baseName": "dimension",
|
|
66
|
+
"type": "string"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "convBaseFilters",
|
|
70
|
+
"baseName": "convBaseFilters",
|
|
71
|
+
"type": "number"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "convLayers",
|
|
75
|
+
"baseName": "convLayers",
|
|
76
|
+
"type": "number"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "dropout",
|
|
80
|
+
"baseName": "dropout",
|
|
81
|
+
"type": "number"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "denseNeurons",
|
|
85
|
+
"baseName": "denseNeurons",
|
|
86
|
+
"type": "number"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "denseBaseNeurons",
|
|
90
|
+
"baseName": "denseBaseNeurons",
|
|
91
|
+
"type": "number"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"name": "denseLayers",
|
|
95
|
+
"baseName": "denseLayers",
|
|
96
|
+
"type": "number"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "script",
|
|
100
|
+
"baseName": "script",
|
|
101
|
+
"type": "string"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "scriptVariables",
|
|
105
|
+
"baseName": "scriptVariables",
|
|
106
|
+
"type": "object"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "mode",
|
|
110
|
+
"baseName": "mode",
|
|
111
|
+
"type": "string"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": "trainTestSplit",
|
|
115
|
+
"baseName": "trainTestSplit",
|
|
116
|
+
"type": "number"
|
|
117
|
+
}
|
|
118
|
+
];
|
|
119
|
+
return TunerCreateTrialLearnBlock;
|
|
120
|
+
})();
|
|
121
|
+
exports.TunerCreateTrialLearnBlock = TunerCreateTrialLearnBlock;
|
|
122
|
+
exports.TunerCreateTrialLearnBlockAugmentationPolicyImageEnumValues = ['all', 'none'];
|
|
123
|
+
exports.TunerCreateTrialLearnBlockModelEnumValues = ['fomo_mobilenet_v2_a01', 'fomo_mobilenet_v2_a35', 'object_ssd_mobilenet_v2_fpnlite_320x320'];
|
|
124
|
+
//# sourceMappingURL=tunerCreateTrialLearnBlock.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tunerCreateTrialLearnBlock.js","sourceRoot":"","sources":["../../../../sdk/studio/model/tunerCreateTrialLearnBlock.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;IAAA,MAAa,0BAA0B;QAwHnC,MAAM,CAAC,mBAAmB;YACtB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;QACvD,CAAC;;IArGM,wCAAa,GAAuB,SAAS,CAAC;IAE9C,2CAAgB,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;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,yBAAyB;YACjC,UAAU,EAAE,yBAAyB;YACrC,MAAM,EAAE,uDAAuD;SAClE;QACD;YACI,MAAM,EAAE,+BAA+B;YACvC,UAAU,EAAE,+BAA+B;YAC3C,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,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,qCAAqC;SAChD;QACD;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,iBAAiB;YACzB,UAAU,EAAE,iBAAiB;YAC7B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,kBAAkB;YAC1B,UAAU,EAAE,kBAAkB;YAC9B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,aAAa;YACzB,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,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,gBAAgB;YACxB,UAAU,EAAE,gBAAgB;YAC5B,MAAM,EAAE,QAAQ;SACnB;KAAK,CAAC;IAKf,iCAAC;KAAA;AA3HY,gEAA0B;AA+H1B,QAAA,2DAA2D,GAAa,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;AAGxF,QAAA,yCAAyC,GAAa,CAAC,uBAAuB,EAAE,uBAAuB,EAAE,yCAAyC,CAAC,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class TunerSpaceDSPBlock {
|
|
13
|
+
'id'?: number;
|
|
14
|
+
'title'?: string;
|
|
15
|
+
'type': string;
|
|
16
|
+
'implementationVersion'?: number;
|
|
17
|
+
'input'?: Array<number>;
|
|
18
|
+
'channels'?: Array<string>;
|
|
19
|
+
'axes'?: Array<string>;
|
|
20
|
+
'frameLength'?: Array<number>;
|
|
21
|
+
'numFilters'?: Array<number>;
|
|
22
|
+
'noiseFloorDb'?: Array<number>;
|
|
23
|
+
'fftLength'?: Array<number>;
|
|
24
|
+
'frameStridePct'?: Array<number>;
|
|
25
|
+
static discriminator: string | undefined;
|
|
26
|
+
static attributeTypeMap: Array<{
|
|
27
|
+
name: string;
|
|
28
|
+
baseName: string;
|
|
29
|
+
type: string;
|
|
30
|
+
}>;
|
|
31
|
+
static getAttributeTypeMap(): {
|
|
32
|
+
name: string;
|
|
33
|
+
baseName: string;
|
|
34
|
+
type: string;
|
|
35
|
+
}[];
|
|
36
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
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.TunerSpaceDSPBlock = void 0;
|
|
15
|
+
let TunerSpaceDSPBlock = /** @class */ (() => {
|
|
16
|
+
class TunerSpaceDSPBlock {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return TunerSpaceDSPBlock.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
TunerSpaceDSPBlock.discriminator = undefined;
|
|
22
|
+
TunerSpaceDSPBlock.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "id",
|
|
25
|
+
"baseName": "id",
|
|
26
|
+
"type": "number"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "title",
|
|
30
|
+
"baseName": "title",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "type",
|
|
35
|
+
"baseName": "type",
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "implementationVersion",
|
|
40
|
+
"baseName": "implementationVersion",
|
|
41
|
+
"type": "number"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "input",
|
|
45
|
+
"baseName": "input",
|
|
46
|
+
"type": "Array<number>"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "channels",
|
|
50
|
+
"baseName": "channels",
|
|
51
|
+
"type": "Array<string>"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "axes",
|
|
55
|
+
"baseName": "axes",
|
|
56
|
+
"type": "Array<string>"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "frameLength",
|
|
60
|
+
"baseName": "frameLength",
|
|
61
|
+
"type": "Array<number>"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "numFilters",
|
|
65
|
+
"baseName": "numFilters",
|
|
66
|
+
"type": "Array<number>"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "noiseFloorDb",
|
|
70
|
+
"baseName": "noiseFloorDb",
|
|
71
|
+
"type": "Array<number>"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "fftLength",
|
|
75
|
+
"baseName": "fftLength",
|
|
76
|
+
"type": "Array<number>"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "frameStridePct",
|
|
80
|
+
"baseName": "frameStridePct",
|
|
81
|
+
"type": "Array<number>"
|
|
82
|
+
}
|
|
83
|
+
];
|
|
84
|
+
return TunerSpaceDSPBlock;
|
|
85
|
+
})();
|
|
86
|
+
exports.TunerSpaceDSPBlock = TunerSpaceDSPBlock;
|
|
87
|
+
//# sourceMappingURL=tunerSpaceDSPBlock.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tunerSpaceDSPBlock.js","sourceRoot":"","sources":["../../../../sdk/studio/model/tunerSpaceDSPBlock.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;IAAA,MAAa,kBAAkB;QA8E3B,MAAM,CAAC,mBAAmB;YACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;QAC/C,CAAC;;IAlEM,gCAAa,GAAuB,SAAS,CAAC;IAE9C,mCAAgB,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;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,uBAAuB;YAC/B,UAAU,EAAE,uBAAuB;YACnC,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,eAAe;SAC1B;QACD;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,eAAe;SAC1B;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,eAAe;SAC1B;QACD;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,eAAe;SAC1B;QACD;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,eAAe;SAC1B;QACD;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,eAAe;SAC1B;QACD;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,eAAe;SAC1B;QACD;YACI,MAAM,EAAE,gBAAgB;YACxB,UAAU,EAAE,gBAAgB;YAC5B,MAAM,EAAE,eAAe;SAC1B;KAAK,CAAC;IAKf,yBAAC;KAAA;AAjFY,gDAAkB"}
|
|
@@ -0,0 +1,39 @@
|
|
|
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 { TunerSpaceDSPBlock } from './tunerSpaceDSPBlock';
|
|
13
|
+
import { TunerSpaceInputBlock } from './tunerSpaceInputBlock';
|
|
14
|
+
import { TunerSpaceLearnBlock } from './tunerSpaceLearnBlock';
|
|
15
|
+
export declare class TunerSpaceImpulse {
|
|
16
|
+
/**
|
|
17
|
+
* Input Blocks that are part of this impulse
|
|
18
|
+
*/
|
|
19
|
+
'inputBlocks': Array<TunerSpaceInputBlock>;
|
|
20
|
+
/**
|
|
21
|
+
* DSP Blocks that are part of this impulse
|
|
22
|
+
*/
|
|
23
|
+
'dspBlocks': Array<TunerSpaceDSPBlock>;
|
|
24
|
+
/**
|
|
25
|
+
* Learning Blocks that are part of this impulse
|
|
26
|
+
*/
|
|
27
|
+
'learnBlocks': Array<TunerSpaceLearnBlock>;
|
|
28
|
+
static discriminator: string | undefined;
|
|
29
|
+
static attributeTypeMap: Array<{
|
|
30
|
+
name: string;
|
|
31
|
+
baseName: string;
|
|
32
|
+
type: string;
|
|
33
|
+
}>;
|
|
34
|
+
static getAttributeTypeMap(): {
|
|
35
|
+
name: string;
|
|
36
|
+
baseName: string;
|
|
37
|
+
type: string;
|
|
38
|
+
}[];
|
|
39
|
+
}
|
|
@@ -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.TunerSpaceImpulse = void 0;
|
|
15
|
+
let TunerSpaceImpulse = /** @class */ (() => {
|
|
16
|
+
class TunerSpaceImpulse {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return TunerSpaceImpulse.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
TunerSpaceImpulse.discriminator = undefined;
|
|
22
|
+
TunerSpaceImpulse.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "inputBlocks",
|
|
25
|
+
"baseName": "inputBlocks",
|
|
26
|
+
"type": "Array<TunerSpaceInputBlock>"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "dspBlocks",
|
|
30
|
+
"baseName": "dspBlocks",
|
|
31
|
+
"type": "Array<TunerSpaceDSPBlock>"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "learnBlocks",
|
|
35
|
+
"baseName": "learnBlocks",
|
|
36
|
+
"type": "Array<TunerSpaceLearnBlock>"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
return TunerSpaceImpulse;
|
|
40
|
+
})();
|
|
41
|
+
exports.TunerSpaceImpulse = TunerSpaceImpulse;
|
|
42
|
+
//# sourceMappingURL=tunerSpaceImpulse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tunerSpaceImpulse.js","sourceRoot":"","sources":["../../../../sdk/studio/model/tunerSpaceImpulse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH;IAAA,MAAa,iBAAiB;QAiC1B,MAAM,CAAC,mBAAmB;YACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;QAC9C,CAAC;;IArBM,+BAAa,GAAuB,SAAS,CAAC;IAE9C,kCAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,6BAA6B;SACxC;QACD;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,2BAA2B;SACtC;QACD;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,6BAA6B;SACxC;KAAK,CAAC;IAKf,wBAAC;KAAA;AApCY,8CAAiB"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { TunerSpaceInputBlockWindow } from './tunerSpaceInputBlockWindow';
|
|
13
|
+
export declare class TunerSpaceInputBlock {
|
|
14
|
+
'id'?: number;
|
|
15
|
+
'title'?: string;
|
|
16
|
+
'type': TunerSpaceInputBlockTypeEnum;
|
|
17
|
+
'dimension'?: Array<Array<number>>;
|
|
18
|
+
'windowSizeMs'?: Array<number>;
|
|
19
|
+
'windowIncreasePct'?: Array<number>;
|
|
20
|
+
'window'?: Array<TunerSpaceInputBlockWindow>;
|
|
21
|
+
'frequencyHz'?: Array<number>;
|
|
22
|
+
static discriminator: string | undefined;
|
|
23
|
+
static attributeTypeMap: Array<{
|
|
24
|
+
name: string;
|
|
25
|
+
baseName: string;
|
|
26
|
+
type: string;
|
|
27
|
+
}>;
|
|
28
|
+
static getAttributeTypeMap(): {
|
|
29
|
+
name: string;
|
|
30
|
+
baseName: string;
|
|
31
|
+
type: string;
|
|
32
|
+
}[];
|
|
33
|
+
}
|
|
34
|
+
export declare type TunerSpaceInputBlockTypeEnum = 'time-series' | 'image' | 'video';
|
|
35
|
+
export declare const TunerSpaceInputBlockTypeEnumValues: string[];
|
|
@@ -0,0 +1,68 @@
|
|
|
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.TunerSpaceInputBlockTypeEnumValues = exports.TunerSpaceInputBlock = void 0;
|
|
15
|
+
let TunerSpaceInputBlock = /** @class */ (() => {
|
|
16
|
+
class TunerSpaceInputBlock {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return TunerSpaceInputBlock.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
TunerSpaceInputBlock.discriminator = undefined;
|
|
22
|
+
TunerSpaceInputBlock.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "id",
|
|
25
|
+
"baseName": "id",
|
|
26
|
+
"type": "number"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "title",
|
|
30
|
+
"baseName": "title",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "type",
|
|
35
|
+
"baseName": "type",
|
|
36
|
+
"type": "TunerSpaceInputBlockTypeEnum"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "dimension",
|
|
40
|
+
"baseName": "dimension",
|
|
41
|
+
"type": "Array<Array<number>>"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "windowSizeMs",
|
|
45
|
+
"baseName": "windowSizeMs",
|
|
46
|
+
"type": "Array<number>"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "windowIncreasePct",
|
|
50
|
+
"baseName": "windowIncreasePct",
|
|
51
|
+
"type": "Array<number>"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "window",
|
|
55
|
+
"baseName": "window",
|
|
56
|
+
"type": "Array<TunerSpaceInputBlockWindow>"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "frequencyHz",
|
|
60
|
+
"baseName": "frequencyHz",
|
|
61
|
+
"type": "Array<number>"
|
|
62
|
+
}
|
|
63
|
+
];
|
|
64
|
+
return TunerSpaceInputBlock;
|
|
65
|
+
})();
|
|
66
|
+
exports.TunerSpaceInputBlock = TunerSpaceInputBlock;
|
|
67
|
+
exports.TunerSpaceInputBlockTypeEnumValues = ['time-series', 'image', 'video'];
|
|
68
|
+
//# sourceMappingURL=tunerSpaceInputBlock.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tunerSpaceInputBlock.js","sourceRoot":"","sources":["../../../../sdk/studio/model/tunerSpaceInputBlock.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH;IAAA,MAAa,oBAAoB;QAsD7B,MAAM,CAAC,mBAAmB;YACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;QACjD,CAAC;;IA9CM,kCAAa,GAAuB,SAAS,CAAC;IAE9C,qCAAgB,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;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,8BAA8B;SACzC;QACD;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,sBAAsB;SACjC;QACD;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,eAAe;SAC1B;QACD;YACI,MAAM,EAAE,mBAAmB;YAC3B,UAAU,EAAE,mBAAmB;YAC/B,MAAM,EAAE,eAAe;SAC1B;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,mCAAmC;SAC9C;QACD;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,eAAe;SAC1B;KAAK,CAAC;IAKf,2BAAC;KAAA;AAzDY,oDAAoB;AA6DpB,QAAA,kCAAkC,GAAa,CAAC,aAAa,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class TunerSpaceInputBlockWindow {
|
|
13
|
+
'windowSizeMs'?: number;
|
|
14
|
+
'windowIncreaseMs'?: number;
|
|
15
|
+
static discriminator: string | undefined;
|
|
16
|
+
static attributeTypeMap: Array<{
|
|
17
|
+
name: string;
|
|
18
|
+
baseName: string;
|
|
19
|
+
type: string;
|
|
20
|
+
}>;
|
|
21
|
+
static getAttributeTypeMap(): {
|
|
22
|
+
name: string;
|
|
23
|
+
baseName: string;
|
|
24
|
+
type: string;
|
|
25
|
+
}[];
|
|
26
|
+
}
|
|
@@ -0,0 +1,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.TunerSpaceInputBlockWindow = void 0;
|
|
15
|
+
let TunerSpaceInputBlockWindow = /** @class */ (() => {
|
|
16
|
+
class TunerSpaceInputBlockWindow {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return TunerSpaceInputBlockWindow.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
TunerSpaceInputBlockWindow.discriminator = undefined;
|
|
22
|
+
TunerSpaceInputBlockWindow.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "windowSizeMs",
|
|
25
|
+
"baseName": "windowSizeMs",
|
|
26
|
+
"type": "number"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "windowIncreaseMs",
|
|
30
|
+
"baseName": "windowIncreaseMs",
|
|
31
|
+
"type": "number"
|
|
32
|
+
}
|
|
33
|
+
];
|
|
34
|
+
return TunerSpaceInputBlockWindow;
|
|
35
|
+
})();
|
|
36
|
+
exports.TunerSpaceInputBlockWindow = TunerSpaceInputBlockWindow;
|
|
37
|
+
//# sourceMappingURL=tunerSpaceInputBlockWindow.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tunerSpaceInputBlockWindow.js","sourceRoot":"","sources":["../../../../sdk/studio/model/tunerSpaceInputBlockWindow.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;IAAA,MAAa,0BAA0B;QAkBnC,MAAM,CAAC,mBAAmB;YACtB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;QACvD,CAAC;;IAhBM,wCAAa,GAAuB,SAAS,CAAC;IAE9C,2CAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,kBAAkB;YAC1B,UAAU,EAAE,kBAAkB;YAC9B,MAAM,EAAE,QAAQ;SACnB;KAAK,CAAC;IAKf,iCAAC;KAAA;AArBY,gEAA0B"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class TunerSpaceLearnBlock {
|
|
13
|
+
'id'?: number;
|
|
14
|
+
'title'?: string;
|
|
15
|
+
'type': string;
|
|
16
|
+
'dsp'?: Array<number>;
|
|
17
|
+
'augmentationPolicyImage'?: Array<string>;
|
|
18
|
+
'augmentationPolicySpectrogram'?: object;
|
|
19
|
+
'learningRate'?: Array<number>;
|
|
20
|
+
'trainingCycles'?: Array<number>;
|
|
21
|
+
'model'?: Array<string>;
|
|
22
|
+
'dimension'?: Array<string>;
|
|
23
|
+
'convBaseFilters'?: Array<number>;
|
|
24
|
+
'convLayers'?: Array<number>;
|
|
25
|
+
'dropout'?: Array<number>;
|
|
26
|
+
'denseNeurons'?: Array<number>;
|
|
27
|
+
'denseBaseNeurons'?: Array<number>;
|
|
28
|
+
'denseLayers'?: Array<number>;
|
|
29
|
+
'script'?: string;
|
|
30
|
+
'scriptVariables'?: object;
|
|
31
|
+
'mode'?: string;
|
|
32
|
+
'trainTestSplit'?: number;
|
|
33
|
+
static discriminator: string | undefined;
|
|
34
|
+
static attributeTypeMap: Array<{
|
|
35
|
+
name: string;
|
|
36
|
+
baseName: string;
|
|
37
|
+
type: string;
|
|
38
|
+
}>;
|
|
39
|
+
static getAttributeTypeMap(): {
|
|
40
|
+
name: string;
|
|
41
|
+
baseName: string;
|
|
42
|
+
type: string;
|
|
43
|
+
}[];
|
|
44
|
+
}
|