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,37 @@
|
|
|
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 { TunerSpaceImpulse } from './tunerSpaceImpulse';
|
|
13
|
+
export declare class OptimizeSpaceResponse {
|
|
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
|
+
/**
|
|
23
|
+
* List of impulses specifying the EON Tuner search space
|
|
24
|
+
*/
|
|
25
|
+
'impulse': Array<TunerSpaceImpulse>;
|
|
26
|
+
static discriminator: string | undefined;
|
|
27
|
+
static attributeTypeMap: Array<{
|
|
28
|
+
name: string;
|
|
29
|
+
baseName: string;
|
|
30
|
+
type: string;
|
|
31
|
+
}>;
|
|
32
|
+
static getAttributeTypeMap(): {
|
|
33
|
+
name: string;
|
|
34
|
+
baseName: string;
|
|
35
|
+
type: string;
|
|
36
|
+
}[];
|
|
37
|
+
}
|
|
@@ -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.OptimizeSpaceResponse = void 0;
|
|
15
|
+
let OptimizeSpaceResponse = /** @class */ (() => {
|
|
16
|
+
class OptimizeSpaceResponse {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return OptimizeSpaceResponse.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
OptimizeSpaceResponse.discriminator = undefined;
|
|
22
|
+
OptimizeSpaceResponse.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": "impulse",
|
|
35
|
+
"baseName": "impulse",
|
|
36
|
+
"type": "Array<TunerSpaceImpulse>"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
return OptimizeSpaceResponse;
|
|
40
|
+
})();
|
|
41
|
+
exports.OptimizeSpaceResponse = OptimizeSpaceResponse;
|
|
42
|
+
//# sourceMappingURL=optimizeSpaceResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"optimizeSpaceResponse.js","sourceRoot":"","sources":["../../../../sdk/studio/model/optimizeSpaceResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH;IAAA,MAAa,qBAAqB;QAiC9B,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,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,0BAA0B;SACrC;KAAK,CAAC;IAKf,4BAAC;KAAA;AApCY,sDAAqB"}
|
|
@@ -17,7 +17,13 @@ export declare class Organization {
|
|
|
17
17
|
*/
|
|
18
18
|
'name': string;
|
|
19
19
|
'logo'?: string;
|
|
20
|
+
'headerImg'?: string;
|
|
20
21
|
'users': Array<OrganizationUser>;
|
|
22
|
+
'isDeveloperProfile': boolean;
|
|
23
|
+
/**
|
|
24
|
+
* Unique identifier of the white label this project belongs to, if any.
|
|
25
|
+
*/
|
|
26
|
+
'whitelabelId': number | null;
|
|
21
27
|
static discriminator: string | undefined;
|
|
22
28
|
static attributeTypeMap: Array<{
|
|
23
29
|
name: string;
|
|
@@ -35,10 +35,25 @@ let Organization = /** @class */ (() => {
|
|
|
35
35
|
"baseName": "logo",
|
|
36
36
|
"type": "string"
|
|
37
37
|
},
|
|
38
|
+
{
|
|
39
|
+
"name": "headerImg",
|
|
40
|
+
"baseName": "headerImg",
|
|
41
|
+
"type": "string"
|
|
42
|
+
},
|
|
38
43
|
{
|
|
39
44
|
"name": "users",
|
|
40
45
|
"baseName": "users",
|
|
41
46
|
"type": "Array<OrganizationUser>"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "isDeveloperProfile",
|
|
50
|
+
"baseName": "isDeveloperProfile",
|
|
51
|
+
"type": "boolean"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "whitelabelId",
|
|
55
|
+
"baseName": "whitelabelId",
|
|
56
|
+
"type": "number"
|
|
42
57
|
}
|
|
43
58
|
];
|
|
44
59
|
return Organization;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"organization.js","sourceRoot":"","sources":["../../../../sdk/studio/model/organization.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH;IAAA,MAAa,YAAY;
|
|
1
|
+
{"version":3,"file":"organization.js","sourceRoot":"","sources":["../../../../sdk/studio/model/organization.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH;IAAA,MAAa,YAAY;QAsDrB,MAAM,CAAC,mBAAmB;YACtB,OAAO,YAAY,CAAC,gBAAgB,CAAC;QACzC,CAAC;;IAzCM,0BAAa,GAAuB,SAAS,CAAC;IAE9C,6BAAgB,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,WAAW;YACnB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,yBAAyB;SACpC;QACD;YACI,MAAM,EAAE,oBAAoB;YAC5B,UAAU,EAAE,oBAAoB;YAChC,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,QAAQ;SACnB;KAAK,CAAC;IAKf,mBAAC;KAAA;AAzDY,oCAAY"}
|
|
@@ -34,10 +34,6 @@ export declare class OrganizationCreateProjectRequest {
|
|
|
34
34
|
* Optional extra arguments for this transformation block
|
|
35
35
|
*/
|
|
36
36
|
'extraCliArguments'?: string;
|
|
37
|
-
/**
|
|
38
|
-
* White label domain, if any
|
|
39
|
-
*/
|
|
40
|
-
'whitelabel'?: string;
|
|
41
37
|
static discriminator: string | undefined;
|
|
42
38
|
static attributeTypeMap: Array<{
|
|
43
39
|
name: string;
|
|
@@ -97,11 +97,6 @@ let OrganizationCreateProjectRequest = /** @class */ (() => {
|
|
|
97
97
|
"name": "extraCliArguments",
|
|
98
98
|
"baseName": "extraCliArguments",
|
|
99
99
|
"type": "string"
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"name": "whitelabel",
|
|
103
|
-
"baseName": "whitelabel",
|
|
104
|
-
"type": "string"
|
|
105
100
|
}
|
|
106
101
|
];
|
|
107
102
|
return OrganizationCreateProjectRequest;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"organizationCreateProjectRequest.js","sourceRoot":"","sources":["../../../../sdk/studio/model/organizationCreateProjectRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;;EAEE;AACF;IAAA,MAAa,gCAAgC;
|
|
1
|
+
{"version":3,"file":"organizationCreateProjectRequest.js","sourceRoot":"","sources":["../../../../sdk/studio/model/organizationCreateProjectRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;;EAEE;AACF;IAAA,MAAa,gCAAgC;QAsGzC,MAAM,CAAC,mBAAmB;YACtB,OAAO,gCAAgC,CAAC,gBAAgB,CAAC;QAC7D,CAAC;;IAjFM,8CAAa,GAAuB,SAAS,CAAC;IAE9C,iDAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,gDAAgD;SAC3D;QACD;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,gBAAgB;YACxB,UAAU,EAAE,gBAAgB;YAC5B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,eAAe;YACvB,UAAU,EAAE,eAAe;YAC3B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,gBAAgB;YACxB,UAAU,EAAE,gBAAgB;YAC5B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,uBAAuB;YAC/B,UAAU,EAAE,uBAAuB;YACnC,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,4BAA4B;YACpC,UAAU,EAAE,4BAA4B;YACxC,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,8CAA8C;SACzD;QACD;YACI,MAAM,EAAE,mBAAmB;YAC3B,UAAU,EAAE,mBAAmB;YAC/B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,oBAAoB;YAC5B,UAAU,EAAE,oBAAoB;YAChC,MAAM,EAAE,eAAe;SAC1B;QACD;YACI,MAAM,EAAE,wBAAwB;YAChC,UAAU,EAAE,wBAAwB;YACpC,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,mBAAmB;YAC3B,UAAU,EAAE,mBAAmB;YAC/B,MAAM,EAAE,QAAQ;SACnB;KAAK,CAAC;IAKf,uCAAC;KAAA;AAzGY,4EAAgC;AA6GhC,QAAA,oDAAoD,GAAa,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;AAGxF,QAAA,kDAAkD,GAAa,CAAC,UAAU,EAAE,SAAS,EAAE,OAAO,CAAC,CAAC"}
|
|
@@ -31,6 +31,7 @@ export declare class OrganizationInfoResponse {
|
|
|
31
31
|
*/
|
|
32
32
|
'experiments': Array<ProjectInfoResponseAllOfExperiments>;
|
|
33
33
|
'readme'?: ProjectInfoResponseAllOfReadme;
|
|
34
|
+
'whitelabelId'?: number;
|
|
34
35
|
static discriminator: string | undefined;
|
|
35
36
|
static attributeTypeMap: Array<{
|
|
36
37
|
name: string;
|
|
@@ -54,6 +54,11 @@ let OrganizationInfoResponse = /** @class */ (() => {
|
|
|
54
54
|
"name": "readme",
|
|
55
55
|
"baseName": "readme",
|
|
56
56
|
"type": "ProjectInfoResponseAllOfReadme"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "whitelabelId",
|
|
60
|
+
"baseName": "whitelabelId",
|
|
61
|
+
"type": "number"
|
|
57
62
|
}
|
|
58
63
|
];
|
|
59
64
|
return OrganizationInfoResponse;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"organizationInfoResponse.js","sourceRoot":"","sources":["../../../../sdk/studio/model/organizationInfoResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAUH;IAAA,MAAa,wBAAwB;
|
|
1
|
+
{"version":3,"file":"organizationInfoResponse.js","sourceRoot":"","sources":["../../../../sdk/studio/model/organizationInfoResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAUH;IAAA,MAAa,wBAAwB;QA+DjC,MAAM,CAAC,mBAAmB;YACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;QACrD,CAAC;;IA9CM,sCAAa,GAAuB,SAAS,CAAC;IAE9C,yCAAgB,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,cAAc;SACzB;QACD;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,4BAA4B;SACvC;QACD;YACI,MAAM,EAAE,sBAAsB;YAC9B,UAAU,EAAE,sBAAsB;YAClC,MAAM,EAAE,mDAAmD;SAC9D;QACD;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,4CAA4C;SACvD;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,gCAAgC;SAC3C;QACD;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,QAAQ;SACnB;KAAK,CAAC;IAKf,+BAAC;KAAA;AAlEY,4DAAwB"}
|
|
@@ -23,6 +23,7 @@ export declare class OrganizationInfoResponseAllOf {
|
|
|
23
23
|
*/
|
|
24
24
|
'experiments': Array<ProjectInfoResponseAllOfExperiments>;
|
|
25
25
|
'readme'?: ProjectInfoResponseAllOfReadme;
|
|
26
|
+
'whitelabelId'?: number;
|
|
26
27
|
static discriminator: string | undefined;
|
|
27
28
|
static attributeTypeMap: Array<{
|
|
28
29
|
name: string;
|
|
@@ -44,6 +44,11 @@ let OrganizationInfoResponseAllOf = /** @class */ (() => {
|
|
|
44
44
|
"name": "readme",
|
|
45
45
|
"baseName": "readme",
|
|
46
46
|
"type": "ProjectInfoResponseAllOfReadme"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "whitelabelId",
|
|
50
|
+
"baseName": "whitelabelId",
|
|
51
|
+
"type": "number"
|
|
47
52
|
}
|
|
48
53
|
];
|
|
49
54
|
return OrganizationInfoResponseAllOf;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"organizationInfoResponseAllOf.js","sourceRoot":"","sources":["../../../../sdk/studio/model/organizationInfoResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAQH;IAAA,MAAa,6BAA6B;
|
|
1
|
+
{"version":3,"file":"organizationInfoResponseAllOf.js","sourceRoot":"","sources":["../../../../sdk/studio/model/organizationInfoResponseAllOf.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAQH;IAAA,MAAa,6BAA6B;QA6CtC,MAAM,CAAC,mBAAmB;YACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;QAC1D,CAAC;;IApCM,2CAAa,GAAuB,SAAS,CAAC;IAE9C,8CAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,cAAc;SACzB;QACD;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,4BAA4B;SACvC;QACD;YACI,MAAM,EAAE,sBAAsB;YAC9B,UAAU,EAAE,sBAAsB;YAClC,MAAM,EAAE,mDAAmD;SAC9D;QACD;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,4CAA4C;SACvD;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,gCAAgC;SAC3C;QACD;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,QAAQ;SACnB;KAAK,CAAC;IAKf,oCAAC;KAAA;AAhDY,sEAA6B"}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { UserStaffInfo } from './userStaffInfo';
|
|
12
13
|
export declare class OrganizationUser {
|
|
13
14
|
'id': number;
|
|
14
15
|
'username': string;
|
|
@@ -18,7 +19,7 @@ export declare class OrganizationUser {
|
|
|
18
19
|
'added': Date;
|
|
19
20
|
'email': string;
|
|
20
21
|
'role': OrganizationUserRoleEnum;
|
|
21
|
-
'
|
|
22
|
+
'staffInfo': UserStaffInfo;
|
|
22
23
|
'projectCount': number;
|
|
23
24
|
'datasets': Array<string>;
|
|
24
25
|
'pending': boolean;
|
|
@@ -61,9 +61,9 @@ let OrganizationUser = /** @class */ (() => {
|
|
|
61
61
|
"type": "OrganizationUserRoleEnum"
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
|
-
"name": "
|
|
65
|
-
"baseName": "
|
|
66
|
-
"type": "
|
|
64
|
+
"name": "staffInfo",
|
|
65
|
+
"baseName": "staffInfo",
|
|
66
|
+
"type": "UserStaffInfo"
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
"name": "projectCount",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"organizationUser.js","sourceRoot":"","sources":["../../../../sdk/studio/model/organizationUser.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"organizationUser.js","sourceRoot":"","sources":["../../../../sdk/studio/model/organizationUser.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH;IAAA,MAAa,gBAAgB;QA8EzB,MAAM,CAAC,mBAAmB;YACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;QAC7C,CAAC;;IAlEM,8BAAa,GAAuB,SAAS,CAAC;IAE9C,iCAAgB,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,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,QAAQ;SACnB;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,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,MAAM;SACjB;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,0BAA0B;SACrC;QACD;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,eAAe;SAC1B;QACD;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,eAAe;SAC1B;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,SAAS;SACpB;KAAK,CAAC;IAKf,uBAAC;KAAA;AAjFY,4CAAgB;AAqFhB,QAAA,8BAA8B,GAAa,CAAC,OAAO,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC"}
|
package/build/sdk/studio/model/{applicationTestingDetection.js → performanceCalibrationDetection.js}
RENAMED
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*/
|
|
13
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
-
exports.
|
|
15
|
-
let
|
|
16
|
-
class
|
|
14
|
+
exports.PerformanceCalibrationDetection = void 0;
|
|
15
|
+
let PerformanceCalibrationDetection = /** @class */ (() => {
|
|
16
|
+
class PerformanceCalibrationDetection {
|
|
17
17
|
static getAttributeTypeMap() {
|
|
18
|
-
return
|
|
18
|
+
return PerformanceCalibrationDetection.attributeTypeMap;
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
PerformanceCalibrationDetection.discriminator = undefined;
|
|
22
|
+
PerformanceCalibrationDetection.attributeTypeMap = [
|
|
23
23
|
{
|
|
24
24
|
"name": "time",
|
|
25
25
|
"baseName": "time",
|
|
@@ -31,7 +31,7 @@ let ApplicationTestingDetection = /** @class */ (() => {
|
|
|
31
31
|
"type": "string"
|
|
32
32
|
}
|
|
33
33
|
];
|
|
34
|
-
return
|
|
34
|
+
return PerformanceCalibrationDetection;
|
|
35
35
|
})();
|
|
36
|
-
exports.
|
|
37
|
-
//# sourceMappingURL=
|
|
36
|
+
exports.PerformanceCalibrationDetection = PerformanceCalibrationDetection;
|
|
37
|
+
//# sourceMappingURL=performanceCalibrationDetection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"performanceCalibrationDetection.js","sourceRoot":"","sources":["../../../../sdk/studio/model/performanceCalibrationDetection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;IAAA,MAAa,+BAA+B;QAwBxC,MAAM,CAAC,mBAAmB;YACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;QAC5D,CAAC;;IAhBM,6CAAa,GAAuB,SAAS,CAAC;IAE9C,gDAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,QAAQ;SACnB;KAAK,CAAC;IAKf,sCAAC;KAAA;AA3BY,0EAA+B"}
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
export declare class
|
|
12
|
+
export declare class PerformanceCalibrationFalsePositive {
|
|
13
13
|
/**
|
|
14
14
|
* The type of false positive. Incorrect is when a detection matches the wrong ground truth. Duplicate is when the same ground truth was detected more than once. The first correct detection is considered a true positive but subsequent detections are considered false positives. Spurious is when the detection was not associated with any ground truth.
|
|
15
15
|
*/
|
|
16
|
-
'type':
|
|
16
|
+
'type': PerformanceCalibrationFalsePositiveTypeEnum;
|
|
17
17
|
/**
|
|
18
18
|
* The time of the detection in milliseconds
|
|
19
19
|
*/
|
|
@@ -26,6 +26,10 @@ export declare class ApplicationTestingFalsePositive {
|
|
|
26
26
|
* The start time of any associated ground truth
|
|
27
27
|
*/
|
|
28
28
|
'groundTruthStart'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* All of the sample IDs in the affected region
|
|
31
|
+
*/
|
|
32
|
+
'sampleIds'?: Array<number>;
|
|
29
33
|
static discriminator: string | undefined;
|
|
30
34
|
static attributeTypeMap: Array<{
|
|
31
35
|
name: string;
|
|
@@ -38,5 +42,5 @@ export declare class ApplicationTestingFalsePositive {
|
|
|
38
42
|
type: string;
|
|
39
43
|
}[];
|
|
40
44
|
}
|
|
41
|
-
export declare type
|
|
42
|
-
export declare const
|
|
45
|
+
export declare type PerformanceCalibrationFalsePositiveTypeEnum = 'incorrect' | 'duplicate' | 'spurious';
|
|
46
|
+
export declare const PerformanceCalibrationFalsePositiveTypeEnumValues: string[];
|
|
@@ -11,19 +11,19 @@
|
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*/
|
|
13
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
-
exports.
|
|
15
|
-
let
|
|
16
|
-
class
|
|
14
|
+
exports.PerformanceCalibrationFalsePositiveTypeEnumValues = exports.PerformanceCalibrationFalsePositive = void 0;
|
|
15
|
+
let PerformanceCalibrationFalsePositive = /** @class */ (() => {
|
|
16
|
+
class PerformanceCalibrationFalsePositive {
|
|
17
17
|
static getAttributeTypeMap() {
|
|
18
|
-
return
|
|
18
|
+
return PerformanceCalibrationFalsePositive.attributeTypeMap;
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
PerformanceCalibrationFalsePositive.discriminator = undefined;
|
|
22
|
+
PerformanceCalibrationFalsePositive.attributeTypeMap = [
|
|
23
23
|
{
|
|
24
24
|
"name": "type",
|
|
25
25
|
"baseName": "type",
|
|
26
|
-
"type": "
|
|
26
|
+
"type": "PerformanceCalibrationFalsePositiveTypeEnum"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"name": "detectionTime",
|
|
@@ -39,10 +39,15 @@ let ApplicationTestingFalsePositive = /** @class */ (() => {
|
|
|
39
39
|
"name": "groundTruthStart",
|
|
40
40
|
"baseName": "groundTruthStart",
|
|
41
41
|
"type": "number"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "sampleIds",
|
|
45
|
+
"baseName": "sampleIds",
|
|
46
|
+
"type": "Array<number>"
|
|
42
47
|
}
|
|
43
48
|
];
|
|
44
|
-
return
|
|
49
|
+
return PerformanceCalibrationFalsePositive;
|
|
45
50
|
})();
|
|
46
|
-
exports.
|
|
47
|
-
exports.
|
|
48
|
-
//# sourceMappingURL=
|
|
51
|
+
exports.PerformanceCalibrationFalsePositive = PerformanceCalibrationFalsePositive;
|
|
52
|
+
exports.PerformanceCalibrationFalsePositiveTypeEnumValues = ['incorrect', 'duplicate', 'spurious'];
|
|
53
|
+
//# sourceMappingURL=performanceCalibrationFalsePositive.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"performanceCalibrationFalsePositive.js","sourceRoot":"","sources":["../../../../sdk/studio/model/performanceCalibrationFalsePositive.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;IAAA,MAAa,mCAAmC;QAmD5C,MAAM,CAAC,mBAAmB;YACtB,OAAO,mCAAmC,CAAC,gBAAgB,CAAC;QAChE,CAAC;;IA/BM,iDAAa,GAAuB,SAAS,CAAC;IAE9C,oDAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,6CAA6C;SACxD;QACD;YACI,MAAM,EAAE,eAAe;YACvB,UAAU,EAAE,eAAe;YAC3B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,kBAAkB;YAC1B,UAAU,EAAE,kBAAkB;YAC9B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,kBAAkB;YAC1B,UAAU,EAAE,kBAAkB;YAC9B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,eAAe;SAC1B;KAAK,CAAC;IAKf,0CAAC;KAAA;AAtDY,kFAAmC;AA0DnC,QAAA,iDAAiD,GAAa,CAAC,WAAW,EAAE,WAAW,EAAE,UAAU,CAAC,CAAC"}
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
13
|
-
export declare class
|
|
12
|
+
import { PerformanceCalibrationGroundTruthSamples } from './performanceCalibrationGroundTruthSamples';
|
|
13
|
+
export declare class PerformanceCalibrationGroundTruth {
|
|
14
14
|
/**
|
|
15
15
|
* Whether this region is a single sample, a region of background noise, or a region of background noise that contains samples.
|
|
16
16
|
*/
|
|
17
|
-
'type':
|
|
17
|
+
'type': PerformanceCalibrationGroundTruthTypeEnum;
|
|
18
18
|
/**
|
|
19
19
|
* Index of the label in the array of all labels
|
|
20
20
|
*/
|
|
@@ -34,7 +34,7 @@ export declare class ApplicationTestingGroundTruth {
|
|
|
34
34
|
/**
|
|
35
35
|
* If the region contains samples, all the samples within this region
|
|
36
36
|
*/
|
|
37
|
-
'samples'?: Array<
|
|
37
|
+
'samples'?: Array<PerformanceCalibrationGroundTruthSamples>;
|
|
38
38
|
static discriminator: string | undefined;
|
|
39
39
|
static attributeTypeMap: Array<{
|
|
40
40
|
name: string;
|
|
@@ -47,5 +47,5 @@ export declare class ApplicationTestingGroundTruth {
|
|
|
47
47
|
type: string;
|
|
48
48
|
}[];
|
|
49
49
|
}
|
|
50
|
-
export declare type
|
|
51
|
-
export declare const
|
|
50
|
+
export declare type PerformanceCalibrationGroundTruthTypeEnum = 'sample' | 'noise' | 'combined_noise';
|
|
51
|
+
export declare const PerformanceCalibrationGroundTruthTypeEnumValues: string[];
|
|
@@ -11,19 +11,19 @@
|
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*/
|
|
13
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
-
exports.
|
|
15
|
-
let
|
|
16
|
-
class
|
|
14
|
+
exports.PerformanceCalibrationGroundTruthTypeEnumValues = exports.PerformanceCalibrationGroundTruth = void 0;
|
|
15
|
+
let PerformanceCalibrationGroundTruth = /** @class */ (() => {
|
|
16
|
+
class PerformanceCalibrationGroundTruth {
|
|
17
17
|
static getAttributeTypeMap() {
|
|
18
|
-
return
|
|
18
|
+
return PerformanceCalibrationGroundTruth.attributeTypeMap;
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
PerformanceCalibrationGroundTruth.discriminator = undefined;
|
|
22
|
+
PerformanceCalibrationGroundTruth.attributeTypeMap = [
|
|
23
23
|
{
|
|
24
24
|
"name": "type",
|
|
25
25
|
"baseName": "type",
|
|
26
|
-
"type": "
|
|
26
|
+
"type": "PerformanceCalibrationGroundTruthTypeEnum"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"name": "labelIdx",
|
|
@@ -48,11 +48,11 @@ let ApplicationTestingGroundTruth = /** @class */ (() => {
|
|
|
48
48
|
{
|
|
49
49
|
"name": "samples",
|
|
50
50
|
"baseName": "samples",
|
|
51
|
-
"type": "Array<
|
|
51
|
+
"type": "Array<PerformanceCalibrationGroundTruthSamples>"
|
|
52
52
|
}
|
|
53
53
|
];
|
|
54
|
-
return
|
|
54
|
+
return PerformanceCalibrationGroundTruth;
|
|
55
55
|
})();
|
|
56
|
-
exports.
|
|
57
|
-
exports.
|
|
58
|
-
//# sourceMappingURL=
|
|
56
|
+
exports.PerformanceCalibrationGroundTruth = PerformanceCalibrationGroundTruth;
|
|
57
|
+
exports.PerformanceCalibrationGroundTruthTypeEnumValues = ['sample', 'noise', 'combined_noise'];
|
|
58
|
+
//# sourceMappingURL=performanceCalibrationGroundTruth.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"performanceCalibrationGroundTruth.js","sourceRoot":"","sources":["../../../../sdk/studio/model/performanceCalibrationGroundTruth.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH;IAAA,MAAa,iCAAiC;QA4D1C,MAAM,CAAC,mBAAmB;YACtB,OAAO,iCAAiC,CAAC,gBAAgB,CAAC;QAC9D,CAAC;;IApCM,+CAAa,GAAuB,SAAS,CAAC;IAE9C,kDAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,2CAA2C;SACtD;QACD;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,iDAAiD;SAC5D;KAAK,CAAC;IAKf,wCAAC;KAAA;AA/DY,8EAAiC;AAmEjC,QAAA,+CAA+C,GAAa,CAAC,QAAQ,EAAE,OAAO,EAAE,gBAAgB,CAAC,CAAC"}
|
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*/
|
|
13
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
-
exports.
|
|
15
|
-
let
|
|
16
|
-
class
|
|
14
|
+
exports.PerformanceCalibrationGroundTruthSamples = void 0;
|
|
15
|
+
let PerformanceCalibrationGroundTruthSamples = /** @class */ (() => {
|
|
16
|
+
class PerformanceCalibrationGroundTruthSamples {
|
|
17
17
|
static getAttributeTypeMap() {
|
|
18
|
-
return
|
|
18
|
+
return PerformanceCalibrationGroundTruthSamples.attributeTypeMap;
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
PerformanceCalibrationGroundTruthSamples.discriminator = undefined;
|
|
22
|
+
PerformanceCalibrationGroundTruthSamples.attributeTypeMap = [
|
|
23
23
|
{
|
|
24
24
|
"name": "id",
|
|
25
25
|
"baseName": "id",
|
|
@@ -41,7 +41,7 @@ let ApplicationTestingGroundTruthSamples = /** @class */ (() => {
|
|
|
41
41
|
"type": "number"
|
|
42
42
|
}
|
|
43
43
|
];
|
|
44
|
-
return
|
|
44
|
+
return PerformanceCalibrationGroundTruthSamples;
|
|
45
45
|
})();
|
|
46
|
-
exports.
|
|
47
|
-
//# sourceMappingURL=
|
|
46
|
+
exports.PerformanceCalibrationGroundTruthSamples = PerformanceCalibrationGroundTruthSamples;
|
|
47
|
+
//# sourceMappingURL=performanceCalibrationGroundTruthSamples.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"performanceCalibrationGroundTruthSamples.js","sourceRoot":"","sources":["../../../../sdk/studio/model/performanceCalibrationGroundTruthSamples.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;IAAA,MAAa,wCAAwC;QA0CjD,MAAM,CAAC,mBAAmB;YACtB,OAAO,wCAAwC,CAAC,gBAAgB,CAAC;QACrE,CAAC;;IA1BM,sDAAa,GAAuB,SAAS,CAAC;IAE9C,yDAAgB,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,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,KAAK;YACb,UAAU,EAAE,KAAK;YACjB,MAAM,EAAE,QAAQ;SACnB;KAAK,CAAC;IAKf,+CAAC;KAAA;AA7CY,4FAAwC"}
|
|
@@ -9,28 +9,34 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
|
|
12
|
+
import { PerformanceCalibrationDetection } from './performanceCalibrationDetection';
|
|
13
|
+
import { PerformanceCalibrationParameterSetAggregateStats } from './performanceCalibrationParameterSetAggregateStats';
|
|
14
|
+
import { PerformanceCalibrationParameterSetStats } from './performanceCalibrationParameterSetStats';
|
|
15
|
+
import { PerformanceCalibrationParameters } from './performanceCalibrationParameters';
|
|
16
|
+
export declare class PerformanceCalibrationParameterSet {
|
|
16
17
|
/**
|
|
17
18
|
* All of the detections using this parameter set
|
|
18
19
|
*/
|
|
19
|
-
'detections': Array<
|
|
20
|
+
'detections': Array<PerformanceCalibrationDetection>;
|
|
20
21
|
/**
|
|
21
22
|
* Whether this is considered the best parameter set
|
|
22
23
|
*/
|
|
23
24
|
'isBest': boolean;
|
|
24
25
|
/**
|
|
26
|
+
* Whether this is Studio\'s default parameter set
|
|
27
|
+
*/
|
|
28
|
+
'isDefault': boolean;
|
|
29
|
+
/**
|
|
25
30
|
* All of the possible labels in the detections array
|
|
26
31
|
*/
|
|
27
32
|
'labels': Array<string>;
|
|
28
|
-
'aggregateStats':
|
|
29
|
-
'stats': Array<
|
|
33
|
+
'aggregateStats': PerformanceCalibrationParameterSetAggregateStats;
|
|
34
|
+
'stats': Array<PerformanceCalibrationParameterSetStats>;
|
|
35
|
+
'params': PerformanceCalibrationParameters;
|
|
30
36
|
/**
|
|
31
|
-
* The
|
|
37
|
+
* The size of the input block window in milliseconds.
|
|
32
38
|
*/
|
|
33
|
-
'
|
|
39
|
+
'windowSizeMs': number;
|
|
34
40
|
static discriminator: string | undefined;
|
|
35
41
|
static attributeTypeMap: Array<{
|
|
36
42
|
name: string;
|