edge-impulse-linux 1.4.8 → 1.5.0
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/init-cli-app.js +4 -1
- package/build/cli/init-cli-app.js.map +1 -1
- package/build/cli/linux/runner.js +145 -2
- package/build/cli/linux/runner.js.map +1 -1
- package/build/cli/linux/webserver/escape-html-template-tag/escape.d.ts +12 -0
- package/build/cli/linux/webserver/escape-html-template-tag/escape.js +59 -0
- package/build/cli/linux/webserver/escape-html-template-tag/escape.js.map +1 -0
- package/build/cli/linux/webserver/escape-html-template-tag/index.d.ts +7 -0
- package/build/cli/linux/webserver/escape-html-template-tag/index.js +24 -0
- package/build/cli/linux/webserver/escape-html-template-tag/index.js.map +1 -0
- package/build/cli/linux/webserver/middleware/asyncMiddleware.d.ts +2 -0
- package/build/cli/linux/webserver/middleware/asyncMiddleware.js +10 -0
- package/build/cli/linux/webserver/middleware/asyncMiddleware.js.map +1 -0
- package/build/cli/linux/webserver/public/inference-server.d.ts +0 -0
- package/build/cli/linux/webserver/public/inference-server.js +96 -0
- package/build/cli/linux/webserver/public/inference-server.js.map +1 -0
- package/build/cli/linux/webserver/views/escape-html-template-tag/escape.d.ts +12 -0
- package/build/cli/linux/webserver/views/escape-html-template-tag/escape.js +59 -0
- package/build/cli/linux/webserver/views/escape-html-template-tag/escape.js.map +1 -0
- package/build/cli/linux/webserver/views/escape-html-template-tag/index.d.ts +7 -0
- package/build/cli/linux/webserver/views/escape-html-template-tag/index.js +24 -0
- package/build/cli/linux/webserver/views/escape-html-template-tag/index.js.map +1 -0
- package/build/cli/linux/webserver/views/inference-server-view.d.ts +10 -0
- package/build/cli/linux/webserver/views/inference-server-view.js +138 -0
- package/build/cli/linux/webserver/views/inference-server-view.js.map +1 -0
- package/build/cli/make-image.d.ts +2 -7
- package/build/cli/make-image.js +15 -0
- package/build/cli/make-image.js.map +1 -1
- package/build/library/classifier/image-classifier.d.ts +6 -2
- package/build/library/classifier/image-classifier.js +3 -3
- package/build/library/classifier/image-classifier.js.map +1 -1
- package/build/sdk/studio/sdk/api/adminApi.d.ts +129 -5
- package/build/sdk/studio/sdk/api/adminApi.js +956 -236
- package/build/sdk/studio/sdk/api/adminApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/apis.d.ts +1 -21
- package/build/sdk/studio/sdk/api/apis.js +1 -21
- package/build/sdk/studio/sdk/api/apis.js.map +1 -1
- package/build/sdk/studio/sdk/api/jobsApi.d.ts +2 -3
- package/build/sdk/studio/sdk/api/jobsApi.js +2 -8
- package/build/sdk/studio/sdk/api/jobsApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/optimizationApi.d.ts +36 -7
- package/build/sdk/studio/sdk/api/optimizationApi.js +237 -8
- package/build/sdk/studio/sdk/api/optimizationApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/organizationDataApi.d.ts +2 -2
- package/build/sdk/studio/sdk/api/organizationDataApi.js +2 -2
- package/build/sdk/studio/sdk/api/organizationRequiresAdminApi.d.ts +3 -588
- package/build/sdk/studio/sdk/api/organizationRequiresAdminApi.js +11 -3567
- package/build/sdk/studio/sdk/api/organizationRequiresAdminApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/organizationRequiresWhitelabelAdminApi.d.ts +3 -419
- package/build/sdk/studio/sdk/api/organizationRequiresWhitelabelAdminApi.js +7 -2453
- package/build/sdk/studio/sdk/api/organizationRequiresWhitelabelAdminApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/organizationsApi.d.ts +177 -6
- package/build/sdk/studio/sdk/api/organizationsApi.js +1197 -170
- package/build/sdk/studio/sdk/api/organizationsApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/projectsApi.d.ts +26 -3
- package/build/sdk/studio/sdk/api/projectsApi.js +158 -6
- package/build/sdk/studio/sdk/api/projectsApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/rawDataApi.d.ts +37 -3
- package/build/sdk/studio/sdk/api/rawDataApi.js +234 -3
- package/build/sdk/studio/sdk/api/rawDataApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/uploadPortalApi.d.ts +1 -1
- package/build/sdk/studio/sdk/api/uploadPortalApi.js +1 -1
- package/build/sdk/studio/sdk/model/addApiKeyRequest.d.ts +0 -7
- package/build/sdk/studio/sdk/model/addApiKeyRequest.js +1 -12
- package/build/sdk/studio/sdk/model/addApiKeyRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/addOrganizationApiKeyRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/addOrganizationApiKeyRequestAllOf.d.ts +27 -0
- package/build/sdk/studio/sdk/model/addOrganizationApiKeyRequestAllOf.js +33 -0
- package/build/sdk/studio/sdk/model/addOrganizationApiKeyRequestAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/addOrganizationTransferLearningBlockRequest.d.ts +4 -0
- package/build/sdk/studio/sdk/model/addOrganizationTransferLearningBlockRequest.js +5 -0
- package/build/sdk/studio/sdk/model/addOrganizationTransferLearningBlockRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.d.ts +4 -0
- package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.js +5 -0
- package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/addProjectApiKeyRequest.d.ts +39 -0
- package/build/sdk/studio/sdk/model/addProjectApiKeyRequest.js +48 -0
- package/build/sdk/studio/sdk/model/addProjectApiKeyRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/addProjectApiKeyRequestAllOf.d.ts +31 -0
- package/build/sdk/studio/sdk/model/addProjectApiKeyRequestAllOf.js +38 -0
- package/build/sdk/studio/sdk/model/addProjectApiKeyRequestAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/adminAddOrganizationApiKeyRequest.d.ts +39 -0
- package/build/sdk/studio/sdk/model/adminAddOrganizationApiKeyRequest.js +48 -0
- package/build/sdk/studio/sdk/model/adminAddOrganizationApiKeyRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/{getUserResponseAllOfOrganizations.d.ts → adminAddProjectApiKeyRequest.d.ts} +8 -8
- package/build/sdk/studio/sdk/model/adminAddProjectApiKeyRequest.js +42 -0
- package/build/sdk/studio/sdk/model/adminAddProjectApiKeyRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/adminAddProjectApiKeyRequestAllOf.d.ts +28 -0
- package/build/sdk/studio/sdk/model/adminAddProjectApiKeyRequestAllOf.js +32 -0
- package/build/sdk/studio/sdk/model/adminAddProjectApiKeyRequestAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/adminApiOrganization.d.ts +4 -0
- package/build/sdk/studio/sdk/model/adminApiOrganization.js +5 -0
- package/build/sdk/studio/sdk/model/adminApiOrganization.js.map +1 -1
- package/build/sdk/studio/sdk/model/{whitelabelAdminCreateProjectRequest.d.ts → adminCreateProjectRequest.d.ts} +5 -3
- package/build/sdk/studio/sdk/model/{whitelabelAdminCreateProjectRequest.js → adminCreateProjectRequest.js} +14 -9
- package/build/sdk/studio/sdk/model/adminCreateProjectRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/{getAutoSegmenterResponse.d.ts → adminGetOrganizationComputeTimeUsageResponse.d.ts} +13 -7
- package/build/sdk/studio/sdk/model/adminGetOrganizationComputeTimeUsageResponse.js +52 -0
- package/build/sdk/studio/sdk/model/adminGetOrganizationComputeTimeUsageResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/adminGetOrganizationUsageReportResponse.d.ts +34 -0
- package/build/sdk/studio/sdk/model/{saveAutoSegmenterClustersResponse.js → adminGetOrganizationUsageReportResponse.js} +12 -12
- package/build/sdk/studio/sdk/model/adminGetOrganizationUsageReportResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/adminGetOrganizationUsageReportResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/sdk/model/adminGetOrganizationUsageReportResponseAllOf.js +32 -0
- package/build/sdk/studio/sdk/model/adminGetOrganizationUsageReportResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/{adminGetFeatureFlagsResponse.d.ts → adminGetOrganizationUsageReportsResponse.d.ts} +4 -3
- package/build/sdk/studio/sdk/model/adminGetOrganizationUsageReportsResponse.js +47 -0
- package/build/sdk/studio/sdk/model/adminGetOrganizationUsageReportsResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/{adminGetFeatureFlagsResponseAllOf.d.ts → adminGetOrganizationUsageReportsResponseAllOf.d.ts} +4 -3
- package/build/sdk/studio/sdk/model/adminGetOrganizationUsageReportsResponseAllOf.js +37 -0
- package/build/sdk/studio/sdk/model/adminGetOrganizationUsageReportsResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/adminOrganizationInfoResponse.d.ts +8 -20
- package/build/sdk/studio/sdk/model/adminOrganizationInfoResponse.js +11 -41
- package/build/sdk/studio/sdk/model/adminOrganizationInfoResponse.js.map +1 -1
- package/build/sdk/studio/sdk/model/adminOrganizationInfoResponseAllOf.d.ts +0 -8
- package/build/sdk/studio/sdk/model/adminOrganizationInfoResponseAllOf.js +0 -10
- package/build/sdk/studio/sdk/model/adminOrganizationInfoResponseAllOf.js.map +1 -1
- package/build/sdk/studio/sdk/model/adminUpdateUserRequest.d.ts +4 -0
- package/build/sdk/studio/sdk/model/adminUpdateUserRequest.js +5 -0
- package/build/sdk/studio/sdk/model/adminUpdateUserRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/anomalyResult.d.ts +5 -0
- package/build/sdk/studio/sdk/model/anomalyResult.js +5 -0
- package/build/sdk/studio/sdk/model/anomalyResult.js.map +1 -1
- package/build/sdk/studio/sdk/model/applicationBudget.d.ts +32 -0
- package/build/sdk/studio/sdk/model/applicationBudget.js +45 -0
- package/build/sdk/studio/sdk/model/applicationBudget.js.map +1 -0
- package/build/sdk/studio/sdk/model/classifySampleResponseClassification.d.ts +5 -0
- package/build/sdk/studio/sdk/model/classifySampleResponseClassification.js +5 -0
- package/build/sdk/studio/sdk/model/classifySampleResponseClassification.js.map +1 -1
- package/build/sdk/studio/sdk/model/cosineSimilarityData.d.ts +36 -0
- package/build/sdk/studio/sdk/model/cosineSimilarityData.js +40 -0
- package/build/sdk/studio/sdk/model/cosineSimilarityData.js.map +1 -0
- package/build/sdk/studio/sdk/model/cosineSimilarityIssue.d.ts +42 -0
- package/build/sdk/studio/sdk/model/cosineSimilarityIssue.js +50 -0
- package/build/sdk/studio/sdk/model/cosineSimilarityIssue.js.map +1 -0
- package/build/sdk/studio/sdk/model/cosineSimilarityIssueIssues.d.ts +39 -0
- package/build/sdk/studio/sdk/model/cosineSimilarityIssueIssues.js +47 -0
- package/build/sdk/studio/sdk/model/cosineSimilarityIssueIssues.js.map +1 -0
- package/build/sdk/studio/sdk/model/{getJWTTokenResponseAllOf.d.ts → cosineSimilarityIssueWindows.d.ts} +9 -5
- package/build/sdk/studio/sdk/model/cosineSimilarityIssueWindows.js +42 -0
- package/build/sdk/studio/sdk/model/cosineSimilarityIssueWindows.js.map +1 -0
- package/build/sdk/studio/sdk/model/createEnterpriseTrialUserRequest.d.ts +4 -0
- package/build/sdk/studio/sdk/model/createEnterpriseTrialUserRequest.js +5 -0
- package/build/sdk/studio/sdk/model/createEnterpriseTrialUserRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/createEnterpriseTrialUserRequestAllOf.d.ts +4 -0
- package/build/sdk/studio/sdk/model/createEnterpriseTrialUserRequestAllOf.js +5 -0
- package/build/sdk/studio/sdk/model/createEnterpriseTrialUserRequestAllOf.js.map +1 -1
- package/build/sdk/studio/sdk/model/{getAutoSegmenterResponseAllOfItems.d.ts → createOrganizationUsageReportBody.d.ts} +3 -2
- package/build/sdk/studio/sdk/model/createOrganizationUsageReportBody.js +37 -0
- package/build/sdk/studio/sdk/model/createOrganizationUsageReportBody.js.map +1 -0
- package/build/sdk/studio/sdk/model/createProjectRequest.d.ts +2 -0
- package/build/sdk/studio/sdk/model/createProjectRequest.js +5 -0
- package/build/sdk/studio/sdk/model/createProjectRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/createUserRequest.d.ts +4 -0
- package/build/sdk/studio/sdk/model/createUserRequest.js +5 -0
- package/build/sdk/studio/sdk/model/createUserRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/{organizationCreateProjectCreatedByUser.d.ts → createdUpdatedByUser.d.ts} +1 -1
- package/build/sdk/studio/sdk/model/{organizationCreateProjectCreatedByUser.js → createdUpdatedByUser.js} +9 -9
- package/build/sdk/studio/sdk/model/createdUpdatedByUser.js.map +1 -0
- package/build/sdk/studio/sdk/model/{addNoteRequest.d.ts → crossValidationData.d.ts} +6 -9
- package/build/sdk/studio/sdk/model/crossValidationData.js +35 -0
- package/build/sdk/studio/sdk/model/crossValidationData.js.map +1 -0
- package/build/sdk/studio/sdk/model/crossValidationDataScores.d.ts +50 -0
- package/build/sdk/studio/sdk/model/crossValidationDataScores.js +62 -0
- package/build/sdk/studio/sdk/model/crossValidationDataScores.js.map +1 -0
- package/build/sdk/studio/sdk/model/dSPGroupItem.d.ts +6 -0
- package/build/sdk/studio/sdk/model/dSPGroupItem.js +7 -1
- package/build/sdk/studio/sdk/model/dSPGroupItem.js.map +1 -1
- package/build/sdk/studio/sdk/model/dSPInfoFeatures.d.ts +4 -0
- package/build/sdk/studio/sdk/model/dSPInfoFeatures.js +5 -0
- package/build/sdk/studio/sdk/model/dSPInfoFeatures.js.map +1 -1
- package/build/sdk/studio/sdk/model/deployPretrainedModelRequest.d.ts +1 -1
- package/build/sdk/studio/sdk/model/deployPretrainedModelRequest.js +1 -1
- package/build/sdk/studio/sdk/model/deployPretrainedModelRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/dspRunResponseWithSample.d.ts +4 -0
- package/build/sdk/studio/sdk/model/dspRunResponseWithSample.js +5 -0
- package/build/sdk/studio/sdk/model/dspRunResponseWithSample.js.map +1 -1
- package/build/sdk/studio/sdk/model/dspRunResponseWithSampleAllOf.d.ts +4 -0
- package/build/sdk/studio/sdk/model/dspRunResponseWithSampleAllOf.js +5 -0
- package/build/sdk/studio/sdk/model/dspRunResponseWithSampleAllOf.js.map +1 -1
- package/build/sdk/studio/sdk/model/entitlementLimits.d.ts +16 -0
- package/build/sdk/studio/sdk/model/entitlementLimits.js +5 -0
- package/build/sdk/studio/sdk/model/entitlementLimits.js.map +1 -1
- package/build/sdk/studio/sdk/model/feature.d.ts +1 -1
- package/build/sdk/studio/sdk/model/feature.js +1 -1
- package/build/sdk/studio/sdk/model/feature.js.map +1 -1
- package/build/sdk/studio/sdk/model/getDiversityDataResponseAllOfClusterInfos.d.ts +1 -1
- package/build/sdk/studio/sdk/model/getLabelNoiseDataResponse.d.ts +34 -0
- package/build/sdk/studio/sdk/model/{getJWTTokenResponse.js → getLabelNoiseDataResponse.js} +12 -17
- package/build/sdk/studio/sdk/model/getLabelNoiseDataResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/getLabelNoiseDataResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/sdk/model/getLabelNoiseDataResponseAllOf.js +32 -0
- package/build/sdk/studio/sdk/model/getLabelNoiseDataResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/getLabelNoiseDataResponseAllOfData.d.ts +30 -0
- package/build/sdk/studio/sdk/model/getLabelNoiseDataResponseAllOfData.js +42 -0
- package/build/sdk/studio/sdk/model/getLabelNoiseDataResponseAllOfData.js.map +1 -0
- package/build/sdk/studio/sdk/model/getLastDeploymentBuildResponse.d.ts +2 -0
- package/build/sdk/studio/sdk/model/getLastDeploymentBuildResponse.js +5 -0
- package/build/sdk/studio/sdk/model/getLastDeploymentBuildResponse.js.map +1 -1
- package/build/sdk/studio/sdk/model/getLastDeploymentBuildResponseAllOf.d.ts +2 -0
- package/build/sdk/studio/sdk/model/getLastDeploymentBuildResponseAllOf.js +5 -0
- package/build/sdk/studio/sdk/model/getLastDeploymentBuildResponseAllOf.js.map +1 -1
- package/build/sdk/studio/sdk/model/{createNoteResponse.d.ts → getOrganizationUsageReportResponse.d.ts} +3 -5
- package/build/sdk/studio/sdk/model/{listOrganizationProjectsResponse.js → getOrganizationUsageReportResponse.js} +12 -12
- package/build/sdk/studio/sdk/model/getOrganizationUsageReportResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/{listOrganizationProjectsResponse.d.ts → getTargetConstraintsResponse.d.ts} +3 -3
- package/build/sdk/studio/sdk/model/{adminGetFeatureFlagsResponse.js → getTargetConstraintsResponse.js} +12 -12
- package/build/sdk/studio/sdk/model/getTargetConstraintsResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/getTargetConstraintsResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/sdk/model/getTargetConstraintsResponseAllOf.js +32 -0
- package/build/sdk/studio/sdk/model/getTargetConstraintsResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/job.d.ts +2 -0
- package/build/sdk/studio/sdk/model/job.js +5 -0
- package/build/sdk/studio/sdk/model/job.js.map +1 -1
- package/build/sdk/studio/sdk/model/{developmentBoard.d.ts → jobCreatedByUser.d.ts} +4 -3
- package/build/sdk/studio/sdk/model/{developmentBoard.js → jobCreatedByUser.js} +18 -13
- package/build/sdk/studio/sdk/model/jobCreatedByUser.js.map +1 -0
- package/build/sdk/studio/sdk/model/jobDetails.d.ts +2 -0
- package/build/sdk/studio/sdk/model/jobDetails.js +5 -0
- package/build/sdk/studio/sdk/model/jobDetails.js.map +1 -1
- package/build/sdk/studio/sdk/model/jobParentTypeEnum.d.ts +1 -1
- package/build/sdk/studio/sdk/model/jobParentTypeEnum.js +1 -1
- package/build/sdk/studio/sdk/model/jobParentTypeEnum.js.map +1 -1
- package/build/sdk/studio/sdk/model/jobStatus.d.ts +13 -0
- package/build/sdk/studio/sdk/model/jobStatus.js +16 -0
- package/build/sdk/studio/sdk/model/jobStatus.js.map +1 -0
- package/build/sdk/studio/sdk/model/kerasModelMetadata.d.ts +5 -1
- package/build/sdk/studio/sdk/model/kerasModelMetadata.js +6 -1
- package/build/sdk/studio/sdk/model/kerasModelMetadata.js.map +1 -1
- package/build/sdk/studio/sdk/model/kerasModelMetadataAllOf.d.ts +5 -1
- package/build/sdk/studio/sdk/model/kerasModelMetadataAllOf.js +6 -1
- package/build/sdk/studio/sdk/model/kerasModelMetadataAllOf.js.map +1 -1
- package/build/sdk/studio/sdk/model/kerasResponse.d.ts +6 -0
- package/build/sdk/studio/sdk/model/kerasResponse.js +10 -0
- package/build/sdk/studio/sdk/model/kerasResponse.js.map +1 -1
- package/build/sdk/studio/sdk/model/kerasResponseAllOf.d.ts +6 -0
- package/build/sdk/studio/sdk/model/kerasResponseAllOf.js +10 -0
- package/build/sdk/studio/sdk/model/kerasResponseAllOf.js.map +1 -1
- package/build/sdk/studio/sdk/model/learnBlock.d.ts +4 -0
- package/build/sdk/studio/sdk/model/learnBlock.js +5 -0
- package/build/sdk/studio/sdk/model/learnBlock.js.map +1 -1
- package/build/sdk/studio/sdk/model/listApiKeysResponseAllOfApiKeys.d.ts +1 -1
- package/build/sdk/studio/sdk/model/listApiKeysResponseAllOfApiKeys.js +1 -1
- package/build/sdk/studio/sdk/model/listApiKeysResponseAllOfApiKeys.js.map +1 -1
- package/build/sdk/studio/sdk/model/listOrganizationSecretsResponseAllOfSecrets.d.ts +2 -0
- package/build/sdk/studio/sdk/model/listOrganizationSecretsResponseAllOfSecrets.js +5 -0
- package/build/sdk/studio/sdk/model/listOrganizationSecretsResponseAllOfSecrets.js.map +1 -1
- package/build/sdk/studio/sdk/model/{getJWTTokenResponse.d.ts → listOrganizationUsageReportsResponse.d.ts} +5 -7
- package/build/sdk/studio/sdk/model/listOrganizationUsageReportsResponse.js +47 -0
- package/build/sdk/studio/sdk/model/listOrganizationUsageReportsResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/{saveAutoSegmenterClustersResponse.d.ts → listTunerRunsResponse.d.ts} +3 -2
- package/build/sdk/studio/sdk/model/{createNoteResponse.js → listTunerRunsResponse.js} +12 -12
- package/build/sdk/studio/sdk/model/listTunerRunsResponse.js.map +1 -0
- package/build/sdk/studio/sdk/model/{createNoteResponseAllOf.d.ts → listTunerRunsResponseAllOf.d.ts} +3 -5
- package/build/sdk/studio/sdk/model/listTunerRunsResponseAllOf.js +32 -0
- package/build/sdk/studio/sdk/model/listTunerRunsResponseAllOf.js.map +1 -0
- package/build/sdk/studio/sdk/model/{adminGetFeatureFlagsResponseAllOfFlags.d.ts → memorySpec.d.ts} +7 -7
- package/build/sdk/studio/sdk/model/memorySpec.js +40 -0
- package/build/sdk/studio/sdk/model/memorySpec.js.map +1 -0
- package/build/sdk/studio/sdk/model/modelPrediction.d.ts +1 -0
- package/build/sdk/studio/sdk/model/modelPrediction.js +5 -0
- package/build/sdk/studio/sdk/model/modelPrediction.js.map +1 -1
- package/build/sdk/studio/sdk/model/models.d.ts +49 -4
- package/build/sdk/studio/sdk/model/models.js +154 -13
- package/build/sdk/studio/sdk/model/models.js.map +1 -1
- package/build/sdk/studio/sdk/model/{anomalyModelMetadataClusters.d.ts → neighborsData.d.ts} +9 -5
- package/build/sdk/studio/sdk/model/neighborsData.js +40 -0
- package/build/sdk/studio/sdk/model/neighborsData.js.map +1 -0
- package/build/sdk/studio/sdk/model/neighborsScore.d.ts +50 -0
- package/build/sdk/studio/sdk/model/neighborsScore.js +60 -0
- package/build/sdk/studio/sdk/model/neighborsScore.js.map +1 -0
- package/build/sdk/studio/sdk/model/{classifyJobResponseAllOfResult.d.ts → neighborsScoreNeighborWindows.d.ts} +14 -5
- package/build/sdk/studio/sdk/model/neighborsScoreNeighborWindows.js +47 -0
- package/build/sdk/studio/sdk/model/neighborsScoreNeighborWindows.js.map +1 -0
- package/build/sdk/studio/sdk/model/objectDetectionLastLayer.d.ts +1 -1
- package/build/sdk/studio/sdk/model/objectDetectionLastLayer.js +1 -1
- package/build/sdk/studio/sdk/model/objectDetectionLastLayer.js.map +1 -1
- package/build/sdk/studio/sdk/model/optimizeConfig.d.ts +9 -6
- package/build/sdk/studio/sdk/model/optimizeConfig.js +7 -2
- package/build/sdk/studio/sdk/model/optimizeConfig.js.map +1 -1
- package/build/sdk/studio/sdk/model/optimizeConfigResponse.d.ts +9 -6
- package/build/sdk/studio/sdk/model/optimizeConfigResponse.js +7 -2
- package/build/sdk/studio/sdk/model/optimizeConfigResponse.js.map +1 -1
- package/build/sdk/studio/sdk/model/optimizeConfigTargetDevice.d.ts +1 -1
- package/build/sdk/studio/sdk/model/optimizeStateResponse.d.ts +14 -2
- package/build/sdk/studio/sdk/model/optimizeStateResponse.js +17 -2
- package/build/sdk/studio/sdk/model/optimizeStateResponse.js.map +1 -1
- package/build/sdk/studio/sdk/model/optimizeStateResponseAllOf.d.ts +14 -2
- package/build/sdk/studio/sdk/model/optimizeStateResponseAllOf.js +17 -2
- package/build/sdk/studio/sdk/model/optimizeStateResponseAllOf.js.map +1 -1
- package/build/sdk/studio/sdk/model/optimizeStateResponseAllOfStatus.d.ts +9 -9
- package/build/sdk/studio/sdk/model/optimizeStateResponseAllOfStatus.js +1 -1
- package/build/sdk/studio/sdk/model/optimizeStateResponseAllOfStatus.js.map +1 -1
- package/build/sdk/studio/sdk/model/optimizeStateResponseAllOfWorkers.d.ts +2 -2
- package/build/sdk/studio/sdk/model/optimizeTransferLearningModelsResponse.d.ts +1 -1
- package/build/sdk/studio/sdk/model/optimizeTransferLearningModelsResponseAllOf.d.ts +1 -1
- package/build/sdk/studio/sdk/model/organization.d.ts +4 -0
- package/build/sdk/studio/sdk/model/organization.js +5 -0
- package/build/sdk/studio/sdk/model/organization.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationComputeTimeUsage.d.ts +36 -0
- package/build/sdk/studio/sdk/model/organizationComputeTimeUsage.js +42 -0
- package/build/sdk/studio/sdk/model/organizationComputeTimeUsage.js.map +1 -0
- package/build/sdk/studio/sdk/model/organizationCreateProject.d.ts +2 -2
- package/build/sdk/studio/sdk/model/organizationCreateProject.js +1 -1
- package/build/sdk/studio/sdk/model/organizationCreateProject.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationCreateProjectRequest.d.ts +2 -0
- package/build/sdk/studio/sdk/model/organizationCreateProjectRequest.js +5 -0
- package/build/sdk/studio/sdk/model/organizationCreateProjectRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationCreateProjectWithFiles.d.ts +2 -2
- package/build/sdk/studio/sdk/model/organizationCreateProjectWithFiles.js +1 -1
- package/build/sdk/studio/sdk/model/organizationCreateProjectWithFiles.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationDeployBlock.d.ts +4 -0
- package/build/sdk/studio/sdk/model/organizationDeployBlock.js +15 -0
- package/build/sdk/studio/sdk/model/organizationDeployBlock.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationDspBlock.d.ts +4 -0
- package/build/sdk/studio/sdk/model/organizationDspBlock.js +15 -0
- package/build/sdk/studio/sdk/model/organizationDspBlock.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationGetCreateProjectsResponseAllOfJobs.d.ts +2 -2
- package/build/sdk/studio/sdk/model/organizationGetCreateProjectsResponseAllOfJobs.js +1 -1
- package/build/sdk/studio/sdk/model/organizationGetCreateProjectsResponseAllOfJobs.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationMetricsResponseAllOfMetrics.d.ts +2 -2
- package/build/sdk/studio/sdk/model/organizationTransferLearningBlock.d.ts +12 -0
- package/build/sdk/studio/sdk/model/organizationTransferLearningBlock.js +25 -0
- package/build/sdk/studio/sdk/model/organizationTransferLearningBlock.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationTransformationBlock.d.ts +8 -0
- package/build/sdk/studio/sdk/model/organizationTransformationBlock.js +20 -0
- package/build/sdk/studio/sdk/model/organizationTransformationBlock.js.map +1 -1
- package/build/sdk/studio/sdk/model/organizationUsageReport.d.ts +34 -0
- package/build/sdk/studio/sdk/model/organizationUsageReport.js +72 -0
- package/build/sdk/studio/sdk/model/organizationUsageReport.js.map +1 -0
- package/build/sdk/studio/sdk/model/project.d.ts +13 -0
- package/build/sdk/studio/sdk/model/project.js +20 -0
- package/build/sdk/studio/sdk/model/project.js.map +1 -1
- package/build/sdk/studio/sdk/model/projectInfoResponse.d.ts +6 -0
- package/build/sdk/studio/sdk/model/projectInfoResponse.js +10 -0
- package/build/sdk/studio/sdk/model/projectInfoResponse.js.map +1 -1
- package/build/sdk/studio/sdk/model/projectInfoResponseAllOf.d.ts +6 -0
- package/build/sdk/studio/sdk/model/projectInfoResponseAllOf.js +10 -0
- package/build/sdk/studio/sdk/model/projectInfoResponseAllOf.js.map +1 -1
- package/build/sdk/studio/sdk/model/projectVisibility.d.ts +16 -0
- package/build/sdk/studio/sdk/model/projectVisibility.js +16 -0
- package/build/sdk/studio/sdk/model/projectVisibility.js.map +1 -0
- package/build/sdk/studio/sdk/model/resourceRange.d.ts +29 -0
- package/build/sdk/studio/sdk/model/resourceRange.js +40 -0
- package/build/sdk/studio/sdk/model/resourceRange.js.map +1 -0
- package/build/sdk/studio/sdk/model/sample.d.ts +7 -0
- package/build/sdk/studio/sdk/model/sample.js +15 -0
- package/build/sdk/studio/sdk/model/sample.js.map +1 -1
- package/build/sdk/studio/sdk/model/setKerasParameterRequest.d.ts +6 -0
- package/build/sdk/studio/sdk/model/setKerasParameterRequest.js +10 -0
- package/build/sdk/studio/sdk/model/setKerasParameterRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/setSampleStructuredLabelsRequest.d.ts +26 -0
- package/build/sdk/studio/sdk/model/setSampleStructuredLabelsRequest.js +32 -0
- package/build/sdk/studio/sdk/model/setSampleStructuredLabelsRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/structuredClassifyResult.d.ts +6 -6
- package/build/sdk/studio/sdk/model/{adminCreateUserTrialRequest.d.ts → structuredLabel.d.ts} +10 -7
- package/build/sdk/studio/sdk/model/structuredLabel.js +45 -0
- package/build/sdk/studio/sdk/model/structuredLabel.js.map +1 -0
- package/build/sdk/studio/sdk/model/targetConstraints.d.ts +40 -0
- package/build/sdk/studio/sdk/model/targetConstraints.js +43 -0
- package/build/sdk/studio/sdk/model/targetConstraints.js.map +1 -0
- package/build/sdk/studio/sdk/model/{getJWTTokenRequest.d.ts → targetConstraintsDevice.d.ts} +14 -12
- package/build/sdk/studio/sdk/model/targetConstraintsDevice.js +52 -0
- package/build/sdk/studio/sdk/model/targetConstraintsDevice.js.map +1 -0
- package/build/sdk/studio/sdk/model/targetMemory.d.ts +30 -0
- package/build/sdk/studio/sdk/model/{profileTfLiteResponseAllOfMemoryTflite.js → targetMemory.js} +14 -11
- package/build/sdk/studio/sdk/model/targetMemory.js.map +1 -0
- package/build/sdk/studio/sdk/model/targetProcessor.d.ts +48 -0
- package/build/sdk/studio/sdk/model/targetProcessor.js +62 -0
- package/build/sdk/studio/sdk/model/targetProcessor.js.map +1 -0
- package/build/sdk/studio/sdk/model/{saveAutoSegmenterClustersRequestClusters.d.ts → tunerRun.d.ts} +7 -2
- package/build/sdk/studio/sdk/model/tunerRun.js +57 -0
- package/build/sdk/studio/sdk/model/tunerRun.js.map +1 -0
- package/build/sdk/studio/sdk/model/tunerTrial.d.ts +6 -3
- package/build/sdk/studio/sdk/model/tunerTrial.js +4 -3
- package/build/sdk/studio/sdk/model/tunerTrial.js.map +1 -1
- package/build/sdk/studio/sdk/model/tunerTrialBlocks.d.ts +8 -4
- package/build/sdk/studio/sdk/model/tunerTrialBlocks.js +5 -3
- package/build/sdk/studio/sdk/model/tunerTrialBlocks.js.map +1 -1
- package/build/sdk/studio/sdk/model/{activateUserRequest.d.ts → tunerTrialImpulse.d.ts} +4 -5
- package/build/sdk/studio/sdk/model/tunerTrialImpulse.js +42 -0
- package/build/sdk/studio/sdk/model/tunerTrialImpulse.js.map +1 -0
- package/build/sdk/studio/sdk/model/updateOrganizationCreateEmptyProjectRequest.d.ts +2 -0
- package/build/sdk/studio/sdk/model/updateOrganizationCreateEmptyProjectRequest.js +5 -0
- package/build/sdk/studio/sdk/model/updateOrganizationCreateEmptyProjectRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/updateOrganizationTransferLearningBlockRequest.d.ts +4 -0
- package/build/sdk/studio/sdk/model/updateOrganizationTransferLearningBlockRequest.js +5 -0
- package/build/sdk/studio/sdk/model/updateOrganizationTransferLearningBlockRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/updateOrganizationTransformationBlockRequest.d.ts +4 -0
- package/build/sdk/studio/sdk/model/updateOrganizationTransformationBlockRequest.js +5 -0
- package/build/sdk/studio/sdk/model/updateOrganizationTransformationBlockRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/updateProjectRequest.d.ts +14 -0
- package/build/sdk/studio/sdk/model/updateProjectRequest.js +20 -0
- package/build/sdk/studio/sdk/model/updateProjectRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/{adminGetUserMetricsResponseAllOf.d.ts → updateTunerRunRequest.d.ts} +2 -2
- package/build/sdk/studio/sdk/model/{activateUserRequest.js → updateTunerRunRequest.js} +11 -11
- package/build/sdk/studio/sdk/model/updateTunerRunRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/userOrganization.d.ts +2 -0
- package/build/sdk/studio/sdk/model/userOrganization.js +5 -0
- package/build/sdk/studio/sdk/model/userOrganization.js.map +1 -1
- package/build/shared/bounding-box-file-types.d.ts +50 -9
- package/build/shared/bounding-box-file-types.js +105 -4
- package/build/shared/bounding-box-file-types.js.map +1 -1
- package/build/shared/viewmodels/init.d.ts +2 -2
- package/build/shared/viewmodels/init.js +1 -0
- package/build/shared/viewmodels/init.js.map +1 -1
- package/cli/linux/runner.ts +175 -2
- package/cli/linux/webserver/middleware/asyncMiddleware.ts +7 -0
- package/cli/linux/webserver/public/assets/mobileclient.css +16 -0
- package/cli/linux/webserver/public/inference-server.js +104 -0
- package/cli/linux/webserver/views/escape-html-template-tag/escape.ts +64 -0
- package/cli/linux/webserver/views/escape-html-template-tag/index.ts +2 -0
- package/cli/linux/webserver/views/inference-server-view.ts +142 -0
- package/package.json +5 -3
- package/build/sdk/studio/sdk/api/allowsReadOnlyApi.d.ts +0 -726
- package/build/sdk/studio/sdk/api/allowsReadOnlyApi.js +0 -3986
- package/build/sdk/studio/sdk/api/allowsReadOnlyApi.js.map +0 -1
- package/build/sdk/studio/sdk/api/contentDispositionInlineApi.d.ts +0 -89
- package/build/sdk/studio/sdk/api/contentDispositionInlineApi.js +0 -335
- package/build/sdk/studio/sdk/api/contentDispositionInlineApi.js.map +0 -1
- package/build/sdk/studio/sdk/api/organizationAllowDeveloperProfileApi.d.ts +0 -693
- package/build/sdk/studio/sdk/api/organizationAllowDeveloperProfileApi.js +0 -3799
- package/build/sdk/studio/sdk/api/organizationAllowDeveloperProfileApi.js.map +0 -1
- package/build/sdk/studio/sdk/api/organizationAllowGuestAccessApi.d.ts +0 -180
- package/build/sdk/studio/sdk/api/organizationAllowGuestAccessApi.js +0 -847
- package/build/sdk/studio/sdk/api/organizationAllowGuestAccessApi.js.map +0 -1
- package/build/sdk/studio/sdk/api/projectRequiresAdminApi.d.ts +0 -65
- package/build/sdk/studio/sdk/api/projectRequiresAdminApi.js +0 -231
- package/build/sdk/studio/sdk/api/projectRequiresAdminApi.js.map +0 -1
- package/build/sdk/studio/sdk/api/requiresSudoApi.d.ts +0 -87
- package/build/sdk/studio/sdk/api/requiresSudoApi.js +0 -371
- package/build/sdk/studio/sdk/api/requiresSudoApi.js.map +0 -1
- package/build/sdk/studio/sdk/api/requiresThirdPartyAuthApiKeyApi.d.ts +0 -56
- package/build/sdk/studio/sdk/api/requiresThirdPartyAuthApiKeyApi.js +0 -158
- package/build/sdk/studio/sdk/api/requiresThirdPartyAuthApiKeyApi.js.map +0 -1
- package/build/sdk/studio/sdk/api/supportsRangeApi.d.ts +0 -74
- package/build/sdk/studio/sdk/api/supportsRangeApi.js +0 -248
- package/build/sdk/studio/sdk/api/supportsRangeApi.js.map +0 -1
- package/build/sdk/studio/sdk/model/activateUserRequest.js.map +0 -1
- package/build/sdk/studio/sdk/model/addNoteRequest.js +0 -37
- package/build/sdk/studio/sdk/model/addNoteRequest.js.map +0 -1
- package/build/sdk/studio/sdk/model/adminCreateUserTrialRequest.js +0 -42
- package/build/sdk/studio/sdk/model/adminCreateUserTrialRequest.js.map +0 -1
- package/build/sdk/studio/sdk/model/adminGetFeatureFlagsResponse.js.map +0 -1
- package/build/sdk/studio/sdk/model/adminGetFeatureFlagsResponseAllOf.js +0 -32
- package/build/sdk/studio/sdk/model/adminGetFeatureFlagsResponseAllOf.js.map +0 -1
- package/build/sdk/studio/sdk/model/adminGetFeatureFlagsResponseAllOfFlags.js +0 -37
- package/build/sdk/studio/sdk/model/adminGetFeatureFlagsResponseAllOfFlags.js.map +0 -1
- package/build/sdk/studio/sdk/model/adminGetUserMetricsResponseAllOf.js +0 -32
- package/build/sdk/studio/sdk/model/adminGetUserMetricsResponseAllOf.js.map +0 -1
- package/build/sdk/studio/sdk/model/anomalyModelMetadataClusters.js +0 -37
- package/build/sdk/studio/sdk/model/anomalyModelMetadataClusters.js.map +0 -1
- package/build/sdk/studio/sdk/model/anomalyModelMetadataResponse.d.ts +0 -57
- package/build/sdk/studio/sdk/model/anomalyModelMetadataResponse.js +0 -67
- package/build/sdk/studio/sdk/model/anomalyModelMetadataResponse.js.map +0 -1
- package/build/sdk/studio/sdk/model/classifyJobResponseAllOfResult.js +0 -42
- package/build/sdk/studio/sdk/model/classifyJobResponseAllOfResult.js.map +0 -1
- package/build/sdk/studio/sdk/model/createNoteResponse.js.map +0 -1
- package/build/sdk/studio/sdk/model/createNoteResponseAllOf.js +0 -32
- package/build/sdk/studio/sdk/model/createNoteResponseAllOf.js.map +0 -1
- package/build/sdk/studio/sdk/model/deployPretrainedModelInputNone.d.ts +0 -27
- package/build/sdk/studio/sdk/model/deployPretrainedModelInputNone.js +0 -33
- package/build/sdk/studio/sdk/model/deployPretrainedModelInputNone.js.map +0 -1
- package/build/sdk/studio/sdk/model/developmentBoard.js.map +0 -1
- package/build/sdk/studio/sdk/model/getAutoSegmenterResponse.js +0 -62
- package/build/sdk/studio/sdk/model/getAutoSegmenterResponse.js.map +0 -1
- package/build/sdk/studio/sdk/model/getAutoSegmenterResponseAllOf.d.ts +0 -30
- package/build/sdk/studio/sdk/model/getAutoSegmenterResponseAllOf.js +0 -52
- package/build/sdk/studio/sdk/model/getAutoSegmenterResponseAllOf.js.map +0 -1
- package/build/sdk/studio/sdk/model/getAutoSegmenterResponseAllOfClusters.d.ts +0 -27
- package/build/sdk/studio/sdk/model/getAutoSegmenterResponseAllOfClusters.js +0 -37
- package/build/sdk/studio/sdk/model/getAutoSegmenterResponseAllOfClusters.js.map +0 -1
- package/build/sdk/studio/sdk/model/getAutoSegmenterResponseAllOfItems.js +0 -32
- package/build/sdk/studio/sdk/model/getAutoSegmenterResponseAllOfItems.js.map +0 -1
- package/build/sdk/studio/sdk/model/getJWTTokenRequest.js +0 -53
- package/build/sdk/studio/sdk/model/getJWTTokenRequest.js.map +0 -1
- package/build/sdk/studio/sdk/model/getJWTTokenResponse.js.map +0 -1
- package/build/sdk/studio/sdk/model/getJWTTokenResponseAllOf.js +0 -37
- package/build/sdk/studio/sdk/model/getJWTTokenResponseAllOf.js.map +0 -1
- package/build/sdk/studio/sdk/model/getOrganizationProjectsDataCountResponseAllOf.d.ts +0 -25
- package/build/sdk/studio/sdk/model/getOrganizationProjectsDataCountResponseAllOf.js +0 -32
- package/build/sdk/studio/sdk/model/getOrganizationProjectsDataCountResponseAllOf.js.map +0 -1
- package/build/sdk/studio/sdk/model/getUserResponseAllOfOrganizations.js +0 -57
- package/build/sdk/studio/sdk/model/getUserResponseAllOfOrganizations.js.map +0 -1
- package/build/sdk/studio/sdk/model/listOrganizationProjectsResponse.js.map +0 -1
- package/build/sdk/studio/sdk/model/listOrganizationProjectsResponseAllOf.d.ts +0 -26
- package/build/sdk/studio/sdk/model/listOrganizationProjectsResponseAllOf.js +0 -32
- package/build/sdk/studio/sdk/model/listOrganizationProjectsResponseAllOf.js.map +0 -1
- package/build/sdk/studio/sdk/model/organizationCreateProjectCreatedByUser.js.map +0 -1
- package/build/sdk/studio/sdk/model/organizationCreateProjectFiles.d.ts +0 -32
- package/build/sdk/studio/sdk/model/organizationCreateProjectFiles.js +0 -58
- package/build/sdk/studio/sdk/model/organizationCreateProjectFiles.js.map +0 -1
- package/build/sdk/studio/sdk/model/organizationInfoResponseAllOfEntitlementLimits.d.ts +0 -28
- package/build/sdk/studio/sdk/model/organizationInfoResponseAllOfEntitlementLimits.js +0 -47
- package/build/sdk/studio/sdk/model/organizationInfoResponseAllOfEntitlementLimits.js.map +0 -1
- package/build/sdk/studio/sdk/model/profileTfLiteResponseAllOf.d.ts +0 -27
- package/build/sdk/studio/sdk/model/profileTfLiteResponseAllOf.js +0 -37
- package/build/sdk/studio/sdk/model/profileTfLiteResponseAllOf.js.map +0 -1
- package/build/sdk/studio/sdk/model/profileTfLiteResponseAllOfMemory.d.ts +0 -27
- package/build/sdk/studio/sdk/model/profileTfLiteResponseAllOfMemory.js +0 -37
- package/build/sdk/studio/sdk/model/profileTfLiteResponseAllOfMemory.js.map +0 -1
- package/build/sdk/studio/sdk/model/profileTfLiteResponseAllOfMemoryTflite.d.ts +0 -26
- package/build/sdk/studio/sdk/model/profileTfLiteResponseAllOfMemoryTflite.js.map +0 -1
- package/build/sdk/studio/sdk/model/projectInfoResponseAllOfLatencyDevices.d.ts +0 -32
- package/build/sdk/studio/sdk/model/projectInfoResponseAllOfLatencyDevices.js +0 -67
- package/build/sdk/studio/sdk/model/projectInfoResponseAllOfLatencyDevices.js.map +0 -1
- package/build/sdk/studio/sdk/model/runAutoSegmenterRequest.d.ts +0 -27
- package/build/sdk/studio/sdk/model/runAutoSegmenterRequest.js +0 -42
- package/build/sdk/studio/sdk/model/runAutoSegmenterRequest.js.map +0 -1
- package/build/sdk/studio/sdk/model/saveAutoSegmenterClustersRequest.d.ts +0 -26
- package/build/sdk/studio/sdk/model/saveAutoSegmenterClustersRequest.js +0 -32
- package/build/sdk/studio/sdk/model/saveAutoSegmenterClustersRequest.js.map +0 -1
- package/build/sdk/studio/sdk/model/saveAutoSegmenterClustersRequestClusters.js +0 -37
- package/build/sdk/studio/sdk/model/saveAutoSegmenterClustersRequestClusters.js.map +0 -1
- package/build/sdk/studio/sdk/model/saveAutoSegmenterClustersResponse.js.map +0 -1
- package/build/sdk/studio/sdk/model/saveAutoSegmenterClustersResponseAllOf.d.ts +0 -25
- package/build/sdk/studio/sdk/model/saveAutoSegmenterClustersResponseAllOf.js +0 -32
- package/build/sdk/studio/sdk/model/saveAutoSegmenterClustersResponseAllOf.js.map +0 -1
- package/build/sdk/studio/sdk/model/updateNoteRequest.d.ts +0 -32
- package/build/sdk/studio/sdk/model/updateNoteRequest.js +0 -37
- package/build/sdk/studio/sdk/model/updateNoteRequest.js.map +0 -1
- package/build/sdk/studio/sdk/model/updateNoteResponse.d.ts +0 -25
- package/build/sdk/studio/sdk/model/updateNoteResponse.js +0 -27
- package/build/sdk/studio/sdk/model/updateNoteResponse.js.map +0 -1
- package/build/sdk/studio/sdk/model/whitelabelAdminCreateProjectRequest.js.map +0 -1
|
@@ -1,726 +0,0 @@
|
|
|
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
|
-
/// <reference types="node" />
|
|
13
|
-
import { AnomalyGmmMetadata } from '../model/anomalyGmmMetadata';
|
|
14
|
-
import { AnomalyModelMetadata } from '../model/anomalyModelMetadata';
|
|
15
|
-
import { AnomalyTrainedFeaturesResponse } from '../model/anomalyTrainedFeaturesResponse';
|
|
16
|
-
import { ClassifyJobResponse } from '../model/classifyJobResponse';
|
|
17
|
-
import { ClassifyJobResponsePage } from '../model/classifyJobResponsePage';
|
|
18
|
-
import { ClassifySampleResponse } from '../model/classifySampleResponse';
|
|
19
|
-
import { StartJobResponse } from '../model/startJobResponse';
|
|
20
|
-
import { CountSamplesResponse } from '../model/countSamplesResponse';
|
|
21
|
-
import { DSPMetadataResponse } from '../model/dSPMetadataResponse';
|
|
22
|
-
import { DataExplorerPredictionsResponse } from '../model/dataExplorerPredictionsResponse';
|
|
23
|
-
import { DeploymentTargetEngine } from '../model/deploymentTargetEngine';
|
|
24
|
-
import { DeploymentTargetsResponse } from '../model/deploymentTargetsResponse';
|
|
25
|
-
import { DspRunResponseWithSample } from '../model/dspRunResponseWithSample';
|
|
26
|
-
import { DspSampleFeaturesResponse } from '../model/dspSampleFeaturesResponse';
|
|
27
|
-
import { DspTrainedFeaturesResponse } from '../model/dspTrainedFeaturesResponse';
|
|
28
|
-
import { GetDataExplorerFeaturesResponse } from '../model/getDataExplorerFeaturesResponse';
|
|
29
|
-
import { GetDiversityDataResponse } from '../model/getDiversityDataResponse';
|
|
30
|
-
import { GetNotesResponse } from '../model/getNotesResponse';
|
|
31
|
-
import { GetPerformanceCalibrationGroundTruthResponse } from '../model/getPerformanceCalibrationGroundTruthResponse';
|
|
32
|
-
import { GetPerformanceCalibrationParameterSetsResponse } from '../model/getPerformanceCalibrationParameterSetsResponse';
|
|
33
|
-
import { GetPerformanceCalibrationParametersResponse } from '../model/getPerformanceCalibrationParametersResponse';
|
|
34
|
-
import { GetPerformanceCalibrationRawResultResponse } from '../model/getPerformanceCalibrationRawResultResponse';
|
|
35
|
-
import { GetPerformanceCalibrationStatusResponse } from '../model/getPerformanceCalibrationStatusResponse';
|
|
36
|
-
import { GetSampleResponse } from '../model/getSampleResponse';
|
|
37
|
-
import { HasDataExplorerFeaturesResponse } from '../model/hasDataExplorerFeaturesResponse';
|
|
38
|
-
import { KerasModelMetadata } from '../model/kerasModelMetadata';
|
|
39
|
-
import { KerasModelTypeEnum } from '../model/kerasModelTypeEnum';
|
|
40
|
-
import { KerasModelVariantEnum } from '../model/kerasModelVariantEnum';
|
|
41
|
-
import { ListSamplesResponse } from '../model/listSamplesResponse';
|
|
42
|
-
import { ProjectDeploymentTargetsResponse } from '../model/projectDeploymentTargetsResponse';
|
|
43
|
-
import { ProjectInfoSummaryResponse } from '../model/projectInfoSummaryResponse';
|
|
44
|
-
import { TestPretrainedModelRequest } from '../model/testPretrainedModelRequest';
|
|
45
|
-
import { TestPretrainedModelResponse } from '../model/testPretrainedModelResponse';
|
|
46
|
-
import { Authentication } from '../model/models';
|
|
47
|
-
import { ApiKeyAuth } from '../model/models';
|
|
48
|
-
export declare enum AllowsReadOnlyApiApiKeys {
|
|
49
|
-
ApiKeyAuthentication = 0,
|
|
50
|
-
JWTAuthentication = 1,
|
|
51
|
-
JWTHttpHeaderAuthentication = 2
|
|
52
|
-
}
|
|
53
|
-
declare type anomalyTrainedFeaturesQueryParams = {
|
|
54
|
-
featureAx1: number;
|
|
55
|
-
featureAx2: number;
|
|
56
|
-
};
|
|
57
|
-
declare type classifySampleQueryParams = {
|
|
58
|
-
includeDebugInfo?: boolean;
|
|
59
|
-
};
|
|
60
|
-
declare type classifySampleByLearnBlockV2QueryParams = {
|
|
61
|
-
variant?: KerasModelVariantEnum;
|
|
62
|
-
};
|
|
63
|
-
declare type classifySampleV2QueryParams = {
|
|
64
|
-
includeDebugInfo?: boolean;
|
|
65
|
-
variant?: KerasModelVariantEnum;
|
|
66
|
-
};
|
|
67
|
-
declare type countSamplesQueryParams = {
|
|
68
|
-
category: 'training' | 'testing' | 'anomaly';
|
|
69
|
-
labels?: string;
|
|
70
|
-
filename?: string;
|
|
71
|
-
maxLength?: number;
|
|
72
|
-
minLength?: number;
|
|
73
|
-
minFrequency?: number;
|
|
74
|
-
maxFrequency?: number;
|
|
75
|
-
signatureValidity?: 'both' | 'valid' | 'invalid';
|
|
76
|
-
includeDisabled?: 'both' | 'enabled' | 'disabled';
|
|
77
|
-
};
|
|
78
|
-
declare type downloadBuildQueryParams = {
|
|
79
|
-
type: string;
|
|
80
|
-
modelType?: KerasModelTypeEnum;
|
|
81
|
-
engine?: DeploymentTargetEngine;
|
|
82
|
-
};
|
|
83
|
-
declare type downloadDspDataQueryParams = {
|
|
84
|
-
raw?: boolean;
|
|
85
|
-
};
|
|
86
|
-
declare type dspSampleTrainedFeaturesQueryParams = {
|
|
87
|
-
featureAx1: number;
|
|
88
|
-
featureAx2: number;
|
|
89
|
-
featureAx3: number;
|
|
90
|
-
};
|
|
91
|
-
declare type getClassifyJobResultQueryParams = {
|
|
92
|
-
featureExplorerOnly?: boolean;
|
|
93
|
-
};
|
|
94
|
-
declare type getClassifyJobResultPageQueryParams = {
|
|
95
|
-
limit?: number;
|
|
96
|
-
offset?: number;
|
|
97
|
-
};
|
|
98
|
-
declare type getDspMetadataQueryParams = {
|
|
99
|
-
excludeIncludedSamples?: boolean;
|
|
100
|
-
};
|
|
101
|
-
declare type getDspRawSampleQueryParams = {
|
|
102
|
-
limitPayloadValues?: number;
|
|
103
|
-
};
|
|
104
|
-
declare type getDspSampleSliceQueryParams = {
|
|
105
|
-
sliceStart: number;
|
|
106
|
-
sliceEnd: number;
|
|
107
|
-
};
|
|
108
|
-
declare type getSampleQueryParams = {
|
|
109
|
-
limitPayloadValues?: number;
|
|
110
|
-
};
|
|
111
|
-
declare type getSampleAsAudioQueryParams = {
|
|
112
|
-
axisIx: number;
|
|
113
|
-
sliceStart?: number;
|
|
114
|
-
sliceEnd?: number;
|
|
115
|
-
};
|
|
116
|
-
declare type getSampleAsImageQueryParams = {
|
|
117
|
-
afterInputBlock?: boolean;
|
|
118
|
-
};
|
|
119
|
-
declare type getSampleAsVideoQueryParams = {
|
|
120
|
-
afterInputBlock?: boolean;
|
|
121
|
-
};
|
|
122
|
-
declare type getSampleSliceQueryParams = {
|
|
123
|
-
sliceStart: number;
|
|
124
|
-
sliceEnd: number;
|
|
125
|
-
};
|
|
126
|
-
declare type listSamplesQueryParams = {
|
|
127
|
-
category: 'training' | 'testing' | 'anomaly';
|
|
128
|
-
limit?: number;
|
|
129
|
-
offset?: number;
|
|
130
|
-
excludeSensors?: boolean;
|
|
131
|
-
labels?: string;
|
|
132
|
-
filename?: string;
|
|
133
|
-
maxLength?: number;
|
|
134
|
-
minLength?: number;
|
|
135
|
-
minFrequency?: number;
|
|
136
|
-
maxFrequency?: number;
|
|
137
|
-
signatureValidity?: 'both' | 'valid' | 'invalid';
|
|
138
|
-
includeDisabled?: 'both' | 'enabled' | 'disabled';
|
|
139
|
-
};
|
|
140
|
-
declare type runDspSampleSliceReadOnlyQueryParams = {
|
|
141
|
-
sliceStart: number;
|
|
142
|
-
sliceEnd: number;
|
|
143
|
-
};
|
|
144
|
-
export declare type AllowsReadOnlyApiOpts = {
|
|
145
|
-
extraHeaders?: {
|
|
146
|
-
[name: string]: string;
|
|
147
|
-
};
|
|
148
|
-
};
|
|
149
|
-
export declare class AllowsReadOnlyApi {
|
|
150
|
-
protected _basePath: string;
|
|
151
|
-
protected defaultHeaders: any;
|
|
152
|
-
protected _useQuerystring: boolean;
|
|
153
|
-
protected _opts: AllowsReadOnlyApiOpts;
|
|
154
|
-
protected authentications: {
|
|
155
|
-
default: Authentication;
|
|
156
|
-
ApiKeyAuthentication: ApiKeyAuth;
|
|
157
|
-
JWTAuthentication: ApiKeyAuth;
|
|
158
|
-
JWTHttpHeaderAuthentication: ApiKeyAuth;
|
|
159
|
-
};
|
|
160
|
-
constructor(basePath?: string, opts?: AllowsReadOnlyApiOpts);
|
|
161
|
-
set useQuerystring(value: boolean);
|
|
162
|
-
set basePath(basePath: string);
|
|
163
|
-
get basePath(): string;
|
|
164
|
-
set opts(opts: AllowsReadOnlyApiOpts);
|
|
165
|
-
get opts(): AllowsReadOnlyApiOpts;
|
|
166
|
-
setDefaultAuthentication(auth: Authentication): void;
|
|
167
|
-
setApiKey(key: AllowsReadOnlyApiApiKeys, value: string | undefined): void;
|
|
168
|
-
/**
|
|
169
|
-
* Get a sample of trained features, this extracts a number of samples and their features.
|
|
170
|
-
* @summary Trained features
|
|
171
|
-
* @param projectId Project ID
|
|
172
|
-
* @param learnId Learn Block ID, use the impulse functions to retrieve the ID
|
|
173
|
-
* @param featureAx1 Feature axis 1
|
|
174
|
-
* @param featureAx2 Feature axis 2
|
|
175
|
-
*/
|
|
176
|
-
anomalyTrainedFeatures(projectId: number, learnId: number, queryParams: anomalyTrainedFeaturesQueryParams, options?: {
|
|
177
|
-
headers: {
|
|
178
|
-
[name: string]: string;
|
|
179
|
-
};
|
|
180
|
-
}): Promise<AnomalyTrainedFeaturesResponse>;
|
|
181
|
-
/**
|
|
182
|
-
* Get trained features for a single sample. This runs both the DSP prerequisites and the anomaly classifier.
|
|
183
|
-
* @summary Trained features for sample
|
|
184
|
-
* @param projectId Project ID
|
|
185
|
-
* @param learnId Learn Block ID, use the impulse functions to retrieve the ID
|
|
186
|
-
* @param sampleId Sample ID
|
|
187
|
-
*/
|
|
188
|
-
anomalyTrainedFeaturesPerSample(projectId: number, learnId: number, sampleId: number, options?: {
|
|
189
|
-
headers: {
|
|
190
|
-
[name: string]: string;
|
|
191
|
-
};
|
|
192
|
-
}): Promise<AnomalyTrainedFeaturesResponse>;
|
|
193
|
-
/**
|
|
194
|
-
* This API is deprecated, use classifySampleV2 instead (`/v1/api/{projectId}/classify/v2/{sampleId}`). Classify a complete file against the current impulse. This will move the sliding window (dependent on the sliding window length and the sliding window increase parameters in the impulse) over the complete file, and classify for every window that is extracted.
|
|
195
|
-
* @summary Classify sample (deprecated)
|
|
196
|
-
* @param projectId Project ID
|
|
197
|
-
* @param sampleId Sample ID
|
|
198
|
-
* @param includeDebugInfo Whether to return the debug information from FOMO classification.
|
|
199
|
-
*/
|
|
200
|
-
classifySample(projectId: number, sampleId: number, queryParams: classifySampleQueryParams, options?: {
|
|
201
|
-
headers: {
|
|
202
|
-
[name: string]: string;
|
|
203
|
-
};
|
|
204
|
-
}): Promise<ClassifySampleResponse>;
|
|
205
|
-
/**
|
|
206
|
-
* This API is deprecated, use classifySampleByLearnBlockV2 (`/v1/api/{projectId}/classify/anomaly-gmm/v2/{blockId}/{sampleId}`) instead. Classify a complete file against the specified learn block. This will move the sliding window (dependent on the sliding window length and the sliding window increase parameters in the impulse) over the complete file, and classify for every window that is extracted.
|
|
207
|
-
* @summary Classify sample by learn block
|
|
208
|
-
* @param projectId Project ID
|
|
209
|
-
* @param sampleId Sample ID
|
|
210
|
-
* @param blockId Block ID
|
|
211
|
-
*/
|
|
212
|
-
classifySampleByLearnBlock(projectId: number, sampleId: number, blockId: number, options?: {
|
|
213
|
-
headers: {
|
|
214
|
-
[name: string]: string;
|
|
215
|
-
};
|
|
216
|
-
}): Promise<ClassifySampleResponse>;
|
|
217
|
-
/**
|
|
218
|
-
* Classify a complete file against the specified learn block. This will move the sliding window (dependent on the sliding window length and the sliding window increase parameters in the impulse) over the complete file, and classify for every window that is extracted. Depending on the size of your file, whether your sample is resampled, and whether the result is cached you\'ll get either the result or a job back. If you receive a job, then wait for the completion of the job, and then call this function again to receive the results. The unoptimized (float32) model is used by default, and classification with an optimized (int8) model can be slower.
|
|
219
|
-
* @summary Classify sample by learn block
|
|
220
|
-
* @param projectId Project ID
|
|
221
|
-
* @param sampleId Sample ID
|
|
222
|
-
* @param blockId Block ID
|
|
223
|
-
* @param variant Keras model variant
|
|
224
|
-
*/
|
|
225
|
-
classifySampleByLearnBlockV2(projectId: number, sampleId: number, blockId: number, queryParams: classifySampleByLearnBlockV2QueryParams, options?: {
|
|
226
|
-
headers: {
|
|
227
|
-
[name: string]: string;
|
|
228
|
-
};
|
|
229
|
-
}): Promise<ClassifySampleResponse | StartJobResponse>;
|
|
230
|
-
/**
|
|
231
|
-
* Classify a complete file against the current impulse. This will move the sliding window (dependent on the sliding window length and the sliding window increase parameters in the impulse) over the complete file, and classify for every window that is extracted. Depending on the size of your file, whether your sample is resampled, and whether the result is cached you\'ll get either the result or a job back. If you receive a job, then wait for the completion of the job, and then call this function again to receive the results. The unoptimized (float32) model is used by default, and classification with an optimized (int8) model can be slower.
|
|
232
|
-
* @summary Classify sample
|
|
233
|
-
* @param projectId Project ID
|
|
234
|
-
* @param sampleId Sample ID
|
|
235
|
-
* @param includeDebugInfo Whether to return the debug information from FOMO classification.
|
|
236
|
-
* @param variant Keras model variant
|
|
237
|
-
*/
|
|
238
|
-
classifySampleV2(projectId: number, sampleId: number, queryParams: classifySampleV2QueryParams, options?: {
|
|
239
|
-
headers: {
|
|
240
|
-
[name: string]: string;
|
|
241
|
-
};
|
|
242
|
-
}): Promise<ClassifySampleResponse | StartJobResponse>;
|
|
243
|
-
/**
|
|
244
|
-
* Count all raw data by category.
|
|
245
|
-
* @summary Count samples
|
|
246
|
-
* @param projectId Project ID
|
|
247
|
-
* @param category Which of the three acquisition categories to retrieve data from
|
|
248
|
-
* @param labels Only include samples with a label within the given list of labels, given as a JSON string
|
|
249
|
-
* @param filename Only include samples whose filename includes the given filename
|
|
250
|
-
* @param maxLength Only include samples shorter than the given length, in milliseconds
|
|
251
|
-
* @param minLength Only include samples longer than the given length, in milliseconds
|
|
252
|
-
* @param minFrequency Only include samples with higher frequency than given frequency, in hertz
|
|
253
|
-
* @param maxFrequency Only include samples with lower frequency than given frequency, in hertz
|
|
254
|
-
* @param signatureValidity Include samples with either valid or invalid signatures
|
|
255
|
-
* @param includeDisabled Include only enabled or disabled samples (or both)
|
|
256
|
-
*/
|
|
257
|
-
countSamples(projectId: number, queryParams: countSamplesQueryParams, options?: {
|
|
258
|
-
headers: {
|
|
259
|
-
[name: string]: string;
|
|
260
|
-
};
|
|
261
|
-
}): Promise<CountSamplesResponse>;
|
|
262
|
-
/**
|
|
263
|
-
* Download the build artefacts for a project
|
|
264
|
-
* @summary Download
|
|
265
|
-
* @param projectId Project ID
|
|
266
|
-
* @param type The name of the built target. You can find this by listing all deployment targets through `listDeploymentTargetsForProject` (via `GET /v1/api/{projectId}/deployment/targets`) and see the `format` type.
|
|
267
|
-
* @param modelType Optional model type of the build (if not, it uses the settings in the Keras block)
|
|
268
|
-
* @param engine Optional engine for the build (if not, it uses the default engine for the deployment target)
|
|
269
|
-
*/
|
|
270
|
-
downloadBuild(projectId: number, queryParams: downloadBuildQueryParams, options?: {
|
|
271
|
-
headers: {
|
|
272
|
-
[name: string]: string;
|
|
273
|
-
};
|
|
274
|
-
}): Promise<Buffer>;
|
|
275
|
-
/**
|
|
276
|
-
* Download output from a DSP block over all data in the training set, already sliced in windows. In Numpy binary format.
|
|
277
|
-
* @summary Download DSP data
|
|
278
|
-
* @param projectId Project ID
|
|
279
|
-
* @param dspId DSP Block ID, use the impulse functions to retrieve the ID
|
|
280
|
-
* @param category Which of the three acquisition categories to download data from
|
|
281
|
-
* @param raw Whether to download raw data or processed data. Processed data is the default.
|
|
282
|
-
*/
|
|
283
|
-
downloadDspData(projectId: number, dspId: number, category: 'training' | 'testing' | 'anomaly', queryParams: downloadDspDataQueryParams, options?: {
|
|
284
|
-
headers: {
|
|
285
|
-
[name: string]: string;
|
|
286
|
-
};
|
|
287
|
-
}): Promise<Buffer>;
|
|
288
|
-
/**
|
|
289
|
-
* Download labels for a DSP block over all data in the training set, already sliced in windows.
|
|
290
|
-
* @summary Download DSP labels
|
|
291
|
-
* @param projectId Project ID
|
|
292
|
-
* @param dspId DSP Block ID, use the impulse functions to retrieve the ID
|
|
293
|
-
* @param category Which of the three acquisition categories to download data from
|
|
294
|
-
*/
|
|
295
|
-
downloadDspLabels(projectId: number, dspId: number, category: 'training' | 'testing' | 'anomaly', options?: {
|
|
296
|
-
headers: {
|
|
297
|
-
[name: string]: string;
|
|
298
|
-
};
|
|
299
|
-
}): Promise<Buffer>;
|
|
300
|
-
/**
|
|
301
|
-
* Download a trained model for a learning block. Depending on the block this can be a TensorFlow model, or the cluster centroids.
|
|
302
|
-
* @summary Download trained model
|
|
303
|
-
* @param projectId Project ID
|
|
304
|
-
* @param learnId Learn Block ID, use the impulse functions to retrieve the ID
|
|
305
|
-
* @param modelDownloadId Model download ID, which can be obtained from the project information
|
|
306
|
-
*/
|
|
307
|
-
downloadLearnModel(projectId: number, learnId: number, modelDownloadId: string, options?: {
|
|
308
|
-
headers: {
|
|
309
|
-
[name: string]: string;
|
|
310
|
-
};
|
|
311
|
-
}): Promise<Buffer>;
|
|
312
|
-
/**
|
|
313
|
-
* Runs the DSP block against a sample. This will move the sliding window (dependent on the sliding window length and the sliding window increase parameters in the impulse) over the complete file, and run the DSP function for every window that is extracted.
|
|
314
|
-
* @summary Features for sample
|
|
315
|
-
* @param projectId Project ID
|
|
316
|
-
* @param dspId DSP Block ID, use the impulse functions to retrieve the ID
|
|
317
|
-
* @param sampleId Sample ID
|
|
318
|
-
*/
|
|
319
|
-
dspGetFeaturesForSample(projectId: number, dspId: number, sampleId: number, options?: {
|
|
320
|
-
headers: {
|
|
321
|
-
[name: string]: string;
|
|
322
|
-
};
|
|
323
|
-
}): Promise<DspSampleFeaturesResponse>;
|
|
324
|
-
/**
|
|
325
|
-
* Get a sample of trained features, this extracts a number of samples and their labels. Used to visualize the current training set.
|
|
326
|
-
* @summary Sample of trained features
|
|
327
|
-
* @param projectId Project ID
|
|
328
|
-
* @param dspId DSP Block ID, use the impulse functions to retrieve the ID
|
|
329
|
-
* @param featureAx1 Feature axis 1
|
|
330
|
-
* @param featureAx2 Feature axis 2
|
|
331
|
-
* @param featureAx3 Feature axis 3
|
|
332
|
-
* @param category Which of the three acquisition categories to download data from
|
|
333
|
-
*/
|
|
334
|
-
dspSampleTrainedFeatures(projectId: number, dspId: number, category: 'training' | 'testing' | 'anomaly', queryParams: dspSampleTrainedFeaturesQueryParams, options?: {
|
|
335
|
-
headers: {
|
|
336
|
-
[name: string]: string;
|
|
337
|
-
};
|
|
338
|
-
}): Promise<DspTrainedFeaturesResponse>;
|
|
339
|
-
/**
|
|
340
|
-
* Get metadata about a trained anomaly block. Use the impulse blocks to find the learnId.
|
|
341
|
-
* @summary Anomaly metadata
|
|
342
|
-
* @param projectId Project ID
|
|
343
|
-
* @param learnId Learn Block ID, use the impulse functions to retrieve the ID
|
|
344
|
-
*/
|
|
345
|
-
getAnomalyMetadata(projectId: number, learnId: number, options?: {
|
|
346
|
-
headers: {
|
|
347
|
-
[name: string]: string;
|
|
348
|
-
};
|
|
349
|
-
}): Promise<AnomalyModelMetadata>;
|
|
350
|
-
/**
|
|
351
|
-
* Get classify job result, containing the result for the complete testing dataset.
|
|
352
|
-
* @summary Classify job result
|
|
353
|
-
* @param projectId Project ID
|
|
354
|
-
* @param featureExplorerOnly Whether to get only the classification results relevant to the feature explorer.
|
|
355
|
-
*/
|
|
356
|
-
getClassifyJobResult(projectId: number, queryParams: getClassifyJobResultQueryParams, options?: {
|
|
357
|
-
headers: {
|
|
358
|
-
[name: string]: string;
|
|
359
|
-
};
|
|
360
|
-
}): Promise<ClassifyJobResponse>;
|
|
361
|
-
/**
|
|
362
|
-
* Get classify job result, containing the predictions for a given page.
|
|
363
|
-
* @summary Single page of a classify job result
|
|
364
|
-
* @param projectId Project ID
|
|
365
|
-
* @param limit Maximum number of results
|
|
366
|
-
* @param offset Offset in results, can be used in conjunction with LimitResultsParameter to implement paging.
|
|
367
|
-
*/
|
|
368
|
-
getClassifyJobResultPage(projectId: number, queryParams: getClassifyJobResultPageQueryParams, options?: {
|
|
369
|
-
headers: {
|
|
370
|
-
[name: string]: string;
|
|
371
|
-
};
|
|
372
|
-
}): Promise<ClassifyJobResponsePage>;
|
|
373
|
-
/**
|
|
374
|
-
* t-SNE2 output of the raw dataset
|
|
375
|
-
* @summary Get data explorer features
|
|
376
|
-
* @param projectId Project ID
|
|
377
|
-
*/
|
|
378
|
-
getDataExplorerFeatures(projectId: number, options?: {
|
|
379
|
-
headers: {
|
|
380
|
-
[name: string]: string;
|
|
381
|
-
};
|
|
382
|
-
}): Promise<GetDataExplorerFeaturesResponse>;
|
|
383
|
-
/**
|
|
384
|
-
* Predictions for every data explorer point (only available when using current impulse to populate data explorer)
|
|
385
|
-
* @summary Get data explorer predictions
|
|
386
|
-
* @param projectId Project ID
|
|
387
|
-
*/
|
|
388
|
-
getDataExplorerPredictions(projectId: number, options?: {
|
|
389
|
-
headers: {
|
|
390
|
-
[name: string]: string;
|
|
391
|
-
};
|
|
392
|
-
}): Promise<DataExplorerPredictionsResponse>;
|
|
393
|
-
/**
|
|
394
|
-
* Structure describing the similarity and diversity of a dataset
|
|
395
|
-
* @summary Get diversity visualization data
|
|
396
|
-
* @param projectId Project ID
|
|
397
|
-
*/
|
|
398
|
-
getDiversityData(projectId: number, options?: {
|
|
399
|
-
headers: {
|
|
400
|
-
[name: string]: string;
|
|
401
|
-
};
|
|
402
|
-
}): Promise<GetDiversityDataResponse>;
|
|
403
|
-
/**
|
|
404
|
-
* Retrieve the metadata from a generated DSP block.
|
|
405
|
-
* @summary Get metadata
|
|
406
|
-
* @param projectId Project ID
|
|
407
|
-
* @param dspId DSP Block ID, use the impulse functions to retrieve the ID
|
|
408
|
-
* @param excludeIncludedSamples Whether to exclude \'includedSamples\' in the response (as these can slow down requests significantly).
|
|
409
|
-
*/
|
|
410
|
-
getDspMetadata(projectId: number, dspId: number, queryParams: getDspMetadataQueryParams, options?: {
|
|
411
|
-
headers: {
|
|
412
|
-
[name: string]: string;
|
|
413
|
-
};
|
|
414
|
-
}): Promise<DSPMetadataResponse>;
|
|
415
|
-
/**
|
|
416
|
-
* Get raw sample data, but with only the axes selected by the DSP block. E.g. if you have selected only accX and accY as inputs for the DSP block, but the raw sample also contains accZ, accZ is filtered out. If you pass dspId = 0 this will return a raw graph without any processing.
|
|
417
|
-
* @summary Get raw sample
|
|
418
|
-
* @param projectId Project ID
|
|
419
|
-
* @param dspId DSP Block ID, use the impulse functions to retrieve the ID
|
|
420
|
-
* @param sampleId Sample ID
|
|
421
|
-
* @param limitPayloadValues Limit the number of payload values in the response
|
|
422
|
-
*/
|
|
423
|
-
getDspRawSample(projectId: number, dspId: number, sampleId: number, queryParams: getDspRawSampleQueryParams, options?: {
|
|
424
|
-
headers: {
|
|
425
|
-
[name: string]: string;
|
|
426
|
-
};
|
|
427
|
-
}): Promise<GetSampleResponse>;
|
|
428
|
-
/**
|
|
429
|
-
* Get slice of raw sample data, but with only the axes selected by the DSP block. E.g. if you have selected only accX and accY as inputs for the DSP block, but the raw sample also contains accZ, accZ is filtered out.
|
|
430
|
-
* @summary Get raw sample (slice)
|
|
431
|
-
* @param projectId Project ID
|
|
432
|
-
* @param dspId DSP Block ID, use the impulse functions to retrieve the ID
|
|
433
|
-
* @param sampleId Sample ID
|
|
434
|
-
* @param sliceStart Begin index of the slice
|
|
435
|
-
* @param sliceEnd End index of the slice
|
|
436
|
-
*/
|
|
437
|
-
getDspSampleSlice(projectId: number, dspId: number, sampleId: number, queryParams: getDspSampleSliceQueryParams, options?: {
|
|
438
|
-
headers: {
|
|
439
|
-
[name: string]: string;
|
|
440
|
-
};
|
|
441
|
-
}): Promise<GetSampleResponse>;
|
|
442
|
-
/**
|
|
443
|
-
* Get raw model metadata of the Gaussian mixture model (GMM) for a trained anomaly block. Use the impulse blocks to find the learnId.
|
|
444
|
-
* @summary Anomaly GMM metadata
|
|
445
|
-
* @param projectId Project ID
|
|
446
|
-
* @param learnId Learn Block ID, use the impulse functions to retrieve the ID
|
|
447
|
-
*/
|
|
448
|
-
getGmmMetadata(projectId: number, learnId: number, options?: {
|
|
449
|
-
headers: {
|
|
450
|
-
[name: string]: string;
|
|
451
|
-
};
|
|
452
|
-
}): Promise<AnomalyGmmMetadata>;
|
|
453
|
-
/**
|
|
454
|
-
* t-SNE2 output of the raw dataset using embeddings from this Keras block
|
|
455
|
-
* @summary Get data explorer features
|
|
456
|
-
* @param projectId Project ID
|
|
457
|
-
* @param learnId Learn Block ID, use the impulse functions to retrieve the ID
|
|
458
|
-
*/
|
|
459
|
-
getKerasDataExplorerFeatures(projectId: number, learnId: number, options?: {
|
|
460
|
-
headers: {
|
|
461
|
-
[name: string]: string;
|
|
462
|
-
};
|
|
463
|
-
}): Promise<GetDataExplorerFeaturesResponse>;
|
|
464
|
-
/**
|
|
465
|
-
* Get metadata about a trained Keras block. Use the impulse blocks to find the learnId.
|
|
466
|
-
* @summary Keras metadata
|
|
467
|
-
* @param projectId Project ID
|
|
468
|
-
* @param learnId Learn Block ID, use the impulse functions to retrieve the ID
|
|
469
|
-
*/
|
|
470
|
-
getKerasMetadata(projectId: number, learnId: number, options?: {
|
|
471
|
-
headers: {
|
|
472
|
-
[name: string]: string;
|
|
473
|
-
};
|
|
474
|
-
}): Promise<KerasModelMetadata>;
|
|
475
|
-
/**
|
|
476
|
-
* Get all notes in project.
|
|
477
|
-
* @summary Get notes
|
|
478
|
-
* @param projectId Project ID
|
|
479
|
-
*/
|
|
480
|
-
getNotes(projectId: number, options?: {
|
|
481
|
-
headers: {
|
|
482
|
-
[name: string]: string;
|
|
483
|
-
};
|
|
484
|
-
}): Promise<GetNotesResponse>;
|
|
485
|
-
/**
|
|
486
|
-
* Get performance calibration ground truth data
|
|
487
|
-
* @summary Get ground truth
|
|
488
|
-
* @param projectId Project ID
|
|
489
|
-
*/
|
|
490
|
-
getPerformanceCalibrationGroundTruth(projectId: number, options?: {
|
|
491
|
-
headers: {
|
|
492
|
-
[name: string]: string;
|
|
493
|
-
};
|
|
494
|
-
}): Promise<GetPerformanceCalibrationGroundTruthResponse>;
|
|
495
|
-
/**
|
|
496
|
-
* Get performance calibration parameter sets
|
|
497
|
-
* @summary Get parameter sets
|
|
498
|
-
* @param projectId Project ID
|
|
499
|
-
*/
|
|
500
|
-
getPerformanceCalibrationParameterSets(projectId: number, options?: {
|
|
501
|
-
headers: {
|
|
502
|
-
[name: string]: string;
|
|
503
|
-
};
|
|
504
|
-
}): Promise<GetPerformanceCalibrationParameterSetsResponse>;
|
|
505
|
-
/**
|
|
506
|
-
* Get performance calibration raw result
|
|
507
|
-
* @summary Get raw result
|
|
508
|
-
* @param projectId Project ID
|
|
509
|
-
*/
|
|
510
|
-
getPerformanceCalibrationRawResult(projectId: number, options?: {
|
|
511
|
-
headers: {
|
|
512
|
-
[name: string]: string;
|
|
513
|
-
};
|
|
514
|
-
}): Promise<GetPerformanceCalibrationRawResultResponse>;
|
|
515
|
-
/**
|
|
516
|
-
* Get performance calibration stored parameters
|
|
517
|
-
* @summary Get parameters
|
|
518
|
-
* @param projectId Project ID
|
|
519
|
-
*/
|
|
520
|
-
getPerformanceCalibrationSavedParameters(projectId: number, options?: {
|
|
521
|
-
headers: {
|
|
522
|
-
[name: string]: string;
|
|
523
|
-
};
|
|
524
|
-
}): Promise<GetPerformanceCalibrationParametersResponse>;
|
|
525
|
-
/**
|
|
526
|
-
* Get performance calibration status
|
|
527
|
-
* @summary Get status
|
|
528
|
-
* @param projectId Project ID
|
|
529
|
-
*/
|
|
530
|
-
getPerformanceCalibrationStatus(projectId: number, options?: {
|
|
531
|
-
headers: {
|
|
532
|
-
[name: string]: string;
|
|
533
|
-
};
|
|
534
|
-
}): Promise<GetPerformanceCalibrationStatusResponse>;
|
|
535
|
-
/**
|
|
536
|
-
* List a summary about this project - available for public projects.
|
|
537
|
-
* @summary Public project information
|
|
538
|
-
* @param projectId Project ID
|
|
539
|
-
*/
|
|
540
|
-
getProjectInfoSummary(projectId: number, options?: {
|
|
541
|
-
headers: {
|
|
542
|
-
[name: string]: string;
|
|
543
|
-
};
|
|
544
|
-
}): Promise<ProjectInfoSummaryResponse>;
|
|
545
|
-
/**
|
|
546
|
-
* Get a sample.
|
|
547
|
-
* @summary Get sample
|
|
548
|
-
* @param projectId Project ID
|
|
549
|
-
* @param sampleId Sample ID
|
|
550
|
-
* @param limitPayloadValues Limit the number of payload values in the response
|
|
551
|
-
*/
|
|
552
|
-
getSample(projectId: number, sampleId: number, queryParams: getSampleQueryParams, options?: {
|
|
553
|
-
headers: {
|
|
554
|
-
[name: string]: string;
|
|
555
|
-
};
|
|
556
|
-
}): Promise<GetSampleResponse>;
|
|
557
|
-
/**
|
|
558
|
-
* Get a sample as a WAV file. This only applies to samples with an audio axis.
|
|
559
|
-
* @summary Get WAV file
|
|
560
|
-
* @param projectId Project ID
|
|
561
|
-
* @param sampleId Sample ID
|
|
562
|
-
* @param axisIx Axis index
|
|
563
|
-
* @param sliceStart Begin index of the slice
|
|
564
|
-
* @param sliceEnd End index of the slice
|
|
565
|
-
*/
|
|
566
|
-
getSampleAsAudio(projectId: number, sampleId: number, queryParams: getSampleAsAudioQueryParams, options?: {
|
|
567
|
-
headers: {
|
|
568
|
-
[name: string]: string;
|
|
569
|
-
};
|
|
570
|
-
}): Promise<Buffer>;
|
|
571
|
-
/**
|
|
572
|
-
* Get a sample as an image file. This only applies to samples with RGBA data.
|
|
573
|
-
* @summary Get image file
|
|
574
|
-
* @param projectId Project ID
|
|
575
|
-
* @param sampleId Sample ID
|
|
576
|
-
* @param afterInputBlock Whether to process the image through the input block first
|
|
577
|
-
*/
|
|
578
|
-
getSampleAsImage(projectId: number, sampleId: number, queryParams: getSampleAsImageQueryParams, options?: {
|
|
579
|
-
headers: {
|
|
580
|
-
[name: string]: string;
|
|
581
|
-
};
|
|
582
|
-
}): Promise<Buffer>;
|
|
583
|
-
/**
|
|
584
|
-
* Download a sample in it\'s original format as uploaded to the ingestion service.
|
|
585
|
-
* @summary Download file
|
|
586
|
-
* @param projectId Project ID
|
|
587
|
-
* @param sampleId Sample ID
|
|
588
|
-
*/
|
|
589
|
-
getSampleAsRaw(projectId: number, sampleId: number, options?: {
|
|
590
|
-
headers: {
|
|
591
|
-
[name: string]: string;
|
|
592
|
-
};
|
|
593
|
-
}): Promise<Buffer>;
|
|
594
|
-
/**
|
|
595
|
-
* Get a sample as an video file. This only applies to samples with video data.
|
|
596
|
-
* @summary Get video file
|
|
597
|
-
* @param projectId Project ID
|
|
598
|
-
* @param sampleId Sample ID
|
|
599
|
-
* @param afterInputBlock Whether to process the image through the input block first
|
|
600
|
-
*/
|
|
601
|
-
getSampleAsVideo(projectId: number, sampleId: number, queryParams: getSampleAsVideoQueryParams, options?: {
|
|
602
|
-
headers: {
|
|
603
|
-
[name: string]: string;
|
|
604
|
-
};
|
|
605
|
-
}): Promise<Buffer>;
|
|
606
|
-
/**
|
|
607
|
-
* Get a slice of a sample.
|
|
608
|
-
* @summary Get sample slice
|
|
609
|
-
* @param projectId Project ID
|
|
610
|
-
* @param sampleId Sample ID
|
|
611
|
-
* @param sliceStart Begin index of the slice
|
|
612
|
-
* @param sliceEnd End index of the slice
|
|
613
|
-
*/
|
|
614
|
-
getSampleSlice(projectId: number, sampleId: number, queryParams: getSampleSliceQueryParams, options?: {
|
|
615
|
-
headers: {
|
|
616
|
-
[name: string]: string;
|
|
617
|
-
};
|
|
618
|
-
}): Promise<GetSampleResponse>;
|
|
619
|
-
/**
|
|
620
|
-
* Get the synthetic sample as a WAV file
|
|
621
|
-
* @summary Get WAV file
|
|
622
|
-
* @param projectId Project ID
|
|
623
|
-
*/
|
|
624
|
-
getWavFile(projectId: number, options?: {
|
|
625
|
-
headers: {
|
|
626
|
-
[name: string]: string;
|
|
627
|
-
};
|
|
628
|
-
}): Promise<Buffer>;
|
|
629
|
-
/**
|
|
630
|
-
* t-SNE2 output of the raw dataset
|
|
631
|
-
* @summary Check data explorer features
|
|
632
|
-
* @param projectId Project ID
|
|
633
|
-
*/
|
|
634
|
-
hasDataExplorerFeatures(projectId: number, options?: {
|
|
635
|
-
headers: {
|
|
636
|
-
[name: string]: string;
|
|
637
|
-
};
|
|
638
|
-
}): Promise<HasDataExplorerFeaturesResponse>;
|
|
639
|
-
/**
|
|
640
|
-
* Determine if data diversity metrics have been calculated
|
|
641
|
-
* @summary Check if data diversity metrics exist
|
|
642
|
-
* @param projectId Project ID
|
|
643
|
-
*/
|
|
644
|
-
hasDiversityData(projectId: number, options?: {
|
|
645
|
-
headers: {
|
|
646
|
-
[name: string]: string;
|
|
647
|
-
};
|
|
648
|
-
}): Promise<HasDataExplorerFeaturesResponse>;
|
|
649
|
-
/**
|
|
650
|
-
* List all deployment targets
|
|
651
|
-
* @summary Deployment targets
|
|
652
|
-
*/
|
|
653
|
-
listAllDeploymentTargets(options?: {
|
|
654
|
-
headers: {
|
|
655
|
-
[name: string]: string;
|
|
656
|
-
};
|
|
657
|
-
}): Promise<DeploymentTargetsResponse>;
|
|
658
|
-
/**
|
|
659
|
-
* List deployment targets for a project
|
|
660
|
-
* @summary Deployment targets
|
|
661
|
-
* @param projectId Project ID
|
|
662
|
-
*/
|
|
663
|
-
listDeploymentTargetsForProject(projectId: number, options?: {
|
|
664
|
-
headers: {
|
|
665
|
-
[name: string]: string;
|
|
666
|
-
};
|
|
667
|
-
}): Promise<ProjectDeploymentTargetsResponse>;
|
|
668
|
-
/**
|
|
669
|
-
* List deployment targets for a project from data sources page (it shows some things like all Linux deploys, and hides \'fake\' deploy targets like mobile phone / computer)
|
|
670
|
-
* @summary Deployment targets (data sources)
|
|
671
|
-
* @param projectId Project ID
|
|
672
|
-
*/
|
|
673
|
-
listDeploymentTargetsForProjectDataSources(projectId: number, options?: {
|
|
674
|
-
headers: {
|
|
675
|
-
[name: string]: string;
|
|
676
|
-
};
|
|
677
|
-
}): Promise<DeploymentTargetsResponse>;
|
|
678
|
-
/**
|
|
679
|
-
* Retrieve all raw data by category.
|
|
680
|
-
* @summary List samples
|
|
681
|
-
* @param projectId Project ID
|
|
682
|
-
* @param category Which of the three acquisition categories to retrieve data from
|
|
683
|
-
* @param limit Maximum number of results
|
|
684
|
-
* @param offset Offset in results, can be used in conjunction with LimitResultsParameter to implement paging.
|
|
685
|
-
* @param excludeSensors Whether to exclude sensors in the response (as these can slow down requests when you have large pages).
|
|
686
|
-
* @param labels Only include samples with a label within the given list of labels, given as a JSON string
|
|
687
|
-
* @param filename Only include samples whose filename includes the given filename
|
|
688
|
-
* @param maxLength Only include samples shorter than the given length, in milliseconds
|
|
689
|
-
* @param minLength Only include samples longer than the given length, in milliseconds
|
|
690
|
-
* @param minFrequency Only include samples with higher frequency than given frequency, in hertz
|
|
691
|
-
* @param maxFrequency Only include samples with lower frequency than given frequency, in hertz
|
|
692
|
-
* @param signatureValidity Include samples with either valid or invalid signatures
|
|
693
|
-
* @param includeDisabled Include only enabled or disabled samples (or both)
|
|
694
|
-
*/
|
|
695
|
-
listSamples(projectId: number, queryParams: listSamplesQueryParams, options?: {
|
|
696
|
-
headers: {
|
|
697
|
-
[name: string]: string;
|
|
698
|
-
};
|
|
699
|
-
}): Promise<ListSamplesResponse>;
|
|
700
|
-
/**
|
|
701
|
-
* Get slice of sample data, and run it through the DSP block. This only the axes selected by the DSP block. E.g. if you have selected only accX and accY as inputs for the DSP block, but the raw sample also contains accZ, accZ is filtered out.
|
|
702
|
-
* @summary Get processed sample (slice)
|
|
703
|
-
* @param projectId Project ID
|
|
704
|
-
* @param dspId DSP Block ID, use the impulse functions to retrieve the ID
|
|
705
|
-
* @param sampleId Sample ID
|
|
706
|
-
* @param sliceStart Begin index of the slice
|
|
707
|
-
* @param sliceEnd End index of the slice
|
|
708
|
-
*/
|
|
709
|
-
runDspSampleSliceReadOnly(projectId: number, dspId: number, sampleId: number, queryParams: runDspSampleSliceReadOnlyQueryParams, options?: {
|
|
710
|
-
headers: {
|
|
711
|
-
[name: string]: string;
|
|
712
|
-
};
|
|
713
|
-
}): Promise<DspRunResponseWithSample>;
|
|
714
|
-
/**
|
|
715
|
-
* Test out a pretrained model (using raw features) - upload first via `uploadPretrainedModel`. If you want to deploy a pretrained model from the API, see `startDeployPretrainedModelJob`.
|
|
716
|
-
* @summary Test pretrained model
|
|
717
|
-
* @param projectId Project ID
|
|
718
|
-
* @param testPretrainedModelRequest
|
|
719
|
-
*/
|
|
720
|
-
testPretrainedModel(projectId: number, testPretrainedModelRequest?: TestPretrainedModelRequest, options?: {
|
|
721
|
-
headers: {
|
|
722
|
-
[name: string]: string;
|
|
723
|
-
};
|
|
724
|
-
}): Promise<TestPretrainedModelResponse>;
|
|
725
|
-
}
|
|
726
|
-
export {};
|