edge-impulse-api 1.22.0 → 1.22.2
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/library/api.d.ts +69 -0
- package/build/library/index.d.ts +3 -0
- package/build/library/sdk/api/adminApi.d.ts +386 -0
- package/build/library/sdk/api/adminApi.js +157 -26
- package/build/library/sdk/api/adminApi.js.map +1 -1
- package/build/library/sdk/api/allowsReadOnlyApi.d.ts +650 -0
- package/build/library/sdk/api/allowsReadOnlyApi.js +209 -42
- package/build/library/sdk/api/allowsReadOnlyApi.js.map +1 -1
- package/build/library/sdk/api/apis.d.ts +95 -0
- package/build/library/sdk/api/authApi.d.ts +68 -0
- package/build/library/sdk/api/authApi.js +6 -2
- package/build/library/sdk/api/authApi.js.map +1 -1
- package/build/library/sdk/api/cDNApi.d.ts +50 -0
- package/build/library/sdk/api/cDNApi.js +3 -1
- package/build/library/sdk/api/cDNApi.js.map +1 -1
- package/build/library/sdk/api/classifyApi.d.ts +100 -0
- package/build/library/sdk/api/classifyApi.js +95 -4
- package/build/library/sdk/api/classifyApi.js.map +1 -1
- package/build/library/sdk/api/contentDispositionInlineApi.d.ts +60 -0
- package/build/library/sdk/api/contentDispositionInlineApi.js +3 -1
- package/build/library/sdk/api/contentDispositionInlineApi.js.map +1 -1
- package/build/library/sdk/api/dSPApi.d.ts +306 -0
- package/build/library/sdk/api/dSPApi.js +54 -18
- package/build/library/sdk/api/dSPApi.js.map +1 -1
- package/build/library/sdk/api/deploymentApi.d.ts +195 -0
- package/build/library/sdk/api/deploymentApi.js +33 -11
- package/build/library/sdk/api/deploymentApi.js.map +1 -1
- package/build/library/sdk/api/devicesApi.d.ts +117 -0
- package/build/library/sdk/api/devicesApi.js +18 -6
- package/build/library/sdk/api/devicesApi.js.map +1 -1
- package/build/library/sdk/api/exportApi.d.ts +54 -0
- package/build/library/sdk/api/exportApi.js +3 -1
- package/build/library/sdk/api/exportApi.js.map +1 -1
- package/build/library/sdk/api/healthApi.d.ts +64 -0
- package/build/library/sdk/api/healthApi.js +6 -2
- package/build/library/sdk/api/healthApi.js.map +1 -1
- package/build/library/sdk/api/impulseApi.d.ts +138 -0
- package/build/library/sdk/api/impulseApi.js +24 -8
- package/build/library/sdk/api/impulseApi.js.map +1 -1
- package/build/library/sdk/api/jobsApi.d.ts +502 -0
- package/build/library/sdk/api/jobsApi.js +183 -36
- package/build/library/sdk/api/jobsApi.js.map +1 -1
- package/build/library/sdk/api/learnApi.d.ts +303 -0
- package/build/library/sdk/api/learnApi.js +70 -21
- package/build/library/sdk/api/learnApi.js.map +1 -1
- package/build/library/sdk/api/loginApi.d.ts +48 -0
- package/build/library/sdk/api/loginApi.js +10 -8
- package/build/library/sdk/api/loginApi.js.map +1 -1
- package/build/library/sdk/api/metricsApi.d.ts +58 -0
- package/build/library/sdk/api/metricsApi.js +73 -1
- package/build/library/sdk/api/metricsApi.js.map +1 -1
- package/build/library/sdk/api/optimizationApi.d.ts +182 -0
- package/build/library/sdk/api/optimizationApi.js +33 -11
- package/build/library/sdk/api/optimizationApi.js.map +1 -1
- package/build/library/sdk/api/organizationAllowDeveloperProfileApi.d.ts +682 -0
- package/build/library/sdk/api/organizationAllowDeveloperProfileApi.js +132 -44
- package/build/library/sdk/api/organizationAllowDeveloperProfileApi.js.map +1 -1
- package/build/library/sdk/api/organizationAllowGuestAccessApi.d.ts +180 -0
- package/build/library/sdk/api/organizationAllowGuestAccessApi.js +27 -9
- package/build/library/sdk/api/organizationAllowGuestAccessApi.js.map +1 -1
- package/build/library/sdk/api/organizationBlocksApi.d.ts +344 -0
- package/build/library/sdk/api/organizationBlocksApi.js +60 -20
- package/build/library/sdk/api/organizationBlocksApi.js.map +1 -1
- package/build/library/sdk/api/organizationCreateProjectApi.d.ts +221 -0
- package/build/library/sdk/api/organizationCreateProjectApi.js +39 -13
- package/build/library/sdk/api/organizationCreateProjectApi.js.map +1 -1
- package/build/library/sdk/api/organizationDataApi.d.ts +576 -0
- package/build/library/sdk/api/organizationDataApi.js +186 -33
- package/build/library/sdk/api/organizationDataApi.js.map +1 -1
- package/build/library/sdk/api/organizationJobsApi.d.ts +179 -0
- package/build/library/sdk/api/organizationJobsApi.js +24 -8
- package/build/library/sdk/api/organizationJobsApi.js.map +1 -1
- package/build/library/sdk/api/organizationPipelinesApi.d.ts +138 -0
- package/build/library/sdk/api/organizationPipelinesApi.js +21 -7
- package/build/library/sdk/api/organizationPipelinesApi.js.map +1 -1
- package/build/library/sdk/api/organizationPortalsApi.d.ts +127 -0
- package/build/library/sdk/api/organizationPortalsApi.js +21 -7
- package/build/library/sdk/api/organizationPortalsApi.js.map +1 -1
- package/build/library/sdk/api/organizationRequiresAdminApi.d.ts +488 -0
- package/build/library/sdk/api/organizationRequiresAdminApi.js +635 -26
- package/build/library/sdk/api/organizationRequiresAdminApi.js.map +1 -1
- package/build/library/sdk/api/organizationRequiresWhitelabelAdminApi.d.ts +319 -0
- package/build/library/sdk/api/organizationRequiresWhitelabelAdminApi.js +593 -12
- package/build/library/sdk/api/organizationRequiresWhitelabelAdminApi.js.map +1 -1
- package/build/library/sdk/api/organizationsApi.d.ts +555 -0
- package/build/library/sdk/api/organizationsApi.js +653 -32
- package/build/library/sdk/api/organizationsApi.js.map +1 -1
- package/build/library/sdk/api/performanceCalibrationApi.d.ts +149 -0
- package/build/library/sdk/api/performanceCalibrationApi.js +27 -9
- package/build/library/sdk/api/performanceCalibrationApi.js.map +1 -1
- package/build/library/sdk/api/projectsApi.d.ts +485 -0
- package/build/library/sdk/api/projectsApi.js +259 -35
- package/build/library/sdk/api/projectsApi.js.map +1 -1
- package/build/library/sdk/api/rawDataApi.d.ts +750 -0
- package/build/library/sdk/api/rawDataApi.js +149 -43
- package/build/library/sdk/api/rawDataApi.js.map +1 -1
- package/build/library/sdk/api/requiresSudoApi.d.ts +87 -0
- package/build/library/sdk/api/requiresSudoApi.js +38 -2746
- package/build/library/sdk/api/requiresSudoApi.js.map +1 -1
- package/build/library/sdk/api/requiresThirdPartyAuthApiKeyApi.d.ts +56 -0
- package/build/library/sdk/api/requiresThirdPartyAuthApiKeyApi.js +3 -1
- package/build/library/sdk/api/requiresThirdPartyAuthApiKeyApi.js.map +1 -1
- package/build/library/sdk/api/supportsRangeApi.d.ts +74 -0
- package/build/library/sdk/api/supportsRangeApi.js +6 -2
- package/build/library/sdk/api/supportsRangeApi.js.map +1 -1
- package/build/library/sdk/api/themesApi.d.ts +115 -0
- package/build/library/sdk/api/themesApi.js +18 -6
- package/build/library/sdk/api/themesApi.js.map +1 -1
- package/build/library/sdk/api/thirdPartyAuthApi.d.ts +128 -0
- package/build/library/sdk/api/thirdPartyAuthApi.js +21 -7
- package/build/library/sdk/api/thirdPartyAuthApi.js.map +1 -1
- package/build/library/sdk/api/uploadPortalApi.d.ts +133 -0
- package/build/library/sdk/api/uploadPortalApi.js +21 -7
- package/build/library/sdk/api/uploadPortalApi.js.map +1 -1
- package/build/library/sdk/api/userApi.d.ts +410 -0
- package/build/library/sdk/api/userApi.js +103 -35
- package/build/library/sdk/api/userApi.js.map +1 -1
- package/build/library/sdk/api/whitelabelsApi.d.ts +121 -0
- package/build/library/sdk/api/whitelabelsApi.js +21 -7
- package/build/library/sdk/api/whitelabelsApi.js.map +1 -1
- package/build/library/sdk/api.d.ts +2 -0
- package/build/library/sdk/model/activateUserByThirdPartyActivationCodeRequest.d.ts +41 -0
- package/build/library/sdk/model/activateUserRequest.d.ts +28 -0
- package/build/library/sdk/model/addApiKeyRequest.d.ts +39 -0
- package/build/library/sdk/model/addCollaboratorRequest.d.ts +28 -0
- package/build/library/sdk/model/addHmacKeyRequest.d.ts +36 -0
- package/build/library/sdk/model/addMemberRequest.d.ts +35 -0
- package/build/library/sdk/model/addNoteRequest.d.ts +32 -0
- package/build/library/sdk/model/addOrganizationApiKeyRequest.d.ts +35 -0
- package/build/library/sdk/model/addOrganizationBucketRequest.d.ts +52 -0
- package/build/library/sdk/model/addOrganizationDeployBlockRequest.d.ts +49 -0
- package/build/library/sdk/model/addOrganizationDeployBlockResponse.d.ts +33 -0
- package/build/library/sdk/model/addOrganizationDspBlockRequest.d.ts +32 -0
- package/build/library/sdk/model/addOrganizationDspBlockResponse.d.ts +33 -0
- package/build/library/sdk/model/addOrganizationSecretRequest.d.ts +27 -0
- package/build/library/sdk/model/addOrganizationSecretResponse.d.ts +36 -0
- package/build/library/sdk/model/addOrganizationSecretResponseAllOf.d.ts +28 -0
- package/build/library/sdk/model/addOrganizationTransferLearningBlockRequest.d.ts +44 -0
- package/build/library/sdk/model/addOrganizationTransferLearningBlockResponse.d.ts +33 -0
- package/build/library/sdk/model/addOrganizationTransformationBlockRequest.d.ts +42 -0
- package/build/library/sdk/model/addOrganizationTransformationBlockResponse.d.ts +33 -0
- package/build/library/sdk/model/addOrganizationTransformationBlockResponseAllOf.d.ts +25 -0
- package/build/library/sdk/model/adminAddOrUpdateSSODomainIdPsRequest.d.ts +25 -0
- package/build/library/sdk/model/adminAddProjectUserRequest.d.ts +28 -0
- package/build/library/sdk/model/adminAddProjectUserRequest.js +2 -2
- package/build/library/sdk/model/adminAddProjectUserRequest.js.map +1 -1
- package/build/library/sdk/model/adminApiOrganization.d.ts +43 -0
- package/build/library/sdk/model/adminApiOrganizationAllOf.d.ts +29 -0
- package/build/library/sdk/model/adminApiProject.d.ts +42 -0
- package/build/library/sdk/model/adminApiUser.d.ts +72 -0
- package/build/library/sdk/model/adminApiUser.js +5 -0
- package/build/library/sdk/model/adminApiUser.js.map +1 -1
- package/build/library/sdk/model/adminApiUserAllOf.d.ts +57 -0
- package/build/library/sdk/model/adminCreateOrganizationRequest.d.ts +32 -0
- package/build/library/sdk/model/adminGetMetricsResponse.d.ts +33 -0
- package/build/library/sdk/model/adminGetMetricsResponseAllOf.d.ts +25 -0
- package/build/library/sdk/model/adminGetOrganizationsResponse.d.ts +38 -0
- package/build/library/sdk/model/adminGetOrganizationsResponseAllOf.d.ts +30 -0
- package/build/library/sdk/model/adminGetOrganizationsResponseAllOfOrganizations.d.ts +33 -0
- package/build/library/sdk/model/adminGetSSODomainIdPsResponse.d.ts +33 -0
- package/build/library/sdk/model/adminGetSSODomainIdPsResponseAllOf.d.ts +25 -0
- package/build/library/sdk/model/adminGetSSOSettingsResponse.d.ts +34 -0
- package/build/library/sdk/model/adminGetSSOSettingsResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/adminGetSSOSettingsResponseAllOfSsoWhitelist.d.ts +26 -0
- package/build/library/sdk/model/adminGetUserIdsResponse.d.ts +33 -0
- package/build/library/sdk/model/adminGetUserIdsResponseAllOf.d.ts +25 -0
- package/build/library/sdk/model/adminGetUserMetricsResponse.d.ts +33 -0
- package/build/library/sdk/model/adminGetUserMetricsResponseAllOf.d.ts +25 -0
- package/build/library/sdk/model/adminGetUserResponse.d.ts +34 -0
- package/build/library/sdk/model/adminGetUserResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/adminGetUsersResponse.d.ts +35 -0
- package/build/library/sdk/model/adminGetUsersResponseAllOf.d.ts +27 -0
- package/build/library/sdk/model/adminGetUsersResponseAllOfUsers.d.ts +36 -0
- package/build/library/sdk/model/adminListProjects.d.ts +30 -0
- package/build/library/sdk/model/adminListProjectsResponse.d.ts +38 -0
- package/build/library/sdk/model/adminOrganizationInfoResponse.d.ts +49 -0
- package/build/library/sdk/model/adminOrganizationInfoResponseAllOf.d.ts +25 -0
- package/build/library/sdk/model/adminUpdateOrganizationRequest.d.ts +45 -0
- package/build/library/sdk/model/adminUpdateUserPermissionsRequest.d.ts +26 -0
- package/build/library/sdk/model/adminUpdateUserPermissionsRequest.js +32 -0
- package/build/library/sdk/model/adminUpdateUserPermissionsRequest.js.map +1 -0
- package/build/library/sdk/model/adminUpdateUserRequest.d.ts +39 -0
- package/build/library/sdk/model/adminUpdateUserRequest.js +5 -0
- package/build/library/sdk/model/adminUpdateUserRequest.js.map +1 -1
- package/build/library/sdk/model/akidaEdgeLearningConfig.d.ts +36 -0
- package/build/library/sdk/model/anomalyModelMetadata.d.ts +49 -0
- package/build/library/sdk/model/anomalyModelMetadataClusters.d.ts +32 -0
- package/build/library/sdk/model/anomalyModelMetadataResponse.d.ts +57 -0
- package/build/library/sdk/model/anomalyResponse.d.ts +56 -0
- package/build/library/sdk/model/anomalyResponseAllOf.d.ts +48 -0
- package/build/library/sdk/model/anomalyResponseAllOfAxes.d.ts +27 -0
- package/build/library/sdk/model/anomalyTrainedFeaturesResponse.d.ts +38 -0
- package/build/library/sdk/model/anomalyTrainedFeaturesResponseAllOf.d.ts +30 -0
- package/build/library/sdk/model/anomalyTrainedFeaturesResponseAllOfData.d.ts +34 -0
- package/build/library/sdk/model/augmentationPolicyImageEnum.d.ts +16 -0
- package/build/library/sdk/model/augmentationPolicySpectrogram.d.ts +50 -0
- package/build/library/sdk/model/authorizeThirdPartyRequest.d.ts +28 -0
- package/build/library/sdk/model/autotuneDspRequest.d.ts +28 -0
- package/build/library/sdk/model/boundingBox.d.ts +32 -0
- package/build/library/sdk/model/boundingBoxWithScore.d.ts +33 -0
- package/build/library/sdk/model/buildOnDeviceModelRequest.d.ts +28 -0
- package/build/library/sdk/model/buildOrganizationOnDeviceModelRequest.d.ts +29 -0
- package/build/library/sdk/model/changePasswordRequest.d.ts +26 -0
- package/build/library/sdk/model/classifyJobResponse.d.ts +38 -0
- package/build/library/sdk/model/classifyJobResponse.js +6 -1
- package/build/library/sdk/model/classifyJobResponse.js.map +1 -1
- package/build/library/sdk/model/classifyJobResponseAllOf.d.ts +30 -0
- package/build/library/sdk/model/classifyJobResponseAllOf.js +6 -1
- package/build/library/sdk/model/classifyJobResponseAllOf.js.map +1 -1
- package/build/library/sdk/model/classifyJobResponseAllOfAccuracy.d.ts +37 -0
- package/build/library/sdk/model/classifyJobResponseAllOfAccuracy.js +57 -0
- package/build/library/sdk/model/classifyJobResponseAllOfAccuracy.js.map +1 -0
- package/build/library/sdk/model/classifyJobResponseAllOfAccuracyTotalSummary.d.ts +26 -0
- package/build/library/sdk/model/classifyJobResponseAllOfAccuracyTotalSummary.js +37 -0
- package/build/library/sdk/model/classifyJobResponseAllOfAccuracyTotalSummary.js.map +1 -0
- package/build/library/sdk/model/classifyJobResponseAllOfResult.d.ts +29 -0
- package/build/library/sdk/model/classifyJobResponsePage.d.ts +36 -0
- package/build/library/sdk/model/classifyJobResponsePage.js +47 -0
- package/build/library/sdk/model/classifyJobResponsePage.js.map +1 -0
- package/build/library/sdk/model/classifyJobResponsePageAllOf.d.ts +28 -0
- package/build/library/sdk/model/classifyJobResponsePageAllOf.js +37 -0
- package/build/library/sdk/model/classifyJobResponsePageAllOf.js.map +1 -0
- package/build/library/sdk/model/classifySampleResponse.d.ts +48 -0
- package/build/library/sdk/model/classifySampleResponseAllOf.d.ts +40 -0
- package/build/library/sdk/model/classifySampleResponseClassification.d.ts +48 -0
- package/build/library/sdk/model/classifySampleResponseClassificationDetails.d.ts +40 -0
- package/build/library/sdk/model/convertUserRequest.d.ts +48 -0
- package/build/library/sdk/model/countSamplesResponse.d.ts +33 -0
- package/build/library/sdk/model/countSamplesResponseAllOf.d.ts +25 -0
- package/build/library/sdk/model/createBlockVersionResponse.d.ts +36 -0
- package/build/library/sdk/model/createBlockVersionResponseAllOf.d.ts +28 -0
- package/build/library/sdk/model/createDeveloperProfileResponse.d.ts +34 -0
- package/build/library/sdk/model/createDeveloperProfileResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/createDeviceRequest.d.ts +36 -0
- package/build/library/sdk/model/createEvaluationUserResponse.d.ts +40 -0
- package/build/library/sdk/model/createEvaluationUserResponseAllOf.d.ts +32 -0
- package/build/library/sdk/model/createNoteResponse.d.ts +36 -0
- package/build/library/sdk/model/createNoteResponseAllOf.d.ts +28 -0
- package/build/library/sdk/model/createOrganizationPortalRequest.d.ts +40 -0
- package/build/library/sdk/model/createOrganizationPortalResponse.d.ts +48 -0
- package/build/library/sdk/model/createOrganizationPortalResponseAllOf.d.ts +40 -0
- package/build/library/sdk/model/createOrganizationRequest.d.ts +28 -0
- package/build/library/sdk/model/createOrganizationResponse.d.ts +40 -0
- package/build/library/sdk/model/createOrganizationResponseAllOf.d.ts +32 -0
- package/build/library/sdk/model/createPipelineResponse.d.ts +33 -0
- package/build/library/sdk/model/createProjectRequest.d.ts +32 -0
- package/build/library/sdk/model/createProjectResponse.d.ts +40 -0
- package/build/library/sdk/model/createProjectResponseAllOf.d.ts +32 -0
- package/build/library/sdk/model/createSignedUploadLinkRequest.d.ts +36 -0
- package/build/library/sdk/model/createSignedUploadLinkResponse.d.ts +40 -0
- package/build/library/sdk/model/createSignedUploadLinkResponseAllOf.d.ts +32 -0
- package/build/library/sdk/model/createThirdPartyAuthRequest.d.ts +30 -0
- package/build/library/sdk/model/createThirdPartyAuthResponse.d.ts +35 -0
- package/build/library/sdk/model/createThirdPartyAuthResponseAllOf.d.ts +27 -0
- package/build/library/sdk/model/createUserRequest.d.ts +64 -0
- package/build/library/sdk/model/createUserRequest.js +5 -0
- package/build/library/sdk/model/createUserRequest.js.map +1 -1
- package/build/library/sdk/model/createUserResponse.d.ts +40 -0
- package/build/library/sdk/model/createUserResponseAllOf.d.ts +32 -0
- package/build/library/sdk/model/createUserThirdPartyRequest.d.ts +44 -0
- package/build/library/sdk/model/createUserThirdPartyResponse.d.ts +36 -0
- package/build/library/sdk/model/createUserThirdPartyResponseAllOf.d.ts +28 -0
- package/build/library/sdk/model/createWhitelabelRequest.d.ts +65 -0
- package/build/library/sdk/model/createWhitelabelResponse.d.ts +40 -0
- package/build/library/sdk/model/createWhitelabelResponseAllOf.d.ts +32 -0
- package/build/library/sdk/model/cropSampleRequest.d.ts +32 -0
- package/build/library/sdk/model/cropSampleResponse.d.ts +33 -0
- package/build/library/sdk/model/cropSampleResponseAllOf.d.ts +25 -0
- package/build/library/sdk/model/dSPBlock.d.ts +34 -0
- package/build/library/sdk/model/dSPConfigRequest.d.ts +27 -0
- package/build/library/sdk/model/dSPConfigResponse.d.ts +37 -0
- package/build/library/sdk/model/dSPConfigResponseAllOf.d.ts +29 -0
- package/build/library/sdk/model/dSPGroup.d.ts +27 -0
- package/build/library/sdk/model/dSPGroupItem.d.ts +36 -0
- package/build/library/sdk/model/dSPGroupItemSelectOptions.d.ts +27 -0
- package/build/library/sdk/model/dSPGroupItemShowIf.d.ts +29 -0
- package/build/library/sdk/model/dSPInfo.d.ts +51 -0
- package/build/library/sdk/model/dSPInfoFeatures.d.ts +36 -0
- package/build/library/sdk/model/dSPMetadata.d.ts +68 -0
- package/build/library/sdk/model/dSPMetadataIncludedSamples.d.ts +26 -0
- package/build/library/sdk/model/dSPMetadataOutputConfig.d.ts +35 -0
- package/build/library/sdk/model/dSPMetadataOutputConfigShape.d.ts +43 -0
- package/build/library/sdk/model/dSPMetadataResponse.d.ts +76 -0
- package/build/library/sdk/model/dataExplorerPredictionsResponse.d.ts +38 -0
- package/build/library/sdk/model/dataExplorerPredictionsResponseAllOf.d.ts +30 -0
- package/build/library/sdk/model/dataExplorerSettings.d.ts +33 -0
- package/build/library/sdk/model/datasetRatioData.d.ts +26 -0
- package/build/library/sdk/model/datasetRatioDataRatio.d.ts +32 -0
- package/build/library/sdk/model/deletePortalFileRequest.d.ts +28 -0
- package/build/library/sdk/model/dependencyData.d.ts +28 -0
- package/build/library/sdk/model/deployPretrainedModelInputAudio.d.ts +28 -0
- package/build/library/sdk/model/deployPretrainedModelInputImage.d.ts +27 -0
- package/build/library/sdk/model/deployPretrainedModelInputNone.d.ts +27 -0
- package/build/library/sdk/model/deployPretrainedModelInputOther.d.ts +27 -0
- package/build/library/sdk/model/deployPretrainedModelInputTimeSeries.d.ts +29 -0
- package/build/library/sdk/model/deployPretrainedModelModelClassification.d.ts +28 -0
- package/build/library/sdk/model/deployPretrainedModelModelObjectDetection.d.ts +34 -0
- package/build/library/sdk/model/deployPretrainedModelModelRegression.d.ts +27 -0
- package/build/library/sdk/model/deployPretrainedModelRequest.d.ts +46 -0
- package/build/library/sdk/model/deployPretrainedModelRequest.js +13 -2
- package/build/library/sdk/model/deployPretrainedModelRequest.js.map +1 -1
- package/build/library/sdk/model/deployPretrainedModelRequestModelInfo.d.ts +33 -0
- package/build/library/sdk/model/deploymentTarget.d.ts +67 -0
- package/build/library/sdk/model/deploymentTarget.js +5 -0
- package/build/library/sdk/model/deploymentTarget.js.map +1 -1
- package/build/library/sdk/model/deploymentTargetBadge.d.ts +26 -0
- package/build/library/sdk/model/deploymentTargetEngine.d.ts +13 -0
- package/build/library/sdk/model/deploymentTargetsResponse.d.ts +34 -0
- package/build/library/sdk/model/deploymentTargetsResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/developmentBoard.d.ts +27 -0
- package/build/library/sdk/model/developmentBoardsResponse.d.ts +34 -0
- package/build/library/sdk/model/developmentBoardsResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/developmentKeys.d.ts +32 -0
- package/build/library/sdk/model/developmentKeysResponse.d.ts +40 -0
- package/build/library/sdk/model/device.d.ts +47 -0
- package/build/library/sdk/model/deviceNameResponse.d.ts +36 -0
- package/build/library/sdk/model/deviceNameResponseAllOf.d.ts +28 -0
- package/build/library/sdk/model/deviceSensors.d.ts +33 -0
- package/build/library/sdk/model/download.d.ts +29 -0
- package/build/library/sdk/model/downloadPortalFileRequest.d.ts +28 -0
- package/build/library/sdk/model/downloadPortalFileResponse.d.ts +36 -0
- package/build/library/sdk/model/downloadPortalFileResponseAllOf.d.ts +28 -0
- package/build/library/sdk/model/dspAutotunerResults.d.ts +34 -0
- package/build/library/sdk/model/dspAutotunerResultsAllOf.d.ts +26 -0
- package/build/library/sdk/model/dspAutotunerResultsAllOfResults.d.ts +26 -0
- package/build/library/sdk/model/dspFeatureImportanceResponse.d.ts +37 -0
- package/build/library/sdk/model/dspFeatureImportanceResponseAllOf.d.ts +29 -0
- package/build/library/sdk/model/dspFeatureImportanceResponseAllOfFeatures.d.ts +26 -0
- package/build/library/sdk/model/dspFeatureImportanceResponseAllOfLabels.d.ts +26 -0
- package/build/library/sdk/model/dspFeatureLabelsResponse.d.ts +33 -0
- package/build/library/sdk/model/dspFeatureLabelsResponseAllOf.d.ts +25 -0
- package/build/library/sdk/model/dspPerformanceAllVariantsResponse.d.ts +37 -0
- package/build/library/sdk/model/dspPerformanceAllVariantsResponseAllOf.d.ts +29 -0
- package/build/library/sdk/model/dspPerformanceAllVariantsResponseAllOfPerformance.d.ts +33 -0
- package/build/library/sdk/model/dspRunGraph.d.ts +82 -0
- package/build/library/sdk/model/dspRunGraphAxisLabels.d.ts +29 -0
- package/build/library/sdk/model/dspRunRequestWithFeatures.d.ts +42 -0
- package/build/library/sdk/model/dspRunRequestWithoutFeatures.d.ts +34 -0
- package/build/library/sdk/model/dspRunRequestWithoutFeaturesReadOnly.d.ts +30 -0
- package/build/library/sdk/model/dspRunResponse.d.ts +47 -0
- package/build/library/sdk/model/dspRunResponseAllOf.d.ts +39 -0
- package/build/library/sdk/model/dspRunResponseAllOfPerformance.d.ts +26 -0
- package/build/library/sdk/model/dspRunResponseWithSample.d.ts +50 -0
- package/build/library/sdk/model/dspRunResponseWithSampleAllOf.d.ts +42 -0
- package/build/library/sdk/model/dspSampleFeaturesResponse.d.ts +42 -0
- package/build/library/sdk/model/dspSampleFeaturesResponseAllOf.d.ts +34 -0
- package/build/library/sdk/model/dspSampleFeaturesResponseAllOfData.d.ts +38 -0
- package/build/library/sdk/model/dspSampleFeaturesResponseAllOfSample.d.ts +28 -0
- package/build/library/sdk/model/dspTrainedFeaturesResponse.d.ts +42 -0
- package/build/library/sdk/model/dspTrainedFeaturesResponseAllOf.d.ts +34 -0
- package/build/library/sdk/model/dspTrainedFeaturesResponseAllOfData.d.ts +40 -0
- package/build/library/sdk/model/dspTrainedFeaturesResponseAllOfSample.d.ts +28 -0
- package/build/library/sdk/model/editSampleLabelRequest.d.ts +28 -0
- package/build/library/sdk/model/evaluateJobResponse.d.ts +34 -0
- package/build/library/sdk/model/evaluateJobResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/evaluateResultValue.d.ts +32 -0
- package/build/library/sdk/model/exportGetUrlResponse.d.ts +41 -0
- package/build/library/sdk/model/exportGetUrlResponseAllOf.d.ts +33 -0
- package/build/library/sdk/model/exportOriginalDataRequest.d.ts +32 -0
- package/build/library/sdk/model/exportWavDataRequest.d.ts +28 -0
- package/build/library/sdk/model/findSegmentSampleRequest.d.ts +29 -0
- package/build/library/sdk/model/findSegmentSampleResponse.d.ts +34 -0
- package/build/library/sdk/model/findSegmentSampleResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/findSyntiantPosteriorRequest.d.ts +48 -0
- package/build/library/sdk/model/findUserResponse.d.ts +34 -0
- package/build/library/sdk/model/findUserResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/findUserResponseAllOfUsers.d.ts +30 -0
- package/build/library/sdk/model/generateFeaturesRequest.d.ts +36 -0
- package/build/library/sdk/model/genericApiResponse.d.ts +32 -0
- package/build/library/sdk/model/getAllThirdPartyAuthResponse.d.ts +34 -0
- package/build/library/sdk/model/getAllThirdPartyAuthResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/getAllWhitelabelsResponse.d.ts +34 -0
- package/build/library/sdk/model/getAllWhitelabelsResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/getDataExplorerFeaturesResponse.d.ts +37 -0
- package/build/library/sdk/model/getDataExplorerFeaturesResponseAllOf.d.ts +29 -0
- package/build/library/sdk/model/getDataExplorerSettingsResponse.d.ts +44 -0
- package/build/library/sdk/model/getDataExplorerSettingsResponseAllOf.d.ts +27 -0
- package/build/library/sdk/model/getDeploymentResponse.d.ts +34 -0
- package/build/library/sdk/model/getDeploymentResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/getDeviceResponse.d.ts +34 -0
- package/build/library/sdk/model/getDeviceResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/getImpulseBlocksResponse.d.ts +38 -0
- package/build/library/sdk/model/getImpulseBlocksResponseAllOf.d.ts +30 -0
- package/build/library/sdk/model/getImpulseResponse.d.ts +34 -0
- package/build/library/sdk/model/getImpulseResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/getJWTRequest.d.ts +43 -0
- package/build/library/sdk/model/getJWTRequest.js +53 -0
- package/build/library/sdk/model/getJWTRequest.js.map +1 -0
- package/build/library/sdk/model/getJWTResponse.d.ts +40 -0
- package/build/library/sdk/model/getJWTResponse.js +47 -0
- package/build/library/sdk/model/getJWTResponse.js.map +1 -0
- package/build/library/sdk/model/getJWTResponseAllOf.d.ts +32 -0
- package/build/library/sdk/model/getJWTResponseAllOf.js +37 -0
- package/build/library/sdk/model/getJWTResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/getJWTTokenRequest.d.ts +43 -0
- package/build/library/sdk/model/getJWTTokenRequest.js +5 -0
- package/build/library/sdk/model/getJWTTokenRequest.js.map +1 -1
- package/build/library/sdk/model/getJWTTokenResponse.d.ts +40 -0
- package/build/library/sdk/model/getJWTTokenResponseAllOf.d.ts +32 -0
- package/build/library/sdk/model/getJobResponse.d.ts +34 -0
- package/build/library/sdk/model/getJobResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/getLastDeploymentBuildResponse.d.ts +38 -0
- package/build/library/sdk/model/getLastDeploymentBuildResponseAllOf.d.ts +30 -0
- package/build/library/sdk/model/getLastDeploymentBuildResponseAllOfLastBuild.d.ts +40 -0
- package/build/library/sdk/model/getNotesResponse.d.ts +34 -0
- package/build/library/sdk/model/getNotesResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/getOrganizationDataItemResponse.d.ts +34 -0
- package/build/library/sdk/model/getOrganizationDataItemResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/getOrganizationDataItemTransformJobsResponse.d.ts +35 -0
- package/build/library/sdk/model/getOrganizationDataItemTransformJobsResponse.js +47 -0
- package/build/library/sdk/model/getOrganizationDataItemTransformJobsResponse.js.map +1 -0
- package/build/library/sdk/model/getOrganizationDataItemTransformJobsResponseAllOf.d.ts +27 -0
- package/build/library/sdk/model/getOrganizationDataItemTransformJobsResponseAllOf.js +37 -0
- package/build/library/sdk/model/getOrganizationDataItemTransformJobsResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/getOrganizationDataItemTransformJobsResponseAllOfTransformationJobs.d.ts +33 -0
- package/build/library/sdk/model/getOrganizationDataItemTransformJobsResponseAllOfTransformationJobs.js +72 -0
- package/build/library/sdk/model/getOrganizationDataItemTransformJobsResponseAllOfTransformationJobs.js.map +1 -0
- package/build/library/sdk/model/getOrganizationDatasetResponse.d.ts +34 -0
- package/build/library/sdk/model/getOrganizationDatasetResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/getOrganizationPipelinesResponse.d.ts +34 -0
- package/build/library/sdk/model/getOrganizationPipelinesResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/getOrganizationPortalResponse.d.ts +68 -0
- package/build/library/sdk/model/getOrganizationPortalResponseAllOf.d.ts +60 -0
- package/build/library/sdk/model/getOrganizationProjectsDataCountResponse.d.ts +33 -0
- package/build/library/sdk/model/getPerformanceCalibrationGroundTruthResponse.d.ts +34 -0
- package/build/library/sdk/model/getPerformanceCalibrationGroundTruthResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/getPerformanceCalibrationParameterSetsResponse.d.ts +34 -0
- package/build/library/sdk/model/getPerformanceCalibrationParameterSetsResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/getPerformanceCalibrationParametersResponse.d.ts +34 -0
- package/build/library/sdk/model/getPerformanceCalibrationParametersResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/getPerformanceCalibrationRawResultResponse.d.ts +34 -0
- package/build/library/sdk/model/getPerformanceCalibrationRawResultResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/getPerformanceCalibrationStatusResponse.d.ts +39 -0
- package/build/library/sdk/model/getPerformanceCalibrationStatusResponseAllOf.d.ts +31 -0
- package/build/library/sdk/model/getPretrainedModelResponse.d.ts +45 -0
- package/build/library/sdk/model/getPretrainedModelResponse.js +10 -0
- package/build/library/sdk/model/getPretrainedModelResponse.js.map +1 -1
- package/build/library/sdk/model/getPretrainedModelResponseAllOf.d.ts +37 -0
- package/build/library/sdk/model/getPretrainedModelResponseAllOf.js +10 -0
- package/build/library/sdk/model/getPretrainedModelResponseAllOf.js.map +1 -1
- package/build/library/sdk/model/getPretrainedModelResponseAllOfModel.d.ts +31 -0
- package/build/library/sdk/model/getPretrainedModelResponseAllOfModel.js +6 -1
- package/build/library/sdk/model/getPretrainedModelResponseAllOfModel.js.map +1 -1
- package/build/library/sdk/model/getPretrainedModelResponseAllOfModelProfileInfo.d.ts +29 -0
- package/build/library/sdk/model/getPublicMetricsResponse.d.ts +35 -0
- package/build/library/sdk/model/getPublicMetricsResponseAllOf.d.ts +27 -0
- package/build/library/sdk/model/getSampleMetadataResponse.d.ts +37 -0
- package/build/library/sdk/model/getSampleResponse.d.ts +40 -0
- package/build/library/sdk/model/getSyntiantPosteriorResponse.d.ts +34 -0
- package/build/library/sdk/model/getSyntiantPosteriorResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/getThemeResponse.d.ts +34 -0
- package/build/library/sdk/model/getThemeResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/getThemesResponse.d.ts +34 -0
- package/build/library/sdk/model/getThemesResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/getThirdPartyAuthResponse.d.ts +34 -0
- package/build/library/sdk/model/getThirdPartyAuthResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/getUserNeedToSetPasswordResponse.d.ts +44 -0
- package/build/library/sdk/model/getUserNeedToSetPasswordResponseAllOf.d.ts +36 -0
- package/build/library/sdk/model/getUserResponse.d.ts +85 -0
- package/build/library/sdk/model/getUserResponse.js +5 -0
- package/build/library/sdk/model/getUserResponse.js.map +1 -1
- package/build/library/sdk/model/getUserResponseAllOf.d.ts +61 -0
- package/build/library/sdk/model/getUserResponseAllOfOrganizations.d.ts +36 -0
- package/build/library/sdk/model/getUserResponseAllOfWhitelabels.d.ts +32 -0
- package/build/library/sdk/model/getUserResponseAllOfWhitelabels.js +5 -0
- package/build/library/sdk/model/getUserResponseAllOfWhitelabels.js.map +1 -1
- package/build/library/sdk/model/getWhitelabelDomainResponse.d.ts +34 -0
- package/build/library/sdk/model/getWhitelabelDomainResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/getWhitelabelResponse.d.ts +34 -0
- package/build/library/sdk/model/getWhitelabelResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/hasDataExplorerFeaturesResponse.d.ts +35 -0
- package/build/library/sdk/model/hasDataExplorerFeaturesResponseAllOf.d.ts +27 -0
- package/build/library/sdk/model/impulse.d.ts +39 -0
- package/build/library/sdk/model/impulseBlockVersion.d.ts +98 -0
- package/build/library/sdk/model/impulseDspBlock.d.ts +110 -0
- package/build/library/sdk/model/impulseDspBlockOrganization.d.ts +26 -0
- package/build/library/sdk/model/impulseInputBlock.d.ts +136 -0
- package/build/library/sdk/model/impulseLearnBlock.d.ts +90 -0
- package/build/library/sdk/model/inputBlock.d.ts +32 -0
- package/build/library/sdk/model/inviteOrganizationMemberRequest.d.ts +35 -0
- package/build/library/sdk/model/job.d.ts +57 -0
- package/build/library/sdk/model/jobSummaryResponse.d.ts +34 -0
- package/build/library/sdk/model/jobSummaryResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/jobSummaryResponseAllOfSummary.d.ts +29 -0
- package/build/library/sdk/model/kerasModelLayer.d.ts +28 -0
- package/build/library/sdk/model/kerasModelLayerInput.d.ts +36 -0
- package/build/library/sdk/model/kerasModelLayerOutput.d.ts +36 -0
- package/build/library/sdk/model/kerasModelMetadata.d.ts +62 -0
- package/build/library/sdk/model/kerasModelMetadataAllOf.d.ts +54 -0
- package/build/library/sdk/model/kerasModelMetadataMetrics.d.ts +48 -0
- package/build/library/sdk/model/kerasModelMetadataMetrics.js +10 -0
- package/build/library/sdk/model/kerasModelMetadataMetrics.js.map +1 -1
- package/build/library/sdk/model/kerasModelMetadataMetricsOnDevicePerformance.d.ts +31 -0
- package/build/library/sdk/model/kerasModelMetadataMetricsTflite.d.ts +28 -0
- package/build/library/sdk/model/kerasModelTypeEnum.d.ts +13 -0
- package/build/library/sdk/model/kerasResponse.d.ts +110 -0
- package/build/library/sdk/model/kerasResponse.js +5 -0
- package/build/library/sdk/model/kerasResponse.js.map +1 -1
- package/build/library/sdk/model/kerasResponseAllOf.d.ts +102 -0
- package/build/library/sdk/model/kerasResponseAllOf.js +5 -0
- package/build/library/sdk/model/kerasResponseAllOf.js.map +1 -1
- package/build/library/sdk/model/kerasResponseAllOfTransferLearningModels.d.ts +37 -0
- package/build/library/sdk/model/kerasVisualLayer.d.ts +51 -0
- package/build/library/sdk/model/kerasVisualLayerType.d.ts +13 -0
- package/build/library/sdk/model/lastModificationDateResponse.d.ts +34 -0
- package/build/library/sdk/model/lastModificationDateResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/latencyDevice.d.ts +32 -0
- package/build/library/sdk/model/learnBlock.d.ts +31 -0
- package/build/library/sdk/model/learnBlockType.d.ts +16 -0
- package/build/library/sdk/model/listApiKeysResponse.d.ts +37 -0
- package/build/library/sdk/model/listApiKeysResponseAllOf.d.ts +29 -0
- package/build/library/sdk/model/listApiKeysResponseAllOfApiKeys.d.ts +32 -0
- package/build/library/sdk/model/listDevicesResponse.d.ts +34 -0
- package/build/library/sdk/model/listDevicesResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/listEmailResponse.d.ts +37 -0
- package/build/library/sdk/model/listEmailResponseAllOf.d.ts +29 -0
- package/build/library/sdk/model/listEmailResponseAllOfEmails.d.ts +34 -0
- package/build/library/sdk/model/listHmacKeysResponse.d.ts +37 -0
- package/build/library/sdk/model/listHmacKeysResponseAllOf.d.ts +29 -0
- package/build/library/sdk/model/listHmacKeysResponseAllOfHmacKeys.d.ts +29 -0
- package/build/library/sdk/model/listJobsResponse.d.ts +38 -0
- package/build/library/sdk/model/listJobsResponseAllOf.d.ts +30 -0
- package/build/library/sdk/model/listModelsResponse.d.ts +36 -0
- package/build/library/sdk/model/listModelsResponseAllOf.d.ts +28 -0
- package/build/library/sdk/model/listOrganizationApiKeysResponse.d.ts +37 -0
- package/build/library/sdk/model/listOrganizationApiKeysResponseAllOf.d.ts +29 -0
- package/build/library/sdk/model/listOrganizationApiKeysResponseAllOfApiKeys.d.ts +32 -0
- package/build/library/sdk/model/listOrganizationBucketsResponse.d.ts +34 -0
- package/build/library/sdk/model/listOrganizationBucketsResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/listOrganizationBucketsResponseAllOfBuckets.d.ts +53 -0
- package/build/library/sdk/model/listOrganizationBucketsUserResponse.d.ts +34 -0
- package/build/library/sdk/model/listOrganizationBucketsUserResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/listOrganizationBucketsUserResponseAllOfBuckets.d.ts +47 -0
- package/build/library/sdk/model/listOrganizationDataResponse.d.ts +37 -0
- package/build/library/sdk/model/listOrganizationDataResponseAllOf.d.ts +29 -0
- package/build/library/sdk/model/listOrganizationDataResponseAllOfData.d.ts +41 -0
- package/build/library/sdk/model/listOrganizationDeployBlocksResponse.d.ts +34 -0
- package/build/library/sdk/model/listOrganizationDeployBlocksResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/listOrganizationDspBlocksResponse.d.ts +34 -0
- package/build/library/sdk/model/listOrganizationDspBlocksResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/listOrganizationFilesResponse.d.ts +38 -0
- package/build/library/sdk/model/listOrganizationFilesResponseAllOf.d.ts +30 -0
- package/build/library/sdk/model/listOrganizationPipelinesResponse.d.ts +34 -0
- package/build/library/sdk/model/listOrganizationPipelinesResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/listOrganizationPortalsResponse.d.ts +34 -0
- package/build/library/sdk/model/listOrganizationPortalsResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/listOrganizationPortalsResponseAllOfPortals.d.ts +32 -0
- package/build/library/sdk/model/listOrganizationProjectsDataResponse.d.ts +36 -0
- package/build/library/sdk/model/listOrganizationProjectsDataResponseAllOf.d.ts +28 -0
- package/build/library/sdk/model/listOrganizationProjectsDataResponseAllOfProjects.d.ts +28 -0
- package/build/library/sdk/model/listOrganizationProjectsResponse.d.ts +34 -0
- package/build/library/sdk/model/listOrganizationProjectsResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/listOrganizationSecretsResponse.d.ts +34 -0
- package/build/library/sdk/model/listOrganizationSecretsResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/listOrganizationSecretsResponseAllOfSecrets.d.ts +28 -0
- package/build/library/sdk/model/listOrganizationTransferLearningBlocksResponse.d.ts +34 -0
- package/build/library/sdk/model/listOrganizationTransferLearningBlocksResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/listOrganizationTransformationBlocksResponse.d.ts +34 -0
- package/build/library/sdk/model/listOrganizationTransformationBlocksResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/listOrganizationsResponse.d.ts +37 -0
- package/build/library/sdk/model/listOrganizationsResponseAllOf.d.ts +29 -0
- package/build/library/sdk/model/listPortalFilesInFolderRequest.d.ts +28 -0
- package/build/library/sdk/model/listPortalFilesInFolderResponse.d.ts +34 -0
- package/build/library/sdk/model/listPortalFilesInFolderResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/listProjects.d.ts +29 -0
- package/build/library/sdk/model/listProjectsResponse.d.ts +37 -0
- package/build/library/sdk/model/listPublicProjects.d.ts +30 -0
- package/build/library/sdk/model/listPublicProjectsResponse.d.ts +38 -0
- package/build/library/sdk/model/listPublicVersionsResponse.d.ts +34 -0
- package/build/library/sdk/model/listPublicVersionsResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/listPublicVersionsResponseAllOfVersions.d.ts +27 -0
- package/build/library/sdk/model/listSamplesResponse.d.ts +35 -0
- package/build/library/sdk/model/listSamplesResponseAllOf.d.ts +27 -0
- package/build/library/sdk/model/listVersionsResponse.d.ts +40 -0
- package/build/library/sdk/model/listVersionsResponseAllOf.d.ts +32 -0
- package/build/library/sdk/model/listVersionsResponseAllOfBucket.d.ts +29 -0
- package/build/library/sdk/model/listVersionsResponseAllOfCustomLearnBlocks.d.ts +26 -0
- package/build/library/sdk/model/listVersionsResponseAllOfVersions.d.ts +39 -0
- package/build/library/sdk/model/logStdoutResponse.d.ts +38 -0
- package/build/library/sdk/model/logStdoutResponseAllOf.d.ts +30 -0
- package/build/library/sdk/model/logStdoutResponseAllOfStdout.d.ts +29 -0
- package/build/library/sdk/model/logWebsitePageviewRequest.d.ts +27 -0
- package/build/library/sdk/model/logWebsitePageviewRequest.js +42 -0
- package/build/library/sdk/model/logWebsitePageviewRequest.js.map +1 -0
- package/build/library/sdk/model/loginResponse.d.ts +36 -0
- package/build/library/sdk/model/loginResponseAllOf.d.ts +28 -0
- package/build/library/sdk/model/modelPrediction.d.ts +33 -0
- package/build/library/sdk/model/modelResult.d.ts +29 -0
- package/build/library/sdk/model/modelResult.js +42 -0
- package/build/library/sdk/model/modelResult.js.map +1 -0
- package/build/library/sdk/model/modelVariantStats.d.ts +55 -0
- package/build/library/sdk/model/models.d.ts +691 -0
- package/build/library/sdk/model/models.js +77 -17
- package/build/library/sdk/model/models.js.map +1 -1
- package/build/library/sdk/model/moveRawDataRequest.d.ts +27 -0
- package/build/library/sdk/model/note.d.ts +43 -0
- package/build/library/sdk/model/objectDetectionAutoLabelRequest.d.ts +27 -0
- package/build/library/sdk/model/objectDetectionAutoLabelResponse.d.ts +35 -0
- package/build/library/sdk/model/objectDetectionAutoLabelResponseAllOf.d.ts +27 -0
- package/build/library/sdk/model/objectDetectionAutoLabelResponseAllOfResults.d.ts +29 -0
- package/build/library/sdk/model/objectDetectionLabelQueueCountResponse.d.ts +33 -0
- package/build/library/sdk/model/objectDetectionLabelQueueCountResponseAllOf.d.ts +25 -0
- package/build/library/sdk/model/objectDetectionLabelQueueResponse.d.ts +34 -0
- package/build/library/sdk/model/objectDetectionLabelQueueResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/objectDetectionLastLayer.d.ts +13 -0
- package/build/library/sdk/model/optimizeConfig.d.ts +71 -0
- package/build/library/sdk/model/optimizeConfigResponse.d.ts +80 -0
- package/build/library/sdk/model/optimizeConfigResponseAllOf.d.ts +25 -0
- package/build/library/sdk/model/optimizeConfigTargetDevice.d.ts +30 -0
- package/build/library/sdk/model/optimizeDSPParametersResponse.d.ts +33 -0
- package/build/library/sdk/model/optimizeDSPParametersResponseAllOf.d.ts +25 -0
- package/build/library/sdk/model/optimizeSpaceResponse.d.ts +37 -0
- package/build/library/sdk/model/optimizeSpaceResponseAllOf.d.ts +29 -0
- package/build/library/sdk/model/optimizeStateResponse.d.ts +45 -0
- package/build/library/sdk/model/optimizeStateResponseAllOf.d.ts +37 -0
- package/build/library/sdk/model/optimizeStateResponseAllOfStatus.d.ts +34 -0
- package/build/library/sdk/model/optimizeStateResponseAllOfWorkers.d.ts +28 -0
- package/build/library/sdk/model/optimizeTransferLearningModelsResponse.d.ts +34 -0
- package/build/library/sdk/model/optimizeTransferLearningModelsResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/optimizeTransferLearningModelsResponseAllOfModels.d.ts +30 -0
- package/build/library/sdk/model/organization.d.ts +40 -0
- package/build/library/sdk/model/organizationAddDataFileRequest.d.ts +33 -0
- package/build/library/sdk/model/organizationAddDataFolderRequest.d.ts +28 -0
- package/build/library/sdk/model/organizationAddDataFolderResponse.d.ts +34 -0
- package/build/library/sdk/model/organizationAddDataFolderResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/organizationAddDataItemRequest.d.ts +48 -0
- package/build/library/sdk/model/organizationBulkMetadataRequest.d.ts +34 -0
- package/build/library/sdk/model/organizationCreateProject.d.ts +68 -0
- package/build/library/sdk/model/organizationCreateProjectFiles.d.ts +32 -0
- package/build/library/sdk/model/organizationCreateProjectRequest.d.ts +52 -0
- package/build/library/sdk/model/organizationCreateProjectResponse.d.ts +40 -0
- package/build/library/sdk/model/organizationCreateProjectResponseAllOf.d.ts +32 -0
- package/build/library/sdk/model/organizationCreateProjectStatusResponse.d.ts +34 -0
- package/build/library/sdk/model/organizationCreateProjectStatusResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/organizationCreateProjectTransformationSummary.d.ts +28 -0
- package/build/library/sdk/model/organizationCreateProjectWithFiles.d.ts +70 -0
- package/build/library/sdk/model/organizationCreateProjectWithFilesAllOf.d.ts +26 -0
- package/build/library/sdk/model/organizationCreateProjectWithFilesAllOfFiles.d.ts +31 -0
- package/build/library/sdk/model/organizationDataItem.d.ts +38 -0
- package/build/library/sdk/model/organizationDataItemFiles.d.ts +27 -0
- package/build/library/sdk/model/organizationDataset.d.ts +30 -0
- package/build/library/sdk/model/organizationDeployBlock.d.ts +49 -0
- package/build/library/sdk/model/organizationDspBlock.d.ts +39 -0
- package/build/library/sdk/model/organizationGetCreateProjectsResponse.d.ts +35 -0
- package/build/library/sdk/model/organizationGetCreateProjectsResponseAllOf.d.ts +27 -0
- package/build/library/sdk/model/organizationGetCreateProjectsResponseAllOfJobs.d.ts +46 -0
- package/build/library/sdk/model/organizationInfoResponse.d.ts +48 -0
- package/build/library/sdk/model/organizationInfoResponseAllOf.d.ts +40 -0
- package/build/library/sdk/model/organizationInfoResponseAllOfDefaultComputeLimits.d.ts +28 -0
- package/build/library/sdk/model/organizationInfoResponseAllOfEntitlementLimits.d.ts +28 -0
- package/build/library/sdk/model/organizationMetricsResponse.d.ts +34 -0
- package/build/library/sdk/model/organizationMetricsResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/organizationMetricsResponseAllOfMetrics.d.ts +48 -0
- package/build/library/sdk/model/organizationPipeline.d.ts +48 -0
- package/build/library/sdk/model/organizationPipelineFeedingIntoDataset.d.ts +29 -0
- package/build/library/sdk/model/organizationPipelineFeedingIntoProject.d.ts +28 -0
- package/build/library/sdk/model/organizationPipelineItemCount.d.ts +27 -0
- package/build/library/sdk/model/organizationPipelineRun.d.ts +36 -0
- package/build/library/sdk/model/organizationPipelineRunStep.d.ts +43 -0
- package/build/library/sdk/model/organizationPipelineStep.d.ts +42 -0
- package/build/library/sdk/model/organizationProjectsDataBatchDisableResponse.d.ts +33 -0
- package/build/library/sdk/model/organizationProjectsDataBatchEnableResponse.d.ts +33 -0
- package/build/library/sdk/model/organizationProjectsDataBatchRequest.d.ts +25 -0
- package/build/library/sdk/model/organizationProjectsDataBulkMetadataRequest.d.ts +34 -0
- package/build/library/sdk/model/organizationTransferLearningBlock.d.ts +49 -0
- package/build/library/sdk/model/organizationTransferLearningOperatesOn.d.ts +13 -0
- package/build/library/sdk/model/organizationTransformationBlock.d.ts +47 -0
- package/build/library/sdk/model/organizationUpdatePipelineBody.d.ts +40 -0
- package/build/library/sdk/model/organizationUser.d.ts +44 -0
- package/build/library/sdk/model/organizationUser.js +5 -0
- package/build/library/sdk/model/organizationUser.js.map +1 -1
- package/build/library/sdk/model/performanceCalibrationDetection.d.ts +32 -0
- package/build/library/sdk/model/performanceCalibrationFalsePositive.d.ts +46 -0
- package/build/library/sdk/model/performanceCalibrationGroundTruth.d.ts +51 -0
- package/build/library/sdk/model/performanceCalibrationGroundTruthSamples.d.ts +40 -0
- package/build/library/sdk/model/performanceCalibrationParameterSet.d.ts +47 -0
- package/build/library/sdk/model/performanceCalibrationParameterSetAggregateStats.d.ts +26 -0
- package/build/library/sdk/model/performanceCalibrationParameterSetStats.d.ts +40 -0
- package/build/library/sdk/model/performanceCalibrationParameters.d.ts +36 -0
- package/build/library/sdk/model/performanceCalibrationParametersStandard.d.ts +36 -0
- package/build/library/sdk/model/performanceCalibrationRawDetection.d.ts +33 -0
- package/build/library/sdk/model/performanceCalibrationSaveParameterSetRequest.d.ts +26 -0
- package/build/library/sdk/model/performanceCalibrationUploadLabeledAudioRequest.d.ts +33 -0
- package/build/library/sdk/model/performanceCalibrationUploadLabeledAudioResponse.d.ts +33 -0
- package/build/library/sdk/model/performanceCalibrationUploadLabeledAudioResponseAllOf.d.ts +25 -0
- package/build/library/sdk/model/permission.d.ts +13 -0
- package/build/library/sdk/model/permission.js +16 -0
- package/build/library/sdk/model/permission.js.map +1 -0
- package/build/library/sdk/model/portalFile.d.ts +29 -0
- package/build/library/sdk/model/portalInfoResponse.d.ts +29 -0
- package/build/library/sdk/model/pretrainedModelTensor.d.ts +31 -0
- package/build/library/sdk/model/profileModelInfo.d.ts +31 -0
- package/build/library/sdk/model/profileModelInfoMemory.d.ts +28 -0
- package/build/library/sdk/model/profileModelInfoMemoryEon.d.ts +26 -0
- package/build/library/sdk/model/profileModelInfoMemoryTflite.d.ts +27 -0
- package/build/library/sdk/model/profileModelTable.d.ts +34 -0
- package/build/library/sdk/model/profileModelTableMcu.d.ts +30 -0
- package/build/library/sdk/model/profileModelTableMcuMemory.d.ts +27 -0
- package/build/library/sdk/model/profileModelTableMpu.d.ts +28 -0
- package/build/library/sdk/model/profileTfLiteRequest.d.ts +32 -0
- package/build/library/sdk/model/profileTfLiteRequest.js +1 -7
- package/build/library/sdk/model/profileTfLiteRequest.js.map +1 -1
- package/build/library/sdk/model/profileTfLiteResponse.d.ts +39 -0
- package/build/library/sdk/model/profileTfLiteResponseAllOf.d.ts +27 -0
- package/build/library/sdk/model/profileTfLiteResponseAllOfMemory.d.ts +27 -0
- package/build/library/sdk/model/profileTfLiteResponseAllOfMemoryTflite.d.ts +26 -0
- package/build/library/sdk/model/project.d.ts +81 -0
- package/build/library/sdk/model/projectCollaborator.d.ts +41 -0
- package/build/library/sdk/model/projectCollaborator.js +5 -0
- package/build/library/sdk/model/projectCollaborator.js.map +1 -1
- package/build/library/sdk/model/projectCollaboratorAllOf.d.ts +25 -0
- package/build/library/sdk/model/projectDataAxesSummaryResponse.d.ts +38 -0
- package/build/library/sdk/model/projectDataAxesSummaryResponseAllOf.d.ts +30 -0
- package/build/library/sdk/model/projectDataIntervalResponse.d.ts +33 -0
- package/build/library/sdk/model/projectDataIntervalResponseAllOf.d.ts +25 -0
- package/build/library/sdk/model/projectDataSummary.d.ts +33 -0
- package/build/library/sdk/model/projectDeploymentTarget.d.ts +79 -0
- package/build/library/sdk/model/projectDeploymentTarget.js +5 -0
- package/build/library/sdk/model/projectDeploymentTarget.js.map +1 -1
- package/build/library/sdk/model/projectDeploymentTargetAllOf.d.ts +36 -0
- package/build/library/sdk/model/projectDeploymentTargetsResponse.d.ts +34 -0
- package/build/library/sdk/model/projectDeploymentTargetsResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/projectDownloadsResponse.d.ts +34 -0
- package/build/library/sdk/model/projectDownloadsResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/projectInfoResponse.d.ts +91 -0
- package/build/library/sdk/model/projectInfoResponse.js +6 -11
- package/build/library/sdk/model/projectInfoResponse.js.map +1 -1
- package/build/library/sdk/model/projectInfoResponseAllOf.d.ts +83 -0
- package/build/library/sdk/model/projectInfoResponseAllOf.js +6 -11
- package/build/library/sdk/model/projectInfoResponseAllOf.js.map +1 -1
- package/build/library/sdk/model/projectInfoResponseAllOfAcquisitionSettings.d.ts +48 -0
- package/build/library/sdk/model/projectInfoResponseAllOfComputeTime.d.ts +40 -0
- package/build/library/sdk/model/projectInfoResponseAllOfDataSummaryPerCategory.d.ts +28 -0
- package/build/library/sdk/model/projectInfoResponseAllOfDeploySettings.d.ts +30 -0
- package/build/library/sdk/model/projectInfoResponseAllOfExperiments.d.ts +29 -0
- package/build/library/sdk/model/projectInfoResponseAllOfImpulse.d.ts +36 -0
- package/build/library/sdk/model/projectInfoResponseAllOfLatencyDevices.d.ts +32 -0
- package/build/library/sdk/model/projectInfoResponseAllOfPerformance.d.ts +38 -0
- package/build/library/sdk/model/projectInfoResponseAllOfShowGettingStartedWizard.d.ts +29 -0
- package/build/library/sdk/model/projectInfoResponseAllOfUrls.d.ts +36 -0
- package/build/library/sdk/model/projectInfoSummaryResponse.d.ts +36 -0
- package/build/library/sdk/model/projectInfoSummaryResponseAllOf.d.ts +28 -0
- package/build/library/sdk/model/projectPrivateData.d.ts +40 -0
- package/build/library/sdk/model/projectPublicData.d.ts +54 -0
- package/build/library/sdk/model/projectPublicDataReadme.d.ts +29 -0
- package/build/library/sdk/model/projectSampleMetadata.d.ts +32 -0
- package/build/library/sdk/model/projectTrainingDataSummaryResponse.d.ts +34 -0
- package/build/library/sdk/model/projectTrainingDataSummaryResponse.js +42 -0
- package/build/library/sdk/model/projectTrainingDataSummaryResponse.js.map +1 -0
- package/build/library/sdk/model/projectTrainingDataSummaryResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/projectTrainingDataSummaryResponseAllOf.js +32 -0
- package/build/library/sdk/model/projectTrainingDataSummaryResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/projectVersionRequest.d.ts +33 -0
- package/build/library/sdk/model/rawSampleData.d.ts +32 -0
- package/build/library/sdk/model/rawSamplePayload.d.ts +52 -0
- package/build/library/sdk/model/rebalanceDatasetResponse.d.ts +34 -0
- package/build/library/sdk/model/removeCollaboratorRequest.d.ts +28 -0
- package/build/library/sdk/model/removeMemberRequest.d.ts +25 -0
- package/build/library/sdk/model/renameDeviceRequest.d.ts +28 -0
- package/build/library/sdk/model/renamePortalFileRequest.d.ts +32 -0
- package/build/library/sdk/model/renameSampleRequest.d.ts +28 -0
- package/build/library/sdk/model/requestResetPasswordRequest.d.ts +25 -0
- package/build/library/sdk/model/resetPasswordRequest.d.ts +27 -0
- package/build/library/sdk/model/restoreProjectFromPublicRequest.d.ts +28 -0
- package/build/library/sdk/model/restoreProjectRequest.d.ts +36 -0
- package/build/library/sdk/model/runOrganizationPipelineResponse.d.ts +34 -0
- package/build/library/sdk/model/runOrganizationPipelineResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/sample.d.ts +128 -0
- package/build/library/sdk/model/sampleBoundingBoxesRequest.d.ts +26 -0
- package/build/library/sdk/model/sampleMetadata.d.ts +34 -0
- package/build/library/sdk/model/savePretrainedModelRequest.d.ts +33 -0
- package/build/library/sdk/model/scoreTrialResponse.d.ts +38 -0
- package/build/library/sdk/model/scoreTrialResponseAllOf.d.ts +30 -0
- package/build/library/sdk/model/scoreTrialResponseAllOfLatency.d.ts +28 -0
- package/build/library/sdk/model/scoreTrialResponseAllOfRam.d.ts +26 -0
- package/build/library/sdk/model/segmentSampleRequest.d.ts +26 -0
- package/build/library/sdk/model/segmentSampleRequestSegments.d.ts +26 -0
- package/build/library/sdk/model/sendUserFeedbackRequest.d.ts +55 -0
- package/build/library/sdk/model/sensor.d.ts +32 -0
- package/build/library/sdk/model/setAnomalyParameterRequest.d.ts +31 -0
- package/build/library/sdk/model/setKerasParameterRequest.d.ts +90 -0
- package/build/library/sdk/model/setKerasParameterRequest.js +5 -0
- package/build/library/sdk/model/setKerasParameterRequest.js.map +1 -1
- package/build/library/sdk/model/setMemberDatasetsRequest.d.ts +25 -0
- package/build/library/sdk/model/setMemberRoleRequest.d.ts +27 -0
- package/build/library/sdk/model/setOptimizeSpaceRequest.d.ts +25 -0
- package/build/library/sdk/model/setOptimizeSpaceRequestAllOf.d.ts +26 -0
- package/build/library/sdk/model/setOptimizeSpaceRequestAllOfSpace.d.ts +29 -0
- package/build/library/sdk/model/setOrganizationDataDatasetRequest.d.ts +25 -0
- package/build/library/sdk/model/setProjectComputeTimeRequest.d.ts +31 -0
- package/build/library/sdk/model/setProjectDspFileSizeRequest.d.ts +31 -0
- package/build/library/sdk/model/setSampleMetadataRequest.d.ts +27 -0
- package/build/library/sdk/model/setSyntiantPosteriorRequest.d.ts +25 -0
- package/build/library/sdk/model/setUserPasswordRequest.d.ts +27 -0
- package/build/library/sdk/model/socketTokenResponse.d.ts +34 -0
- package/build/library/sdk/model/socketTokenResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/socketTokenResponseAllOfToken.d.ts +26 -0
- package/build/library/sdk/model/splitSampleInFramesRequest.d.ts +28 -0
- package/build/library/sdk/model/staffInfo.d.ts +27 -0
- package/build/library/sdk/model/startJobResponse.d.ts +36 -0
- package/build/library/sdk/model/startJobResponseAllOf.d.ts +28 -0
- package/build/library/sdk/model/startPerformanceCalibrationRequest.d.ts +40 -0
- package/build/library/sdk/model/startSamplingRequest.d.ts +46 -0
- package/build/library/sdk/model/startSamplingResponse.d.ts +33 -0
- package/build/library/sdk/model/startSamplingResponseAllOf.d.ts +25 -0
- package/build/library/sdk/model/startTrainingRequestAnomaly.d.ts +36 -0
- package/build/library/sdk/model/storeSegmentLengthRequest.d.ts +28 -0
- package/build/library/sdk/model/structuredClassifyResult.d.ts +40 -0
- package/build/library/sdk/model/testPretrainedModelRequest.d.ts +27 -0
- package/build/library/sdk/model/testPretrainedModelResponse.d.ts +40 -0
- package/build/library/sdk/model/testPretrainedModelResponseAllOf.d.ts +32 -0
- package/build/library/sdk/model/theme.d.ts +34 -0
- package/build/library/sdk/model/themeColors.d.ts +27 -0
- package/build/library/sdk/model/themeFavicon.d.ts +34 -0
- package/build/library/sdk/model/themeLogos.d.ts +31 -0
- package/build/library/sdk/model/thirdPartyAuth.d.ts +30 -0
- package/build/library/sdk/model/trackObjectsRequest.d.ts +26 -0
- package/build/library/sdk/model/trackObjectsResponse.d.ts +34 -0
- package/build/library/sdk/model/trackObjectsResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/transferLearningModel.d.ts +45 -0
- package/build/library/sdk/model/transferOwnershipOrganizationRequest.d.ts +25 -0
- package/build/library/sdk/model/transformationBlockAdditionalMountPoint.d.ts +30 -0
- package/build/library/sdk/model/transformationJobStatusEnum.d.ts +13 -0
- package/build/library/sdk/model/tunerCreateTrialDSPBlock.d.ts +37 -0
- package/build/library/sdk/model/tunerCreateTrialImpulse.d.ts +30 -0
- package/build/library/sdk/model/tunerCreateTrialInputBlock.d.ts +35 -0
- package/build/library/sdk/model/tunerCreateTrialLearnBlock.d.ts +48 -0
- package/build/library/sdk/model/tunerSpaceDSPBlock.d.ts +36 -0
- package/build/library/sdk/model/tunerSpaceImpulse.d.ts +40 -0
- package/build/library/sdk/model/tunerSpaceInputBlock.d.ts +35 -0
- package/build/library/sdk/model/tunerSpaceInputBlockWindow.d.ts +26 -0
- package/build/library/sdk/model/tunerSpaceLearnBlock.d.ts +45 -0
- package/build/library/sdk/model/tunerTrial.d.ts +39 -0
- package/build/library/sdk/model/tunerTrialBlocks.d.ts +29 -0
- package/build/library/sdk/model/updateJobRequest.d.ts +28 -0
- package/build/library/sdk/model/updateNoteRequest.d.ts +32 -0
- package/build/library/sdk/model/updateNoteResponse.d.ts +25 -0
- package/build/library/sdk/model/updateOrganizationAddCollaboratorRequest.d.ts +32 -0
- package/build/library/sdk/model/updateOrganizationBucketRequest.d.ts +52 -0
- package/build/library/sdk/model/updateOrganizationCreateEmptyProjectRequest.d.ts +32 -0
- package/build/library/sdk/model/updateOrganizationCreateProjectRequest.d.ts +32 -0
- package/build/library/sdk/model/updateOrganizationDataItemRequest.d.ts +29 -0
- package/build/library/sdk/model/updateOrganizationDatasetRequest.d.ts +26 -0
- package/build/library/sdk/model/updateOrganizationDeployBlockRequest.d.ts +49 -0
- package/build/library/sdk/model/updateOrganizationDspBlockRequest.d.ts +32 -0
- package/build/library/sdk/model/updateOrganizationPortalResponse.d.ts +44 -0
- package/build/library/sdk/model/updateOrganizationPortalResponseAllOf.d.ts +36 -0
- package/build/library/sdk/model/updateOrganizationRequest.d.ts +44 -0
- package/build/library/sdk/model/updateOrganizationTransferLearningBlockRequest.d.ts +44 -0
- package/build/library/sdk/model/updateOrganizationTransformationBlockRequest.d.ts +42 -0
- package/build/library/sdk/model/updateProjectRequest.d.ts +112 -0
- package/build/library/sdk/model/updateProjectRequest.js +5 -5
- package/build/library/sdk/model/updateProjectRequest.js.map +1 -1
- package/build/library/sdk/model/updateProjectTagsRequest.d.ts +25 -0
- package/build/library/sdk/model/updateThemeColorsRequest.d.ts +35 -0
- package/build/library/sdk/model/updateThemeLogosRequest.d.ts +51 -0
- package/build/library/sdk/model/updateThirdPartyAuthRequest.d.ts +28 -0
- package/build/library/sdk/model/updateUserRequest.d.ts +39 -0
- package/build/library/sdk/model/updateVersionRequest.d.ts +25 -0
- package/build/library/sdk/model/updateWhitelabelDeploymentTargetsRequest.d.ts +28 -0
- package/build/library/sdk/model/uploadAssetRequest.d.ts +33 -0
- package/build/library/sdk/model/uploadAssetResponse.d.ts +33 -0
- package/build/library/sdk/model/uploadAssetResponseAllOf.d.ts +25 -0
- package/build/library/sdk/model/uploadCustomBlockRequest.d.ts +37 -0
- package/build/library/sdk/model/uploadImageRequest.d.ts +33 -0
- package/build/library/sdk/model/uploadKerasFilesRequest.d.ts +33 -0
- package/build/library/sdk/model/uploadPretrainedModelRequest.d.ts +49 -0
- package/build/library/sdk/model/uploadPretrainedModelRequest.js +11 -1
- package/build/library/sdk/model/uploadPretrainedModelRequest.js.map +1 -1
- package/build/library/sdk/model/uploadReadmeImageResponse.d.ts +33 -0
- package/build/library/sdk/model/uploadUserPhotoRequest.d.ts +33 -0
- package/build/library/sdk/model/uploadUserPhotoResponse.d.ts +33 -0
- package/build/library/sdk/model/uploadUserPhotoResponseAllOf.d.ts +25 -0
- package/build/library/sdk/model/user.d.ts +40 -0
- package/build/library/sdk/model/user.js +5 -0
- package/build/library/sdk/model/user.js.map +1 -1
- package/build/library/sdk/model/userByThirdPartyActivationRequest.d.ts +25 -0
- package/build/library/sdk/model/userExperiment.d.ts +29 -0
- package/build/library/sdk/model/userOrganization.d.ts +36 -0
- package/build/library/sdk/model/verifyDspBlockUrlRequest.d.ts +25 -0
- package/build/library/sdk/model/verifyDspBlockUrlResponse.d.ts +34 -0
- package/build/library/sdk/model/verifyDspBlockUrlResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/verifyDspBlockUrlResponseAllOfBlock.d.ts +29 -0
- package/build/library/sdk/model/verifyOrganizationBucketRequest.d.ts +48 -0
- package/build/library/sdk/model/verifyOrganizationBucketResponse.d.ts +37 -0
- package/build/library/sdk/model/verifyOrganizationBucketResponseAllOf.d.ts +29 -0
- package/build/library/sdk/model/verifyOrganizationBucketResponseAllOfFiles.d.ts +27 -0
- package/build/library/sdk/model/verifyResetPasswordRequest.d.ts +26 -0
- package/build/library/sdk/model/whitelabel.d.ts +44 -0
- package/build/library/sdk/model/whitelabel.js +10 -0
- package/build/library/sdk/model/whitelabel.js.map +1 -1
- package/build/library/sdk/model/whitelabelAdminCreateOrganizationRequest.d.ts +36 -0
- package/build/library/sdk/model/windowSettingsResponse.d.ts +34 -0
- package/build/library/sdk/model/windowSettingsResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/windowSettingsResponseAllOfWindowSettings.d.ts +31 -0
- package/package.json +1 -1
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { BoundingBox } from './boundingBox';
|
|
13
|
+
export declare class SampleBoundingBoxesRequest {
|
|
14
|
+
'boundingBoxes': Array<BoundingBox>;
|
|
15
|
+
static discriminator: string | undefined;
|
|
16
|
+
static attributeTypeMap: Array<{
|
|
17
|
+
name: string;
|
|
18
|
+
baseName: string;
|
|
19
|
+
type: string;
|
|
20
|
+
}>;
|
|
21
|
+
static getAttributeTypeMap(): {
|
|
22
|
+
name: string;
|
|
23
|
+
baseName: string;
|
|
24
|
+
type: string;
|
|
25
|
+
}[];
|
|
26
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class SampleMetadata {
|
|
13
|
+
/**
|
|
14
|
+
* Sample ID
|
|
15
|
+
*/
|
|
16
|
+
'id': number;
|
|
17
|
+
/**
|
|
18
|
+
* Sample free form associated metadata
|
|
19
|
+
*/
|
|
20
|
+
'metadata': {
|
|
21
|
+
[key: string]: string;
|
|
22
|
+
};
|
|
23
|
+
static discriminator: string | undefined;
|
|
24
|
+
static attributeTypeMap: Array<{
|
|
25
|
+
name: string;
|
|
26
|
+
baseName: string;
|
|
27
|
+
type: string;
|
|
28
|
+
}>;
|
|
29
|
+
static getAttributeTypeMap(): {
|
|
30
|
+
name: string;
|
|
31
|
+
baseName: string;
|
|
32
|
+
type: string;
|
|
33
|
+
}[];
|
|
34
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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 { DeployPretrainedModelInputTimeSeries } from './deployPretrainedModelInputTimeSeries';
|
|
13
|
+
import { DeployPretrainedModelInputAudio } from './deployPretrainedModelInputAudio';
|
|
14
|
+
import { DeployPretrainedModelInputImage } from './deployPretrainedModelInputImage';
|
|
15
|
+
import { DeployPretrainedModelInputOther } from './deployPretrainedModelInputOther';
|
|
16
|
+
import { DeployPretrainedModelModelClassification } from './deployPretrainedModelModelClassification';
|
|
17
|
+
import { DeployPretrainedModelModelRegression } from './deployPretrainedModelModelRegression';
|
|
18
|
+
import { DeployPretrainedModelModelObjectDetection } from './deployPretrainedModelModelObjectDetection';
|
|
19
|
+
export declare class SavePretrainedModelRequest {
|
|
20
|
+
'input': DeployPretrainedModelInputTimeSeries | DeployPretrainedModelInputAudio | DeployPretrainedModelInputImage | DeployPretrainedModelInputOther;
|
|
21
|
+
'model': DeployPretrainedModelModelClassification | DeployPretrainedModelModelRegression | DeployPretrainedModelModelObjectDetection;
|
|
22
|
+
static discriminator: string | undefined;
|
|
23
|
+
static attributeTypeMap: Array<{
|
|
24
|
+
name: string;
|
|
25
|
+
baseName: string;
|
|
26
|
+
type: string;
|
|
27
|
+
}>;
|
|
28
|
+
static getAttributeTypeMap(): {
|
|
29
|
+
name: string;
|
|
30
|
+
baseName: string;
|
|
31
|
+
type: string;
|
|
32
|
+
}[];
|
|
33
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
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 { ScoreTrialResponseAllOfLatency } from './scoreTrialResponseAllOfLatency';
|
|
13
|
+
import { ScoreTrialResponseAllOfRam } from './scoreTrialResponseAllOfRam';
|
|
14
|
+
export declare class ScoreTrialResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Whether the operation succeeded
|
|
17
|
+
*/
|
|
18
|
+
'success': boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Optional error description (set if \'success\' was false)
|
|
21
|
+
*/
|
|
22
|
+
'error'?: string;
|
|
23
|
+
'score': number;
|
|
24
|
+
'latency': ScoreTrialResponseAllOfLatency;
|
|
25
|
+
'ram': ScoreTrialResponseAllOfRam;
|
|
26
|
+
'rom': ScoreTrialResponseAllOfRam;
|
|
27
|
+
static discriminator: string | undefined;
|
|
28
|
+
static attributeTypeMap: Array<{
|
|
29
|
+
name: string;
|
|
30
|
+
baseName: string;
|
|
31
|
+
type: string;
|
|
32
|
+
}>;
|
|
33
|
+
static getAttributeTypeMap(): {
|
|
34
|
+
name: string;
|
|
35
|
+
baseName: string;
|
|
36
|
+
type: string;
|
|
37
|
+
}[];
|
|
38
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
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 { ScoreTrialResponseAllOfLatency } from './scoreTrialResponseAllOfLatency';
|
|
13
|
+
import { ScoreTrialResponseAllOfRam } from './scoreTrialResponseAllOfRam';
|
|
14
|
+
export declare class ScoreTrialResponseAllOf {
|
|
15
|
+
'score': number;
|
|
16
|
+
'latency': ScoreTrialResponseAllOfLatency;
|
|
17
|
+
'ram': ScoreTrialResponseAllOfRam;
|
|
18
|
+
'rom': ScoreTrialResponseAllOfRam;
|
|
19
|
+
static discriminator: string | undefined;
|
|
20
|
+
static attributeTypeMap: Array<{
|
|
21
|
+
name: string;
|
|
22
|
+
baseName: string;
|
|
23
|
+
type: string;
|
|
24
|
+
}>;
|
|
25
|
+
static getAttributeTypeMap(): {
|
|
26
|
+
name: string;
|
|
27
|
+
baseName: string;
|
|
28
|
+
type: string;
|
|
29
|
+
}[];
|
|
30
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class ScoreTrialResponseAllOfLatency {
|
|
13
|
+
'dspMips': number;
|
|
14
|
+
'dspMs': number;
|
|
15
|
+
'learnMaccs': number;
|
|
16
|
+
'learnMs': number;
|
|
17
|
+
static discriminator: string | undefined;
|
|
18
|
+
static attributeTypeMap: Array<{
|
|
19
|
+
name: string;
|
|
20
|
+
baseName: string;
|
|
21
|
+
type: string;
|
|
22
|
+
}>;
|
|
23
|
+
static getAttributeTypeMap(): {
|
|
24
|
+
name: string;
|
|
25
|
+
baseName: string;
|
|
26
|
+
type: string;
|
|
27
|
+
}[];
|
|
28
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class ScoreTrialResponseAllOfRam {
|
|
13
|
+
'dsp': number;
|
|
14
|
+
'learn': number;
|
|
15
|
+
static discriminator: string | undefined;
|
|
16
|
+
static attributeTypeMap: Array<{
|
|
17
|
+
name: string;
|
|
18
|
+
baseName: string;
|
|
19
|
+
type: string;
|
|
20
|
+
}>;
|
|
21
|
+
static getAttributeTypeMap(): {
|
|
22
|
+
name: string;
|
|
23
|
+
baseName: string;
|
|
24
|
+
type: string;
|
|
25
|
+
}[];
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { SegmentSampleRequestSegments } from './segmentSampleRequestSegments';
|
|
13
|
+
export declare class SegmentSampleRequest {
|
|
14
|
+
'segments': Array<SegmentSampleRequestSegments>;
|
|
15
|
+
static discriminator: string | undefined;
|
|
16
|
+
static attributeTypeMap: Array<{
|
|
17
|
+
name: string;
|
|
18
|
+
baseName: string;
|
|
19
|
+
type: string;
|
|
20
|
+
}>;
|
|
21
|
+
static getAttributeTypeMap(): {
|
|
22
|
+
name: string;
|
|
23
|
+
baseName: string;
|
|
24
|
+
type: string;
|
|
25
|
+
}[];
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class SegmentSampleRequestSegments {
|
|
13
|
+
'startMs': number;
|
|
14
|
+
'endMs': number;
|
|
15
|
+
static discriminator: string | undefined;
|
|
16
|
+
static attributeTypeMap: Array<{
|
|
17
|
+
name: string;
|
|
18
|
+
baseName: string;
|
|
19
|
+
type: string;
|
|
20
|
+
}>;
|
|
21
|
+
static getAttributeTypeMap(): {
|
|
22
|
+
name: string;
|
|
23
|
+
baseName: string;
|
|
24
|
+
type: string;
|
|
25
|
+
}[];
|
|
26
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class SendUserFeedbackRequest {
|
|
13
|
+
'type': SendUserFeedbackRequestTypeEnum;
|
|
14
|
+
/**
|
|
15
|
+
* The reason the user is contacting Edge Impulse Support.
|
|
16
|
+
*/
|
|
17
|
+
'subject': string;
|
|
18
|
+
/**
|
|
19
|
+
* The body of the message.
|
|
20
|
+
*/
|
|
21
|
+
'body': string;
|
|
22
|
+
/**
|
|
23
|
+
* The user\'s work email address. This is optional, if it\'s not provided, the registered email will be used.
|
|
24
|
+
*/
|
|
25
|
+
'workEmail'?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The user\'s company. This is optional.
|
|
28
|
+
*/
|
|
29
|
+
'company'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The user\'s job title. This is optional.
|
|
32
|
+
*/
|
|
33
|
+
'jobTitle'?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The user\'s company size. This is optional.
|
|
36
|
+
*/
|
|
37
|
+
'companySize'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* The user\'s organization ID. This is optional.
|
|
40
|
+
*/
|
|
41
|
+
'organizationId'?: number;
|
|
42
|
+
static discriminator: string | undefined;
|
|
43
|
+
static attributeTypeMap: Array<{
|
|
44
|
+
name: string;
|
|
45
|
+
baseName: string;
|
|
46
|
+
type: string;
|
|
47
|
+
}>;
|
|
48
|
+
static getAttributeTypeMap(): {
|
|
49
|
+
name: string;
|
|
50
|
+
baseName: string;
|
|
51
|
+
type: string;
|
|
52
|
+
}[];
|
|
53
|
+
}
|
|
54
|
+
export declare type SendUserFeedbackRequestTypeEnum = 'feedback' | 'sales';
|
|
55
|
+
export declare const SendUserFeedbackRequestTypeEnumValues: string[];
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class Sensor {
|
|
13
|
+
/**
|
|
14
|
+
* Name of the axis
|
|
15
|
+
*/
|
|
16
|
+
'name': string;
|
|
17
|
+
/**
|
|
18
|
+
* Type of data on this axis. Needs to comply to SenML units (see https://www.iana.org/assignments/senml/senml.xhtml).
|
|
19
|
+
*/
|
|
20
|
+
'units': string;
|
|
21
|
+
static discriminator: string | undefined;
|
|
22
|
+
static attributeTypeMap: Array<{
|
|
23
|
+
name: string;
|
|
24
|
+
baseName: string;
|
|
25
|
+
type: string;
|
|
26
|
+
}>;
|
|
27
|
+
static getAttributeTypeMap(): {
|
|
28
|
+
name: string;
|
|
29
|
+
baseName: string;
|
|
30
|
+
type: string;
|
|
31
|
+
}[];
|
|
32
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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
|
+
/**
|
|
13
|
+
* Only fields defined in this object are set
|
|
14
|
+
*/
|
|
15
|
+
export declare class SetAnomalyParameterRequest {
|
|
16
|
+
/**
|
|
17
|
+
* Minimum confidence score, if the anomaly block scores a sample above this threshold it will be flagged as anomaly.
|
|
18
|
+
*/
|
|
19
|
+
'minimumConfidenceRating'?: number;
|
|
20
|
+
static discriminator: string | undefined;
|
|
21
|
+
static attributeTypeMap: Array<{
|
|
22
|
+
name: string;
|
|
23
|
+
baseName: string;
|
|
24
|
+
type: string;
|
|
25
|
+
}>;
|
|
26
|
+
static getAttributeTypeMap(): {
|
|
27
|
+
name: string;
|
|
28
|
+
baseName: string;
|
|
29
|
+
type: string;
|
|
30
|
+
}[];
|
|
31
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
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 { AkidaEdgeLearningConfig } from './akidaEdgeLearningConfig';
|
|
13
|
+
import { AugmentationPolicyImageEnum } from './augmentationPolicyImageEnum';
|
|
14
|
+
import { AugmentationPolicySpectrogram } from './augmentationPolicySpectrogram';
|
|
15
|
+
import { KerasModelTypeEnum } from './kerasModelTypeEnum';
|
|
16
|
+
import { KerasVisualLayer } from './kerasVisualLayer';
|
|
17
|
+
/**
|
|
18
|
+
* Only fields defined in this object are set
|
|
19
|
+
*/
|
|
20
|
+
export declare class SetKerasParameterRequest {
|
|
21
|
+
/**
|
|
22
|
+
* Whether to use visual or expert mode.
|
|
23
|
+
*/
|
|
24
|
+
'mode'?: SetKerasParameterRequestModeEnum;
|
|
25
|
+
/**
|
|
26
|
+
* Minimum confidence score, if the neural network scores a sample below this threshold it will be flagged as uncertain.
|
|
27
|
+
*/
|
|
28
|
+
'minimumConfidenceRating'?: number;
|
|
29
|
+
'selectedModelType'?: KerasModelTypeEnum;
|
|
30
|
+
/**
|
|
31
|
+
* Raw Keras script (only used in expert mode)
|
|
32
|
+
*/
|
|
33
|
+
'script'?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The visual layers for the neural network (only in visual mode).
|
|
36
|
+
*/
|
|
37
|
+
'visualLayers'?: Array<KerasVisualLayer>;
|
|
38
|
+
/**
|
|
39
|
+
* Number of training cycles (only in visual mode).
|
|
40
|
+
*/
|
|
41
|
+
'trainingCycles'?: number;
|
|
42
|
+
/**
|
|
43
|
+
* Learning rate (between 0 and 1) (only in visual mode).
|
|
44
|
+
*/
|
|
45
|
+
'learningRate'?: number;
|
|
46
|
+
/**
|
|
47
|
+
* Train/test split (between 0 and 1)
|
|
48
|
+
*/
|
|
49
|
+
'trainTestSplit'?: number;
|
|
50
|
+
/**
|
|
51
|
+
* Whether to automatically balance class weights, use this for skewed datasets.
|
|
52
|
+
*/
|
|
53
|
+
'autoClassWeights'?: boolean;
|
|
54
|
+
/**
|
|
55
|
+
* Automatically select the optimal learning rate for your data set.
|
|
56
|
+
*/
|
|
57
|
+
'findLearningRate'?: boolean;
|
|
58
|
+
'augmentationPolicyImage'?: AugmentationPolicyImageEnum;
|
|
59
|
+
'augmentationPolicySpectrogram'?: AugmentationPolicySpectrogram;
|
|
60
|
+
/**
|
|
61
|
+
* Whether to profile the i8 model (might take a very long time)
|
|
62
|
+
*/
|
|
63
|
+
'profileInt8'?: boolean;
|
|
64
|
+
/**
|
|
65
|
+
* If set, skips creating embeddings and measuring memory (used in tests)
|
|
66
|
+
*/
|
|
67
|
+
'skipEmbeddingsAndMemory'?: boolean;
|
|
68
|
+
'akidaEdgeLearningConfig'?: AkidaEdgeLearningConfig;
|
|
69
|
+
/**
|
|
70
|
+
* If the \'custom validation split\' experiment is enabled, this metadata key is used to prevent group data leakage between train and validation datasets.
|
|
71
|
+
*/
|
|
72
|
+
'customValidationMetadataKey'?: string;
|
|
73
|
+
/**
|
|
74
|
+
* Whether the \'Advanced training settings\' UI element should be expanded.
|
|
75
|
+
*/
|
|
76
|
+
'showAdvancedTrainingSettings'?: boolean;
|
|
77
|
+
static discriminator: string | undefined;
|
|
78
|
+
static attributeTypeMap: Array<{
|
|
79
|
+
name: string;
|
|
80
|
+
baseName: string;
|
|
81
|
+
type: string;
|
|
82
|
+
}>;
|
|
83
|
+
static getAttributeTypeMap(): {
|
|
84
|
+
name: string;
|
|
85
|
+
baseName: string;
|
|
86
|
+
type: string;
|
|
87
|
+
}[];
|
|
88
|
+
}
|
|
89
|
+
export declare type SetKerasParameterRequestModeEnum = 'expert' | 'visual';
|
|
90
|
+
export declare const SetKerasParameterRequestModeEnumValues: string[];
|
|
@@ -102,6 +102,11 @@ let SetKerasParameterRequest = /** @class */ (() => {
|
|
|
102
102
|
"name": "customValidationMetadataKey",
|
|
103
103
|
"baseName": "customValidationMetadataKey",
|
|
104
104
|
"type": "string"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"name": "showAdvancedTrainingSettings",
|
|
108
|
+
"baseName": "showAdvancedTrainingSettings",
|
|
109
|
+
"type": "boolean"
|
|
105
110
|
}
|
|
106
111
|
];
|
|
107
112
|
return SetKerasParameterRequest;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setKerasParameterRequest.js","sourceRoot":"","sources":["../../../../library/sdk/model/setKerasParameterRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAQH;;EAEE;AACF;IAAA,MAAa,wBAAwB;
|
|
1
|
+
{"version":3,"file":"setKerasParameterRequest.js","sourceRoot":"","sources":["../../../../library/sdk/model/setKerasParameterRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAQH;;EAEE;AACF;IAAA,MAAa,wBAAwB;QAmJjC,MAAM,CAAC,mBAAmB;YACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;QACrD,CAAC;;IA3FM,sCAAa,GAAuB,SAAS,CAAC;IAE9C,yCAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,kCAAkC;SAC7C;QACD;YACI,MAAM,EAAE,yBAAyB;YACjC,UAAU,EAAE,yBAAyB;YACrC,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,mBAAmB;YAC3B,UAAU,EAAE,mBAAmB;YAC/B,MAAM,EAAE,oBAAoB;SAC/B;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,yBAAyB;SACpC;QACD;YACI,MAAM,EAAE,gBAAgB;YACxB,UAAU,EAAE,gBAAgB;YAC5B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,gBAAgB;YACxB,UAAU,EAAE,gBAAgB;YAC5B,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,kBAAkB;YAC1B,UAAU,EAAE,kBAAkB;YAC9B,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,kBAAkB;YAC1B,UAAU,EAAE,kBAAkB;YAC9B,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,yBAAyB;YACjC,UAAU,EAAE,yBAAyB;YACrC,MAAM,EAAE,6BAA6B;SACxC;QACD;YACI,MAAM,EAAE,+BAA+B;YACvC,UAAU,EAAE,+BAA+B;YAC3C,MAAM,EAAE,+BAA+B;SAC1C;QACD;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,yBAAyB;YACjC,UAAU,EAAE,yBAAyB;YACrC,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,yBAAyB;YACjC,UAAU,EAAE,yBAAyB;YACrC,MAAM,EAAE,yBAAyB;SACpC;QACD;YACI,MAAM,EAAE,6BAA6B;YACrC,UAAU,EAAE,6BAA6B;YACzC,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,8BAA8B;YACtC,UAAU,EAAE,8BAA8B;YAC1C,MAAM,EAAE,SAAS;SACpB;KAAK,CAAC;IAKf,+BAAC;KAAA;AAtJY,4DAAwB;AA0JxB,QAAA,sCAAsC,GAAa,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class SetMemberDatasetsRequest {
|
|
13
|
+
'datasets': Array<string>;
|
|
14
|
+
static discriminator: string | undefined;
|
|
15
|
+
static attributeTypeMap: Array<{
|
|
16
|
+
name: string;
|
|
17
|
+
baseName: string;
|
|
18
|
+
type: string;
|
|
19
|
+
}>;
|
|
20
|
+
static getAttributeTypeMap(): {
|
|
21
|
+
name: string;
|
|
22
|
+
baseName: string;
|
|
23
|
+
type: string;
|
|
24
|
+
}[];
|
|
25
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class SetMemberRoleRequest {
|
|
13
|
+
'role': SetMemberRoleRequestRoleEnum;
|
|
14
|
+
static discriminator: string | undefined;
|
|
15
|
+
static attributeTypeMap: Array<{
|
|
16
|
+
name: string;
|
|
17
|
+
baseName: string;
|
|
18
|
+
type: string;
|
|
19
|
+
}>;
|
|
20
|
+
static getAttributeTypeMap(): {
|
|
21
|
+
name: string;
|
|
22
|
+
baseName: string;
|
|
23
|
+
type: string;
|
|
24
|
+
}[];
|
|
25
|
+
}
|
|
26
|
+
export declare type SetMemberRoleRequestRoleEnum = 'admin' | 'member' | 'guest';
|
|
27
|
+
export declare const SetMemberRoleRequestRoleEnumValues: string[];
|
|
@@ -0,0 +1,25 @@
|
|
|
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 { SetOptimizeSpaceRequestAllOf } from './setOptimizeSpaceRequestAllOf';
|
|
13
|
+
export declare class SetOptimizeSpaceRequest extends SetOptimizeSpaceRequestAllOf {
|
|
14
|
+
static discriminator: string | undefined;
|
|
15
|
+
static attributeTypeMap: Array<{
|
|
16
|
+
name: string;
|
|
17
|
+
baseName: string;
|
|
18
|
+
type: string;
|
|
19
|
+
}>;
|
|
20
|
+
static getAttributeTypeMap(): {
|
|
21
|
+
name: string;
|
|
22
|
+
baseName: string;
|
|
23
|
+
type: string;
|
|
24
|
+
}[];
|
|
25
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { OptimizeSpaceResponseAllOf } from './optimizeSpaceResponseAllOf';
|
|
13
|
+
export declare class SetOptimizeSpaceRequestAllOf {
|
|
14
|
+
'space'?: OptimizeSpaceResponseAllOf;
|
|
15
|
+
static discriminator: string | undefined;
|
|
16
|
+
static attributeTypeMap: Array<{
|
|
17
|
+
name: string;
|
|
18
|
+
baseName: string;
|
|
19
|
+
type: string;
|
|
20
|
+
}>;
|
|
21
|
+
static getAttributeTypeMap(): {
|
|
22
|
+
name: string;
|
|
23
|
+
baseName: string;
|
|
24
|
+
type: string;
|
|
25
|
+
}[];
|
|
26
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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 SetOptimizeSpaceRequestAllOfSpace {
|
|
14
|
+
/**
|
|
15
|
+
* List of impulses specifying the EON Tuner search space
|
|
16
|
+
*/
|
|
17
|
+
'impulse': Array<TunerSpaceImpulse>;
|
|
18
|
+
static discriminator: string | undefined;
|
|
19
|
+
static attributeTypeMap: Array<{
|
|
20
|
+
name: string;
|
|
21
|
+
baseName: string;
|
|
22
|
+
type: string;
|
|
23
|
+
}>;
|
|
24
|
+
static getAttributeTypeMap(): {
|
|
25
|
+
name: string;
|
|
26
|
+
baseName: string;
|
|
27
|
+
type: string;
|
|
28
|
+
}[];
|
|
29
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class SetOrganizationDataDatasetRequest {
|
|
13
|
+
'dataset': string;
|
|
14
|
+
static discriminator: string | undefined;
|
|
15
|
+
static attributeTypeMap: Array<{
|
|
16
|
+
name: string;
|
|
17
|
+
baseName: string;
|
|
18
|
+
type: string;
|
|
19
|
+
}>;
|
|
20
|
+
static getAttributeTypeMap(): {
|
|
21
|
+
name: string;
|
|
22
|
+
baseName: string;
|
|
23
|
+
type: string;
|
|
24
|
+
}[];
|
|
25
|
+
}
|