@huaweicloud/huaweicloud-sdk-metastudio 3.1.175 → 3.1.176
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/package.json +2 -2
- package/v1/MetaStudioClient.d.ts +652 -193
- package/v1/MetaStudioClient.d.ts.map +1 -1
- package/v1/MetaStudioClient.js +1821 -639
- package/v1/MetaStudioClient.js.map +1 -1
- package/v1/model/AllocateSpResourceInfo.d.ts +32 -0
- package/v1/model/AllocateSpResourceInfo.d.ts.map +1 -0
- package/v1/model/AllocateSpResourceInfo.js +79 -0
- package/v1/model/AllocateSpResourceInfo.js.map +1 -0
- package/v1/model/AllocateSpResourceSummaryInfo.d.ts +20 -0
- package/v1/model/AllocateSpResourceSummaryInfo.d.ts.map +1 -0
- package/v1/model/AllocateSpResourceSummaryInfo.js +49 -0
- package/v1/model/AllocateSpResourceSummaryInfo.js.map +1 -0
- package/v1/model/BillResourceType.d.ts +4 -0
- package/v1/model/BillResourceType.d.ts.map +1 -0
- package/v1/model/BillResourceType.js +9 -0
- package/v1/model/BillResourceType.js.map +1 -0
- package/v1/model/BillResources.d.ts +13 -0
- package/v1/model/BillResources.d.ts.map +1 -0
- package/v1/model/BillResources.js +29 -0
- package/v1/model/BillResources.js.map +1 -0
- package/v1/model/BindAssetResourceReq.d.ts +12 -0
- package/v1/model/BindAssetResourceReq.d.ts.map +1 -0
- package/v1/model/BindAssetResourceReq.js +29 -0
- package/v1/model/BindAssetResourceReq.js.map +1 -0
- package/v1/model/BindUserAssetResourceRequest.d.ts +19 -0
- package/v1/model/BindUserAssetResourceRequest.d.ts.map +1 -0
- package/v1/model/BindUserAssetResourceRequest.js +43 -0
- package/v1/model/BindUserAssetResourceRequest.js.map +1 -0
- package/v1/model/BindUserAssetResourceResponse.d.ts +9 -0
- package/v1/model/BindUserAssetResourceResponse.d.ts.map +1 -0
- package/v1/model/BindUserAssetResourceResponse.js +21 -0
- package/v1/model/BindUserAssetResourceResponse.js.map +1 -0
- package/v1/model/CollectionInfo.d.ts +19 -0
- package/v1/model/CollectionInfo.d.ts.map +1 -0
- package/v1/model/CollectionInfo.js +37 -0
- package/v1/model/CollectionInfo.js.map +1 -0
- package/v1/model/Create2dModelTrainingJobReq.d.ts +14 -1
- package/v1/model/Create2dModelTrainingJobReq.d.ts.map +1 -1
- package/v1/model/Create2dModelTrainingJobReq.js +31 -0
- package/v1/model/Create2dModelTrainingJobReq.js.map +1 -1
- package/v1/model/CreateTtsOnceCodeRequest.d.ts +24 -0
- package/v1/model/CreateTtsOnceCodeRequest.d.ts.map +1 -0
- package/v1/model/{CreateTtsaRequest.js → CreateTtsOnceCodeRequest.js} +14 -8
- package/v1/model/CreateTtsOnceCodeRequest.js.map +1 -0
- package/v1/model/CreateTtsOnceCodeResponse.d.ts +9 -0
- package/v1/model/CreateTtsOnceCodeResponse.d.ts.map +1 -0
- package/v1/model/CreateTtsOnceCodeResponse.js +21 -0
- package/v1/model/CreateTtsOnceCodeResponse.js.map +1 -0
- package/v1/model/CreateUserQuotaInfo.d.ts +11 -0
- package/v1/model/CreateUserQuotaInfo.d.ts.map +1 -0
- package/v1/model/CreateUserQuotaInfo.js +25 -0
- package/v1/model/CreateUserQuotaInfo.js.map +1 -0
- package/v1/model/CreateUserQuotasRequest.d.ts +19 -0
- package/v1/model/CreateUserQuotasRequest.d.ts.map +1 -0
- package/v1/model/CreateUserQuotasRequest.js +43 -0
- package/v1/model/CreateUserQuotasRequest.js.map +1 -0
- package/v1/model/CreateUserQuotasResponse.d.ts +9 -0
- package/v1/model/CreateUserQuotasResponse.d.ts.map +1 -0
- package/v1/model/CreateUserQuotasResponse.js +21 -0
- package/v1/model/CreateUserQuotasResponse.js.map +1 -0
- package/v1/model/DeleteTenantUserConfigurationReq.d.ts +9 -0
- package/v1/model/DeleteTenantUserConfigurationReq.d.ts.map +1 -0
- package/v1/model/DeleteTenantUserConfigurationReq.js +19 -0
- package/v1/model/DeleteTenantUserConfigurationReq.js.map +1 -0
- package/v1/model/DeleteTenantUserConfigurationRequest.d.ts +19 -0
- package/v1/model/DeleteTenantUserConfigurationRequest.d.ts.map +1 -0
- package/v1/model/DeleteTenantUserConfigurationRequest.js +43 -0
- package/v1/model/DeleteTenantUserConfigurationRequest.js.map +1 -0
- package/v1/model/DeleteTenantUserConfigurationResponse.d.ts +9 -0
- package/v1/model/DeleteTenantUserConfigurationResponse.d.ts.map +1 -0
- package/v1/model/DeleteTenantUserConfigurationResponse.js +21 -0
- package/v1/model/DeleteTenantUserConfigurationResponse.js.map +1 -0
- package/v1/model/DeleteUserQuotasRequest.d.ts +20 -0
- package/v1/model/DeleteUserQuotasRequest.d.ts.map +1 -0
- package/v1/model/DeleteUserQuotasRequest.js +50 -0
- package/v1/model/DeleteUserQuotasRequest.js.map +1 -0
- package/v1/model/DeleteUserQuotasResponse.d.ts +9 -0
- package/v1/model/DeleteUserQuotasResponse.d.ts.map +1 -0
- package/v1/model/DeleteUserQuotasResponse.js +21 -0
- package/v1/model/DeleteUserQuotasResponse.js.map +1 -0
- package/v1/model/Download2dModelTraningEncryptFileRequest.d.ts +16 -0
- package/v1/model/Download2dModelTraningEncryptFileRequest.d.ts.map +1 -0
- package/v1/model/Download2dModelTraningEncryptFileRequest.js +42 -0
- package/v1/model/Download2dModelTraningEncryptFileRequest.js.map +1 -0
- package/v1/model/Download2dModelTraningEncryptFileResponse.d.ts +5 -0
- package/v1/model/Download2dModelTraningEncryptFileResponse.d.ts.map +1 -0
- package/v1/model/Download2dModelTraningEncryptFileResponse.js +11 -0
- package/v1/model/Download2dModelTraningEncryptFileResponse.js.map +1 -0
- package/v1/model/Execute2dModelTrainingCommandByUserReq.d.ts +7 -1
- package/v1/model/Execute2dModelTrainingCommandByUserReq.d.ts.map +1 -1
- package/v1/model/Execute2dModelTrainingCommandByUserReq.js +12 -0
- package/v1/model/Execute2dModelTrainingCommandByUserReq.js.map +1 -1
- package/v1/model/Execute2dModelTrainingCommandByUserResponse.d.ts +5 -0
- package/v1/model/Execute2dModelTrainingCommandByUserResponse.d.ts.map +1 -1
- package/v1/model/Execute2dModelTrainingCommandByUserResponse.js +10 -0
- package/v1/model/Execute2dModelTrainingCommandByUserResponse.js.map +1 -1
- package/v1/model/ExecuteTransferAssetActionRequest.d.ts +25 -0
- package/v1/model/ExecuteTransferAssetActionRequest.d.ts.map +1 -0
- package/v1/model/ExecuteTransferAssetActionRequest.js +59 -0
- package/v1/model/ExecuteTransferAssetActionRequest.js.map +1 -0
- package/v1/model/ExecuteTransferAssetActionResponse.d.ts +14 -0
- package/v1/model/ExecuteTransferAssetActionResponse.d.ts.map +1 -0
- package/v1/model/ExecuteTransferAssetActionResponse.js +31 -0
- package/v1/model/ExecuteTransferAssetActionResponse.js.map +1 -0
- package/v1/model/List2dModelTrainingJobRequest.d.ts +22 -2
- package/v1/model/List2dModelTrainingJobRequest.d.ts.map +1 -1
- package/v1/model/List2dModelTrainingJobRequest.js +54 -4
- package/v1/model/List2dModelTrainingJobRequest.js.map +1 -1
- package/v1/model/ListTransferAssetJobsRequest.d.ts +37 -0
- package/v1/model/ListTransferAssetJobsRequest.d.ts.map +1 -0
- package/v1/model/ListTransferAssetJobsRequest.js +75 -0
- package/v1/model/ListTransferAssetJobsRequest.js.map +1 -0
- package/v1/model/ListTransferAssetJobsResponse.d.ts +14 -0
- package/v1/model/ListTransferAssetJobsResponse.d.ts.map +1 -0
- package/v1/model/{CreateFacialAnimationsResponse.js → ListTransferAssetJobsResponse.js} +9 -11
- package/v1/model/ListTransferAssetJobsResponse.js.map +1 -0
- package/v1/model/ListUserQuotaDetail.d.ts +36 -0
- package/v1/model/ListUserQuotaDetail.d.ts.map +1 -0
- package/v1/model/ListUserQuotaDetail.js +89 -0
- package/v1/model/ListUserQuotaDetail.js.map +1 -0
- package/v1/model/ListUserQuotasRequest.d.ts +24 -0
- package/v1/model/ListUserQuotasRequest.d.ts.map +1 -0
- package/v1/model/{ListTtsaJobsRequest.js → ListUserQuotasRequest.js} +14 -14
- package/v1/model/ListUserQuotasRequest.js.map +1 -0
- package/v1/model/ListUserQuotasResponse.d.ts +14 -0
- package/v1/model/ListUserQuotasResponse.d.ts.map +1 -0
- package/v1/model/{ListTtsaJobsResponse.js → ListUserQuotasResponse.js} +8 -14
- package/v1/model/ListUserQuotasResponse.js.map +1 -0
- package/v1/model/LiveNotifyConfig.d.ts +9 -0
- package/v1/model/LiveNotifyConfig.d.ts.map +1 -0
- package/v1/model/LiveNotifyConfig.js +19 -0
- package/v1/model/LiveNotifyConfig.js.map +1 -0
- package/v1/model/OperationLogInfo.d.ts +47 -1
- package/v1/model/OperationLogInfo.d.ts.map +1 -1
- package/v1/model/OperationLogInfo.js +52 -0
- package/v1/model/OperationLogInfo.js.map +1 -1
- package/v1/model/ServiceSharedConfig.d.ts +14 -0
- package/v1/model/ServiceSharedConfig.d.ts.map +1 -0
- package/v1/model/ServiceSharedConfig.js +33 -0
- package/v1/model/ServiceSharedConfig.js.map +1 -0
- package/v1/model/SetTenantNoticeConfigurationReq.d.ts +12 -0
- package/v1/model/SetTenantNoticeConfigurationReq.d.ts.map +1 -0
- package/v1/model/SetTenantNoticeConfigurationReq.js +28 -0
- package/v1/model/SetTenantNoticeConfigurationReq.js.map +1 -0
- package/v1/model/SetTenantNoticeConfigurationRequest.d.ts +19 -0
- package/v1/model/SetTenantNoticeConfigurationRequest.d.ts.map +1 -0
- package/v1/model/SetTenantNoticeConfigurationRequest.js +43 -0
- package/v1/model/SetTenantNoticeConfigurationRequest.js.map +1 -0
- package/v1/model/SetTenantNoticeConfigurationResponse.d.ts +9 -0
- package/v1/model/SetTenantNoticeConfigurationResponse.d.ts.map +1 -0
- package/v1/model/SetTenantNoticeConfigurationResponse.js +21 -0
- package/v1/model/SetTenantNoticeConfigurationResponse.js.map +1 -0
- package/v1/model/SetTenantUserConfigurationReq.d.ts +9 -0
- package/v1/model/SetTenantUserConfigurationReq.d.ts.map +1 -0
- package/v1/model/SetTenantUserConfigurationReq.js +19 -0
- package/v1/model/SetTenantUserConfigurationReq.js.map +1 -0
- package/v1/model/SetTenantUserConfigurationRequest.d.ts +19 -0
- package/v1/model/SetTenantUserConfigurationRequest.d.ts.map +1 -0
- package/v1/model/SetTenantUserConfigurationRequest.js +43 -0
- package/v1/model/SetTenantUserConfigurationRequest.js.map +1 -0
- package/v1/model/SetTenantUserConfigurationResponse.d.ts +9 -0
- package/v1/model/SetTenantUserConfigurationResponse.d.ts.map +1 -0
- package/v1/model/SetTenantUserConfigurationResponse.js +21 -0
- package/v1/model/SetTenantUserConfigurationResponse.js.map +1 -0
- package/v1/model/Show2dModelTrainingJobResponse.d.ts +90 -6
- package/v1/model/Show2dModelTrainingJobResponse.d.ts.map +1 -1
- package/v1/model/Show2dModelTrainingJobResponse.js +167 -11
- package/v1/model/Show2dModelTrainingJobResponse.js.map +1 -1
- package/v1/model/ShowLivePlatformAccessTypeRequest.d.ts +4 -0
- package/v1/model/ShowLivePlatformAccessTypeRequest.d.ts.map +1 -1
- package/v1/model/ShowLivePlatformAccessTypeRequest.js +8 -0
- package/v1/model/ShowLivePlatformAccessTypeRequest.js.map +1 -1
- package/v1/model/ShowSmartLiveUserConfigRequest.d.ts +16 -0
- package/v1/model/ShowSmartLiveUserConfigRequest.d.ts.map +1 -0
- package/v1/model/ShowSmartLiveUserConfigRequest.js +39 -0
- package/v1/model/ShowSmartLiveUserConfigRequest.js.map +1 -0
- package/v1/model/ShowSmartLiveUserConfigResponse.d.ts +24 -0
- package/v1/model/ShowSmartLiveUserConfigResponse.d.ts.map +1 -0
- package/v1/model/ShowSmartLiveUserConfigResponse.js +51 -0
- package/v1/model/ShowSmartLiveUserConfigResponse.js.map +1 -0
- package/v1/model/ShowTenantAssginRecordRequest.d.ts +8 -0
- package/v1/model/ShowTenantAssginRecordRequest.d.ts.map +1 -0
- package/v1/model/ShowTenantAssginRecordRequest.js +17 -0
- package/v1/model/ShowTenantAssginRecordRequest.js.map +1 -0
- package/v1/model/ShowTenantAssginRecordResponse.d.ts +33 -0
- package/v1/model/ShowTenantAssginRecordResponse.d.ts.map +1 -0
- package/v1/model/ShowTenantAssginRecordResponse.js +75 -0
- package/v1/model/ShowTenantAssginRecordResponse.js.map +1 -0
- package/v1/model/ShowTenantNoticeConfigurationRequest.d.ts +22 -0
- package/v1/model/ShowTenantNoticeConfigurationRequest.d.ts.map +1 -0
- package/v1/model/ShowTenantNoticeConfigurationRequest.js +52 -0
- package/v1/model/ShowTenantNoticeConfigurationRequest.js.map +1 -0
- package/v1/model/ShowTenantNoticeConfigurationResponse.d.ts +17 -0
- package/v1/model/ShowTenantNoticeConfigurationResponse.d.ts.map +1 -0
- package/v1/model/ShowTenantNoticeConfigurationResponse.js +39 -0
- package/v1/model/ShowTenantNoticeConfigurationResponse.js.map +1 -0
- package/v1/model/ShowTenantServiceConfigsRequest.d.ts +16 -0
- package/v1/model/ShowTenantServiceConfigsRequest.d.ts.map +1 -0
- package/v1/model/ShowTenantServiceConfigsRequest.js +39 -0
- package/v1/model/ShowTenantServiceConfigsRequest.js.map +1 -0
- package/v1/model/ShowTenantServiceConfigsResponse.d.ts +28 -0
- package/v1/model/ShowTenantServiceConfigsResponse.d.ts.map +1 -0
- package/v1/model/ShowTenantServiceConfigsResponse.js +61 -0
- package/v1/model/ShowTenantServiceConfigsResponse.js.map +1 -0
- package/v1/model/ShowTenantUserConfigurationRequest.d.ts +20 -0
- package/v1/model/ShowTenantUserConfigurationRequest.d.ts.map +1 -0
- package/v1/model/{ListTtsaDataRequest.js → ShowTenantUserConfigurationRequest.js} +9 -16
- package/v1/model/ShowTenantUserConfigurationRequest.js.map +1 -0
- package/v1/model/ShowTenantUserConfigurationResponse.d.ts +14 -0
- package/v1/model/ShowTenantUserConfigurationResponse.d.ts.map +1 -0
- package/v1/model/ShowTenantUserConfigurationResponse.js +31 -0
- package/v1/model/ShowTenantUserConfigurationResponse.js.map +1 -0
- package/v1/model/ShowTransferAssetJobRequest.d.ts +20 -0
- package/v1/model/ShowTransferAssetJobRequest.d.ts.map +1 -0
- package/v1/model/ShowTransferAssetJobRequest.js +50 -0
- package/v1/model/ShowTransferAssetJobRequest.js.map +1 -0
- package/v1/model/ShowTransferAssetJobResponse.d.ts +69 -0
- package/v1/model/ShowTransferAssetJobResponse.d.ts.map +1 -0
- package/v1/model/ShowTransferAssetJobResponse.js +145 -0
- package/v1/model/ShowTransferAssetJobResponse.js.map +1 -0
- package/v1/model/SpTenantInfo.d.ts +28 -0
- package/v1/model/SpTenantInfo.d.ts.map +1 -0
- package/v1/model/SpTenantInfo.js +63 -0
- package/v1/model/SpTenantInfo.js.map +1 -0
- package/v1/model/SubAccountControlConfig.d.ts +12 -0
- package/v1/model/SubAccountControlConfig.d.ts.map +1 -0
- package/v1/model/SubAccountControlConfig.js +29 -0
- package/v1/model/SubAccountControlConfig.js.map +1 -0
- package/v1/model/SubTrainingJobInfoDto.d.ts +26 -0
- package/v1/model/SubTrainingJobInfoDto.d.ts.map +1 -0
- package/v1/model/SubTrainingJobInfoDto.js +63 -0
- package/v1/model/SubTrainingJobInfoDto.js.map +1 -0
- package/v1/model/TenantLogConfig.d.ts +12 -0
- package/v1/model/TenantLogConfig.d.ts.map +1 -0
- package/v1/model/TenantLogConfig.js +29 -0
- package/v1/model/TenantLogConfig.js.map +1 -0
- package/v1/model/TenantServiceConfigsInfo.d.ts +23 -0
- package/v1/model/TenantServiceConfigsInfo.d.ts.map +1 -0
- package/v1/model/TenantServiceConfigsInfo.js +49 -0
- package/v1/model/TenantServiceConfigsInfo.js.map +1 -0
- package/v1/model/TrainingAllocatedResource.d.ts +2 -1
- package/v1/model/TrainingAllocatedResource.d.ts.map +1 -1
- package/v1/model/TrainingAllocatedResource.js +1 -0
- package/v1/model/TrainingAllocatedResource.js.map +1 -1
- package/v1/model/TrainingJobBasicInfo.d.ts +36 -2
- package/v1/model/TrainingJobBasicInfo.d.ts.map +1 -1
- package/v1/model/TrainingJobBasicInfo.js +64 -0
- package/v1/model/TrainingJobBasicInfo.js.map +1 -1
- package/v1/model/TransAcceptResponse.d.ts +13 -0
- package/v1/model/TransAcceptResponse.d.ts.map +1 -0
- package/v1/model/TransAcceptResponse.js +29 -0
- package/v1/model/TransAcceptResponse.js.map +1 -0
- package/v1/model/TransJobRejectBody.d.ts +6 -0
- package/v1/model/TransJobRejectBody.d.ts.map +1 -0
- package/v1/model/TransJobRejectBody.js +13 -0
- package/v1/model/TransJobRejectBody.js.map +1 -0
- package/v1/model/TransferAssetJobInfo.d.ts +64 -0
- package/v1/model/TransferAssetJobInfo.d.ts.map +1 -0
- package/v1/model/TransferAssetJobInfo.js +133 -0
- package/v1/model/TransferAssetJobInfo.js.map +1 -0
- package/v1/model/TransferAssetReq.d.ts +35 -0
- package/v1/model/TransferAssetReq.d.ts.map +1 -0
- package/v1/model/TransferAssetReq.js +85 -0
- package/v1/model/TransferAssetReq.js.map +1 -0
- package/v1/model/TransferAssetRequest.d.ts +19 -0
- package/v1/model/TransferAssetRequest.d.ts.map +1 -0
- package/v1/model/TransferAssetRequest.js +43 -0
- package/v1/model/TransferAssetRequest.js.map +1 -0
- package/v1/model/{CreateTtsaResponse.d.ts → TransferAssetResponse.d.ts} +4 -4
- package/v1/model/TransferAssetResponse.d.ts.map +1 -0
- package/v1/model/{CreateTtsaResponse.js → TransferAssetResponse.js} +4 -4
- package/v1/model/TransferAssetResponse.js.map +1 -0
- package/v1/model/TransferTypeEnum.d.ts +4 -0
- package/v1/model/TransferTypeEnum.d.ts.map +1 -0
- package/v1/model/TransferTypeEnum.js +9 -0
- package/v1/model/TransferTypeEnum.js.map +1 -0
- package/v1/model/Update2dModelTrainingJobReq.d.ts +9 -0
- package/v1/model/Update2dModelTrainingJobReq.d.ts.map +1 -1
- package/v1/model/Update2dModelTrainingJobReq.js +20 -0
- package/v1/model/Update2dModelTrainingJobReq.js.map +1 -1
- package/v1/model/UpdateTenantServiceConfigsReq.d.ts +13 -0
- package/v1/model/UpdateTenantServiceConfigsReq.d.ts.map +1 -0
- package/v1/model/UpdateTenantServiceConfigsReq.js +29 -0
- package/v1/model/UpdateTenantServiceConfigsReq.js.map +1 -0
- package/v1/model/UpdateTenantServiceConfigsRequest.d.ts +19 -0
- package/v1/model/UpdateTenantServiceConfigsRequest.d.ts.map +1 -0
- package/v1/model/UpdateTenantServiceConfigsRequest.js +43 -0
- package/v1/model/UpdateTenantServiceConfigsRequest.js.map +1 -0
- package/v1/model/UpdateTenantServiceConfigsResponse.d.ts +32 -0
- package/v1/model/UpdateTenantServiceConfigsResponse.d.ts.map +1 -0
- package/v1/model/UpdateTenantServiceConfigsResponse.js +71 -0
- package/v1/model/UpdateTenantServiceConfigsResponse.js.map +1 -0
- package/v1/model/UpdateUserQuotaInfo.d.ts +7 -0
- package/v1/model/UpdateUserQuotaInfo.d.ts.map +1 -0
- package/v1/model/UpdateUserQuotaInfo.js +14 -0
- package/v1/model/UpdateUserQuotaInfo.js.map +1 -0
- package/v1/model/UpdateUserQuotasRequest.d.ts +23 -0
- package/v1/model/UpdateUserQuotasRequest.d.ts.map +1 -0
- package/v1/model/UpdateUserQuotasRequest.js +54 -0
- package/v1/model/UpdateUserQuotasRequest.js.map +1 -0
- package/v1/model/UpdateUserQuotasResponse.d.ts +9 -0
- package/v1/model/UpdateUserQuotasResponse.d.ts.map +1 -0
- package/v1/model/UpdateUserQuotasResponse.js +21 -0
- package/v1/model/UpdateUserQuotasResponse.js.map +1 -0
- package/v1/model/UserQuotaDetail.d.ts +36 -0
- package/v1/model/UserQuotaDetail.d.ts.map +1 -0
- package/v1/model/UserQuotaDetail.js +89 -0
- package/v1/model/UserQuotaDetail.js.map +1 -0
- package/v1/model/UserQuotaInfo.d.ts +13 -0
- package/v1/model/UserQuotaInfo.d.ts.map +1 -0
- package/v1/model/UserQuotaInfo.js +29 -0
- package/v1/model/UserQuotaInfo.js.map +1 -0
- package/v1/public-api.d.ts +67 -15
- package/v1/public-api.d.ts.map +1 -1
- package/v1/public-api.js +67 -15
- package/v1/public-api.js.map +1 -1
- package/v1/model/AnimationItem.d.ts +0 -10
- package/v1/model/AnimationItem.d.ts.map +0 -1
- package/v1/model/AnimationItem.js +0 -23
- package/v1/model/AnimationItem.js.map +0 -1
- package/v1/model/CreateFASReq.d.ts +0 -14
- package/v1/model/CreateFASReq.d.ts.map +0 -1
- package/v1/model/CreateFASReq.js +0 -35
- package/v1/model/CreateFASReq.js.map +0 -1
- package/v1/model/CreateFacialAnimationsRequest.d.ts +0 -7
- package/v1/model/CreateFacialAnimationsRequest.d.ts.map +0 -1
- package/v1/model/CreateFacialAnimationsRequest.js +0 -13
- package/v1/model/CreateFacialAnimationsRequest.js.map +0 -1
- package/v1/model/CreateFacialAnimationsResponse.d.ts +0 -13
- package/v1/model/CreateFacialAnimationsResponse.d.ts.map +0 -1
- package/v1/model/CreateFacialAnimationsResponse.js.map +0 -1
- package/v1/model/CreateTTSAReq.d.ts +0 -54
- package/v1/model/CreateTTSAReq.d.ts.map +0 -1
- package/v1/model/CreateTTSAReq.js +0 -109
- package/v1/model/CreateTTSAReq.js.map +0 -1
- package/v1/model/CreateTtsaRequest.d.ts +0 -23
- package/v1/model/CreateTtsaRequest.d.ts.map +0 -1
- package/v1/model/CreateTtsaRequest.js.map +0 -1
- package/v1/model/CreateTtsaResponse.d.ts.map +0 -1
- package/v1/model/CreateTtsaResponse.js.map +0 -1
- package/v1/model/ListFacialAnimationsDataRequest.d.ts +0 -8
- package/v1/model/ListFacialAnimationsDataRequest.d.ts.map +0 -1
- package/v1/model/ListFacialAnimationsDataRequest.js +0 -20
- package/v1/model/ListFacialAnimationsDataRequest.js.map +0 -1
- package/v1/model/ListFacialAnimationsDataResponse.d.ts +0 -24
- package/v1/model/ListFacialAnimationsDataResponse.d.ts.map +0 -1
- package/v1/model/ListFacialAnimationsDataResponse.js +0 -45
- package/v1/model/ListFacialAnimationsDataResponse.js.map +0 -1
- package/v1/model/ListTtsaDataRequest.d.ts +0 -22
- package/v1/model/ListTtsaDataRequest.d.ts.map +0 -1
- package/v1/model/ListTtsaDataRequest.js.map +0 -1
- package/v1/model/ListTtsaDataResponse.d.ts +0 -33
- package/v1/model/ListTtsaDataResponse.d.ts.map +0 -1
- package/v1/model/ListTtsaDataResponse.js +0 -71
- package/v1/model/ListTtsaDataResponse.js.map +0 -1
- package/v1/model/ListTtsaJobsRequest.d.ts +0 -24
- package/v1/model/ListTtsaJobsRequest.d.ts.map +0 -1
- package/v1/model/ListTtsaJobsRequest.js.map +0 -1
- package/v1/model/ListTtsaJobsResponse.d.ts +0 -16
- package/v1/model/ListTtsaJobsResponse.d.ts.map +0 -1
- package/v1/model/ListTtsaJobsResponse.js.map +0 -1
- package/v1/model/MotionItem.d.ts +0 -12
- package/v1/model/MotionItem.d.ts.map +0 -1
- package/v1/model/MotionItem.js +0 -25
- package/v1/model/MotionItem.js.map +0 -1
- package/v1/model/TTSAJob.d.ts +0 -44
- package/v1/model/TTSAJob.d.ts.map +0 -1
- package/v1/model/TTSAJob.js +0 -83
- package/v1/model/TTSAJob.js.map +0 -1
package/v1/MetaStudioClient.d.ts
CHANGED
|
@@ -6,6 +6,8 @@ import { BatchDeletePacifyWordsRequest } from './model/BatchDeletePacifyWordsReq
|
|
|
6
6
|
import { BatchDeletePacifyWordsResponse } from './model/BatchDeletePacifyWordsResponse';
|
|
7
7
|
import { BatchExecuteAssetActionRequest } from './model/BatchExecuteAssetActionRequest';
|
|
8
8
|
import { BatchExecuteAssetActionResponse } from './model/BatchExecuteAssetActionResponse';
|
|
9
|
+
import { BindUserAssetResourceRequest } from './model/BindUserAssetResourceRequest';
|
|
10
|
+
import { BindUserAssetResourceResponse } from './model/BindUserAssetResourceResponse';
|
|
9
11
|
import { Cancel2DDigitalHumanVideoRequest } from './model/Cancel2DDigitalHumanVideoRequest';
|
|
10
12
|
import { Cancel2DDigitalHumanVideoResponse } from './model/Cancel2DDigitalHumanVideoResponse';
|
|
11
13
|
import { CancelPhotoDigitalHumanVideoRequest } from './model/CancelPhotoDigitalHumanVideoRequest';
|
|
@@ -54,8 +56,6 @@ import { CreateDigitalHumanBusinessCardRequest } from './model/CreateDigitalHuma
|
|
|
54
56
|
import { CreateDigitalHumanBusinessCardResponse } from './model/CreateDigitalHumanBusinessCardResponse';
|
|
55
57
|
import { CreateDocumentRequest } from './model/CreateDocumentRequest';
|
|
56
58
|
import { CreateDocumentResponse } from './model/CreateDocumentResponse';
|
|
57
|
-
import { CreateFacialAnimationsRequest } from './model/CreateFacialAnimationsRequest';
|
|
58
|
-
import { CreateFacialAnimationsResponse } from './model/CreateFacialAnimationsResponse';
|
|
59
59
|
import { CreateFileRequest } from './model/CreateFileRequest';
|
|
60
60
|
import { CreateFileResponse } from './model/CreateFileResponse';
|
|
61
61
|
import { CreateHotQuestionRequest } from './model/CreateHotQuestionRequest';
|
|
@@ -132,12 +132,14 @@ import { CreateTrainingThirdPartyJobRequest } from './model/CreateTrainingThirdP
|
|
|
132
132
|
import { CreateTrainingThirdPartyJobResponse } from './model/CreateTrainingThirdPartyJobResponse';
|
|
133
133
|
import { CreateTtsAuditionRequest } from './model/CreateTtsAuditionRequest';
|
|
134
134
|
import { CreateTtsAuditionResponse } from './model/CreateTtsAuditionResponse';
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
135
|
+
import { CreateTtsOnceCodeRequest } from './model/CreateTtsOnceCodeRequest';
|
|
136
|
+
import { CreateTtsOnceCodeResponse } from './model/CreateTtsOnceCodeResponse';
|
|
137
137
|
import { CreateTtscVocabularyConfigsRequest } from './model/CreateTtscVocabularyConfigsRequest';
|
|
138
138
|
import { CreateTtscVocabularyConfigsResponse } from './model/CreateTtscVocabularyConfigsResponse';
|
|
139
139
|
import { CreateTtscVocabularyGroupsRequest } from './model/CreateTtscVocabularyGroupsRequest';
|
|
140
140
|
import { CreateTtscVocabularyGroupsResponse } from './model/CreateTtscVocabularyGroupsResponse';
|
|
141
|
+
import { CreateUserQuotasRequest } from './model/CreateUserQuotasRequest';
|
|
142
|
+
import { CreateUserQuotasResponse } from './model/CreateUserQuotasResponse';
|
|
141
143
|
import { CreateVideoMotionCaptureJobRequest } from './model/CreateVideoMotionCaptureJobRequest';
|
|
142
144
|
import { CreateVideoMotionCaptureJobResponse } from './model/CreateVideoMotionCaptureJobResponse';
|
|
143
145
|
import { CreateVideoScriptsRequest } from './model/CreateVideoScriptsRequest';
|
|
@@ -206,16 +208,22 @@ import { DeleteSmartLiveRoomRequest } from './model/DeleteSmartLiveRoomRequest';
|
|
|
206
208
|
import { DeleteSmartLiveRoomResponse } from './model/DeleteSmartLiveRoomResponse';
|
|
207
209
|
import { DeleteTaskRequest } from './model/DeleteTaskRequest';
|
|
208
210
|
import { DeleteTaskResponse } from './model/DeleteTaskResponse';
|
|
211
|
+
import { DeleteTenantUserConfigurationRequest } from './model/DeleteTenantUserConfigurationRequest';
|
|
212
|
+
import { DeleteTenantUserConfigurationResponse } from './model/DeleteTenantUserConfigurationResponse';
|
|
209
213
|
import { DeleteTtscVocabularyConfigsRequest } from './model/DeleteTtscVocabularyConfigsRequest';
|
|
210
214
|
import { DeleteTtscVocabularyConfigsResponse } from './model/DeleteTtscVocabularyConfigsResponse';
|
|
211
215
|
import { DeleteTtscVocabularyGroupsRequest } from './model/DeleteTtscVocabularyGroupsRequest';
|
|
212
216
|
import { DeleteTtscVocabularyGroupsResponse } from './model/DeleteTtscVocabularyGroupsResponse';
|
|
217
|
+
import { DeleteUserQuotasRequest } from './model/DeleteUserQuotasRequest';
|
|
218
|
+
import { DeleteUserQuotasResponse } from './model/DeleteUserQuotasResponse';
|
|
213
219
|
import { DeleteVideoScriptRequest } from './model/DeleteVideoScriptRequest';
|
|
214
220
|
import { DeleteVideoScriptResponse } from './model/DeleteVideoScriptResponse';
|
|
215
221
|
import { DeleteVoiceTrainingJobRequest } from './model/DeleteVoiceTrainingJobRequest';
|
|
216
222
|
import { DeleteVoiceTrainingJobResponse } from './model/DeleteVoiceTrainingJobResponse';
|
|
217
223
|
import { DeleteWelcomeSpeechRequest } from './model/DeleteWelcomeSpeechRequest';
|
|
218
224
|
import { DeleteWelcomeSpeechResponse } from './model/DeleteWelcomeSpeechResponse';
|
|
225
|
+
import { Download2dModelTraningEncryptFileRequest } from './model/Download2dModelTraningEncryptFileRequest';
|
|
226
|
+
import { Download2dModelTraningEncryptFileResponse } from './model/Download2dModelTraningEncryptFileResponse';
|
|
219
227
|
import { DownloadDocumentRequest } from './model/DownloadDocumentRequest';
|
|
220
228
|
import { DownloadDocumentResponse } from './model/DownloadDocumentResponse';
|
|
221
229
|
import { DownloadResultFileRequest } from './model/DownloadResultFileRequest';
|
|
@@ -226,6 +234,8 @@ import { Execute2dModelTrainingCommandByUserRequest } from './model/Execute2dMod
|
|
|
226
234
|
import { Execute2dModelTrainingCommandByUserResponse } from './model/Execute2dModelTrainingCommandByUserResponse';
|
|
227
235
|
import { ExecuteSmartLiveCommandRequest } from './model/ExecuteSmartLiveCommandRequest';
|
|
228
236
|
import { ExecuteSmartLiveCommandResponse } from './model/ExecuteSmartLiveCommandResponse';
|
|
237
|
+
import { ExecuteTransferAssetActionRequest } from './model/ExecuteTransferAssetActionRequest';
|
|
238
|
+
import { ExecuteTransferAssetActionResponse } from './model/ExecuteTransferAssetActionResponse';
|
|
229
239
|
import { ExecuteVideoMotionCaptureCommandRequest } from './model/ExecuteVideoMotionCaptureCommandRequest';
|
|
230
240
|
import { ExecuteVideoMotionCaptureCommandResponse } from './model/ExecuteVideoMotionCaptureCommandResponse';
|
|
231
241
|
import { ExportKnowledgeSkillRequest } from './model/ExportKnowledgeSkillRequest';
|
|
@@ -250,8 +260,6 @@ import { ListDocumentInfoRequest } from './model/ListDocumentInfoRequest';
|
|
|
250
260
|
import { ListDocumentInfoResponse } from './model/ListDocumentInfoResponse';
|
|
251
261
|
import { ListDocumentSegmentRequest } from './model/ListDocumentSegmentRequest';
|
|
252
262
|
import { ListDocumentSegmentResponse } from './model/ListDocumentSegmentResponse';
|
|
253
|
-
import { ListFacialAnimationsDataRequest } from './model/ListFacialAnimationsDataRequest';
|
|
254
|
-
import { ListFacialAnimationsDataResponse } from './model/ListFacialAnimationsDataResponse';
|
|
255
263
|
import { ListHotQuestionRequest } from './model/ListHotQuestionRequest';
|
|
256
264
|
import { ListHotQuestionResponse } from './model/ListHotQuestionResponse';
|
|
257
265
|
import { ListHotWordsRequest } from './model/ListHotWordsRequest';
|
|
@@ -316,14 +324,14 @@ import { ListStylesRequest } from './model/ListStylesRequest';
|
|
|
316
324
|
import { ListStylesResponse } from './model/ListStylesResponse';
|
|
317
325
|
import { ListTenantResourcesRequest } from './model/ListTenantResourcesRequest';
|
|
318
326
|
import { ListTenantResourcesResponse } from './model/ListTenantResourcesResponse';
|
|
319
|
-
import {
|
|
320
|
-
import {
|
|
321
|
-
import { ListTtsaJobsRequest } from './model/ListTtsaJobsRequest';
|
|
322
|
-
import { ListTtsaJobsResponse } from './model/ListTtsaJobsResponse';
|
|
327
|
+
import { ListTransferAssetJobsRequest } from './model/ListTransferAssetJobsRequest';
|
|
328
|
+
import { ListTransferAssetJobsResponse } from './model/ListTransferAssetJobsResponse';
|
|
323
329
|
import { ListTtscVocabularyConfigsRequest } from './model/ListTtscVocabularyConfigsRequest';
|
|
324
330
|
import { ListTtscVocabularyConfigsResponse } from './model/ListTtscVocabularyConfigsResponse';
|
|
325
331
|
import { ListTtscVocabularyGroupsRequest } from './model/ListTtscVocabularyGroupsRequest';
|
|
326
332
|
import { ListTtscVocabularyGroupsResponse } from './model/ListTtscVocabularyGroupsResponse';
|
|
333
|
+
import { ListUserQuotasRequest } from './model/ListUserQuotasRequest';
|
|
334
|
+
import { ListUserQuotasResponse } from './model/ListUserQuotasResponse';
|
|
327
335
|
import { ListVideoMotionCaptureJobsRequest } from './model/ListVideoMotionCaptureJobsRequest';
|
|
328
336
|
import { ListVideoMotionCaptureJobsResponse } from './model/ListVideoMotionCaptureJobsResponse';
|
|
329
337
|
import { ListVideoScriptsRequest } from './model/ListVideoScriptsRequest';
|
|
@@ -350,6 +358,10 @@ import { SetJobBatchNameRequest } from './model/SetJobBatchNameRequest';
|
|
|
350
358
|
import { SetJobBatchNameResponse } from './model/SetJobBatchNameResponse';
|
|
351
359
|
import { SetProductAssetRequest } from './model/SetProductAssetRequest';
|
|
352
360
|
import { SetProductAssetResponse } from './model/SetProductAssetResponse';
|
|
361
|
+
import { SetTenantNoticeConfigurationRequest } from './model/SetTenantNoticeConfigurationRequest';
|
|
362
|
+
import { SetTenantNoticeConfigurationResponse } from './model/SetTenantNoticeConfigurationResponse';
|
|
363
|
+
import { SetTenantUserConfigurationRequest } from './model/SetTenantUserConfigurationRequest';
|
|
364
|
+
import { SetTenantUserConfigurationResponse } from './model/SetTenantUserConfigurationResponse';
|
|
353
365
|
import { SetTtscGroupAssetsRequest } from './model/SetTtscGroupAssetsRequest';
|
|
354
366
|
import { SetTtscGroupAssetsResponse } from './model/SetTtscGroupAssetsResponse';
|
|
355
367
|
import { Show2DDigitalHumanVideoRequest } from './model/Show2DDigitalHumanVideoRequest';
|
|
@@ -448,16 +460,28 @@ import { ShowSmartLiveRequest } from './model/ShowSmartLiveRequest';
|
|
|
448
460
|
import { ShowSmartLiveResponse } from './model/ShowSmartLiveResponse';
|
|
449
461
|
import { ShowSmartLiveRoomRequest } from './model/ShowSmartLiveRoomRequest';
|
|
450
462
|
import { ShowSmartLiveRoomResponse } from './model/ShowSmartLiveRoomResponse';
|
|
463
|
+
import { ShowSmartLiveUserConfigRequest } from './model/ShowSmartLiveUserConfigRequest';
|
|
464
|
+
import { ShowSmartLiveUserConfigResponse } from './model/ShowSmartLiveUserConfigResponse';
|
|
451
465
|
import { ShowSubtitleFileRequest } from './model/ShowSubtitleFileRequest';
|
|
452
466
|
import { ShowSubtitleFileResponse } from './model/ShowSubtitleFileResponse';
|
|
453
467
|
import { ShowSummaryUsageDataRequest } from './model/ShowSummaryUsageDataRequest';
|
|
454
468
|
import { ShowSummaryUsageDataResponse } from './model/ShowSummaryUsageDataResponse';
|
|
455
469
|
import { ShowTaskRequest } from './model/ShowTaskRequest';
|
|
456
470
|
import { ShowTaskResponse } from './model/ShowTaskResponse';
|
|
471
|
+
import { ShowTenantAssginRecordRequest } from './model/ShowTenantAssginRecordRequest';
|
|
472
|
+
import { ShowTenantAssginRecordResponse } from './model/ShowTenantAssginRecordResponse';
|
|
457
473
|
import { ShowTenantDurationCfgRequest } from './model/ShowTenantDurationCfgRequest';
|
|
458
474
|
import { ShowTenantDurationCfgResponse } from './model/ShowTenantDurationCfgResponse';
|
|
475
|
+
import { ShowTenantNoticeConfigurationRequest } from './model/ShowTenantNoticeConfigurationRequest';
|
|
476
|
+
import { ShowTenantNoticeConfigurationResponse } from './model/ShowTenantNoticeConfigurationResponse';
|
|
477
|
+
import { ShowTenantServiceConfigsRequest } from './model/ShowTenantServiceConfigsRequest';
|
|
478
|
+
import { ShowTenantServiceConfigsResponse } from './model/ShowTenantServiceConfigsResponse';
|
|
479
|
+
import { ShowTenantUserConfigurationRequest } from './model/ShowTenantUserConfigurationRequest';
|
|
480
|
+
import { ShowTenantUserConfigurationResponse } from './model/ShowTenantUserConfigurationResponse';
|
|
459
481
|
import { ShowTrainingSegmentInfoRequest } from './model/ShowTrainingSegmentInfoRequest';
|
|
460
482
|
import { ShowTrainingSegmentInfoResponse } from './model/ShowTrainingSegmentInfoResponse';
|
|
483
|
+
import { ShowTransferAssetJobRequest } from './model/ShowTransferAssetJobRequest';
|
|
484
|
+
import { ShowTransferAssetJobResponse } from './model/ShowTransferAssetJobResponse';
|
|
461
485
|
import { ShowTtsAuditionFileRequest } from './model/ShowTtsAuditionFileRequest';
|
|
462
486
|
import { ShowTtsAuditionFileResponse } from './model/ShowTtsAuditionFileResponse';
|
|
463
487
|
import { ShowTtsJobRequest } from './model/ShowTtsJobRequest';
|
|
@@ -498,6 +522,8 @@ import { StopSmartLiveRequest } from './model/StopSmartLiveRequest';
|
|
|
498
522
|
import { StopSmartLiveResponse } from './model/StopSmartLiveResponse';
|
|
499
523
|
import { StopVideoMotionCaptureJobRequest } from './model/StopVideoMotionCaptureJobRequest';
|
|
500
524
|
import { StopVideoMotionCaptureJobResponse } from './model/StopVideoMotionCaptureJobResponse';
|
|
525
|
+
import { TransferAssetRequest } from './model/TransferAssetRequest';
|
|
526
|
+
import { TransferAssetResponse } from './model/TransferAssetResponse';
|
|
501
527
|
import { Update2dModelTrainingJobRequest } from './model/Update2dModelTrainingJobRequest';
|
|
502
528
|
import { Update2dModelTrainingJobResponse } from './model/Update2dModelTrainingJobResponse';
|
|
503
529
|
import { UpdateActiveCodeRequest } from './model/UpdateActiveCodeRequest';
|
|
@@ -568,8 +594,12 @@ import { UpdateSmartLiveRoomRequest } from './model/UpdateSmartLiveRoomRequest';
|
|
|
568
594
|
import { UpdateSmartLiveRoomResponse } from './model/UpdateSmartLiveRoomResponse';
|
|
569
595
|
import { UpdateSmartLiveUserConfigRequest } from './model/UpdateSmartLiveUserConfigRequest';
|
|
570
596
|
import { UpdateSmartLiveUserConfigResponse } from './model/UpdateSmartLiveUserConfigResponse';
|
|
597
|
+
import { UpdateTenantServiceConfigsRequest } from './model/UpdateTenantServiceConfigsRequest';
|
|
598
|
+
import { UpdateTenantServiceConfigsResponse } from './model/UpdateTenantServiceConfigsResponse';
|
|
571
599
|
import { UpdateTtscVocabularyGroupsRequest } from './model/UpdateTtscVocabularyGroupsRequest';
|
|
572
600
|
import { UpdateTtscVocabularyGroupsResponse } from './model/UpdateTtscVocabularyGroupsResponse';
|
|
601
|
+
import { UpdateUserQuotasRequest } from './model/UpdateUserQuotasRequest';
|
|
602
|
+
import { UpdateUserQuotasResponse } from './model/UpdateUserQuotasResponse';
|
|
573
603
|
import { UpdateVideoScriptRequest } from './model/UpdateVideoScriptRequest';
|
|
574
604
|
import { UpdateVideoScriptResponse } from './model/UpdateVideoScriptResponse';
|
|
575
605
|
import { UpdateWelcomeSpeechRequest } from './model/UpdateWelcomeSpeechRequest';
|
|
@@ -1114,6 +1144,22 @@ export declare class MetaStudioClient {
|
|
|
1114
1144
|
* @throws {RequiredError}
|
|
1115
1145
|
*/
|
|
1116
1146
|
deleteAsset(deleteAssetRequest?: DeleteAssetRequest): Promise<DeleteAssetResponse>;
|
|
1147
|
+
/**
|
|
1148
|
+
* 转移资产任务控制
|
|
1149
|
+
*
|
|
1150
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1151
|
+
*
|
|
1152
|
+
* @summary 转移资产任务控制
|
|
1153
|
+
* @param {string} jobId 任务ID。
|
|
1154
|
+
* @param {string} action 控制。 cancel:取消资产转移,仅转移发起方可调用。 accept:接受资产转移,仅转移接受方可调用。 accept_confirm:确认接受资产转移,仅转移接受方可调用,仅需要计费的转移需再次确认。 reject: 拒绝资产转移,仅转移接受方可调用。
|
|
1155
|
+
* @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
|
|
1156
|
+
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
1157
|
+
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
1158
|
+
* @param {TransJobRejectBody} [executeTransferAssetActionRequestBody] 拒绝理由
|
|
1159
|
+
* @param {*} [options] Override http request option.
|
|
1160
|
+
* @throws {RequiredError}
|
|
1161
|
+
*/
|
|
1162
|
+
executeTransferAssetAction(executeTransferAssetActionRequest?: ExecuteTransferAssetActionRequest): Promise<ExecuteTransferAssetActionResponse>;
|
|
1117
1163
|
/**
|
|
1118
1164
|
* 该接口用于查询媒体资产库中指定的多个资产的概要信息。
|
|
1119
1165
|
*
|
|
@@ -1170,6 +1216,24 @@ export declare class MetaStudioClient {
|
|
|
1170
1216
|
* @throws {RequiredError}
|
|
1171
1217
|
*/
|
|
1172
1218
|
listAssets(listAssetsRequest?: ListAssetsRequest): Promise<ListAssetsResponse>;
|
|
1219
|
+
/**
|
|
1220
|
+
* 资产转移任务列表
|
|
1221
|
+
*
|
|
1222
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1223
|
+
*
|
|
1224
|
+
* @summary 资产转移任务列表
|
|
1225
|
+
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
1226
|
+
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
1227
|
+
* @param {number} [offset] 偏移量,表示从此偏移量开始查询。
|
|
1228
|
+
* @param {number} [limit] 每页显示的条目数量。
|
|
1229
|
+
* @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
|
|
1230
|
+
* @param {'ALL' | 'SENDER' | 'RECEIVER'} [role] 角色。 SENDER:发起方,RECEIVER:接收方。ALL全部
|
|
1231
|
+
* @param {string} [state] 任务状态。多个状态使用英文逗号分隔。 - PROCESSING: 处理过程中 - ACCEPT: 接受 - REJECT: 拒绝 - CANCEL:取消 - FAIL: 失败
|
|
1232
|
+
* @param {string} [transferType] 任务类型。默认查询TRANSFER_OUT类型任务。 - TRANSFER_OUT: 资产转出 - TRANSFER_BACK: 资产转回
|
|
1233
|
+
* @param {*} [options] Override http request option.
|
|
1234
|
+
* @throws {RequiredError}
|
|
1235
|
+
*/
|
|
1236
|
+
listTransferAssetJobs(listTransferAssetJobsRequest?: ListTransferAssetJobsRequest): Promise<ListTransferAssetJobsResponse>;
|
|
1173
1237
|
/**
|
|
1174
1238
|
* 该接口用于恢复被删除至回收站的媒体资产。
|
|
1175
1239
|
*
|
|
@@ -1212,6 +1276,34 @@ export declare class MetaStudioClient {
|
|
|
1212
1276
|
* @throws {RequiredError}
|
|
1213
1277
|
*/
|
|
1214
1278
|
showAssetReplicationInfo(showAssetReplicationInfoRequest?: ShowAssetReplicationInfoRequest): Promise<ShowAssetReplicationInfoResponse>;
|
|
1279
|
+
/**
|
|
1280
|
+
* 查询转移资产任务详情
|
|
1281
|
+
*
|
|
1282
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1283
|
+
*
|
|
1284
|
+
* @summary 查询转移资产任务详情
|
|
1285
|
+
* @param {string} jobId 任务ID。
|
|
1286
|
+
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
1287
|
+
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
1288
|
+
* @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
|
|
1289
|
+
* @param {*} [options] Override http request option.
|
|
1290
|
+
* @throws {RequiredError}
|
|
1291
|
+
*/
|
|
1292
|
+
showTransferAssetJob(showTransferAssetJobRequest?: ShowTransferAssetJobRequest): Promise<ShowTransferAssetJobResponse>;
|
|
1293
|
+
/**
|
|
1294
|
+
* 转移资产给其他用户
|
|
1295
|
+
*
|
|
1296
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
1297
|
+
*
|
|
1298
|
+
* @summary 转移资产给其他用户
|
|
1299
|
+
* @param {TransferAssetReq} transferAssetRequestBody 资产转移请求
|
|
1300
|
+
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
1301
|
+
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
1302
|
+
* @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
|
|
1303
|
+
* @param {*} [options] Override http request option.
|
|
1304
|
+
* @throws {RequiredError}
|
|
1305
|
+
*/
|
|
1306
|
+
transferAsset(transferAssetRequest?: TransferAssetRequest): Promise<TransferAssetResponse>;
|
|
1215
1307
|
/**
|
|
1216
1308
|
* 该接口用于更新资产库中的媒体资产信息。
|
|
1217
1309
|
*
|
|
@@ -2203,19 +2295,6 @@ export declare class MetaStudioClient {
|
|
|
2203
2295
|
* @throws {RequiredError}
|
|
2204
2296
|
*/
|
|
2205
2297
|
createInteractiveChat(createInteractiveChatRequest?: CreateInteractiveChatRequest): Promise<CreateInteractiveChatResponse>;
|
|
2206
|
-
/**
|
|
2207
|
-
* 下载加密文件
|
|
2208
|
-
*
|
|
2209
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
2210
|
-
*
|
|
2211
|
-
* @summary 下载加密文件
|
|
2212
|
-
* @param {string} tenantId 租户id
|
|
2213
|
-
* @param {string} jobId 任务id
|
|
2214
|
-
* @param {string} onceToken 一次性token
|
|
2215
|
-
* @param {*} [options] Override http request option.
|
|
2216
|
-
* @throws {RequiredError}
|
|
2217
|
-
*/
|
|
2218
|
-
showEncryptFile(showEncryptFileRequest?: ShowEncryptFileRequest): Promise<ShowEncryptFileResponse>;
|
|
2219
2298
|
/**
|
|
2220
2299
|
* 该接口用于创建知识库意图和问法。一个意图包含一个主题,一个答案,若干个问法等。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
|
|
2221
2300
|
*
|
|
@@ -2693,6 +2772,8 @@ export declare class MetaStudioClient {
|
|
|
2693
2772
|
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
2694
2773
|
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
2695
2774
|
* @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
|
|
2775
|
+
* @param {number} [offset] 偏移量,表示从此偏移量开始查询。
|
|
2776
|
+
* @param {number} [limit] 每页显示的条目数量。
|
|
2696
2777
|
* @param {boolean} [used] 是否已使用
|
|
2697
2778
|
* @param {*} [options] Override http request option.
|
|
2698
2779
|
* @throws {RequiredError}
|
|
@@ -3282,7 +3363,7 @@ export declare class MetaStudioClient {
|
|
|
3282
3363
|
* @param {string} [createSince] 过滤创建时间>=输入时间的记录。
|
|
3283
3364
|
* @param {string} [name] 按名称模糊查询。
|
|
3284
3365
|
* @param {string} [tag] 按标签模糊查询。
|
|
3285
|
-
* @param {string} [state]
|
|
3366
|
+
* @param {string} [state] 根据状态查询。多个状态用英文逗号分隔。 文件状态枚举: * ACTIVED:已激活 * UNACTIVED:未激活 * BLOCK:已冻结 * DELETED:已删除
|
|
3286
3367
|
* @param {*} [options] Override http request option.
|
|
3287
3368
|
* @throws {RequiredError}
|
|
3288
3369
|
*/
|
|
@@ -3680,6 +3761,19 @@ export declare class MetaStudioClient {
|
|
|
3680
3761
|
* @throws {RequiredError}
|
|
3681
3762
|
*/
|
|
3682
3763
|
updateSmartChatRoom(updateSmartChatRoomRequest?: UpdateSmartChatRoomRequest): Promise<UpdateSmartChatRoomResponse>;
|
|
3764
|
+
/**
|
|
3765
|
+
* 该接口用于租户设置直播租户级配置。
|
|
3766
|
+
*
|
|
3767
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
3768
|
+
*
|
|
3769
|
+
* @summary 租户查询直播租户级配置
|
|
3770
|
+
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
3771
|
+
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
3772
|
+
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
3773
|
+
* @param {*} [options] Override http request option.
|
|
3774
|
+
* @throws {RequiredError}
|
|
3775
|
+
*/
|
|
3776
|
+
showSmartLiveUserConfig(showSmartLiveUserConfigRequest?: ShowSmartLiveUserConfigRequest): Promise<ShowSmartLiveUserConfigResponse>;
|
|
3683
3777
|
/**
|
|
3684
3778
|
* 该接口用于租户设置直播租户级配置。
|
|
3685
3779
|
*
|
|
@@ -4062,6 +4156,20 @@ export declare class MetaStudioClient {
|
|
|
4062
4156
|
* @throws {RequiredError}
|
|
4063
4157
|
*/
|
|
4064
4158
|
showSubtitleFile(showSubtitleFileRequest?: ShowSubtitleFileRequest): Promise<ShowSubtitleFileResponse>;
|
|
4159
|
+
/**
|
|
4160
|
+
* 资源绑定接口。
|
|
4161
|
+
*
|
|
4162
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4163
|
+
*
|
|
4164
|
+
* @summary 资源绑定接口
|
|
4165
|
+
* @param {BindAssetResourceReq} bindUserAssetResourceRequestBody 绑定资源请求。
|
|
4166
|
+
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
4167
|
+
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
4168
|
+
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
4169
|
+
* @param {*} [options] Override http request option.
|
|
4170
|
+
* @throws {RequiredError}
|
|
4171
|
+
*/
|
|
4172
|
+
bindUserAssetResource(bindUserAssetResourceRequest?: BindUserAssetResourceRequest): Promise<BindUserAssetResourceResponse>;
|
|
4065
4173
|
/**
|
|
4066
4174
|
* 统计指定时间段内即将过期的包周期与一次性资源数量。
|
|
4067
4175
|
*
|
|
@@ -4078,6 +4186,48 @@ export declare class MetaStudioClient {
|
|
|
4078
4186
|
* @throws {RequiredError}
|
|
4079
4187
|
*/
|
|
4080
4188
|
countTenantResources(countTenantResourcesRequest?: CountTenantResourcesRequest): Promise<CountTenantResourcesResponse>;
|
|
4189
|
+
/**
|
|
4190
|
+
* 创建子账户(IAM用户)配额,需要先开启子账户隔离后才能配置。只有根账户可创建。
|
|
4191
|
+
*
|
|
4192
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4193
|
+
*
|
|
4194
|
+
* @summary 创建子账户配额
|
|
4195
|
+
* @param {CreateUserQuotaInfo} createUserQuotasRequestBody 设置租户服务配额请求
|
|
4196
|
+
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
4197
|
+
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
4198
|
+
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
4199
|
+
* @param {*} [options] Override http request option.
|
|
4200
|
+
* @throws {RequiredError}
|
|
4201
|
+
*/
|
|
4202
|
+
createUserQuotas(createUserQuotasRequest?: CreateUserQuotasRequest): Promise<CreateUserQuotasResponse>;
|
|
4203
|
+
/**
|
|
4204
|
+
* 删除租户个性化配置。由租户下用户操作设置。
|
|
4205
|
+
*
|
|
4206
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4207
|
+
*
|
|
4208
|
+
* @summary 删除租户个性化配置
|
|
4209
|
+
* @param {DeleteTenantUserConfigurationReq} deleteTenantUserConfigurationRequestBody 删除租户个性化配置请求。
|
|
4210
|
+
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
4211
|
+
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
4212
|
+
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
4213
|
+
* @param {*} [options] Override http request option.
|
|
4214
|
+
* @throws {RequiredError}
|
|
4215
|
+
*/
|
|
4216
|
+
deleteTenantUserConfiguration(deleteTenantUserConfigurationRequest?: DeleteTenantUserConfigurationRequest): Promise<DeleteTenantUserConfigurationResponse>;
|
|
4217
|
+
/**
|
|
4218
|
+
* 删除子账户(IAM用户)配额,需要先开启子账户隔离后才能配置。只有根账户可删除。
|
|
4219
|
+
*
|
|
4220
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4221
|
+
*
|
|
4222
|
+
* @summary 删除子账户配额
|
|
4223
|
+
* @param {string} userId 子账户(用户)ID。
|
|
4224
|
+
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
4225
|
+
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
4226
|
+
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
4227
|
+
* @param {*} [options] Override http request option.
|
|
4228
|
+
* @throws {RequiredError}
|
|
4229
|
+
*/
|
|
4230
|
+
deleteUserQuotas(deleteUserQuotasRequest?: DeleteUserQuotasRequest): Promise<DeleteUserQuotasResponse>;
|
|
4081
4231
|
/**
|
|
4082
4232
|
* 查看租户资源列表。
|
|
4083
4233
|
* > 按需套餐包用量本接口无法查询,需要调用CBC接口查询,详见[按需套餐包用量查询](https://cbc.huaweicloud.com/bm/support/api-apidt/CBCInterface_0001239.html)和[查询资源包信息](https://cbc.huaweicloud.com/bm/support/api-apidt/CBCInterface_0000511.html)。
|
|
@@ -4105,6 +4255,50 @@ export declare class MetaStudioClient {
|
|
|
4105
4255
|
* @throws {RequiredError}
|
|
4106
4256
|
*/
|
|
4107
4257
|
listTenantResources(listTenantResourcesRequest?: ListTenantResourcesRequest): Promise<ListTenantResourcesResponse>;
|
|
4258
|
+
/**
|
|
4259
|
+
* 查询子账户(IAM用户)配额。只有根账户可查询。
|
|
4260
|
+
*
|
|
4261
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4262
|
+
*
|
|
4263
|
+
* @summary 查询子账户配额
|
|
4264
|
+
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
4265
|
+
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
4266
|
+
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
4267
|
+
* @param {number} [limit] 每页显示的条目数量。
|
|
4268
|
+
* @param {number} [offset] 偏移量,表示从此偏移量开始查询。
|
|
4269
|
+
* @param {string} [userId] 用户id
|
|
4270
|
+
* @param {*} [options] Override http request option.
|
|
4271
|
+
* @throws {RequiredError}
|
|
4272
|
+
*/
|
|
4273
|
+
listUserQuotas(listUserQuotasRequest?: ListUserQuotasRequest): Promise<ListUserQuotasResponse>;
|
|
4274
|
+
/**
|
|
4275
|
+
* 设置租户个性化通知配置
|
|
4276
|
+
*
|
|
4277
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4278
|
+
*
|
|
4279
|
+
* @summary 设置租户个性化通知配置
|
|
4280
|
+
* @param {SetTenantNoticeConfigurationReq} setTenantNoticeConfigurationRequestBody 设置租户个性化通知配置。
|
|
4281
|
+
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
4282
|
+
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
4283
|
+
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
4284
|
+
* @param {*} [options] Override http request option.
|
|
4285
|
+
* @throws {RequiredError}
|
|
4286
|
+
*/
|
|
4287
|
+
setTenantNoticeConfiguration(setTenantNoticeConfigurationRequest?: SetTenantNoticeConfigurationRequest): Promise<SetTenantNoticeConfigurationResponse>;
|
|
4288
|
+
/**
|
|
4289
|
+
* 设置租户个性化配置。由租户下用户操作设置。
|
|
4290
|
+
*
|
|
4291
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4292
|
+
*
|
|
4293
|
+
* @summary 设置租户个性化配置
|
|
4294
|
+
* @param {SetTenantUserConfigurationReq} setTenantUserConfigurationRequestBody 设置租户个性化配置请求。
|
|
4295
|
+
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
4296
|
+
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
4297
|
+
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
4298
|
+
* @param {*} [options] Override http request option.
|
|
4299
|
+
* @throws {RequiredError}
|
|
4300
|
+
*/
|
|
4301
|
+
setTenantUserConfiguration(setTenantUserConfigurationRequest?: SetTenantUserConfigurationRequest): Promise<SetTenantUserConfigurationResponse>;
|
|
4108
4302
|
/**
|
|
4109
4303
|
* 查询租户一次性和包周期(包年/包月)资源用量信息。
|
|
4110
4304
|
* > 按需套餐包用量本接口无法查询,需要调用CBC接口查询,详见[按需套餐包用量查询](https://cbc.huaweicloud.com/bm/support/api-apidt/CBCInterface_0001239.html)和[查询资源包信息](https://cbc.huaweicloud.com/bm/support/api-apidt/CBCInterface_0000511.html)。
|
|
@@ -4122,6 +4316,62 @@ export declare class MetaStudioClient {
|
|
|
4122
4316
|
* @throws {RequiredError}
|
|
4123
4317
|
*/
|
|
4124
4318
|
showResourceUsage(showResourceUsageRequest?: ShowResourceUsageRequest): Promise<ShowResourceUsageResponse>;
|
|
4319
|
+
/**
|
|
4320
|
+
* 该接口用于普通租户查询租户下的资源详情。
|
|
4321
|
+
*
|
|
4322
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4323
|
+
*
|
|
4324
|
+
* @summary 查询租户下分配的资源详情
|
|
4325
|
+
* @param {number} [limit] 每页显示的条目数量。
|
|
4326
|
+
* @param {number} [offset] 偏移量,表示从此偏移量开始查询。
|
|
4327
|
+
* @param {*} [options] Override http request option.
|
|
4328
|
+
* @throws {RequiredError}
|
|
4329
|
+
*/
|
|
4330
|
+
showTenantAssginRecord(showTenantAssginRecordRequest?: ShowTenantAssginRecordRequest): Promise<ShowTenantAssginRecordResponse>;
|
|
4331
|
+
/**
|
|
4332
|
+
* 查询租户个性化通知配置
|
|
4333
|
+
*
|
|
4334
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4335
|
+
*
|
|
4336
|
+
* @summary 查询租户个性化通知配置
|
|
4337
|
+
* @param {string} type 通知类型。 * RESOURCE_EXPIRE:资源过期通知 * RESOURCE_LEFT:资源剩余量通知
|
|
4338
|
+
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
4339
|
+
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
4340
|
+
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
4341
|
+
* @param {number} [limit] 每页显示的条目数量。
|
|
4342
|
+
* @param {number} [offset] 偏移量,表示从此偏移量开始查询。
|
|
4343
|
+
* @param {*} [options] Override http request option.
|
|
4344
|
+
* @throws {RequiredError}
|
|
4345
|
+
*/
|
|
4346
|
+
showTenantNoticeConfiguration(showTenantNoticeConfigurationRequest?: ShowTenantNoticeConfigurationRequest): Promise<ShowTenantNoticeConfigurationResponse>;
|
|
4347
|
+
/**
|
|
4348
|
+
* 查看租户服务业务配置
|
|
4349
|
+
*
|
|
4350
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4351
|
+
*
|
|
4352
|
+
* @summary 查看租户服务业务配置
|
|
4353
|
+
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
4354
|
+
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
4355
|
+
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
4356
|
+
* @param {*} [options] Override http request option.
|
|
4357
|
+
* @throws {RequiredError}
|
|
4358
|
+
*/
|
|
4359
|
+
showTenantServiceConfigs(showTenantServiceConfigsRequest?: ShowTenantServiceConfigsRequest): Promise<ShowTenantServiceConfigsResponse>;
|
|
4360
|
+
/**
|
|
4361
|
+
* 查询租户个性化配置。
|
|
4362
|
+
*
|
|
4363
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4364
|
+
*
|
|
4365
|
+
* @summary 查询租户个性化配置
|
|
4366
|
+
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
4367
|
+
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
4368
|
+
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
4369
|
+
* @param {number} [limit] 每页显示的条目数量。
|
|
4370
|
+
* @param {number} [offset] 偏移量,表示从此偏移量开始查询。
|
|
4371
|
+
* @param {*} [options] Override http request option.
|
|
4372
|
+
* @throws {RequiredError}
|
|
4373
|
+
*/
|
|
4374
|
+
showTenantUserConfiguration(showTenantUserConfigurationRequest?: ShowTenantUserConfigurationRequest): Promise<ShowTenantUserConfigurationResponse>;
|
|
4125
4375
|
/**
|
|
4126
4376
|
* 签署云服务声明。调用此接口前请知悉[[metastudio隐私协议](https://www.huaweicloud.com/declaration/tsa_metastudio.html)](tag:hws)[[metastudio隐私协议](https://www.huaweicloud.com/intl/en-us/declaration-sg/tsa-metastudio.html)](tag:hws_hk)。
|
|
4127
4377
|
*
|
|
@@ -4149,6 +4399,35 @@ export declare class MetaStudioClient {
|
|
|
4149
4399
|
* @throws {RequiredError}
|
|
4150
4400
|
*/
|
|
4151
4401
|
signSpecialAgreement(signSpecialAgreementRequest?: SignSpecialAgreementRequest): Promise<SignSpecialAgreementResponse>;
|
|
4402
|
+
/**
|
|
4403
|
+
* 设置租户服务业务配置
|
|
4404
|
+
*
|
|
4405
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4406
|
+
*
|
|
4407
|
+
* @summary 设置租户服务配置
|
|
4408
|
+
* @param {UpdateTenantServiceConfigsReq} updateTenantServiceConfigsRequestBody 设置租户服务业务配置请求
|
|
4409
|
+
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
4410
|
+
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
4411
|
+
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
4412
|
+
* @param {*} [options] Override http request option.
|
|
4413
|
+
* @throws {RequiredError}
|
|
4414
|
+
*/
|
|
4415
|
+
updateTenantServiceConfigs(updateTenantServiceConfigsRequest?: UpdateTenantServiceConfigsRequest): Promise<UpdateTenantServiceConfigsResponse>;
|
|
4416
|
+
/**
|
|
4417
|
+
* 设置子账户(IAM用户)配额,需要先开启子账户隔离后才能配置。只有根账户可修改。
|
|
4418
|
+
*
|
|
4419
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4420
|
+
*
|
|
4421
|
+
* @summary 设置子账户配额
|
|
4422
|
+
* @param {string} userId 子账户(用户)ID。
|
|
4423
|
+
* @param {UpdateUserQuotaInfo} updateUserQuotasRequestBody 设置租户服务配额请求
|
|
4424
|
+
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
4425
|
+
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
4426
|
+
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
4427
|
+
* @param {*} [options] Override http request option.
|
|
4428
|
+
* @throws {RequiredError}
|
|
4429
|
+
*/
|
|
4430
|
+
updateUserQuotas(updateUserQuotasRequest?: UpdateUserQuotasRequest): Promise<UpdateUserQuotasResponse>;
|
|
4152
4431
|
/**
|
|
4153
4432
|
* 提交短任务,执行改接口后,任务会正式开始执行。
|
|
4154
4433
|
*
|
|
@@ -4349,6 +4628,19 @@ export declare class MetaStudioClient {
|
|
|
4349
4628
|
* @throws {RequiredError}
|
|
4350
4629
|
*/
|
|
4351
4630
|
setJobBatchName(setJobBatchNameRequest?: SetJobBatchNameRequest): Promise<SetJobBatchNameResponse>;
|
|
4631
|
+
/**
|
|
4632
|
+
* 下载加密文件
|
|
4633
|
+
*
|
|
4634
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4635
|
+
*
|
|
4636
|
+
* @summary 下载加密文件
|
|
4637
|
+
* @param {string} tenantId 租户id
|
|
4638
|
+
* @param {string} jobId 任务id
|
|
4639
|
+
* @param {string} onceToken 一次性token
|
|
4640
|
+
* @param {*} [options] Override http request option.
|
|
4641
|
+
* @throws {RequiredError}
|
|
4642
|
+
*/
|
|
4643
|
+
showEncryptFile(showEncryptFileRequest?: ShowEncryptFileRequest): Promise<ShowEncryptFileResponse>;
|
|
4352
4644
|
/**
|
|
4353
4645
|
* 获取语音训练任务审核结果。
|
|
4354
4646
|
*
|
|
@@ -4466,6 +4758,19 @@ export declare class MetaStudioClient {
|
|
|
4466
4758
|
* @throws {RequiredError}
|
|
4467
4759
|
*/
|
|
4468
4760
|
delete2dModelTrainingJob(delete2dModelTrainingJobRequest?: Delete2dModelTrainingJobRequest): Promise<Delete2dModelTrainingJobResponse>;
|
|
4761
|
+
/**
|
|
4762
|
+
* 下载加密文件
|
|
4763
|
+
*
|
|
4764
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4765
|
+
*
|
|
4766
|
+
* @summary 下载加密文件
|
|
4767
|
+
* @param {string} tenantId 租户id
|
|
4768
|
+
* @param {string} jobId 任务id
|
|
4769
|
+
* @param {string} onceToken 一次性token
|
|
4770
|
+
* @param {*} [options] Override http request option.
|
|
4771
|
+
* @throws {RequiredError}
|
|
4772
|
+
*/
|
|
4773
|
+
download2dModelTraningEncryptFile(download2dModelTraningEncryptFileRequest?: Download2dModelTraningEncryptFileRequest): Promise<Download2dModelTraningEncryptFileResponse>;
|
|
4469
4774
|
/**
|
|
4470
4775
|
* 该接口用于租户执行分身数字人模型训练任务命令,如提交训练审核等。
|
|
4471
4776
|
*
|
|
@@ -4494,18 +4799,23 @@ export declare class MetaStudioClient {
|
|
|
4494
4799
|
* @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
|
|
4495
4800
|
* @param {number} [offset] 偏移量,表示从此偏移量开始查询。
|
|
4496
4801
|
* @param {number} [limit] 每页显示的条目数量。
|
|
4802
|
+
* @param {string} [state] 任务状态,默认所有状态。 可多个状态查询,使用英文逗号分隔。 如state=CREATING,PUBLISHED
|
|
4497
4803
|
* @param {string} [sortKey] 排序字段,支持的排序方式有: - 按创建时间排序:create_time - 按更新时间排序:update_time - 按资产排序:asset_order
|
|
4498
4804
|
* @param {string} [sortDir] 排序方式。 * asc:升序 * desc:降序 默认asc升序。
|
|
4499
4805
|
* @param {string} [createUntil] 过滤创建时间<=输入时间的记录。
|
|
4500
4806
|
* @param {string} [createSince] 过滤创建时间>=输入时间的记录。
|
|
4501
|
-
* @param {string} [state] 任务状态,默认所有状态。 可多个状态查询,使用英文逗号分隔。 如state=CREATING,PUBLISHED
|
|
4502
4807
|
* @param {string} [queryProjectId] 查询租户id。
|
|
4808
|
+
* @param {string} [updateSince] 过滤更新时间>=输入时间的记录。
|
|
4809
|
+
* @param {string} [updateUntil] 过滤更新时间>=输入时间的记录。
|
|
4503
4810
|
* @param {string} [batchName] 任务批次名称。
|
|
4504
4811
|
* @param {string} [tag] 任务标签。
|
|
4505
4812
|
* @param {string} [jobId] 任务ID。
|
|
4506
4813
|
* @param {string} [name] 分身数字人模型名称
|
|
4507
4814
|
* @param {string} [modelResolution] 模型分辨率
|
|
4508
4815
|
* @param {boolean} [isFlexus] 是否是flexus任务
|
|
4816
|
+
* @param {boolean} [isLiveCopy] 是否是直播间复刻任务
|
|
4817
|
+
* @param {string} [trainLocation] 训练region
|
|
4818
|
+
* @param {boolean} [isOndemandResource] 是否测试版
|
|
4509
4819
|
* @param {*} [options] Override http request option.
|
|
4510
4820
|
* @throws {RequiredError}
|
|
4511
4821
|
*/
|
|
@@ -4543,112 +4853,44 @@ export declare class MetaStudioClient {
|
|
|
4543
4853
|
*/
|
|
4544
4854
|
update2dModelTrainingJob(update2dModelTrainingJobRequest?: Update2dModelTrainingJobRequest): Promise<Update2dModelTrainingJobResponse>;
|
|
4545
4855
|
/**
|
|
4546
|
-
*
|
|
4856
|
+
* 该接口用于校验音色模型是否可用,模型可用返回模型信息,不可用返回具体不可用的原因
|
|
4547
4857
|
*
|
|
4548
4858
|
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4549
4859
|
*
|
|
4550
|
-
* @summary
|
|
4551
|
-
* @param {
|
|
4860
|
+
* @summary 校验音色模型是否可用(自研和第三方音色)
|
|
4861
|
+
* @param {string} voiceAssetId 音色资产id
|
|
4862
|
+
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
4863
|
+
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
|
|
4864
|
+
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
4865
|
+
* @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
|
|
4552
4866
|
* @param {*} [options] Override http request option.
|
|
4553
4867
|
* @throws {RequiredError}
|
|
4554
4868
|
*/
|
|
4555
|
-
|
|
4869
|
+
checkVoiceAsset(checkVoiceAssetRequest?: CheckVoiceAssetRequest): Promise<CheckVoiceAssetResponse>;
|
|
4556
4870
|
/**
|
|
4557
|
-
*
|
|
4871
|
+
* 该接口用于获取TTS语音合成任务记录。
|
|
4558
4872
|
*
|
|
4559
4873
|
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4560
4874
|
*
|
|
4561
|
-
* @summary
|
|
4562
|
-
* @param {CreateTTSAReq} createTTSARequestBody 数字人语音驱动任务创建请求。
|
|
4875
|
+
* @summary 获取TTS语音合成任务记录
|
|
4563
4876
|
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
4564
|
-
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
|
|
4877
|
+
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
|
|
4565
4878
|
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
4566
4879
|
* @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
|
|
4880
|
+
* @param {number} [limit] 每页显示的条目数量。
|
|
4881
|
+
* @param {number} [offset] 偏移量,表示从此偏移量开始查询。
|
|
4882
|
+
* @param {string} [createSince] 过滤创建时间>=输入时间的记录。
|
|
4883
|
+
* @param {string} [createUntil] 过滤创建时间<=输入时间的记录。
|
|
4884
|
+
* @param {string} [jobId] 任务ID。
|
|
4885
|
+
* @param {string} [jobType] 任务类型。 * AUDITION:试听任务 * ASYNC_JOB:异步任务 * WEBSOCKET:websocket接口合成任务
|
|
4886
|
+
* @param {string} [ttsServiceEnum] tts版本。 * TTS_LLM: 530大模型(V7版本) * TTS_LLM_VC:530大模型VC版本(V7版本) * TTS_LAB:lab小模型(V5版本) * TTS_LAB_GPU:lab小模型GPU版本(V5版本) * GPU_CLONE:V4模型 * TTS_LLM_VQ:VQ模型(V10版本)
|
|
4887
|
+
* @param {string} [businessType] 业务类型。
|
|
4567
4888
|
* @param {*} [options] Override http request option.
|
|
4568
4889
|
* @throws {RequiredError}
|
|
4569
4890
|
*/
|
|
4570
|
-
|
|
4891
|
+
showTtsJob(showTtsJobRequest?: ShowTtsJobRequest): Promise<ShowTtsJobResponse>;
|
|
4571
4892
|
/**
|
|
4572
|
-
*
|
|
4573
|
-
*
|
|
4574
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4575
|
-
*
|
|
4576
|
-
* @summary 获取语音驱动表情数据
|
|
4577
|
-
* @param {string} jobId 表情驱动任务ID
|
|
4578
|
-
* @param {*} [options] Override http request option.
|
|
4579
|
-
* @throws {RequiredError}
|
|
4580
|
-
*/
|
|
4581
|
-
listFacialAnimationsData(listFacialAnimationsDataRequest?: ListFacialAnimationsDataRequest): Promise<ListFacialAnimationsDataResponse>;
|
|
4582
|
-
/**
|
|
4583
|
-
* 该接口用于获取生成的数字人驱动数据,包括语音、表情、动作等。
|
|
4584
|
-
*
|
|
4585
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4586
|
-
*
|
|
4587
|
-
* @summary 获取语音驱动数据
|
|
4588
|
-
* @param {string} jobId 任务ID。
|
|
4589
|
-
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
4590
|
-
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
4591
|
-
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
4592
|
-
* @param {number} [offset] 偏移量,表示生成内容时间偏移,目前每次返回2秒内容。
|
|
4593
|
-
* @param {*} [options] Override http request option.
|
|
4594
|
-
* @throws {RequiredError}
|
|
4595
|
-
*/
|
|
4596
|
-
listTtsaData(listTtsaDataRequest?: ListTtsaDataRequest): Promise<ListTtsaDataResponse>;
|
|
4597
|
-
/**
|
|
4598
|
-
* 该接口用于查询驱动数字人表情、动作及语音的任务列表。
|
|
4599
|
-
*
|
|
4600
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4601
|
-
*
|
|
4602
|
-
* @summary 获取语音驱动任务列表
|
|
4603
|
-
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
4604
|
-
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。 格式为(YYYYMMDD\'T\'HHMMSS\'Z\')。
|
|
4605
|
-
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
4606
|
-
* @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
|
|
4607
|
-
* @param {number} [offset] 偏移量,表示从此偏移量开始查询。
|
|
4608
|
-
* @param {number} [limit] 每页显示的条目数量。
|
|
4609
|
-
* @param {*} [options] Override http request option.
|
|
4610
|
-
* @throws {RequiredError}
|
|
4611
|
-
*/
|
|
4612
|
-
listTtsaJobs(listTtsaJobsRequest?: ListTtsaJobsRequest): Promise<ListTtsaJobsResponse>;
|
|
4613
|
-
/**
|
|
4614
|
-
* 该接口用于校验音色模型是否可用,模型可用返回模型信息,不可用返回具体不可用的原因
|
|
4615
|
-
*
|
|
4616
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4617
|
-
*
|
|
4618
|
-
* @summary 校验音色模型是否可用(自研和第三方音色)
|
|
4619
|
-
* @param {string} voiceAssetId 音色资产id
|
|
4620
|
-
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
4621
|
-
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
|
|
4622
|
-
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
4623
|
-
* @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
|
|
4624
|
-
* @param {*} [options] Override http request option.
|
|
4625
|
-
* @throws {RequiredError}
|
|
4626
|
-
*/
|
|
4627
|
-
checkVoiceAsset(checkVoiceAssetRequest?: CheckVoiceAssetRequest): Promise<CheckVoiceAssetResponse>;
|
|
4628
|
-
/**
|
|
4629
|
-
* 该接口用于获取TTS语音合成任务记录。
|
|
4630
|
-
*
|
|
4631
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4632
|
-
*
|
|
4633
|
-
* @summary 获取TTS语音合成任务记录
|
|
4634
|
-
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
4635
|
-
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
|
|
4636
|
-
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
4637
|
-
* @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
|
|
4638
|
-
* @param {number} [limit] 每页显示的条目数量。
|
|
4639
|
-
* @param {number} [offset] 偏移量,表示从此偏移量开始查询。
|
|
4640
|
-
* @param {string} [createSince] 过滤创建时间>=输入时间的记录。
|
|
4641
|
-
* @param {string} [createUntil] 过滤创建时间<=输入时间的记录。
|
|
4642
|
-
* @param {string} [jobId] 任务ID。
|
|
4643
|
-
* @param {string} [jobType] 任务类型。 * AUDITION:试听任务 * ASYNC_JOB:异步任务 * WEBSOCKET:websocket接口合成任务
|
|
4644
|
-
* @param {string} [ttsServiceEnum] tts版本。 * TTS_LLM: 530大模型(V7版本) * TTS_LLM_VC:530大模型VC版本(V7版本) * TTS_LAB:lab小模型(V5版本) * TTS_LAB_GPU:lab小模型GPU版本(V5版本) * GPU_CLONE:V4模型 * TTS_LLM_VQ:VQ模型(V10版本)
|
|
4645
|
-
* @param {string} [businessType] 业务类型。
|
|
4646
|
-
* @param {*} [options] Override http request option.
|
|
4647
|
-
* @throws {RequiredError}
|
|
4648
|
-
*/
|
|
4649
|
-
showTtsJob(showTtsJobRequest?: ShowTtsJobRequest): Promise<ShowTtsJobResponse>;
|
|
4650
|
-
/**
|
|
4651
|
-
* 根据英文单词返回对应音标列表
|
|
4893
|
+
* 根据英文单词返回对应音标列表
|
|
4652
4894
|
*
|
|
4653
4895
|
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4654
4896
|
*
|
|
@@ -4735,6 +4977,21 @@ export declare class MetaStudioClient {
|
|
|
4735
4977
|
* @throws {RequiredError}
|
|
4736
4978
|
*/
|
|
4737
4979
|
showTtsAuditionFile(showTtsAuditionFileRequest?: ShowTtsAuditionFileRequest): Promise<ShowTtsAuditionFileResponse>;
|
|
4980
|
+
/**
|
|
4981
|
+
* 该接口用于获取TTS租户级一次性token。
|
|
4982
|
+
*
|
|
4983
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
4984
|
+
*
|
|
4985
|
+
* @summary 外部接口-获取TTS一次性token
|
|
4986
|
+
* @param {string} [xRequestId] 请求requestId,用来标识一路请求,用于问题跟踪定位,建议使用uuId,若不携带,则后台自动生成
|
|
4987
|
+
* @param {string} [authorization] 使用AK/SK方式认证时必选,携带的鉴权信息。
|
|
4988
|
+
* @param {string} [xSdkDate] 使用AK/SK方式认证时必选,请求的发生时间。
|
|
4989
|
+
* @param {string} [xProjectId] 使用AK/SK方式认证时必选,携带项目ID信息。
|
|
4990
|
+
* @param {string} [xAppUserId] 第三方用户ID。不允许输入中文。
|
|
4991
|
+
* @param {*} [options] Override http request option.
|
|
4992
|
+
* @throws {RequiredError}
|
|
4993
|
+
*/
|
|
4994
|
+
createTtsOnceCode(createTtsOnceCodeRequest?: CreateTtsOnceCodeRequest): Promise<CreateTtsOnceCodeResponse>;
|
|
4738
4995
|
/**
|
|
4739
4996
|
* 该接口用于设置TTS租户级自定义读法配置。
|
|
4740
4997
|
*
|
|
@@ -5690,6 +5947,20 @@ export declare const ParamCreater: () => {
|
|
|
5690
5947
|
pathParams: {};
|
|
5691
5948
|
headers: {};
|
|
5692
5949
|
};
|
|
5950
|
+
/**
|
|
5951
|
+
* 转移资产任务控制
|
|
5952
|
+
*
|
|
5953
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
5954
|
+
*/
|
|
5955
|
+
executeTransferAssetAction(executeTransferAssetActionRequest?: ExecuteTransferAssetActionRequest): {
|
|
5956
|
+
method: string;
|
|
5957
|
+
url: string;
|
|
5958
|
+
contentType: string;
|
|
5959
|
+
queryParams: {};
|
|
5960
|
+
pathParams: {};
|
|
5961
|
+
headers: {};
|
|
5962
|
+
data: {};
|
|
5963
|
+
};
|
|
5693
5964
|
/**
|
|
5694
5965
|
* 该接口用于查询媒体资产库中指定的多个资产的概要信息。
|
|
5695
5966
|
*
|
|
@@ -5717,6 +5988,19 @@ export declare const ParamCreater: () => {
|
|
|
5717
5988
|
pathParams: {};
|
|
5718
5989
|
headers: {};
|
|
5719
5990
|
};
|
|
5991
|
+
/**
|
|
5992
|
+
* 资产转移任务列表
|
|
5993
|
+
*
|
|
5994
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
5995
|
+
*/
|
|
5996
|
+
listTransferAssetJobs(listTransferAssetJobsRequest?: ListTransferAssetJobsRequest): {
|
|
5997
|
+
method: string;
|
|
5998
|
+
url: string;
|
|
5999
|
+
contentType: string;
|
|
6000
|
+
queryParams: {};
|
|
6001
|
+
pathParams: {};
|
|
6002
|
+
headers: {};
|
|
6003
|
+
};
|
|
5720
6004
|
/**
|
|
5721
6005
|
* 该接口用于恢复被删除至回收站的媒体资产。
|
|
5722
6006
|
*
|
|
@@ -5756,6 +6040,33 @@ export declare const ParamCreater: () => {
|
|
|
5756
6040
|
pathParams: {};
|
|
5757
6041
|
headers: {};
|
|
5758
6042
|
};
|
|
6043
|
+
/**
|
|
6044
|
+
* 查询转移资产任务详情
|
|
6045
|
+
*
|
|
6046
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
6047
|
+
*/
|
|
6048
|
+
showTransferAssetJob(showTransferAssetJobRequest?: ShowTransferAssetJobRequest): {
|
|
6049
|
+
method: string;
|
|
6050
|
+
url: string;
|
|
6051
|
+
contentType: string;
|
|
6052
|
+
queryParams: {};
|
|
6053
|
+
pathParams: {};
|
|
6054
|
+
headers: {};
|
|
6055
|
+
};
|
|
6056
|
+
/**
|
|
6057
|
+
* 转移资产给其他用户
|
|
6058
|
+
*
|
|
6059
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
6060
|
+
*/
|
|
6061
|
+
transferAsset(transferAssetRequest?: TransferAssetRequest): {
|
|
6062
|
+
method: string;
|
|
6063
|
+
url: string;
|
|
6064
|
+
contentType: string;
|
|
6065
|
+
queryParams: {};
|
|
6066
|
+
pathParams: {};
|
|
6067
|
+
headers: {};
|
|
6068
|
+
data: {};
|
|
6069
|
+
};
|
|
5759
6070
|
/**
|
|
5760
6071
|
* 该接口用于更新资产库中的媒体资产信息。
|
|
5761
6072
|
*
|
|
@@ -6596,19 +6907,6 @@ export declare const ParamCreater: () => {
|
|
|
6596
6907
|
headers: {};
|
|
6597
6908
|
data: {};
|
|
6598
6909
|
};
|
|
6599
|
-
/**
|
|
6600
|
-
* 下载加密文件
|
|
6601
|
-
*
|
|
6602
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
6603
|
-
*/
|
|
6604
|
-
showEncryptFile(showEncryptFileRequest?: ShowEncryptFileRequest): {
|
|
6605
|
-
method: string;
|
|
6606
|
-
url: string;
|
|
6607
|
-
contentType: string;
|
|
6608
|
-
queryParams: {};
|
|
6609
|
-
pathParams: {};
|
|
6610
|
-
headers: {};
|
|
6611
|
-
};
|
|
6612
6910
|
/**
|
|
6613
6911
|
* 该接口用于创建知识库意图和问法。一个意图包含一个主题,一个答案,若干个问法等。接口使用限制详见[API使用限制](metastudio_02_0000.xml)。
|
|
6614
6912
|
*
|
|
@@ -7869,6 +8167,19 @@ export declare const ParamCreater: () => {
|
|
|
7869
8167
|
headers: {};
|
|
7870
8168
|
data: {};
|
|
7871
8169
|
};
|
|
8170
|
+
/**
|
|
8171
|
+
* 该接口用于租户设置直播租户级配置。
|
|
8172
|
+
*
|
|
8173
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8174
|
+
*/
|
|
8175
|
+
showSmartLiveUserConfig(showSmartLiveUserConfigRequest?: ShowSmartLiveUserConfigRequest): {
|
|
8176
|
+
method: string;
|
|
8177
|
+
url: string;
|
|
8178
|
+
contentType: string;
|
|
8179
|
+
queryParams: {};
|
|
8180
|
+
pathParams: {};
|
|
8181
|
+
headers: {};
|
|
8182
|
+
};
|
|
7872
8183
|
/**
|
|
7873
8184
|
* 该接口用于租户设置直播租户级配置。
|
|
7874
8185
|
*
|
|
@@ -8164,6 +8475,20 @@ export declare const ParamCreater: () => {
|
|
|
8164
8475
|
pathParams: {};
|
|
8165
8476
|
headers: {};
|
|
8166
8477
|
};
|
|
8478
|
+
/**
|
|
8479
|
+
* 资源绑定接口。
|
|
8480
|
+
*
|
|
8481
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8482
|
+
*/
|
|
8483
|
+
bindUserAssetResource(bindUserAssetResourceRequest?: BindUserAssetResourceRequest): {
|
|
8484
|
+
method: string;
|
|
8485
|
+
url: string;
|
|
8486
|
+
contentType: string;
|
|
8487
|
+
queryParams: {};
|
|
8488
|
+
pathParams: {};
|
|
8489
|
+
headers: {};
|
|
8490
|
+
data: {};
|
|
8491
|
+
};
|
|
8167
8492
|
/**
|
|
8168
8493
|
* 统计指定时间段内即将过期的包周期与一次性资源数量。
|
|
8169
8494
|
*
|
|
@@ -8177,6 +8502,47 @@ export declare const ParamCreater: () => {
|
|
|
8177
8502
|
pathParams: {};
|
|
8178
8503
|
headers: {};
|
|
8179
8504
|
};
|
|
8505
|
+
/**
|
|
8506
|
+
* 创建子账户(IAM用户)配额,需要先开启子账户隔离后才能配置。只有根账户可创建。
|
|
8507
|
+
*
|
|
8508
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8509
|
+
*/
|
|
8510
|
+
createUserQuotas(createUserQuotasRequest?: CreateUserQuotasRequest): {
|
|
8511
|
+
method: string;
|
|
8512
|
+
url: string;
|
|
8513
|
+
contentType: string;
|
|
8514
|
+
queryParams: {};
|
|
8515
|
+
pathParams: {};
|
|
8516
|
+
headers: {};
|
|
8517
|
+
data: {};
|
|
8518
|
+
};
|
|
8519
|
+
/**
|
|
8520
|
+
* 删除租户个性化配置。由租户下用户操作设置。
|
|
8521
|
+
*
|
|
8522
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8523
|
+
*/
|
|
8524
|
+
deleteTenantUserConfiguration(deleteTenantUserConfigurationRequest?: DeleteTenantUserConfigurationRequest): {
|
|
8525
|
+
method: string;
|
|
8526
|
+
url: string;
|
|
8527
|
+
contentType: string;
|
|
8528
|
+
queryParams: {};
|
|
8529
|
+
pathParams: {};
|
|
8530
|
+
headers: {};
|
|
8531
|
+
data: {};
|
|
8532
|
+
};
|
|
8533
|
+
/**
|
|
8534
|
+
* 删除子账户(IAM用户)配额,需要先开启子账户隔离后才能配置。只有根账户可删除。
|
|
8535
|
+
*
|
|
8536
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8537
|
+
*/
|
|
8538
|
+
deleteUserQuotas(deleteUserQuotasRequest?: DeleteUserQuotasRequest): {
|
|
8539
|
+
method: string;
|
|
8540
|
+
url: string;
|
|
8541
|
+
contentType: string;
|
|
8542
|
+
queryParams: {};
|
|
8543
|
+
pathParams: {};
|
|
8544
|
+
headers: {};
|
|
8545
|
+
};
|
|
8180
8546
|
/**
|
|
8181
8547
|
* 查看租户资源列表。
|
|
8182
8548
|
* > 按需套餐包用量本接口无法查询,需要调用CBC接口查询,详见[按需套餐包用量查询](https://cbc.huaweicloud.com/bm/support/api-apidt/CBCInterface_0001239.html)和[查询资源包信息](https://cbc.huaweicloud.com/bm/support/api-apidt/CBCInterface_0000511.html)。
|
|
@@ -8192,6 +8558,47 @@ export declare const ParamCreater: () => {
|
|
|
8192
8558
|
pathParams: {};
|
|
8193
8559
|
headers: {};
|
|
8194
8560
|
};
|
|
8561
|
+
/**
|
|
8562
|
+
* 查询子账户(IAM用户)配额。只有根账户可查询。
|
|
8563
|
+
*
|
|
8564
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8565
|
+
*/
|
|
8566
|
+
listUserQuotas(listUserQuotasRequest?: ListUserQuotasRequest): {
|
|
8567
|
+
method: string;
|
|
8568
|
+
url: string;
|
|
8569
|
+
contentType: string;
|
|
8570
|
+
queryParams: {};
|
|
8571
|
+
pathParams: {};
|
|
8572
|
+
headers: {};
|
|
8573
|
+
};
|
|
8574
|
+
/**
|
|
8575
|
+
* 设置租户个性化通知配置
|
|
8576
|
+
*
|
|
8577
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8578
|
+
*/
|
|
8579
|
+
setTenantNoticeConfiguration(setTenantNoticeConfigurationRequest?: SetTenantNoticeConfigurationRequest): {
|
|
8580
|
+
method: string;
|
|
8581
|
+
url: string;
|
|
8582
|
+
contentType: string;
|
|
8583
|
+
queryParams: {};
|
|
8584
|
+
pathParams: {};
|
|
8585
|
+
headers: {};
|
|
8586
|
+
data: {};
|
|
8587
|
+
};
|
|
8588
|
+
/**
|
|
8589
|
+
* 设置租户个性化配置。由租户下用户操作设置。
|
|
8590
|
+
*
|
|
8591
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8592
|
+
*/
|
|
8593
|
+
setTenantUserConfiguration(setTenantUserConfigurationRequest?: SetTenantUserConfigurationRequest): {
|
|
8594
|
+
method: string;
|
|
8595
|
+
url: string;
|
|
8596
|
+
contentType: string;
|
|
8597
|
+
queryParams: {};
|
|
8598
|
+
pathParams: {};
|
|
8599
|
+
headers: {};
|
|
8600
|
+
data: {};
|
|
8601
|
+
};
|
|
8195
8602
|
/**
|
|
8196
8603
|
* 查询租户一次性和包周期(包年/包月)资源用量信息。
|
|
8197
8604
|
* > 按需套餐包用量本接口无法查询,需要调用CBC接口查询,详见[按需套餐包用量查询](https://cbc.huaweicloud.com/bm/support/api-apidt/CBCInterface_0001239.html)和[查询资源包信息](https://cbc.huaweicloud.com/bm/support/api-apidt/CBCInterface_0000511.html)。
|
|
@@ -8207,6 +8614,58 @@ export declare const ParamCreater: () => {
|
|
|
8207
8614
|
pathParams: {};
|
|
8208
8615
|
headers: {};
|
|
8209
8616
|
};
|
|
8617
|
+
/**
|
|
8618
|
+
* 该接口用于普通租户查询租户下的资源详情。
|
|
8619
|
+
*
|
|
8620
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8621
|
+
*/
|
|
8622
|
+
showTenantAssginRecord(showTenantAssginRecordRequest?: ShowTenantAssginRecordRequest): {
|
|
8623
|
+
method: string;
|
|
8624
|
+
url: string;
|
|
8625
|
+
contentType: string;
|
|
8626
|
+
queryParams: {};
|
|
8627
|
+
pathParams: {};
|
|
8628
|
+
headers: {};
|
|
8629
|
+
};
|
|
8630
|
+
/**
|
|
8631
|
+
* 查询租户个性化通知配置
|
|
8632
|
+
*
|
|
8633
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8634
|
+
*/
|
|
8635
|
+
showTenantNoticeConfiguration(showTenantNoticeConfigurationRequest?: ShowTenantNoticeConfigurationRequest): {
|
|
8636
|
+
method: string;
|
|
8637
|
+
url: string;
|
|
8638
|
+
contentType: string;
|
|
8639
|
+
queryParams: {};
|
|
8640
|
+
pathParams: {};
|
|
8641
|
+
headers: {};
|
|
8642
|
+
};
|
|
8643
|
+
/**
|
|
8644
|
+
* 查看租户服务业务配置
|
|
8645
|
+
*
|
|
8646
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8647
|
+
*/
|
|
8648
|
+
showTenantServiceConfigs(showTenantServiceConfigsRequest?: ShowTenantServiceConfigsRequest): {
|
|
8649
|
+
method: string;
|
|
8650
|
+
url: string;
|
|
8651
|
+
contentType: string;
|
|
8652
|
+
queryParams: {};
|
|
8653
|
+
pathParams: {};
|
|
8654
|
+
headers: {};
|
|
8655
|
+
};
|
|
8656
|
+
/**
|
|
8657
|
+
* 查询租户个性化配置。
|
|
8658
|
+
*
|
|
8659
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8660
|
+
*/
|
|
8661
|
+
showTenantUserConfiguration(showTenantUserConfigurationRequest?: ShowTenantUserConfigurationRequest): {
|
|
8662
|
+
method: string;
|
|
8663
|
+
url: string;
|
|
8664
|
+
contentType: string;
|
|
8665
|
+
queryParams: {};
|
|
8666
|
+
pathParams: {};
|
|
8667
|
+
headers: {};
|
|
8668
|
+
};
|
|
8210
8669
|
/**
|
|
8211
8670
|
* 签署云服务声明。调用此接口前请知悉[[metastudio隐私协议](https://www.huaweicloud.com/declaration/tsa_metastudio.html)](tag:hws)[[metastudio隐私协议](https://www.huaweicloud.com/intl/en-us/declaration-sg/tsa-metastudio.html)](tag:hws_hk)。
|
|
8212
8671
|
*
|
|
@@ -8234,6 +8693,34 @@ export declare const ParamCreater: () => {
|
|
|
8234
8693
|
headers: {};
|
|
8235
8694
|
data: {};
|
|
8236
8695
|
};
|
|
8696
|
+
/**
|
|
8697
|
+
* 设置租户服务业务配置
|
|
8698
|
+
*
|
|
8699
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8700
|
+
*/
|
|
8701
|
+
updateTenantServiceConfigs(updateTenantServiceConfigsRequest?: UpdateTenantServiceConfigsRequest): {
|
|
8702
|
+
method: string;
|
|
8703
|
+
url: string;
|
|
8704
|
+
contentType: string;
|
|
8705
|
+
queryParams: {};
|
|
8706
|
+
pathParams: {};
|
|
8707
|
+
headers: {};
|
|
8708
|
+
data: {};
|
|
8709
|
+
};
|
|
8710
|
+
/**
|
|
8711
|
+
* 设置子账户(IAM用户)配额,需要先开启子账户隔离后才能配置。只有根账户可修改。
|
|
8712
|
+
*
|
|
8713
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8714
|
+
*/
|
|
8715
|
+
updateUserQuotas(updateUserQuotasRequest?: UpdateUserQuotasRequest): {
|
|
8716
|
+
method: string;
|
|
8717
|
+
url: string;
|
|
8718
|
+
contentType: string;
|
|
8719
|
+
queryParams: {};
|
|
8720
|
+
pathParams: {};
|
|
8721
|
+
headers: {};
|
|
8722
|
+
data: {};
|
|
8723
|
+
};
|
|
8237
8724
|
/**
|
|
8238
8725
|
* 提交短任务,执行改接口后,任务会正式开始执行。
|
|
8239
8726
|
*
|
|
@@ -8419,6 +8906,19 @@ export declare const ParamCreater: () => {
|
|
|
8419
8906
|
headers: {};
|
|
8420
8907
|
data: {};
|
|
8421
8908
|
};
|
|
8909
|
+
/**
|
|
8910
|
+
* 下载加密文件
|
|
8911
|
+
*
|
|
8912
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8913
|
+
*/
|
|
8914
|
+
showEncryptFile(showEncryptFileRequest?: ShowEncryptFileRequest): {
|
|
8915
|
+
method: string;
|
|
8916
|
+
url: string;
|
|
8917
|
+
contentType: string;
|
|
8918
|
+
queryParams: {};
|
|
8919
|
+
pathParams: {};
|
|
8920
|
+
headers: {};
|
|
8921
|
+
};
|
|
8422
8922
|
/**
|
|
8423
8923
|
* 获取语音训练任务审核结果。
|
|
8424
8924
|
*
|
|
@@ -8539,80 +9039,24 @@ export declare const ParamCreater: () => {
|
|
|
8539
9039
|
headers: {};
|
|
8540
9040
|
};
|
|
8541
9041
|
/**
|
|
8542
|
-
*
|
|
8543
|
-
*
|
|
8544
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8545
|
-
*/
|
|
8546
|
-
execute2dModelTrainingCommandByUser(execute2dModelTrainingCommandByUserRequest?: Execute2dModelTrainingCommandByUserRequest): {
|
|
8547
|
-
method: string;
|
|
8548
|
-
url: string;
|
|
8549
|
-
contentType: string;
|
|
8550
|
-
queryParams: {};
|
|
8551
|
-
pathParams: {};
|
|
8552
|
-
headers: {};
|
|
8553
|
-
data: {};
|
|
8554
|
-
};
|
|
8555
|
-
/**
|
|
8556
|
-
* 该接口用于查询分身数字人模型训练任务列表。
|
|
8557
|
-
*
|
|
8558
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8559
|
-
*/
|
|
8560
|
-
list2dModelTrainingJob(list2dModelTrainingJobRequest?: List2dModelTrainingJobRequest): {
|
|
8561
|
-
method: string;
|
|
8562
|
-
url: string;
|
|
8563
|
-
contentType: string;
|
|
8564
|
-
queryParams: {};
|
|
8565
|
-
pathParams: {};
|
|
8566
|
-
headers: {};
|
|
8567
|
-
};
|
|
8568
|
-
/**
|
|
8569
|
-
* 该接口用于查询分身数字人模型训练任务详情。
|
|
8570
|
-
*
|
|
8571
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8572
|
-
*/
|
|
8573
|
-
show2dModelTrainingJob(show2dModelTrainingJobRequest?: Show2dModelTrainingJobRequest): {
|
|
8574
|
-
method: string;
|
|
8575
|
-
url: string;
|
|
8576
|
-
contentType: string;
|
|
8577
|
-
queryParams: {};
|
|
8578
|
-
pathParams: {};
|
|
8579
|
-
headers: {};
|
|
8580
|
-
};
|
|
8581
|
-
/**
|
|
8582
|
-
* 该接口用于更新分身数字人模型训练任务。用于在自动审核或者人工审核不通过情况下,更新训练视频、身份证照片等。
|
|
8583
|
-
* > * 该接口只能在AUTO_VERIFY_FAILED或者MANUAL_VERIFY_FAILED状态下调用
|
|
8584
|
-
*
|
|
8585
|
-
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8586
|
-
*/
|
|
8587
|
-
update2dModelTrainingJob(update2dModelTrainingJobRequest?: Update2dModelTrainingJobRequest): {
|
|
8588
|
-
method: string;
|
|
8589
|
-
url: string;
|
|
8590
|
-
contentType: string;
|
|
8591
|
-
queryParams: {};
|
|
8592
|
-
pathParams: {};
|
|
8593
|
-
headers: {};
|
|
8594
|
-
data: {};
|
|
8595
|
-
};
|
|
8596
|
-
/**
|
|
8597
|
-
* 该接口用于创建驱动数字人表情的任务。
|
|
9042
|
+
* 下载加密文件
|
|
8598
9043
|
*
|
|
8599
9044
|
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8600
9045
|
*/
|
|
8601
|
-
|
|
9046
|
+
download2dModelTraningEncryptFile(download2dModelTraningEncryptFileRequest?: Download2dModelTraningEncryptFileRequest): {
|
|
8602
9047
|
method: string;
|
|
8603
9048
|
url: string;
|
|
8604
9049
|
contentType: string;
|
|
8605
9050
|
queryParams: {};
|
|
8606
9051
|
pathParams: {};
|
|
8607
9052
|
headers: {};
|
|
8608
|
-
data: {};
|
|
8609
9053
|
};
|
|
8610
9054
|
/**
|
|
8611
|
-
*
|
|
9055
|
+
* 该接口用于租户执行分身数字人模型训练任务命令,如提交训练审核等。
|
|
8612
9056
|
*
|
|
8613
9057
|
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8614
9058
|
*/
|
|
8615
|
-
|
|
9059
|
+
execute2dModelTrainingCommandByUser(execute2dModelTrainingCommandByUserRequest?: Execute2dModelTrainingCommandByUserRequest): {
|
|
8616
9060
|
method: string;
|
|
8617
9061
|
url: string;
|
|
8618
9062
|
contentType: string;
|
|
@@ -8622,11 +9066,11 @@ export declare const ParamCreater: () => {
|
|
|
8622
9066
|
data: {};
|
|
8623
9067
|
};
|
|
8624
9068
|
/**
|
|
8625
|
-
*
|
|
9069
|
+
* 该接口用于查询分身数字人模型训练任务列表。
|
|
8626
9070
|
*
|
|
8627
9071
|
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8628
9072
|
*/
|
|
8629
|
-
|
|
9073
|
+
list2dModelTrainingJob(list2dModelTrainingJobRequest?: List2dModelTrainingJobRequest): {
|
|
8630
9074
|
method: string;
|
|
8631
9075
|
url: string;
|
|
8632
9076
|
contentType: string;
|
|
@@ -8635,11 +9079,11 @@ export declare const ParamCreater: () => {
|
|
|
8635
9079
|
headers: {};
|
|
8636
9080
|
};
|
|
8637
9081
|
/**
|
|
8638
|
-
*
|
|
9082
|
+
* 该接口用于查询分身数字人模型训练任务详情。
|
|
8639
9083
|
*
|
|
8640
9084
|
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8641
9085
|
*/
|
|
8642
|
-
|
|
9086
|
+
show2dModelTrainingJob(show2dModelTrainingJobRequest?: Show2dModelTrainingJobRequest): {
|
|
8643
9087
|
method: string;
|
|
8644
9088
|
url: string;
|
|
8645
9089
|
contentType: string;
|
|
@@ -8648,17 +9092,19 @@ export declare const ParamCreater: () => {
|
|
|
8648
9092
|
headers: {};
|
|
8649
9093
|
};
|
|
8650
9094
|
/**
|
|
8651
|
-
*
|
|
9095
|
+
* 该接口用于更新分身数字人模型训练任务。用于在自动审核或者人工审核不通过情况下,更新训练视频、身份证照片等。
|
|
9096
|
+
* > * 该接口只能在AUTO_VERIFY_FAILED或者MANUAL_VERIFY_FAILED状态下调用
|
|
8652
9097
|
*
|
|
8653
9098
|
* Please refer to HUAWEI cloud API Explorer for details.
|
|
8654
9099
|
*/
|
|
8655
|
-
|
|
9100
|
+
update2dModelTrainingJob(update2dModelTrainingJobRequest?: Update2dModelTrainingJobRequest): {
|
|
8656
9101
|
method: string;
|
|
8657
9102
|
url: string;
|
|
8658
9103
|
contentType: string;
|
|
8659
9104
|
queryParams: {};
|
|
8660
9105
|
pathParams: {};
|
|
8661
9106
|
headers: {};
|
|
9107
|
+
data: {};
|
|
8662
9108
|
};
|
|
8663
9109
|
/**
|
|
8664
9110
|
* 该接口用于校验音色模型是否可用,模型可用返回模型信息,不可用返回具体不可用的原因
|
|
@@ -8761,6 +9207,19 @@ export declare const ParamCreater: () => {
|
|
|
8761
9207
|
pathParams: {};
|
|
8762
9208
|
headers: {};
|
|
8763
9209
|
};
|
|
9210
|
+
/**
|
|
9211
|
+
* 该接口用于获取TTS租户级一次性token。
|
|
9212
|
+
*
|
|
9213
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
9214
|
+
*/
|
|
9215
|
+
createTtsOnceCode(createTtsOnceCodeRequest?: CreateTtsOnceCodeRequest): {
|
|
9216
|
+
method: string;
|
|
9217
|
+
url: string;
|
|
9218
|
+
contentType: string;
|
|
9219
|
+
queryParams: {};
|
|
9220
|
+
pathParams: {};
|
|
9221
|
+
headers: {};
|
|
9222
|
+
};
|
|
8764
9223
|
/**
|
|
8765
9224
|
* 该接口用于设置TTS租户级自定义读法配置。
|
|
8766
9225
|
*
|