edge-impulse-linux 1.3.5 → 1.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cli/config.d.ts +10 -1
- package/build/cli/config.js +22 -1
- package/build/cli/config.js.map +1 -1
- package/build/cli/linux/camera-debug.js +0 -0
- package/build/cli/linux/linux.js +6 -12
- package/build/cli/linux/linux.js.map +1 -1
- package/build/cli/linux/runner-downloader.js +7 -1
- package/build/cli/linux/runner-downloader.js.map +1 -1
- package/build/cli/linux/runner.js +2 -1
- package/build/cli/linux/runner.js.map +1 -1
- package/build/cli/make-image.d.ts +14 -49
- package/build/cli/make-image.js +75 -345
- package/build/cli/make-image.js.map +1 -1
- package/build/library/classifier/linux-impulse-runner.js +1 -1
- package/build/library/classifier/linux-impulse-runner.js.map +1 -1
- package/build/library/sensors/gstreamer.d.ts +15 -2
- package/build/library/sensors/gstreamer.js +96 -33
- package/build/library/sensors/gstreamer.js.map +1 -1
- package/build/library/sensors/spawn-helper.d.ts +4 -0
- package/build/library/sensors/spawn-helper.js.map +1 -1
- package/build/sdk/studio/api/adminApi.d.ts +67 -0
- package/build/sdk/studio/api/adminApi.js +324 -0
- package/build/sdk/studio/api/adminApi.js.map +1 -1
- package/build/sdk/studio/api/allowsReadOnlyApi.d.ts +75 -2
- package/build/sdk/studio/api/allowsReadOnlyApi.js +354 -2
- package/build/sdk/studio/api/allowsReadOnlyApi.js.map +1 -1
- package/build/sdk/studio/api/apis.d.ts +7 -3
- package/build/sdk/studio/api/apis.js +7 -3
- package/build/sdk/studio/api/apis.js.map +1 -1
- package/build/sdk/studio/api/contentDispositionInlineApi.d.ts +52 -0
- package/build/sdk/studio/api/contentDispositionInlineApi.js +149 -0
- package/build/sdk/studio/api/contentDispositionInlineApi.js.map +1 -0
- package/build/sdk/studio/api/deploymentApi.d.ts +13 -0
- package/build/sdk/studio/api/deploymentApi.js +66 -0
- package/build/sdk/studio/api/deploymentApi.js.map +1 -1
- package/build/sdk/studio/api/jobsApi.d.ts +15 -15
- package/build/sdk/studio/api/jobsApi.js +48 -48
- package/build/sdk/studio/api/jobsApi.js.map +1 -1
- package/build/sdk/studio/api/learnApi.d.ts +15 -0
- package/build/sdk/studio/api/learnApi.js +72 -0
- package/build/sdk/studio/api/learnApi.js.map +1 -1
- package/build/sdk/studio/api/optimizationApi.d.ts +49 -5
- package/build/sdk/studio/api/optimizationApi.js +224 -14
- package/build/sdk/studio/api/optimizationApi.js.map +1 -1
- package/build/sdk/studio/api/organizationAllowDeveloperProfileApi.d.ts +708 -0
- package/build/sdk/studio/api/organizationAllowDeveloperProfileApi.js +3299 -0
- package/build/sdk/studio/api/organizationAllowDeveloperProfileApi.js.map +1 -0
- package/build/sdk/studio/api/organizationDataApi.d.ts +62 -1
- package/build/sdk/studio/api/organizationDataApi.js +303 -1
- package/build/sdk/studio/api/organizationDataApi.js.map +1 -1
- package/build/sdk/studio/api/organizationPortalsApi.d.ts +15 -0
- package/build/sdk/studio/api/organizationPortalsApi.js +72 -0
- package/build/sdk/studio/api/organizationPortalsApi.js.map +1 -1
- package/build/sdk/studio/api/organizationRequiresAdminApi.d.ts +33 -18
- package/build/sdk/studio/api/organizationRequiresAdminApi.js +148 -78
- package/build/sdk/studio/api/organizationRequiresAdminApi.js.map +1 -1
- package/build/sdk/studio/api/organizationsApi.d.ts +20 -8
- package/build/sdk/studio/api/organizationsApi.js +79 -14
- package/build/sdk/studio/api/organizationsApi.js.map +1 -1
- package/build/sdk/studio/api/performanceCalibrationApi.d.ts +165 -0
- package/build/sdk/studio/api/{applicationTestingApi.js → performanceCalibrationApi.js} +311 -32
- package/build/sdk/studio/api/performanceCalibrationApi.js.map +1 -0
- package/build/sdk/studio/api/projectsApi.d.ts +14 -0
- package/build/sdk/studio/api/projectsApi.js +66 -0
- package/build/sdk/studio/api/projectsApi.js.map +1 -1
- package/build/sdk/studio/api/rawDataApi.d.ts +80 -9
- package/build/sdk/studio/api/rawDataApi.js +337 -8
- package/build/sdk/studio/api/rawDataApi.js.map +1 -1
- package/build/sdk/studio/api/requiresSudoApi.d.ts +73 -7
- package/build/sdk/studio/api/requiresSudoApi.js +334 -10
- package/build/sdk/studio/api/requiresSudoApi.js.map +1 -1
- package/build/sdk/studio/api/supportsRangeApi.js +1 -1
- package/build/sdk/studio/api/supportsRangeApi.js.map +1 -1
- package/build/sdk/studio/api/uploadPortalApi.d.ts +49 -2
- package/build/sdk/studio/api/uploadPortalApi.js +218 -2
- package/build/sdk/studio/api/uploadPortalApi.js.map +1 -1
- package/build/sdk/studio/api/userApi.d.ts +15 -5
- package/build/sdk/studio/api/userApi.js +62 -10
- package/build/sdk/studio/api/userApi.js.map +1 -1
- package/build/sdk/studio/model/activateUserByThirdPartyActivationCodeRequest.d.ts +1 -0
- package/build/sdk/studio/model/activateUserByThirdPartyActivationCodeRequest.js +5 -0
- package/build/sdk/studio/model/activateUserByThirdPartyActivationCodeRequest.js.map +1 -1
- package/build/sdk/studio/model/addMemberRequest.d.ts +0 -4
- package/build/sdk/studio/model/addMemberRequest.js +0 -5
- package/build/sdk/studio/model/addMemberRequest.js.map +1 -1
- package/build/sdk/studio/model/addOrganizationTransferLearningBlockRequest.d.ts +2 -3
- package/build/sdk/studio/model/addOrganizationTransferLearningBlockRequest.js +2 -3
- package/build/sdk/studio/model/addOrganizationTransferLearningBlockRequest.js.map +1 -1
- package/build/sdk/studio/model/{getApplicationTestingStatusResponse.d.ts → adminGetUserIdsResponse.d.ts} +2 -2
- package/build/sdk/studio/model/adminGetUserIdsResponse.js +42 -0
- package/build/sdk/studio/model/adminGetUserIdsResponse.js.map +1 -0
- package/build/sdk/studio/model/{getApplicationTestingStatusResponseAllOf.d.ts → adminGetUserIdsResponseAllOf.d.ts} +2 -2
- package/build/sdk/studio/model/adminGetUserIdsResponseAllOf.js +32 -0
- package/build/sdk/studio/model/adminGetUserIdsResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/{getApplicationTestingGroundTruthResponse.d.ts → adminGetUserMetricsResponse.d.ts} +2 -3
- package/build/sdk/studio/model/adminGetUserMetricsResponse.js +42 -0
- package/build/sdk/studio/model/adminGetUserMetricsResponse.js.map +1 -0
- package/build/sdk/studio/model/{tunerTrialKerasTunerTrialHyperparametersValues.d.ts → adminGetUserMetricsResponseAllOf.d.ts} +2 -2
- package/build/sdk/studio/model/adminGetUserMetricsResponseAllOf.js +32 -0
- package/build/sdk/studio/model/adminGetUserMetricsResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/adminUpdateUserRequest.d.ts +31 -0
- package/build/sdk/studio/model/adminUpdateUserRequest.js +35 -0
- package/build/sdk/studio/model/adminUpdateUserRequest.js.map +1 -0
- package/build/sdk/studio/model/classifyJobResponse.d.ts +2 -0
- package/build/sdk/studio/model/classifyJobResponse.js +5 -0
- package/build/sdk/studio/model/classifyJobResponse.js.map +1 -1
- package/build/sdk/studio/model/classifyJobResponseAllOf.d.ts +2 -0
- package/build/sdk/studio/model/classifyJobResponseAllOf.js +5 -0
- package/build/sdk/studio/model/classifyJobResponseAllOf.js.map +1 -1
- package/build/sdk/studio/model/classifyJobResponseAllOfResult.d.ts +2 -0
- package/build/sdk/studio/model/classifyJobResponseAllOfResult.js +5 -0
- package/build/sdk/studio/model/classifyJobResponseAllOfResult.js.map +1 -1
- package/build/sdk/studio/model/classifySampleResponseClassification.d.ts +2 -0
- package/build/sdk/studio/model/classifySampleResponseClassification.js +5 -0
- package/build/sdk/studio/model/classifySampleResponseClassification.js.map +1 -1
- package/build/sdk/studio/model/convertUserRequest.d.ts +0 -4
- package/build/sdk/studio/model/convertUserRequest.js +0 -5
- package/build/sdk/studio/model/convertUserRequest.js.map +1 -1
- package/build/sdk/studio/model/{getApplicationTestingRawResultResponse.d.ts → createDeveloperProfileResponse.d.ts} +3 -3
- package/build/sdk/studio/model/createDeveloperProfileResponse.js +47 -0
- package/build/sdk/studio/model/createDeveloperProfileResponse.js.map +1 -0
- package/build/sdk/studio/model/createDeveloperProfileResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/createDeveloperProfileResponseAllOf.js +37 -0
- package/build/sdk/studio/model/createDeveloperProfileResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/createProjectRequest.d.ts +0 -4
- package/build/sdk/studio/model/createProjectRequest.js +0 -5
- package/build/sdk/studio/model/createProjectRequest.js.map +1 -1
- package/build/sdk/studio/model/createUserRequest.d.ts +0 -4
- package/build/sdk/studio/model/createUserRequest.js +0 -5
- package/build/sdk/studio/model/createUserRequest.js.map +1 -1
- package/build/sdk/studio/model/createUserResponse.d.ts +4 -0
- package/build/sdk/studio/model/createUserResponse.js +5 -0
- package/build/sdk/studio/model/createUserResponse.js.map +1 -1
- package/build/sdk/studio/model/createUserResponseAllOf.d.ts +4 -0
- package/build/sdk/studio/model/createUserResponseAllOf.js +5 -0
- package/build/sdk/studio/model/createUserResponseAllOf.js.map +1 -1
- package/build/sdk/studio/model/createUserThirdPartyRequest.d.ts +0 -4
- package/build/sdk/studio/model/createUserThirdPartyRequest.js +0 -5
- package/build/sdk/studio/model/createUserThirdPartyRequest.js.map +1 -1
- package/build/sdk/studio/model/createWhitelabelRequest.d.ts +16 -0
- package/build/sdk/studio/model/createWhitelabelRequest.js +20 -0
- package/build/sdk/studio/model/createWhitelabelRequest.js.map +1 -1
- package/build/sdk/studio/model/dSPGroupItem.d.ts +2 -0
- package/build/sdk/studio/model/dSPGroupItem.js +5 -0
- package/build/sdk/studio/model/dSPGroupItem.js.map +1 -1
- package/build/sdk/studio/model/dSPGroupItemShowIf.d.ts +29 -0
- package/build/sdk/studio/model/dSPGroupItemShowIf.js +43 -0
- package/build/sdk/studio/model/dSPGroupItemShowIf.js.map +1 -0
- package/build/sdk/studio/model/dSPMetadata.d.ts +2 -2
- package/build/sdk/studio/model/dSPMetadataResponse.d.ts +2 -2
- package/build/sdk/studio/model/dataExplorerPredictionsResponse.d.ts +38 -0
- package/build/sdk/studio/model/dataExplorerPredictionsResponse.js +53 -0
- package/build/sdk/studio/model/dataExplorerPredictionsResponse.js.map +1 -0
- package/build/sdk/studio/model/dataExplorerPredictionsResponseAllOf.d.ts +30 -0
- package/build/sdk/studio/model/dataExplorerPredictionsResponseAllOf.js +43 -0
- package/build/sdk/studio/model/dataExplorerPredictionsResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/dataExplorerSettings.d.ts +6 -10
- package/build/sdk/studio/model/dataExplorerSettings.js +6 -15
- package/build/sdk/studio/model/dataExplorerSettings.js.map +1 -1
- package/build/sdk/studio/model/{requestActivationRequest.d.ts → deletePortalFileRequest.d.ts} +3 -3
- package/build/sdk/studio/model/{requestActivationRequest.js → deletePortalFileRequest.js} +11 -11
- package/build/sdk/studio/model/deletePortalFileRequest.js.map +1 -0
- package/build/sdk/studio/model/downloadPortalFileRequest.d.ts +28 -0
- package/build/sdk/studio/model/downloadPortalFileRequest.js +32 -0
- package/build/sdk/studio/model/downloadPortalFileRequest.js.map +1 -0
- package/build/sdk/studio/model/downloadPortalFileResponse.d.ts +36 -0
- package/build/sdk/studio/model/downloadPortalFileResponse.js +42 -0
- package/build/sdk/studio/model/downloadPortalFileResponse.js.map +1 -0
- package/build/sdk/studio/model/{resendOrganizationMemberInviteRequest.d.ts → downloadPortalFileResponseAllOf.d.ts} +3 -3
- package/build/sdk/studio/model/downloadPortalFileResponseAllOf.js +32 -0
- package/build/sdk/studio/model/downloadPortalFileResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/exportGetUrlResponse.d.ts +9 -1
- package/build/sdk/studio/model/exportGetUrlResponse.js +10 -0
- package/build/sdk/studio/model/exportGetUrlResponse.js.map +1 -1
- package/build/sdk/studio/model/exportGetUrlResponseAllOf.d.ts +33 -0
- package/build/sdk/studio/model/exportGetUrlResponseAllOf.js +42 -0
- package/build/sdk/studio/model/exportGetUrlResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/{dataExplorerFeaturesResponse.d.ts → getDataExplorerFeaturesResponse.d.ts} +1 -1
- package/build/sdk/studio/model/{dataExplorerFeaturesResponse.js → getDataExplorerFeaturesResponse.js} +9 -9
- package/build/sdk/studio/model/getDataExplorerFeaturesResponse.js.map +1 -0
- package/build/sdk/studio/model/{dataExplorerFeaturesResponseAllOf.d.ts → getDataExplorerFeaturesResponseAllOf.d.ts} +1 -1
- package/build/sdk/studio/model/{dataExplorerFeaturesResponseAllOf.js → getDataExplorerFeaturesResponseAllOf.js} +9 -9
- package/build/sdk/studio/model/getDataExplorerFeaturesResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/getDataExplorerSettingsResponse.d.ts +9 -10
- package/build/sdk/studio/model/getDataExplorerSettingsResponse.js +10 -13
- package/build/sdk/studio/model/getDataExplorerSettingsResponse.js.map +1 -1
- package/build/sdk/studio/model/getDataExplorerSettingsResponseAllOf.d.ts +27 -0
- package/build/sdk/studio/model/getDataExplorerSettingsResponseAllOf.js +33 -0
- package/build/sdk/studio/model/getDataExplorerSettingsResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/getOrganizationDataItemResponse.d.ts +1 -1
- package/build/sdk/studio/model/getOrganizationDataItemResponseAllOf.d.ts +1 -1
- package/build/sdk/studio/model/getOrganizationDatasetResponse.d.ts +34 -0
- package/build/sdk/studio/model/getOrganizationDatasetResponse.js +42 -0
- package/build/sdk/studio/model/getOrganizationDatasetResponse.js.map +1 -0
- package/build/sdk/studio/model/getOrganizationDatasetResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/getOrganizationDatasetResponseAllOf.js +32 -0
- package/build/sdk/studio/model/getOrganizationDatasetResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/{getApplicationTestingParameterSetsResponse.d.ts → getPerformanceCalibrationGroundTruthResponse.d.ts} +3 -3
- package/build/sdk/studio/model/{getApplicationTestingGroundTruthResponse.js → getPerformanceCalibrationGroundTruthResponse.js} +10 -10
- package/build/sdk/studio/model/getPerformanceCalibrationGroundTruthResponse.js.map +1 -0
- package/build/sdk/studio/model/getPerformanceCalibrationGroundTruthResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/getPerformanceCalibrationGroundTruthResponseAllOf.js +32 -0
- package/build/sdk/studio/model/getPerformanceCalibrationGroundTruthResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/getPerformanceCalibrationParameterSetsResponse.d.ts +34 -0
- package/build/sdk/studio/model/{getApplicationTestingParameterSetsResponse.js → getPerformanceCalibrationParameterSetsResponse.js} +10 -10
- package/build/sdk/studio/model/getPerformanceCalibrationParameterSetsResponse.js.map +1 -0
- package/build/sdk/studio/model/getPerformanceCalibrationParameterSetsResponseAllOf.d.ts +26 -0
- package/build/sdk/studio/model/getPerformanceCalibrationParameterSetsResponseAllOf.js +32 -0
- package/build/sdk/studio/model/getPerformanceCalibrationParameterSetsResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/getPerformanceCalibrationParametersResponse.d.ts +34 -0
- package/build/sdk/studio/model/getPerformanceCalibrationParametersResponse.js +42 -0
- package/build/sdk/studio/model/getPerformanceCalibrationParametersResponse.js.map +1 -0
- package/build/sdk/studio/model/{getApplicationTestingRawResultResponseAllOf.d.ts → getPerformanceCalibrationParametersResponseAllOf.d.ts} +3 -3
- package/build/sdk/studio/model/getPerformanceCalibrationParametersResponseAllOf.js +32 -0
- package/build/sdk/studio/model/getPerformanceCalibrationParametersResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/getPerformanceCalibrationRawResultResponse.d.ts +34 -0
- package/build/sdk/studio/model/{getApplicationTestingRawResultResponse.js → getPerformanceCalibrationRawResultResponse.js} +10 -10
- package/build/sdk/studio/model/{getApplicationTestingParameterSetsResponse.js.map → getPerformanceCalibrationRawResultResponse.js.map} +1 -1
- package/build/sdk/studio/model/{getApplicationTestingParameterSetsResponseAllOf.d.ts → getPerformanceCalibrationRawResultResponseAllOf.d.ts} +3 -3
- package/build/sdk/studio/model/getPerformanceCalibrationRawResultResponseAllOf.js +32 -0
- package/build/sdk/studio/model/{getApplicationTestingParameterSetsResponseAllOf.js.map → getPerformanceCalibrationRawResultResponseAllOf.js.map} +1 -1
- package/build/sdk/studio/model/getPerformanceCalibrationStatusResponse.d.ts +35 -0
- package/build/sdk/studio/model/{getApplicationTestingStatusResponse.js → getPerformanceCalibrationStatusResponse.js} +14 -9
- package/build/sdk/studio/model/getPerformanceCalibrationStatusResponse.js.map +1 -0
- package/build/sdk/studio/model/getPerformanceCalibrationStatusResponseAllOf.d.ts +27 -0
- package/build/sdk/studio/model/getPerformanceCalibrationStatusResponseAllOf.js +37 -0
- package/build/sdk/studio/model/getPerformanceCalibrationStatusResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/getUserResponse.d.ts +3 -1
- package/build/sdk/studio/model/getUserResponse.js +7 -2
- package/build/sdk/studio/model/getUserResponse.js.map +1 -1
- package/build/sdk/studio/model/getUserResponseAllOfOrganizations.d.ts +5 -0
- package/build/sdk/studio/model/getUserResponseAllOfOrganizations.js +10 -0
- package/build/sdk/studio/model/getUserResponseAllOfOrganizations.js.map +1 -1
- package/build/sdk/studio/model/hasDataExplorerFeaturesResponse.d.ts +35 -0
- package/build/sdk/studio/model/hasDataExplorerFeaturesResponse.js +47 -0
- package/build/sdk/studio/model/hasDataExplorerFeaturesResponse.js.map +1 -0
- package/build/sdk/studio/model/hasDataExplorerFeaturesResponseAllOf.d.ts +27 -0
- package/build/sdk/studio/model/hasDataExplorerFeaturesResponseAllOf.js +37 -0
- package/build/sdk/studio/model/hasDataExplorerFeaturesResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/{inviteMemberRequest.d.ts → inviteOrganizationMemberRequest.d.ts} +4 -8
- package/build/sdk/studio/model/{inviteMemberRequest.js → inviteOrganizationMemberRequest.js} +11 -16
- package/build/sdk/studio/model/inviteOrganizationMemberRequest.js.map +1 -0
- package/build/sdk/studio/model/kerasModelMetadata.d.ts +2 -6
- package/build/sdk/studio/model/kerasModelMetadata.js +2 -3
- package/build/sdk/studio/model/kerasModelMetadata.js.map +1 -1
- package/build/sdk/studio/model/kerasModelMetadataAllOf.d.ts +2 -6
- package/build/sdk/studio/model/kerasModelMetadataAllOf.js +2 -3
- package/build/sdk/studio/model/kerasModelMetadataAllOf.js.map +1 -1
- package/build/sdk/studio/model/kerasModelMetadataMetrics.d.ts +5 -1
- package/build/sdk/studio/model/kerasModelMetadataMetrics.js +8 -2
- package/build/sdk/studio/model/kerasModelMetadataMetrics.js.map +1 -1
- package/build/sdk/studio/model/kerasResponse.d.ts +4 -0
- package/build/sdk/studio/model/kerasResponse.js +5 -0
- package/build/sdk/studio/model/kerasResponse.js.map +1 -1
- package/build/sdk/studio/model/kerasResponseAllOf.d.ts +4 -0
- package/build/sdk/studio/model/kerasResponseAllOf.js +5 -0
- package/build/sdk/studio/model/kerasResponseAllOf.js.map +1 -1
- package/build/sdk/studio/model/kerasResponseAllOfTransferLearningModels.d.ts +3 -0
- package/build/sdk/studio/model/kerasResponseAllOfTransferLearningModels.js +15 -0
- package/build/sdk/studio/model/kerasResponseAllOfTransferLearningModels.js.map +1 -1
- package/build/sdk/studio/model/kerasVisualLayerType.d.ts +1 -1
- package/build/sdk/studio/model/kerasVisualLayerType.js +1 -1
- package/build/sdk/studio/model/kerasVisualLayerType.js.map +1 -1
- package/build/sdk/studio/model/lastModificationDateResponse.d.ts +34 -0
- package/build/sdk/studio/model/lastModificationDateResponse.js +47 -0
- package/build/sdk/studio/model/lastModificationDateResponse.js.map +1 -0
- package/build/sdk/studio/model/{tunerTrialKerasTunerTrialHyperparametersSpace.d.ts → lastModificationDateResponseAllOf.d.ts} +3 -3
- package/build/sdk/studio/model/lastModificationDateResponseAllOf.js +37 -0
- package/build/sdk/studio/model/lastModificationDateResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/listOrganizationBucketsUserResponseAllOfBuckets.d.ts +4 -0
- package/build/sdk/studio/model/listOrganizationBucketsUserResponseAllOfBuckets.js +5 -0
- package/build/sdk/studio/model/listOrganizationBucketsUserResponseAllOfBuckets.js.map +1 -1
- package/build/sdk/studio/model/listSamplesResponse.d.ts +1 -0
- package/build/sdk/studio/model/listSamplesResponse.js +5 -0
- package/build/sdk/studio/model/listSamplesResponse.js.map +1 -1
- package/build/sdk/studio/model/listSamplesResponseAllOf.d.ts +1 -0
- package/build/sdk/studio/model/listSamplesResponseAllOf.js +5 -0
- package/build/sdk/studio/model/listSamplesResponseAllOf.js.map +1 -1
- package/build/sdk/studio/model/listVersionsResponseAllOfVersions.d.ts +3 -0
- package/build/sdk/studio/model/listVersionsResponseAllOfVersions.js +15 -0
- package/build/sdk/studio/model/listVersionsResponseAllOfVersions.js.map +1 -1
- package/build/sdk/studio/model/modelPrediction.d.ts +33 -0
- package/build/sdk/studio/model/modelPrediction.js +57 -0
- package/build/sdk/studio/model/modelPrediction.js.map +1 -0
- package/build/sdk/studio/model/models.d.ts +84 -34
- package/build/sdk/studio/model/models.js +276 -110
- package/build/sdk/studio/model/models.js.map +1 -1
- package/build/sdk/studio/model/objectDetectionLabelQueueCountResponse.d.ts +33 -0
- package/build/sdk/studio/model/objectDetectionLabelQueueCountResponse.js +42 -0
- package/build/sdk/studio/model/objectDetectionLabelQueueCountResponse.js.map +1 -0
- package/build/sdk/studio/model/objectDetectionLabelQueueCountResponseAllOf.d.ts +25 -0
- package/build/sdk/studio/model/objectDetectionLabelQueueCountResponseAllOf.js +32 -0
- package/build/sdk/studio/model/objectDetectionLabelQueueCountResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/objectDetectionLastLayer.d.ts +13 -0
- package/build/sdk/studio/model/objectDetectionLastLayer.js +16 -0
- package/build/sdk/studio/model/objectDetectionLastLayer.js.map +1 -0
- package/build/sdk/studio/model/optimizeConfig.d.ts +9 -2
- package/build/sdk/studio/model/optimizeConfig.js +14 -3
- package/build/sdk/studio/model/optimizeConfig.js.map +1 -1
- package/build/sdk/studio/model/optimizeConfigResponse.d.ts +74 -0
- package/build/sdk/studio/model/optimizeConfigResponse.js +110 -0
- package/build/sdk/studio/model/optimizeConfigResponse.js.map +1 -0
- package/build/sdk/studio/model/{tunerTrialKerasTunerTrialScore.d.ts → optimizeConfigResponseAllOf.d.ts} +2 -2
- package/build/sdk/studio/model/optimizeConfigResponseAllOf.js +32 -0
- package/build/sdk/studio/model/optimizeConfigResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/optimizeSpaceResponse.d.ts +37 -0
- package/build/sdk/studio/model/optimizeSpaceResponse.js +42 -0
- package/build/sdk/studio/model/optimizeSpaceResponse.js.map +1 -0
- package/build/sdk/studio/model/organization.d.ts +6 -0
- package/build/sdk/studio/model/organization.js +15 -0
- package/build/sdk/studio/model/organization.js.map +1 -1
- package/build/sdk/studio/model/organizationCreateProject.d.ts +4 -0
- package/build/sdk/studio/model/organizationCreateProject.js +12 -1
- package/build/sdk/studio/model/organizationCreateProject.js.map +1 -1
- package/build/sdk/studio/model/organizationCreateProjectRequest.d.ts +1 -4
- package/build/sdk/studio/model/organizationCreateProjectRequest.js +5 -5
- package/build/sdk/studio/model/organizationCreateProjectRequest.js.map +1 -1
- package/build/sdk/studio/model/{organizationInfoResponseAllOfDatasets.d.ts → organizationDataset.d.ts} +3 -1
- package/build/sdk/studio/model/{organizationInfoResponseAllOfDatasets.js → organizationDataset.js} +19 -9
- package/build/sdk/studio/model/organizationDataset.js.map +1 -0
- package/build/sdk/studio/model/organizationGetCreateProjectsResponseAllOfJobs.d.ts +1 -0
- package/build/sdk/studio/model/organizationGetCreateProjectsResponseAllOfJobs.js +5 -0
- package/build/sdk/studio/model/organizationGetCreateProjectsResponseAllOfJobs.js.map +1 -1
- package/build/sdk/studio/model/organizationInfoResponse.d.ts +3 -2
- package/build/sdk/studio/model/organizationInfoResponse.js +6 -1
- package/build/sdk/studio/model/organizationInfoResponse.js.map +1 -1
- package/build/sdk/studio/model/organizationInfoResponseAllOf.d.ts +3 -2
- package/build/sdk/studio/model/organizationInfoResponseAllOf.js +6 -1
- package/build/sdk/studio/model/organizationInfoResponseAllOf.js.map +1 -1
- package/build/sdk/studio/model/organizationPipeline.d.ts +6 -0
- package/build/sdk/studio/model/organizationPipeline.js +17 -1
- package/build/sdk/studio/model/organizationPipeline.js.map +1 -1
- package/build/sdk/studio/model/organizationPipelineFeedingIntoProject.d.ts +28 -0
- package/build/sdk/studio/model/organizationPipelineFeedingIntoProject.js +47 -0
- package/build/sdk/studio/model/organizationPipelineFeedingIntoProject.js.map +1 -0
- package/build/sdk/studio/model/organizationPipelineRun.d.ts +4 -0
- package/build/sdk/studio/model/organizationPipelineRun.js +5 -0
- package/build/sdk/studio/model/organizationPipelineRun.js.map +1 -1
- package/build/sdk/studio/model/organizationPipelineRunStep.d.ts +1 -0
- package/build/sdk/studio/model/organizationPipelineRunStep.js +5 -0
- package/build/sdk/studio/model/organizationPipelineRunStep.js.map +1 -1
- package/build/sdk/studio/model/organizationPipelineStep.d.ts +1 -0
- package/build/sdk/studio/model/organizationPipelineStep.js +5 -0
- package/build/sdk/studio/model/organizationPipelineStep.js.map +1 -1
- package/build/sdk/studio/model/organizationTransferLearningBlock.d.ts +2 -3
- package/build/sdk/studio/model/organizationTransferLearningBlock.js +2 -3
- package/build/sdk/studio/model/organizationTransferLearningBlock.js.map +1 -1
- package/build/sdk/studio/model/organizationUpdatePipelineBody.d.ts +5 -0
- package/build/sdk/studio/model/organizationUpdatePipelineBody.js +17 -1
- package/build/sdk/studio/model/organizationUpdatePipelineBody.js.map +1 -1
- package/build/sdk/studio/model/organizationUser.d.ts +2 -1
- package/build/sdk/studio/model/organizationUser.js +3 -3
- package/build/sdk/studio/model/organizationUser.js.map +1 -1
- package/build/sdk/studio/model/{applicationTestingDetection.d.ts → performanceCalibrationDetection.d.ts} +1 -1
- package/build/sdk/studio/model/{applicationTestingDetection.js → performanceCalibrationDetection.js} +9 -9
- package/build/sdk/studio/model/performanceCalibrationDetection.js.map +1 -0
- package/build/sdk/studio/model/{applicationTestingFalsePositive.d.ts → performanceCalibrationFalsePositive.d.ts} +8 -4
- package/build/sdk/studio/model/{applicationTestingFalsePositive.js → performanceCalibrationFalsePositive.js} +16 -11
- package/build/sdk/studio/model/performanceCalibrationFalsePositive.js.map +1 -0
- package/build/sdk/studio/model/{applicationTestingGroundTruth.d.ts → performanceCalibrationGroundTruth.d.ts} +6 -6
- package/build/sdk/studio/model/{applicationTestingGroundTruth.js → performanceCalibrationGroundTruth.js} +12 -12
- package/build/sdk/studio/model/performanceCalibrationGroundTruth.js.map +1 -0
- package/build/sdk/studio/model/{applicationTestingGroundTruthSamples.d.ts → performanceCalibrationGroundTruthSamples.d.ts} +1 -1
- package/build/sdk/studio/model/{applicationTestingGroundTruthSamples.js → performanceCalibrationGroundTruthSamples.js} +9 -9
- package/build/sdk/studio/model/performanceCalibrationGroundTruthSamples.js.map +1 -0
- package/build/sdk/studio/model/{applicationTestingParameterSet.d.ts → performanceCalibrationParameterSet.d.ts} +15 -9
- package/build/sdk/studio/model/{applicationTestingParameterSet.js → performanceCalibrationParameterSet.js} +23 -13
- package/build/sdk/studio/model/performanceCalibrationParameterSet.js.map +1 -0
- package/build/sdk/studio/model/{applicationTestingParameterSetAggregateStats.d.ts → performanceCalibrationParameterSetAggregateStats.d.ts} +1 -1
- package/build/sdk/studio/model/{applicationTestingParameterSetAggregateStats.js → performanceCalibrationParameterSetAggregateStats.js} +9 -9
- package/build/sdk/studio/model/performanceCalibrationParameterSetAggregateStats.js.map +1 -0
- package/build/sdk/studio/model/{applicationTestingParameterSetStats.d.ts → performanceCalibrationParameterSetStats.d.ts} +3 -3
- package/build/sdk/studio/model/{applicationTestingParameterSetStats.js → performanceCalibrationParameterSetStats.js} +10 -10
- package/build/sdk/studio/model/performanceCalibrationParameterSetStats.js.map +1 -0
- package/build/sdk/studio/model/performanceCalibrationParameters.d.ts +36 -0
- package/build/sdk/studio/model/performanceCalibrationParameters.js +43 -0
- package/build/sdk/studio/model/performanceCalibrationParameters.js.map +1 -0
- package/build/sdk/studio/model/performanceCalibrationParametersStandard.d.ts +36 -0
- package/build/sdk/studio/model/performanceCalibrationParametersStandard.js +42 -0
- package/build/sdk/studio/model/performanceCalibrationParametersStandard.js.map +1 -0
- package/build/sdk/studio/model/{applicationTestingRawDetection.d.ts → performanceCalibrationRawDetection.d.ts} +1 -1
- package/build/sdk/studio/model/{applicationTestingRawDetection.js → performanceCalibrationRawDetection.js} +9 -9
- package/build/sdk/studio/model/performanceCalibrationRawDetection.js.map +1 -0
- package/build/sdk/studio/model/{getApplicationTestingGroundTruthResponseAllOf.d.ts → performanceCalibrationSaveParameterSetRequest.d.ts} +3 -3
- package/build/sdk/studio/model/performanceCalibrationSaveParameterSetRequest.js +32 -0
- package/build/sdk/studio/model/performanceCalibrationSaveParameterSetRequest.js.map +1 -0
- package/build/sdk/studio/model/{updateThemeFaviconRequest.d.ts → performanceCalibrationUploadLabeledAudioRequest.d.ts} +2 -2
- package/build/sdk/studio/model/performanceCalibrationUploadLabeledAudioRequest.js +32 -0
- package/build/sdk/studio/model/performanceCalibrationUploadLabeledAudioRequest.js.map +1 -0
- package/build/sdk/studio/model/performanceCalibrationUploadLabeledAudioResponse.d.ts +33 -0
- package/build/sdk/studio/model/performanceCalibrationUploadLabeledAudioResponse.js +42 -0
- package/build/sdk/studio/model/performanceCalibrationUploadLabeledAudioResponse.js.map +1 -0
- package/build/sdk/studio/model/performanceCalibrationUploadLabeledAudioResponseAllOf.d.ts +25 -0
- package/build/sdk/studio/model/performanceCalibrationUploadLabeledAudioResponseAllOf.js +32 -0
- package/build/sdk/studio/model/performanceCalibrationUploadLabeledAudioResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/portalInfoResponse.d.ts +1 -0
- package/build/sdk/studio/model/portalInfoResponse.js +5 -0
- package/build/sdk/studio/model/portalInfoResponse.js.map +1 -1
- package/build/sdk/studio/model/project.d.ts +11 -2
- package/build/sdk/studio/model/project.js +16 -1
- package/build/sdk/studio/model/project.js.map +1 -1
- package/build/sdk/studio/model/projectCollaborator.d.ts +33 -0
- package/build/sdk/studio/model/projectCollaborator.js +67 -0
- package/build/sdk/studio/model/projectCollaborator.js.map +1 -0
- package/build/sdk/studio/model/projectCollaboratorAllOf.d.ts +25 -0
- package/build/sdk/studio/model/projectCollaboratorAllOf.js +32 -0
- package/build/sdk/studio/model/projectCollaboratorAllOf.js.map +1 -0
- package/build/sdk/studio/model/projectInfoResponse.d.ts +5 -0
- package/build/sdk/studio/model/projectInfoResponse.js +10 -0
- package/build/sdk/studio/model/projectInfoResponse.js.map +1 -1
- package/build/sdk/studio/model/projectInfoResponseAllOf.d.ts +5 -0
- package/build/sdk/studio/model/projectInfoResponseAllOf.js +10 -0
- package/build/sdk/studio/model/projectInfoResponseAllOf.js.map +1 -1
- package/build/sdk/studio/model/projectInfoResponseAllOfPerformance.d.ts +0 -1
- package/build/sdk/studio/model/projectInfoResponseAllOfPerformance.js +0 -5
- package/build/sdk/studio/model/projectInfoResponseAllOfPerformance.js.map +1 -1
- package/build/sdk/studio/model/renamePortalFileRequest.d.ts +32 -0
- package/build/sdk/studio/model/renamePortalFileRequest.js +37 -0
- package/build/sdk/studio/model/renamePortalFileRequest.js.map +1 -0
- package/build/sdk/studio/model/requestResetPasswordRequest.d.ts +0 -4
- package/build/sdk/studio/model/requestResetPasswordRequest.js +0 -5
- package/build/sdk/studio/model/requestResetPasswordRequest.js.map +1 -1
- package/build/sdk/studio/model/scoreTrialResponse.d.ts +5 -6
- package/build/sdk/studio/model/scoreTrialResponse.js +11 -26
- package/build/sdk/studio/model/scoreTrialResponse.js.map +1 -1
- package/build/sdk/studio/model/scoreTrialResponseAllOf.d.ts +5 -6
- package/build/sdk/studio/model/scoreTrialResponseAllOf.js +11 -26
- package/build/sdk/studio/model/scoreTrialResponseAllOf.js.map +1 -1
- package/build/sdk/studio/model/scoreTrialResponseAllOfLatency.d.ts +28 -0
- package/build/sdk/studio/model/scoreTrialResponseAllOfLatency.js +47 -0
- package/build/sdk/studio/model/scoreTrialResponseAllOfLatency.js.map +1 -0
- package/build/sdk/studio/model/scoreTrialResponseAllOfRam.d.ts +26 -0
- package/build/sdk/studio/model/{tunerTrialMetadata.js → scoreTrialResponseAllOfRam.js} +11 -16
- package/build/sdk/studio/model/scoreTrialResponseAllOfRam.js.map +1 -0
- package/build/sdk/studio/model/setOptimizeSpaceRequest.d.ts +25 -0
- package/build/sdk/studio/model/setOptimizeSpaceRequest.js +27 -0
- package/build/sdk/studio/model/setOptimizeSpaceRequest.js.map +1 -0
- package/build/sdk/studio/model/setOptimizeSpaceRequestAllOf.d.ts +29 -0
- package/build/sdk/studio/model/setOptimizeSpaceRequestAllOf.js +32 -0
- package/build/sdk/studio/model/setOptimizeSpaceRequestAllOf.js.map +1 -0
- package/build/sdk/studio/model/{startApplicationTestingRequest.d.ts → startPerformanceCalibrationRequest.d.ts} +9 -1
- package/build/sdk/studio/model/startPerformanceCalibrationRequest.js +47 -0
- package/build/sdk/studio/model/startPerformanceCalibrationRequest.js.map +1 -0
- package/build/sdk/studio/model/tunerCreateTrialDSPBlock.d.ts +37 -0
- package/build/sdk/studio/model/tunerCreateTrialDSPBlock.js +83 -0
- package/build/sdk/studio/model/tunerCreateTrialDSPBlock.js.map +1 -0
- package/build/sdk/studio/model/tunerCreateTrialImpulse.d.ts +30 -0
- package/build/sdk/studio/model/tunerCreateTrialImpulse.js +42 -0
- package/build/sdk/studio/model/tunerCreateTrialImpulse.js.map +1 -0
- package/build/sdk/studio/model/tunerCreateTrialInputBlock.d.ts +35 -0
- package/build/sdk/studio/model/tunerCreateTrialInputBlock.js +68 -0
- package/build/sdk/studio/model/tunerCreateTrialInputBlock.js.map +1 -0
- package/build/sdk/studio/model/tunerCreateTrialLearnBlock.d.ts +47 -0
- package/build/sdk/studio/model/tunerCreateTrialLearnBlock.js +124 -0
- package/build/sdk/studio/model/tunerCreateTrialLearnBlock.js.map +1 -0
- package/build/sdk/studio/model/tunerSpaceDSPBlock.d.ts +36 -0
- package/build/sdk/studio/model/tunerSpaceDSPBlock.js +87 -0
- package/build/sdk/studio/model/tunerSpaceDSPBlock.js.map +1 -0
- package/build/sdk/studio/model/tunerSpaceImpulse.d.ts +39 -0
- package/build/sdk/studio/model/tunerSpaceImpulse.js +42 -0
- package/build/sdk/studio/model/tunerSpaceImpulse.js.map +1 -0
- package/build/sdk/studio/model/tunerSpaceInputBlock.d.ts +35 -0
- package/build/sdk/studio/model/tunerSpaceInputBlock.js +68 -0
- package/build/sdk/studio/model/tunerSpaceInputBlock.js.map +1 -0
- package/build/sdk/studio/model/tunerSpaceInputBlockWindow.d.ts +26 -0
- package/build/sdk/studio/model/tunerSpaceInputBlockWindow.js +37 -0
- package/build/sdk/studio/model/tunerSpaceInputBlockWindow.js.map +1 -0
- package/build/sdk/studio/model/tunerSpaceLearnBlock.d.ts +44 -0
- package/build/sdk/studio/model/tunerSpaceLearnBlock.js +127 -0
- package/build/sdk/studio/model/tunerSpaceLearnBlock.js.map +1 -0
- package/build/sdk/studio/model/tunerTrial.d.ts +1 -4
- package/build/sdk/studio/model/tunerTrial.js +3 -8
- package/build/sdk/studio/model/tunerTrial.js.map +1 -1
- package/build/sdk/studio/model/updateOrganizationCreateEmptyProjectRequest.d.ts +0 -4
- package/build/sdk/studio/model/updateOrganizationCreateEmptyProjectRequest.js +0 -5
- package/build/sdk/studio/model/updateOrganizationCreateEmptyProjectRequest.js.map +1 -1
- package/build/sdk/studio/model/updateOrganizationCreateProjectRequest.d.ts +0 -4
- package/build/sdk/studio/model/updateOrganizationCreateProjectRequest.js +0 -5
- package/build/sdk/studio/model/updateOrganizationCreateProjectRequest.js.map +1 -1
- package/build/sdk/studio/model/updateOrganizationDatasetRequest.d.ts +26 -0
- package/build/sdk/studio/model/updateOrganizationDatasetRequest.js +37 -0
- package/build/sdk/studio/model/updateOrganizationDatasetRequest.js.map +1 -0
- package/build/sdk/studio/model/updateOrganizationRequest.d.ts +4 -0
- package/build/sdk/studio/model/updateOrganizationRequest.js +5 -0
- package/build/sdk/studio/model/updateOrganizationRequest.js.map +1 -1
- package/build/sdk/studio/model/updateOrganizationTransferLearningBlockRequest.d.ts +2 -3
- package/build/sdk/studio/model/updateOrganizationTransferLearningBlockRequest.js +2 -3
- package/build/sdk/studio/model/updateOrganizationTransferLearningBlockRequest.js.map +1 -1
- package/build/sdk/studio/model/updateProjectRequest.d.ts +10 -4
- package/build/sdk/studio/model/updateProjectRequest.js +12 -6
- package/build/sdk/studio/model/updateProjectRequest.js.map +1 -1
- package/build/sdk/studio/model/{uploadLogoRequest.d.ts → uploadAssetRequest.d.ts} +1 -1
- package/build/sdk/studio/model/{uploadLogoRequest.js → uploadAssetRequest.js} +9 -9
- package/build/sdk/studio/model/uploadAssetRequest.js.map +1 -0
- package/build/sdk/studio/model/{uploadLogoResponse.d.ts → uploadAssetResponse.d.ts} +1 -1
- package/build/sdk/studio/model/{uploadLogoResponse.js → uploadAssetResponse.js} +9 -9
- package/build/sdk/studio/model/uploadAssetResponse.js.map +1 -0
- package/build/sdk/studio/model/{uploadLogoResponseAllOf.d.ts → uploadAssetResponseAllOf.d.ts} +1 -1
- package/build/sdk/studio/model/{uploadLogoResponseAllOf.js → uploadAssetResponseAllOf.js} +9 -9
- package/build/sdk/studio/model/uploadAssetResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/{uploadReadmeImageRequest.d.ts → uploadImageRequest.d.ts} +1 -1
- package/build/sdk/studio/model/{uploadReadmeImageRequest.js → uploadImageRequest.js} +9 -9
- package/build/sdk/studio/model/uploadImageRequest.js.map +1 -0
- package/build/sdk/studio/model/user.d.ts +3 -1
- package/build/sdk/studio/model/user.js +7 -2
- package/build/sdk/studio/model/user.js.map +1 -1
- package/build/sdk/studio/model/userStaffInfo.d.ts +27 -0
- package/build/sdk/studio/model/userStaffInfo.js +42 -0
- package/build/sdk/studio/model/userStaffInfo.js.map +1 -0
- package/build/sdk/studio/model/verifyOrganizationBucketResponse.d.ts +37 -0
- package/build/sdk/studio/model/verifyOrganizationBucketResponse.js +42 -0
- package/build/sdk/studio/model/verifyOrganizationBucketResponse.js.map +1 -0
- package/build/sdk/studio/model/verifyOrganizationBucketResponseAllOf.d.ts +29 -0
- package/build/sdk/studio/model/verifyOrganizationBucketResponseAllOf.js +32 -0
- package/build/sdk/studio/model/verifyOrganizationBucketResponseAllOf.js.map +1 -0
- package/build/sdk/studio/model/verifyOrganizationBucketResponseAllOfFiles.d.ts +27 -0
- package/build/sdk/studio/model/verifyOrganizationBucketResponseAllOfFiles.js +42 -0
- package/build/sdk/studio/model/verifyOrganizationBucketResponseAllOfFiles.js.map +1 -0
- package/build/sdk/studio/model/whitelabel.d.ts +2 -0
- package/build/sdk/studio/model/whitelabel.js +10 -0
- package/build/sdk/studio/model/whitelabel.js.map +1 -1
- package/build/shared/bounding-box-file-types.d.ts +15 -0
- package/build/shared/bounding-box-file-types.js +18 -0
- package/build/shared/bounding-box-file-types.js.map +1 -0
- package/build/shared/viewmodels/init.d.ts +9 -1
- package/build/shared/viewmodels/init.js +5 -1
- package/build/shared/viewmodels/init.js.map +1 -1
- package/build/test/gstreamer.test.d.ts +1 -0
- package/build/test/gstreamer.test.js +1807 -0
- package/build/test/gstreamer.test.js.map +1 -0
- package/cli/linux/linux.ts +7 -16
- package/cli/linux/runner-downloader.ts +6 -1
- package/cli/linux/runner.ts +2 -1
- package/package.json +9 -3
- package/test/.mocharc.js +5 -0
- package/test/gstreamer.test.ts +1836 -0
- package/build/sdk/studio/api/applicationTestingApi.d.ts +0 -106
- package/build/sdk/studio/api/applicationTestingApi.js.map +0 -1
- package/build/sdk/studio/model/applicationTestingDetection.js.map +0 -1
- package/build/sdk/studio/model/applicationTestingFalsePositive.js.map +0 -1
- package/build/sdk/studio/model/applicationTestingGroundTruth.js.map +0 -1
- package/build/sdk/studio/model/applicationTestingGroundTruthSamples.js.map +0 -1
- package/build/sdk/studio/model/applicationTestingParameterSet.js.map +0 -1
- package/build/sdk/studio/model/applicationTestingParameterSetAggregateStats.js.map +0 -1
- package/build/sdk/studio/model/applicationTestingParameterSetStats.js.map +0 -1
- package/build/sdk/studio/model/applicationTestingRawDetection.js.map +0 -1
- package/build/sdk/studio/model/dataExplorerFeaturesResponse.js.map +0 -1
- package/build/sdk/studio/model/dataExplorerFeaturesResponseAllOf.js.map +0 -1
- package/build/sdk/studio/model/getApplicationTestingGroundTruthResponse.js.map +0 -1
- package/build/sdk/studio/model/getApplicationTestingGroundTruthResponseAllOf.js +0 -32
- package/build/sdk/studio/model/getApplicationTestingGroundTruthResponseAllOf.js.map +0 -1
- package/build/sdk/studio/model/getApplicationTestingParameterSetsResponseAllOf.js +0 -32
- package/build/sdk/studio/model/getApplicationTestingRawResultResponse.js.map +0 -1
- package/build/sdk/studio/model/getApplicationTestingRawResultResponseAllOf.js +0 -32
- package/build/sdk/studio/model/getApplicationTestingRawResultResponseAllOf.js.map +0 -1
- package/build/sdk/studio/model/getApplicationTestingStatusResponse.js.map +0 -1
- package/build/sdk/studio/model/getApplicationTestingStatusResponseAllOf.js +0 -32
- package/build/sdk/studio/model/getApplicationTestingStatusResponseAllOf.js.map +0 -1
- package/build/sdk/studio/model/inviteMemberRequest.js.map +0 -1
- package/build/sdk/studio/model/organizationInfoResponseAllOfDatasets.js.map +0 -1
- package/build/sdk/studio/model/requestActivationRequest.js.map +0 -1
- package/build/sdk/studio/model/resendOrganizationMemberInviteRequest.js +0 -32
- package/build/sdk/studio/model/resendOrganizationMemberInviteRequest.js.map +0 -1
- package/build/sdk/studio/model/startApplicationTestingRequest.js +0 -37
- package/build/sdk/studio/model/startApplicationTestingRequest.js.map +0 -1
- package/build/sdk/studio/model/tunerTrialKerasTunerTrial.d.ts +0 -31
- package/build/sdk/studio/model/tunerTrialKerasTunerTrial.js +0 -52
- package/build/sdk/studio/model/tunerTrialKerasTunerTrial.js.map +0 -1
- package/build/sdk/studio/model/tunerTrialKerasTunerTrialHyperparameters.d.ts +0 -28
- package/build/sdk/studio/model/tunerTrialKerasTunerTrialHyperparameters.js +0 -37
- package/build/sdk/studio/model/tunerTrialKerasTunerTrialHyperparameters.js.map +0 -1
- package/build/sdk/studio/model/tunerTrialKerasTunerTrialHyperparametersSpace.js +0 -37
- package/build/sdk/studio/model/tunerTrialKerasTunerTrialHyperparametersSpace.js.map +0 -1
- package/build/sdk/studio/model/tunerTrialKerasTunerTrialHyperparametersValues.js +0 -32
- package/build/sdk/studio/model/tunerTrialKerasTunerTrialHyperparametersValues.js.map +0 -1
- package/build/sdk/studio/model/tunerTrialKerasTunerTrialScore.js +0 -32
- package/build/sdk/studio/model/tunerTrialKerasTunerTrialScore.js.map +0 -1
- package/build/sdk/studio/model/tunerTrialMetadata.d.ts +0 -33
- package/build/sdk/studio/model/tunerTrialMetadata.js.map +0 -1
- package/build/sdk/studio/model/updateThemeFaviconRequest.js +0 -32
- package/build/sdk/studio/model/updateThemeFaviconRequest.js.map +0 -1
- package/build/sdk/studio/model/uploadLogoRequest.js.map +0 -1
- package/build/sdk/studio/model/uploadLogoResponse.js.map +0 -1
- package/build/sdk/studio/model/uploadLogoResponseAllOf.js.map +0 -1
- package/build/sdk/studio/model/uploadReadmeImageRequest.js.map +0 -1
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Edge Impulse API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.ModelPrediction = void 0;
|
|
15
|
+
let ModelPrediction = /** @class */ (() => {
|
|
16
|
+
class ModelPrediction {
|
|
17
|
+
static getAttributeTypeMap() {
|
|
18
|
+
return ModelPrediction.attributeTypeMap;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
ModelPrediction.discriminator = undefined;
|
|
22
|
+
ModelPrediction.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "sampleId",
|
|
25
|
+
"baseName": "sampleId",
|
|
26
|
+
"type": "number"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "startMs",
|
|
30
|
+
"baseName": "startMs",
|
|
31
|
+
"type": "number"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "endMs",
|
|
35
|
+
"baseName": "endMs",
|
|
36
|
+
"type": "number"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "prediction",
|
|
40
|
+
"baseName": "prediction",
|
|
41
|
+
"type": "string"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "predictionCorrect",
|
|
45
|
+
"baseName": "predictionCorrect",
|
|
46
|
+
"type": "boolean"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "f1Score",
|
|
50
|
+
"baseName": "f1Score",
|
|
51
|
+
"type": "number"
|
|
52
|
+
}
|
|
53
|
+
];
|
|
54
|
+
return ModelPrediction;
|
|
55
|
+
})();
|
|
56
|
+
exports.ModelPrediction = ModelPrediction;
|
|
57
|
+
//# sourceMappingURL=modelPrediction.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modelPrediction.js","sourceRoot":"","sources":["../../../../sdk/studio/model/modelPrediction.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH;IAAA,MAAa,eAAe;QA6CxB,MAAM,CAAC,mBAAmB;YACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;QAC5C,CAAC;;IApCM,6BAAa,GAAuB,SAAS,CAAC;IAE9C,gCAAgB,GAA0D;QAC7E;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,QAAQ;SACnB;QACD;YACI,MAAM,EAAE,mBAAmB;YAC3B,UAAU,EAAE,mBAAmB;YAC/B,MAAM,EAAE,SAAS;SACpB;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,QAAQ;SACnB;KAAK,CAAC;IAKf,sBAAC;KAAA;AAhDY,0CAAe"}
|
|
@@ -19,6 +19,11 @@ export * from './addOrganizationTransferLearningBlockResponse';
|
|
|
19
19
|
export * from './addOrganizationTransformationBlockRequest';
|
|
20
20
|
export * from './addOrganizationTransformationBlockResponse';
|
|
21
21
|
export * from './addOrganizationTransformationBlockResponseAllOf';
|
|
22
|
+
export * from './adminGetUserIdsResponse';
|
|
23
|
+
export * from './adminGetUserIdsResponseAllOf';
|
|
24
|
+
export * from './adminGetUserMetricsResponse';
|
|
25
|
+
export * from './adminGetUserMetricsResponseAllOf';
|
|
26
|
+
export * from './adminUpdateUserRequest';
|
|
22
27
|
export * from './anomalyModelMetadata';
|
|
23
28
|
export * from './anomalyModelMetadataClusters';
|
|
24
29
|
export * from './anomalyModelMetadataResponse';
|
|
@@ -28,14 +33,6 @@ export * from './anomalyResponseAllOfAxes';
|
|
|
28
33
|
export * from './anomalyTrainedFeaturesResponse';
|
|
29
34
|
export * from './anomalyTrainedFeaturesResponseAllOf';
|
|
30
35
|
export * from './anomalyTrainedFeaturesResponseAllOfData';
|
|
31
|
-
export * from './applicationTestingDetection';
|
|
32
|
-
export * from './applicationTestingFalsePositive';
|
|
33
|
-
export * from './applicationTestingGroundTruth';
|
|
34
|
-
export * from './applicationTestingGroundTruthSamples';
|
|
35
|
-
export * from './applicationTestingParameterSet';
|
|
36
|
-
export * from './applicationTestingParameterSetAggregateStats';
|
|
37
|
-
export * from './applicationTestingParameterSetStats';
|
|
38
|
-
export * from './applicationTestingRawDetection';
|
|
39
36
|
export * from './augmentationPolicyImageEnum';
|
|
40
37
|
export * from './augmentationPolicySpectrogram';
|
|
41
38
|
export * from './authorizeThirdPartyRequest';
|
|
@@ -55,6 +52,8 @@ export * from './countSamplesResponse';
|
|
|
55
52
|
export * from './countSamplesResponseAllOf';
|
|
56
53
|
export * from './createBlockVersionResponse';
|
|
57
54
|
export * from './createBlockVersionResponseAllOf';
|
|
55
|
+
export * from './createDeveloperProfileResponse';
|
|
56
|
+
export * from './createDeveloperProfileResponseAllOf';
|
|
58
57
|
export * from './createDeviceRequest';
|
|
59
58
|
export * from './createEvaluationUserResponse';
|
|
60
59
|
export * from './createEvaluationUserResponseAllOf';
|
|
@@ -95,6 +94,7 @@ export * from './dSPConfigResponseAllOf';
|
|
|
95
94
|
export * from './dSPGroup';
|
|
96
95
|
export * from './dSPGroupItem';
|
|
97
96
|
export * from './dSPGroupItemSelectOptions';
|
|
97
|
+
export * from './dSPGroupItemShowIf';
|
|
98
98
|
export * from './dSPInfo';
|
|
99
99
|
export * from './dSPInfoFeatures';
|
|
100
100
|
export * from './dSPMetadata';
|
|
@@ -102,9 +102,10 @@ export * from './dSPMetadataIncludedSamples';
|
|
|
102
102
|
export * from './dSPMetadataOutputConfig';
|
|
103
103
|
export * from './dSPMetadataOutputConfigShape';
|
|
104
104
|
export * from './dSPMetadataResponse';
|
|
105
|
-
export * from './
|
|
106
|
-
export * from './
|
|
105
|
+
export * from './dataExplorerPredictionsResponse';
|
|
106
|
+
export * from './dataExplorerPredictionsResponseAllOf';
|
|
107
107
|
export * from './dataExplorerSettings';
|
|
108
|
+
export * from './deletePortalFileRequest';
|
|
108
109
|
export * from './dependencyData';
|
|
109
110
|
export * from './deploymentTarget';
|
|
110
111
|
export * from './deploymentTargetBadge';
|
|
@@ -117,6 +118,9 @@ export * from './deviceNameResponse';
|
|
|
117
118
|
export * from './deviceNameResponseAllOf';
|
|
118
119
|
export * from './deviceSensors';
|
|
119
120
|
export * from './download';
|
|
121
|
+
export * from './downloadPortalFileRequest';
|
|
122
|
+
export * from './downloadPortalFileResponse';
|
|
123
|
+
export * from './downloadPortalFileResponseAllOf';
|
|
120
124
|
export * from './dspFeatureImportanceResponse';
|
|
121
125
|
export * from './dspFeatureImportanceResponseAllOf';
|
|
122
126
|
export * from './dspFeatureImportanceResponseAllOfFeatures';
|
|
@@ -143,6 +147,7 @@ export * from './evaluateJobResponse';
|
|
|
143
147
|
export * from './evaluateJobResponseAllOf';
|
|
144
148
|
export * from './evaluateResultValue';
|
|
145
149
|
export * from './exportGetUrlResponse';
|
|
150
|
+
export * from './exportGetUrlResponseAllOf';
|
|
146
151
|
export * from './exportOriginalDataRequest';
|
|
147
152
|
export * from './exportWavDataRequest';
|
|
148
153
|
export * from './findSegmentSampleRequest';
|
|
@@ -158,15 +163,10 @@ export * from './getAllThirdPartyAuthResponse';
|
|
|
158
163
|
export * from './getAllThirdPartyAuthResponseAllOf';
|
|
159
164
|
export * from './getAllWhitelabelsResponse';
|
|
160
165
|
export * from './getAllWhitelabelsResponseAllOf';
|
|
161
|
-
export * from './
|
|
162
|
-
export * from './
|
|
163
|
-
export * from './getApplicationTestingParameterSetsResponse';
|
|
164
|
-
export * from './getApplicationTestingParameterSetsResponseAllOf';
|
|
165
|
-
export * from './getApplicationTestingRawResultResponse';
|
|
166
|
-
export * from './getApplicationTestingRawResultResponseAllOf';
|
|
167
|
-
export * from './getApplicationTestingStatusResponse';
|
|
168
|
-
export * from './getApplicationTestingStatusResponseAllOf';
|
|
166
|
+
export * from './getDataExplorerFeaturesResponse';
|
|
167
|
+
export * from './getDataExplorerFeaturesResponseAllOf';
|
|
169
168
|
export * from './getDataExplorerSettingsResponse';
|
|
169
|
+
export * from './getDataExplorerSettingsResponseAllOf';
|
|
170
170
|
export * from './getDeploymentResponse';
|
|
171
171
|
export * from './getDeploymentResponseAllOf';
|
|
172
172
|
export * from './getDeviceResponse';
|
|
@@ -184,10 +184,22 @@ export * from './getNotesResponse';
|
|
|
184
184
|
export * from './getNotesResponseAllOf';
|
|
185
185
|
export * from './getOrganizationDataItemResponse';
|
|
186
186
|
export * from './getOrganizationDataItemResponseAllOf';
|
|
187
|
+
export * from './getOrganizationDatasetResponse';
|
|
188
|
+
export * from './getOrganizationDatasetResponseAllOf';
|
|
187
189
|
export * from './getOrganizationPipelinesResponse';
|
|
188
190
|
export * from './getOrganizationPipelinesResponseAllOf';
|
|
189
191
|
export * from './getOrganizationPortalResponse';
|
|
190
192
|
export * from './getOrganizationPortalResponseAllOf';
|
|
193
|
+
export * from './getPerformanceCalibrationGroundTruthResponse';
|
|
194
|
+
export * from './getPerformanceCalibrationGroundTruthResponseAllOf';
|
|
195
|
+
export * from './getPerformanceCalibrationParameterSetsResponse';
|
|
196
|
+
export * from './getPerformanceCalibrationParameterSetsResponseAllOf';
|
|
197
|
+
export * from './getPerformanceCalibrationParametersResponse';
|
|
198
|
+
export * from './getPerformanceCalibrationParametersResponseAllOf';
|
|
199
|
+
export * from './getPerformanceCalibrationRawResultResponse';
|
|
200
|
+
export * from './getPerformanceCalibrationRawResultResponseAllOf';
|
|
201
|
+
export * from './getPerformanceCalibrationStatusResponse';
|
|
202
|
+
export * from './getPerformanceCalibrationStatusResponseAllOf';
|
|
191
203
|
export * from './getSampleResponse';
|
|
192
204
|
export * from './getSyntiantPosteriorResponse';
|
|
193
205
|
export * from './getSyntiantPosteriorResponseAllOf';
|
|
@@ -204,6 +216,8 @@ export * from './getUserResponseAllOf';
|
|
|
204
216
|
export * from './getUserResponseAllOfOrganizations';
|
|
205
217
|
export * from './getWhitelabelResponse';
|
|
206
218
|
export * from './getWhitelabelResponseAllOf';
|
|
219
|
+
export * from './hasDataExplorerFeaturesResponse';
|
|
220
|
+
export * from './hasDataExplorerFeaturesResponseAllOf';
|
|
207
221
|
export * from './impulse';
|
|
208
222
|
export * from './impulseBlockVersion';
|
|
209
223
|
export * from './impulseDspBlock';
|
|
@@ -211,7 +225,7 @@ export * from './impulseDspBlockOrganization';
|
|
|
211
225
|
export * from './impulseInputBlock';
|
|
212
226
|
export * from './impulseLearnBlock';
|
|
213
227
|
export * from './inputBlock';
|
|
214
|
-
export * from './
|
|
228
|
+
export * from './inviteOrganizationMemberRequest';
|
|
215
229
|
export * from './job';
|
|
216
230
|
export * from './jobSummaryResponse';
|
|
217
231
|
export * from './jobSummaryResponseAllOf';
|
|
@@ -230,6 +244,8 @@ export * from './kerasResponseAllOf';
|
|
|
230
244
|
export * from './kerasResponseAllOfTransferLearningModels';
|
|
231
245
|
export * from './kerasVisualLayer';
|
|
232
246
|
export * from './kerasVisualLayerType';
|
|
247
|
+
export * from './lastModificationDateResponse';
|
|
248
|
+
export * from './lastModificationDateResponseAllOf';
|
|
233
249
|
export * from './learnBlock';
|
|
234
250
|
export * from './learnBlockType';
|
|
235
251
|
export * from './listApiKeysResponse';
|
|
@@ -300,6 +316,7 @@ export * from './logStdoutResponseAllOf';
|
|
|
300
316
|
export * from './logStdoutResponseAllOfStdout';
|
|
301
317
|
export * from './loginResponse';
|
|
302
318
|
export * from './loginResponseAllOf';
|
|
319
|
+
export * from './modelPrediction';
|
|
303
320
|
export * from './modelVariantStats';
|
|
304
321
|
export * from './moveRawDataRequest';
|
|
305
322
|
export * from './note';
|
|
@@ -307,10 +324,16 @@ export * from './objectDetectionAutoLabelRequest';
|
|
|
307
324
|
export * from './objectDetectionAutoLabelResponse';
|
|
308
325
|
export * from './objectDetectionAutoLabelResponseAllOf';
|
|
309
326
|
export * from './objectDetectionAutoLabelResponseAllOfResults';
|
|
327
|
+
export * from './objectDetectionLabelQueueCountResponse';
|
|
328
|
+
export * from './objectDetectionLabelQueueCountResponseAllOf';
|
|
310
329
|
export * from './objectDetectionLabelQueueResponse';
|
|
311
330
|
export * from './objectDetectionLabelQueueResponseAllOf';
|
|
331
|
+
export * from './objectDetectionLastLayer';
|
|
312
332
|
export * from './optimizeConfig';
|
|
333
|
+
export * from './optimizeConfigResponse';
|
|
334
|
+
export * from './optimizeConfigResponseAllOf';
|
|
313
335
|
export * from './optimizeConfigTargetDevice';
|
|
336
|
+
export * from './optimizeSpaceResponse';
|
|
314
337
|
export * from './optimizeStateResponse';
|
|
315
338
|
export * from './optimizeStateResponseAllOf';
|
|
316
339
|
export * from './optimizeStateResponseAllOfStatus';
|
|
@@ -332,6 +355,7 @@ export * from './organizationCreateProjectStatusResponseAllOf';
|
|
|
332
355
|
export * from './organizationCreateProjectTransformationSummary';
|
|
333
356
|
export * from './organizationDataItem';
|
|
334
357
|
export * from './organizationDataItemFiles';
|
|
358
|
+
export * from './organizationDataset';
|
|
335
359
|
export * from './organizationDeployBlock';
|
|
336
360
|
export * from './organizationDspBlock';
|
|
337
361
|
export * from './organizationGetCreateProjectsResponse';
|
|
@@ -339,10 +363,10 @@ export * from './organizationGetCreateProjectsResponseAllOf';
|
|
|
339
363
|
export * from './organizationGetCreateProjectsResponseAllOfJobs';
|
|
340
364
|
export * from './organizationInfoResponse';
|
|
341
365
|
export * from './organizationInfoResponseAllOf';
|
|
342
|
-
export * from './organizationInfoResponseAllOfDatasets';
|
|
343
366
|
export * from './organizationInfoResponseAllOfDefaultComputeLimits';
|
|
344
367
|
export * from './organizationPipeline';
|
|
345
368
|
export * from './organizationPipelineFeedingIntoDataset';
|
|
369
|
+
export * from './organizationPipelineFeedingIntoProject';
|
|
346
370
|
export * from './organizationPipelineItemCount';
|
|
347
371
|
export * from './organizationPipelineRun';
|
|
348
372
|
export * from './organizationPipelineRunStep';
|
|
@@ -351,9 +375,25 @@ export * from './organizationTransferLearningBlock';
|
|
|
351
375
|
export * from './organizationTransformationBlock';
|
|
352
376
|
export * from './organizationUpdatePipelineBody';
|
|
353
377
|
export * from './organizationUser';
|
|
378
|
+
export * from './performanceCalibrationDetection';
|
|
379
|
+
export * from './performanceCalibrationFalsePositive';
|
|
380
|
+
export * from './performanceCalibrationGroundTruth';
|
|
381
|
+
export * from './performanceCalibrationGroundTruthSamples';
|
|
382
|
+
export * from './performanceCalibrationParameterSet';
|
|
383
|
+
export * from './performanceCalibrationParameterSetAggregateStats';
|
|
384
|
+
export * from './performanceCalibrationParameterSetStats';
|
|
385
|
+
export * from './performanceCalibrationParameters';
|
|
386
|
+
export * from './performanceCalibrationParametersStandard';
|
|
387
|
+
export * from './performanceCalibrationRawDetection';
|
|
388
|
+
export * from './performanceCalibrationSaveParameterSetRequest';
|
|
389
|
+
export * from './performanceCalibrationUploadLabeledAudioRequest';
|
|
390
|
+
export * from './performanceCalibrationUploadLabeledAudioResponse';
|
|
391
|
+
export * from './performanceCalibrationUploadLabeledAudioResponseAllOf';
|
|
354
392
|
export * from './portalFile';
|
|
355
393
|
export * from './portalInfoResponse';
|
|
356
394
|
export * from './project';
|
|
395
|
+
export * from './projectCollaborator';
|
|
396
|
+
export * from './projectCollaboratorAllOf';
|
|
357
397
|
export * from './projectDataAxesSummaryResponse';
|
|
358
398
|
export * from './projectDataAxesSummaryResponseAllOf';
|
|
359
399
|
export * from './projectDataIntervalResponse';
|
|
@@ -380,10 +420,9 @@ export * from './rawSamplePayload';
|
|
|
380
420
|
export * from './removeCollaboratorRequest';
|
|
381
421
|
export * from './removeMemberRequest';
|
|
382
422
|
export * from './renameDeviceRequest';
|
|
423
|
+
export * from './renamePortalFileRequest';
|
|
383
424
|
export * from './renameSampleRequest';
|
|
384
|
-
export * from './requestActivationRequest';
|
|
385
425
|
export * from './requestResetPasswordRequest';
|
|
386
|
-
export * from './resendOrganizationMemberInviteRequest';
|
|
387
426
|
export * from './resetPasswordRequest';
|
|
388
427
|
export * from './restoreProjectFromPublicRequest';
|
|
389
428
|
export * from './restoreProjectRequest';
|
|
@@ -393,6 +432,8 @@ export * from './sample';
|
|
|
393
432
|
export * from './sampleBoundingBoxesRequest';
|
|
394
433
|
export * from './scoreTrialResponse';
|
|
395
434
|
export * from './scoreTrialResponseAllOf';
|
|
435
|
+
export * from './scoreTrialResponseAllOfLatency';
|
|
436
|
+
export * from './scoreTrialResponseAllOfRam';
|
|
396
437
|
export * from './segmentSampleRequest';
|
|
397
438
|
export * from './segmentSampleRequestSegments';
|
|
398
439
|
export * from './sensor';
|
|
@@ -400,6 +441,8 @@ export * from './setAnomalyParameterRequest';
|
|
|
400
441
|
export * from './setKerasParameterRequest';
|
|
401
442
|
export * from './setMemberDatasetsRequest';
|
|
402
443
|
export * from './setMemberRoleRequest';
|
|
444
|
+
export * from './setOptimizeSpaceRequest';
|
|
445
|
+
export * from './setOptimizeSpaceRequestAllOf';
|
|
403
446
|
export * from './setOrganizationDataDatasetRequest';
|
|
404
447
|
export * from './setProjectComputeTimeRequest';
|
|
405
448
|
export * from './setProjectDspFileSizeRequest';
|
|
@@ -409,9 +452,9 @@ export * from './socketTokenResponse';
|
|
|
409
452
|
export * from './socketTokenResponseAllOf';
|
|
410
453
|
export * from './socketTokenResponseAllOfToken';
|
|
411
454
|
export * from './splitSampleInFramesRequest';
|
|
412
|
-
export * from './startApplicationTestingRequest';
|
|
413
455
|
export * from './startJobResponse';
|
|
414
456
|
export * from './startJobResponseAllOf';
|
|
457
|
+
export * from './startPerformanceCalibrationRequest';
|
|
415
458
|
export * from './startSamplingRequest';
|
|
416
459
|
export * from './startSamplingResponse';
|
|
417
460
|
export * from './startSamplingResponseAllOf';
|
|
@@ -428,14 +471,17 @@ export * from './trackObjectsResponse';
|
|
|
428
471
|
export * from './trackObjectsResponseAllOf';
|
|
429
472
|
export * from './transferOwnershipOrganizationRequest';
|
|
430
473
|
export * from './transformationBlockAdditionalMountPoint';
|
|
474
|
+
export * from './tunerCreateTrialDSPBlock';
|
|
475
|
+
export * from './tunerCreateTrialImpulse';
|
|
476
|
+
export * from './tunerCreateTrialInputBlock';
|
|
477
|
+
export * from './tunerCreateTrialLearnBlock';
|
|
478
|
+
export * from './tunerSpaceDSPBlock';
|
|
479
|
+
export * from './tunerSpaceImpulse';
|
|
480
|
+
export * from './tunerSpaceInputBlock';
|
|
481
|
+
export * from './tunerSpaceInputBlockWindow';
|
|
482
|
+
export * from './tunerSpaceLearnBlock';
|
|
431
483
|
export * from './tunerTrial';
|
|
432
484
|
export * from './tunerTrialBlocks';
|
|
433
|
-
export * from './tunerTrialKerasTunerTrial';
|
|
434
|
-
export * from './tunerTrialKerasTunerTrialHyperparameters';
|
|
435
|
-
export * from './tunerTrialKerasTunerTrialHyperparametersSpace';
|
|
436
|
-
export * from './tunerTrialKerasTunerTrialHyperparametersValues';
|
|
437
|
-
export * from './tunerTrialKerasTunerTrialScore';
|
|
438
|
-
export * from './tunerTrialMetadata';
|
|
439
485
|
export * from './updateJobRequest';
|
|
440
486
|
export * from './updateNoteRequest';
|
|
441
487
|
export * from './updateNoteResponse';
|
|
@@ -444,6 +490,7 @@ export * from './updateOrganizationBucketRequest';
|
|
|
444
490
|
export * from './updateOrganizationCreateEmptyProjectRequest';
|
|
445
491
|
export * from './updateOrganizationCreateProjectRequest';
|
|
446
492
|
export * from './updateOrganizationDataItemRequest';
|
|
493
|
+
export * from './updateOrganizationDatasetRequest';
|
|
447
494
|
export * from './updateOrganizationDeployBlockRequest';
|
|
448
495
|
export * from './updateOrganizationDspBlockRequest';
|
|
449
496
|
export * from './updateOrganizationPortalResponse';
|
|
@@ -453,29 +500,32 @@ export * from './updateOrganizationTransferLearningBlockRequest';
|
|
|
453
500
|
export * from './updateOrganizationTransformationBlockRequest';
|
|
454
501
|
export * from './updateProjectRequest';
|
|
455
502
|
export * from './updateThemeColorsRequest';
|
|
456
|
-
export * from './updateThemeFaviconRequest';
|
|
457
503
|
export * from './updateThemeLogosRequest';
|
|
458
504
|
export * from './updateThirdPartyAuthRequest';
|
|
459
505
|
export * from './updateUserRequest';
|
|
460
506
|
export * from './updateVersionRequest';
|
|
461
507
|
export * from './updateWhitelabelDeploymentTargetsRequest';
|
|
508
|
+
export * from './uploadAssetRequest';
|
|
509
|
+
export * from './uploadAssetResponse';
|
|
510
|
+
export * from './uploadAssetResponseAllOf';
|
|
462
511
|
export * from './uploadCustomBlockRequest';
|
|
512
|
+
export * from './uploadImageRequest';
|
|
463
513
|
export * from './uploadKerasFilesRequest';
|
|
464
|
-
export * from './uploadLogoRequest';
|
|
465
|
-
export * from './uploadLogoResponse';
|
|
466
|
-
export * from './uploadLogoResponseAllOf';
|
|
467
|
-
export * from './uploadReadmeImageRequest';
|
|
468
514
|
export * from './uploadReadmeImageResponse';
|
|
469
515
|
export * from './uploadUserPhotoRequest';
|
|
470
516
|
export * from './uploadUserPhotoResponse';
|
|
471
517
|
export * from './uploadUserPhotoResponseAllOf';
|
|
472
518
|
export * from './user';
|
|
473
519
|
export * from './userByThirdPartyActivationRequest';
|
|
520
|
+
export * from './userStaffInfo';
|
|
474
521
|
export * from './verifyDspBlockUrlRequest';
|
|
475
522
|
export * from './verifyDspBlockUrlResponse';
|
|
476
523
|
export * from './verifyDspBlockUrlResponseAllOf';
|
|
477
524
|
export * from './verifyDspBlockUrlResponseAllOfBlock';
|
|
478
525
|
export * from './verifyOrganizationBucketRequest';
|
|
526
|
+
export * from './verifyOrganizationBucketResponse';
|
|
527
|
+
export * from './verifyOrganizationBucketResponseAllOf';
|
|
528
|
+
export * from './verifyOrganizationBucketResponseAllOfFiles';
|
|
479
529
|
export * from './verifyResetPasswordRequest';
|
|
480
530
|
export * from './whitelabel';
|
|
481
531
|
import localVarRequest = require('request');
|