@huaweicloud/huaweicloud-sdk-metastudio 3.1.159 → 3.1.161
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 +167 -3
- package/v1/MetaStudioClient.d.ts.map +1 -1
- package/v1/MetaStudioClient.js +475 -9
- package/v1/MetaStudioClient.js.map +1 -1
- package/v1/model/AssessProperty.d.ts +16 -0
- package/v1/model/AssessProperty.d.ts.map +1 -0
- package/v1/model/AssessProperty.js +35 -0
- package/v1/model/AssessProperty.js.map +1 -0
- package/v1/model/AssessResult.d.ts +23 -0
- package/v1/model/AssessResult.d.ts.map +1 -0
- package/v1/model/AssessResult.js +49 -0
- package/v1/model/AssessResult.js.map +1 -0
- package/v1/model/AssetFileInfo.d.ts +4 -0
- package/v1/model/AssetFileInfo.d.ts.map +1 -1
- package/v1/model/AssetFileInfo.js +10 -0
- package/v1/model/AssetFileInfo.js.map +1 -1
- package/v1/model/AutoOperationConfig.d.ts +18 -0
- package/v1/model/AutoOperationConfig.d.ts.map +1 -0
- package/v1/model/AutoOperationConfig.js +32 -0
- package/v1/model/AutoOperationConfig.js.map +1 -0
- package/v1/model/CreateDigitalAssetRequestBody.d.ts +5 -0
- package/v1/model/CreateDigitalAssetRequestBody.d.ts.map +1 -1
- package/v1/model/CreateDigitalAssetRequestBody.js +10 -0
- package/v1/model/CreateDigitalAssetRequestBody.js.map +1 -1
- package/v1/model/CreateTrainingJobReq.d.ts +9 -0
- package/v1/model/CreateTrainingJobReq.d.ts.map +1 -1
- package/v1/model/CreateTrainingJobReq.js +20 -0
- package/v1/model/CreateTrainingJobReq.js.map +1 -1
- package/v1/model/CreateTtscVocabularyGroupsRequest.d.ts +27 -0
- package/v1/model/CreateTtscVocabularyGroupsRequest.d.ts.map +1 -0
- package/v1/model/CreateTtscVocabularyGroupsRequest.js +63 -0
- package/v1/model/CreateTtscVocabularyGroupsRequest.js.map +1 -0
- package/v1/model/CreateTtscVocabularyGroupsResponse.d.ts +7 -0
- package/v1/model/CreateTtscVocabularyGroupsResponse.d.ts.map +1 -0
- package/v1/model/CreateTtscVocabularyGroupsResponse.js +15 -0
- package/v1/model/CreateTtscVocabularyGroupsResponse.js.map +1 -0
- package/v1/model/DeleteTtscVocabularyGroupsRequest.d.ts +32 -0
- package/v1/model/DeleteTtscVocabularyGroupsRequest.d.ts.map +1 -0
- package/v1/model/DeleteTtscVocabularyGroupsRequest.js +78 -0
- package/v1/model/DeleteTtscVocabularyGroupsRequest.js.map +1 -0
- package/v1/model/DeleteTtscVocabularyGroupsResponse.d.ts +5 -0
- package/v1/model/DeleteTtscVocabularyGroupsResponse.d.ts.map +1 -0
- package/v1/model/DeleteTtscVocabularyGroupsResponse.js +11 -0
- package/v1/model/DeleteTtscVocabularyGroupsResponse.js.map +1 -0
- package/v1/model/DigitalAssetInfo.d.ts +9 -0
- package/v1/model/DigitalAssetInfo.d.ts.map +1 -1
- package/v1/model/DigitalAssetInfo.js +20 -0
- package/v1/model/DigitalAssetInfo.js.map +1 -1
- package/v1/model/ListAssetsRequest.d.ts +0 -5
- package/v1/model/ListAssetsRequest.d.ts.map +1 -1
- package/v1/model/ListAssetsRequest.js +0 -11
- package/v1/model/ListAssetsRequest.js.map +1 -1
- package/v1/model/ListTtscVocabularyConfigsRequest.d.ts +8 -0
- package/v1/model/ListTtscVocabularyConfigsRequest.d.ts.map +1 -1
- package/v1/model/ListTtscVocabularyConfigsRequest.js +20 -0
- package/v1/model/ListTtscVocabularyConfigsRequest.js.map +1 -1
- package/v1/model/ListTtscVocabularyGroupsRequest.d.ts +24 -0
- package/v1/model/ListTtscVocabularyGroupsRequest.d.ts.map +1 -0
- package/v1/model/ListTtscVocabularyGroupsRequest.js +59 -0
- package/v1/model/ListTtscVocabularyGroupsRequest.js.map +1 -0
- package/v1/model/ListTtscVocabularyGroupsResponse.d.ts +10 -0
- package/v1/model/ListTtscVocabularyGroupsResponse.d.ts.map +1 -0
- package/v1/model/ListTtscVocabularyGroupsResponse.js +19 -0
- package/v1/model/ListTtscVocabularyGroupsResponse.js.map +1 -0
- package/v1/model/ListVoiceTrainingJobRequest.d.ts +4 -0
- package/v1/model/ListVoiceTrainingJobRequest.d.ts.map +1 -1
- package/v1/model/ListVoiceTrainingJobRequest.js +10 -0
- package/v1/model/ListVoiceTrainingJobRequest.js.map +1 -1
- package/v1/model/OpExternalInfo.d.ts +4 -0
- package/v1/model/OpExternalInfo.d.ts.map +1 -1
- package/v1/model/OpExternalInfo.js +10 -0
- package/v1/model/OpExternalInfo.js.map +1 -1
- package/v1/model/SaveTtscVocabularyConfigsRequestBody.d.ts +4 -0
- package/v1/model/SaveTtscVocabularyConfigsRequestBody.d.ts.map +1 -1
- package/v1/model/SaveTtscVocabularyConfigsRequestBody.js +10 -0
- package/v1/model/SaveTtscVocabularyConfigsRequestBody.js.map +1 -1
- package/v1/model/SaveTtscVocabularyGroupsRequestBody.d.ts +8 -0
- package/v1/model/SaveTtscVocabularyGroupsRequestBody.d.ts.map +1 -0
- package/v1/model/SaveTtscVocabularyGroupsRequestBody.js +19 -0
- package/v1/model/SaveTtscVocabularyGroupsRequestBody.js.map +1 -0
- package/v1/model/SetJobBatchNameRequest.d.ts +4 -0
- package/v1/model/SetJobBatchNameRequest.d.ts.map +1 -1
- package/v1/model/SetJobBatchNameRequest.js +10 -0
- package/v1/model/SetJobBatchNameRequest.js.map +1 -1
- package/v1/model/SetTtscGroupAssetsRequest.d.ts +31 -0
- package/v1/model/SetTtscGroupAssetsRequest.d.ts.map +1 -0
- package/v1/model/SetTtscGroupAssetsRequest.js +74 -0
- package/v1/model/SetTtscGroupAssetsRequest.js.map +1 -0
- package/v1/model/SetTtscGroupAssetsRequestBody.d.ts +8 -0
- package/v1/model/SetTtscGroupAssetsRequestBody.d.ts.map +1 -0
- package/v1/model/SetTtscGroupAssetsRequestBody.js +19 -0
- package/v1/model/SetTtscGroupAssetsRequestBody.js.map +1 -0
- package/v1/model/SetTtscGroupAssetsResponse.d.ts +7 -0
- package/v1/model/SetTtscGroupAssetsResponse.d.ts.map +1 -0
- package/v1/model/SetTtscGroupAssetsResponse.js +15 -0
- package/v1/model/SetTtscGroupAssetsResponse.js.map +1 -0
- package/v1/model/ShowAssetResponse.d.ts +9 -0
- package/v1/model/ShowAssetResponse.d.ts.map +1 -1
- package/v1/model/ShowAssetResponse.js +20 -0
- package/v1/model/ShowAssetResponse.js.map +1 -1
- package/v1/model/ShowTenantDurationCfgResponse.d.ts +8 -0
- package/v1/model/ShowTenantDurationCfgResponse.d.ts.map +1 -1
- package/v1/model/ShowTenantDurationCfgResponse.js +20 -0
- package/v1/model/ShowTenantDurationCfgResponse.js.map +1 -1
- package/v1/model/ShowVoiceTrainingJobResponse.d.ts +9 -0
- package/v1/model/ShowVoiceTrainingJobResponse.d.ts.map +1 -1
- package/v1/model/ShowVoiceTrainingJobResponse.js +20 -0
- package/v1/model/ShowVoiceTrainingJobResponse.js.map +1 -1
- package/v1/model/SystemProperty.d.ts +5 -1
- package/v1/model/SystemProperty.d.ts.map +1 -1
- package/v1/model/SystemProperty.js +4 -0
- package/v1/model/SystemProperty.js.map +1 -1
- package/v1/model/TrainingJobInfo.d.ts +9 -0
- package/v1/model/TrainingJobInfo.d.ts.map +1 -1
- package/v1/model/TrainingJobInfo.js +20 -0
- package/v1/model/TrainingJobInfo.js.map +1 -1
- package/v1/model/TtscGroupAssetsConfig.d.ts +16 -0
- package/v1/model/TtscGroupAssetsConfig.d.ts.map +1 -0
- package/v1/model/TtscGroupAssetsConfig.js +39 -0
- package/v1/model/TtscGroupAssetsConfig.js.map +1 -0
- package/v1/model/UpdateDigitalAssetRequestBody.d.ts +5 -0
- package/v1/model/UpdateDigitalAssetRequestBody.d.ts.map +1 -1
- package/v1/model/UpdateDigitalAssetRequestBody.js +10 -0
- package/v1/model/UpdateDigitalAssetRequestBody.js.map +1 -1
- package/v1/model/UpdateDigitalAssetResponse.d.ts +9 -0
- package/v1/model/UpdateDigitalAssetResponse.d.ts.map +1 -1
- package/v1/model/UpdateDigitalAssetResponse.js +20 -0
- package/v1/model/UpdateDigitalAssetResponse.js.map +1 -1
- package/v1/model/UpdateTtscVocabularyGroupsRequest.d.ts +31 -0
- package/v1/model/UpdateTtscVocabularyGroupsRequest.d.ts.map +1 -0
- package/v1/model/UpdateTtscVocabularyGroupsRequest.js +74 -0
- package/v1/model/UpdateTtscVocabularyGroupsRequest.js.map +1 -0
- package/v1/model/UpdateTtscVocabularyGroupsResponse.d.ts +7 -0
- package/v1/model/UpdateTtscVocabularyGroupsResponse.d.ts.map +1 -0
- package/v1/model/UpdateTtscVocabularyGroupsResponse.js +15 -0
- package/v1/model/UpdateTtscVocabularyGroupsResponse.js.map +1 -0
- package/v1/model/VocabularyConfig.d.ts +4 -0
- package/v1/model/VocabularyConfig.d.ts.map +1 -1
- package/v1/model/VocabularyConfig.js +10 -0
- package/v1/model/VocabularyConfig.js.map +1 -1
- package/v1/public-api.d.ts +16 -0
- package/v1/public-api.d.ts.map +1 -1
- package/v1/public-api.js +16 -0
- package/v1/public-api.js.map +1 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare class AssessProperty {
|
|
2
|
+
expected?: string;
|
|
3
|
+
actual?: string;
|
|
4
|
+
suggestion?: string;
|
|
5
|
+
private 'suggestion_en'?;
|
|
6
|
+
status?: number;
|
|
7
|
+
constructor();
|
|
8
|
+
withExpected(expected: string): AssessProperty;
|
|
9
|
+
withActual(actual: string): AssessProperty;
|
|
10
|
+
withSuggestion(suggestion: string): AssessProperty;
|
|
11
|
+
withSuggestionEn(suggestionEn: string): AssessProperty;
|
|
12
|
+
set suggestionEn(suggestionEn: string | undefined);
|
|
13
|
+
get suggestionEn(): string | undefined;
|
|
14
|
+
withStatus(status: number): AssessProperty;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=AssessProperty.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AssessProperty.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/AssessProperty.ts"],"names":[],"mappings":"AAEA,qBAAa,cAAc;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IAC3B,OAAO,CAAC,eAAe,CAAC,CAAS;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;;IAGhB,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,cAAc;IAI9C,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,cAAc;IAI1C,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,cAAc;IAIlD,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,cAAc;IAI7D,IAAW,YAAY,CAAC,YAAY,EAAE,MAAM,GAAI,SAAS,EAExD;IACD,IAAW,YAAY,IAAI,MAAM,GAAG,SAAS,CAE5C;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,cAAc;CAIpD"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AssessProperty = void 0;
|
|
4
|
+
class AssessProperty {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withExpected(expected) {
|
|
8
|
+
this['expected'] = expected;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
withActual(actual) {
|
|
12
|
+
this['actual'] = actual;
|
|
13
|
+
return this;
|
|
14
|
+
}
|
|
15
|
+
withSuggestion(suggestion) {
|
|
16
|
+
this['suggestion'] = suggestion;
|
|
17
|
+
return this;
|
|
18
|
+
}
|
|
19
|
+
withSuggestionEn(suggestionEn) {
|
|
20
|
+
this['suggestion_en'] = suggestionEn;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
set suggestionEn(suggestionEn) {
|
|
24
|
+
this['suggestion_en'] = suggestionEn;
|
|
25
|
+
}
|
|
26
|
+
get suggestionEn() {
|
|
27
|
+
return this['suggestion_en'];
|
|
28
|
+
}
|
|
29
|
+
withStatus(status) {
|
|
30
|
+
this['status'] = status;
|
|
31
|
+
return this;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
exports.AssessProperty = AssessProperty;
|
|
35
|
+
//# sourceMappingURL=AssessProperty.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AssessProperty.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/AssessProperty.ts"],"names":[],"mappings":";;;AAEA,MAAa,cAAc;IAMvB;IACA,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;QAChC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,gBAAgB,CAAC,YAAoB;QACxC,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;QACrC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,YAAY,CAAC,YAAiC;QACrD,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;IACzC,CAAC;IACD,IAAW,YAAY;QACnB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC;IACjC,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAlCD,wCAkCC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { AssessProperty } from './AssessProperty';
|
|
2
|
+
export declare class AssessResult {
|
|
3
|
+
speed?: AssessProperty;
|
|
4
|
+
sound?: AssessProperty;
|
|
5
|
+
snr?: AssessProperty;
|
|
6
|
+
reverb?: AssessProperty;
|
|
7
|
+
private 'dnsmos_ovrl'?;
|
|
8
|
+
private 'dnsmos_bak'?;
|
|
9
|
+
suggestion?: string;
|
|
10
|
+
constructor();
|
|
11
|
+
withSpeed(speed: AssessProperty): AssessResult;
|
|
12
|
+
withSound(sound: AssessProperty): AssessResult;
|
|
13
|
+
withSnr(snr: AssessProperty): AssessResult;
|
|
14
|
+
withReverb(reverb: AssessProperty): AssessResult;
|
|
15
|
+
withDnsmosOvrl(dnsmosOvrl: AssessProperty): AssessResult;
|
|
16
|
+
set dnsmosOvrl(dnsmosOvrl: AssessProperty | undefined);
|
|
17
|
+
get dnsmosOvrl(): AssessProperty | undefined;
|
|
18
|
+
withDnsmosBak(dnsmosBak: AssessProperty): AssessResult;
|
|
19
|
+
set dnsmosBak(dnsmosBak: AssessProperty | undefined);
|
|
20
|
+
get dnsmosBak(): AssessProperty | undefined;
|
|
21
|
+
withSuggestion(suggestion: string): AssessResult;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=AssessResult.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AssessResult.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/AssessResult.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGlD,qBAAa,YAAY;IACd,KAAK,CAAC,EAAE,cAAc,CAAC;IACvB,KAAK,CAAC,EAAE,cAAc,CAAC;IACvB,GAAG,CAAC,EAAE,cAAc,CAAC;IACrB,MAAM,CAAC,EAAE,cAAc,CAAC;IAC/B,OAAO,CAAC,aAAa,CAAC,CAAiB;IACvC,OAAO,CAAC,YAAY,CAAC,CAAiB;IAC/B,UAAU,CAAC,EAAE,MAAM,CAAC;;IAGpB,SAAS,CAAC,KAAK,EAAE,cAAc,GAAG,YAAY;IAI9C,SAAS,CAAC,KAAK,EAAE,cAAc,GAAG,YAAY;IAI9C,OAAO,CAAC,GAAG,EAAE,cAAc,GAAG,YAAY;IAI1C,UAAU,CAAC,MAAM,EAAE,cAAc,GAAG,YAAY;IAIhD,cAAc,CAAC,UAAU,EAAE,cAAc,GAAG,YAAY;IAI/D,IAAW,UAAU,CAAC,UAAU,EAAE,cAAc,GAAI,SAAS,EAE5D;IACD,IAAW,UAAU,IAAI,cAAc,GAAG,SAAS,CAElD;IACM,aAAa,CAAC,SAAS,EAAE,cAAc,GAAG,YAAY;IAI7D,IAAW,SAAS,CAAC,SAAS,EAAE,cAAc,GAAI,SAAS,EAE1D;IACD,IAAW,SAAS,IAAI,cAAc,GAAG,SAAS,CAEjD;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,YAAY;CAI1D"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AssessResult = void 0;
|
|
4
|
+
class AssessResult {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withSpeed(speed) {
|
|
8
|
+
this['speed'] = speed;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
withSound(sound) {
|
|
12
|
+
this['sound'] = sound;
|
|
13
|
+
return this;
|
|
14
|
+
}
|
|
15
|
+
withSnr(snr) {
|
|
16
|
+
this['snr'] = snr;
|
|
17
|
+
return this;
|
|
18
|
+
}
|
|
19
|
+
withReverb(reverb) {
|
|
20
|
+
this['reverb'] = reverb;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
withDnsmosOvrl(dnsmosOvrl) {
|
|
24
|
+
this['dnsmos_ovrl'] = dnsmosOvrl;
|
|
25
|
+
return this;
|
|
26
|
+
}
|
|
27
|
+
set dnsmosOvrl(dnsmosOvrl) {
|
|
28
|
+
this['dnsmos_ovrl'] = dnsmosOvrl;
|
|
29
|
+
}
|
|
30
|
+
get dnsmosOvrl() {
|
|
31
|
+
return this['dnsmos_ovrl'];
|
|
32
|
+
}
|
|
33
|
+
withDnsmosBak(dnsmosBak) {
|
|
34
|
+
this['dnsmos_bak'] = dnsmosBak;
|
|
35
|
+
return this;
|
|
36
|
+
}
|
|
37
|
+
set dnsmosBak(dnsmosBak) {
|
|
38
|
+
this['dnsmos_bak'] = dnsmosBak;
|
|
39
|
+
}
|
|
40
|
+
get dnsmosBak() {
|
|
41
|
+
return this['dnsmos_bak'];
|
|
42
|
+
}
|
|
43
|
+
withSuggestion(suggestion) {
|
|
44
|
+
this['suggestion'] = suggestion;
|
|
45
|
+
return this;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
exports.AssessResult = AssessResult;
|
|
49
|
+
//# sourceMappingURL=AssessResult.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AssessResult.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/AssessResult.ts"],"names":[],"mappings":";;;AAGA,MAAa,YAAY;IAQrB;IACA,CAAC;IACM,SAAS,CAAC,KAAqB;QAClC,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAAqB;QAClC,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,OAAO,CAAC,GAAmB;QAC9B,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;QAClB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAsB;QACpC,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,cAAc,CAAC,UAA0B;QAC5C,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;QACjC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAAuC;QACzD,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACrC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC;IAC/B,CAAC;IACM,aAAa,CAAC,SAAyB;QAC1C,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,SAAS,CAAC,SAAsC;QACvD,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACnC,CAAC;IACD,IAAW,SAAS;QAChB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;QAChC,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAlDD,oCAkDC"}
|
|
@@ -8,6 +8,7 @@ export declare class AssetFileInfo {
|
|
|
8
8
|
private 'asset_file_category'?;
|
|
9
9
|
private 'download_url'?;
|
|
10
10
|
state?: AssetFileInfoStateEnum | string;
|
|
11
|
+
private 'block_reason_code'?;
|
|
11
12
|
reason?: string;
|
|
12
13
|
private 'file_extra_meta'?;
|
|
13
14
|
constructor();
|
|
@@ -33,6 +34,9 @@ export declare class AssetFileInfo {
|
|
|
33
34
|
set downloadUrl(downloadUrl: string | undefined);
|
|
34
35
|
get downloadUrl(): string | undefined;
|
|
35
36
|
withState(state: AssetFileInfoStateEnum | string): AssetFileInfo;
|
|
37
|
+
withBlockReasonCode(blockReasonCode: string): AssetFileInfo;
|
|
38
|
+
set blockReasonCode(blockReasonCode: string | undefined);
|
|
39
|
+
get blockReasonCode(): string | undefined;
|
|
36
40
|
withReason(reason: string): AssetFileInfo;
|
|
37
41
|
withFileExtraMeta(fileExtraMeta: FileExtraMeta): AssetFileInfo;
|
|
38
42
|
set fileExtraMeta(fileExtraMeta: FileExtraMeta | undefined);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AssetFileInfo.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/AssetFileInfo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,qBAAa,aAAa;IACtB,OAAO,CAAC,SAAS,CAAC,CAAS;IAC3B,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,UAAU,CAAC,CAAS;IAC5B,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,qBAAqB,CAAC,CAAS;IACvC,OAAO,CAAC,cAAc,CAAC,CAAS;IACzB,KAAK,CAAC,EAAE,sBAAsB,GAAG,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"AssetFileInfo.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/AssetFileInfo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,qBAAa,aAAa;IACtB,OAAO,CAAC,SAAS,CAAC,CAAS;IAC3B,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,UAAU,CAAC,CAAS;IAC5B,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,qBAAqB,CAAC,CAAS;IACvC,OAAO,CAAC,cAAc,CAAC,CAAS;IACzB,KAAK,CAAC,EAAE,sBAAsB,GAAG,MAAM,CAAC;IAC/C,OAAO,CAAC,mBAAmB,CAAC,CAAS;IAC9B,MAAM,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,iBAAiB,CAAC,CAAgB;;IAGnC,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,aAAa;IAIhD,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAI,SAAS,EAE5C;IACD,IAAW,MAAM,IAAI,MAAM,GAAG,SAAS,CAEtC;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,aAAa;IAIpD,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,aAAa;IAIlD,IAAW,OAAO,CAAC,OAAO,EAAE,MAAM,GAAI,SAAS,EAE9C;IACD,IAAW,OAAO,IAAI,MAAM,GAAG,SAAS,CAEvC;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,aAAa;IAIpD,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,aAAa;IAIpD,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,qBAAqB,CAAC,iBAAiB,EAAE,MAAM,GAAG,aAAa;IAItE,IAAW,iBAAiB,CAAC,iBAAiB,EAAE,MAAM,GAAI,SAAS,EAElE;IACD,IAAW,iBAAiB,IAAI,MAAM,GAAG,SAAS,CAEjD;IACM,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,aAAa;IAI1D,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,SAAS,CAAC,KAAK,EAAE,sBAAsB,GAAG,MAAM,GAAG,aAAa;IAIhE,mBAAmB,CAAC,eAAe,EAAE,MAAM,GAAG,aAAa;IAIlE,IAAW,eAAe,CAAC,eAAe,EAAE,MAAM,GAAI,SAAS,EAE9D;IACD,IAAW,eAAe,IAAI,MAAM,GAAG,SAAS,CAE/C;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,aAAa;IAIzC,iBAAiB,CAAC,aAAa,EAAE,aAAa,GAAG,aAAa;IAIrE,IAAW,aAAa,CAAC,aAAa,EAAE,aAAa,GAAI,SAAS,EAEjE;IACD,IAAW,aAAa,IAAI,aAAa,GAAG,SAAS,CAEpD;CACJ;AAED;;;MAGM;AACN,oBAAY,sBAAsB;IAC9B,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,KAAK,UAAU;CAClB"}
|
|
@@ -78,6 +78,16 @@ class AssetFileInfo {
|
|
|
78
78
|
this['state'] = state;
|
|
79
79
|
return this;
|
|
80
80
|
}
|
|
81
|
+
withBlockReasonCode(blockReasonCode) {
|
|
82
|
+
this['block_reason_code'] = blockReasonCode;
|
|
83
|
+
return this;
|
|
84
|
+
}
|
|
85
|
+
set blockReasonCode(blockReasonCode) {
|
|
86
|
+
this['block_reason_code'] = blockReasonCode;
|
|
87
|
+
}
|
|
88
|
+
get blockReasonCode() {
|
|
89
|
+
return this['block_reason_code'];
|
|
90
|
+
}
|
|
81
91
|
withReason(reason) {
|
|
82
92
|
this['reason'] = reason;
|
|
83
93
|
return this;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AssetFileInfo.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/AssetFileInfo.ts"],"names":[],"mappings":";;;AAGA,MAAa,aAAa;
|
|
1
|
+
{"version":3,"file":"AssetFileInfo.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/AssetFileInfo.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare class AutoOperationConfig {
|
|
2
|
+
operation?: AutoOperationConfigOperationEnum | string;
|
|
3
|
+
private 'operation_time'?;
|
|
4
|
+
constructor();
|
|
5
|
+
withOperation(operation: AutoOperationConfigOperationEnum | string): AutoOperationConfig;
|
|
6
|
+
withOperationTime(operationTime: string): AutoOperationConfig;
|
|
7
|
+
set operationTime(operationTime: string | undefined);
|
|
8
|
+
get operationTime(): string | undefined;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* @export
|
|
12
|
+
* @enum {string}
|
|
13
|
+
*/
|
|
14
|
+
export declare enum AutoOperationConfigOperationEnum {
|
|
15
|
+
BLOCK = "BLOCK",
|
|
16
|
+
DELETE = "DELETE"
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=AutoOperationConfig.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AutoOperationConfig.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/AutoOperationConfig.ts"],"names":[],"mappings":"AAEA,qBAAa,mBAAmB;IACrB,SAAS,CAAC,EAAE,gCAAgC,GAAG,MAAM,CAAC;IAC7D,OAAO,CAAC,gBAAgB,CAAC,CAAS;;IAG3B,aAAa,CAAC,SAAS,EAAE,gCAAgC,GAAG,MAAM,GAAG,mBAAmB;IAIxF,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,mBAAmB;IAIpE,IAAW,aAAa,CAAC,aAAa,EAAE,MAAM,GAAI,SAAS,EAE1D;IACD,IAAW,aAAa,IAAI,MAAM,GAAG,SAAS,CAE7C;CACJ;AAED;;;MAGM;AACN,oBAAY,gCAAgC;IACxC,KAAK,UAAU;IACf,MAAM,WAAW;CACpB"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AutoOperationConfigOperationEnum = exports.AutoOperationConfig = void 0;
|
|
4
|
+
class AutoOperationConfig {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withOperation(operation) {
|
|
8
|
+
this['operation'] = operation;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
withOperationTime(operationTime) {
|
|
12
|
+
this['operation_time'] = operationTime;
|
|
13
|
+
return this;
|
|
14
|
+
}
|
|
15
|
+
set operationTime(operationTime) {
|
|
16
|
+
this['operation_time'] = operationTime;
|
|
17
|
+
}
|
|
18
|
+
get operationTime() {
|
|
19
|
+
return this['operation_time'];
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
exports.AutoOperationConfig = AutoOperationConfig;
|
|
23
|
+
/**
|
|
24
|
+
* @export
|
|
25
|
+
* @enum {string}
|
|
26
|
+
*/
|
|
27
|
+
var AutoOperationConfigOperationEnum;
|
|
28
|
+
(function (AutoOperationConfigOperationEnum) {
|
|
29
|
+
AutoOperationConfigOperationEnum["BLOCK"] = "BLOCK";
|
|
30
|
+
AutoOperationConfigOperationEnum["DELETE"] = "DELETE";
|
|
31
|
+
})(AutoOperationConfigOperationEnum = exports.AutoOperationConfigOperationEnum || (exports.AutoOperationConfigOperationEnum = {}));
|
|
32
|
+
//# sourceMappingURL=AutoOperationConfig.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AutoOperationConfig.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/AutoOperationConfig.ts"],"names":[],"mappings":";;;AAEA,MAAa,mBAAmB;IAG5B;IACA,CAAC;IACM,aAAa,CAAC,SAAoD;QACrE,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,iBAAiB,CAAC,aAAqB;QAC1C,IAAI,CAAC,gBAAgB,CAAC,GAAG,aAAa,CAAC;QACvC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,aAAa,CAAC,aAAkC;QACvD,IAAI,CAAC,gBAAgB,CAAC,GAAG,aAAa,CAAC;IAC3C,CAAC;IACD,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC;IAClC,CAAC;CACJ;AAnBD,kDAmBC;AAED;;;MAGM;AACN,IAAY,gCAGX;AAHD,WAAY,gCAAgC;IACxC,mDAAe,CAAA;IACf,qDAAiB,CAAA;AACrB,CAAC,EAHW,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAG3C"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AssetExtraMeta } from './AssetExtraMeta';
|
|
2
2
|
import { AssetSharedConfig } from './AssetSharedConfig';
|
|
3
|
+
import { AutoOperationConfig } from './AutoOperationConfig';
|
|
3
4
|
import { ReviewConfig } from './ReviewConfig';
|
|
4
5
|
import { SupportedServiceEnum } from './SupportedServiceEnum';
|
|
5
6
|
import { SystemProperty } from './SystemProperty';
|
|
@@ -15,6 +16,7 @@ export declare class CreateDigitalAssetRequestBody {
|
|
|
15
16
|
private 'is_need_generate_cover'?;
|
|
16
17
|
private 'asset_order'?;
|
|
17
18
|
private 'supported_service'?;
|
|
19
|
+
private 'auto_operation_config'?;
|
|
18
20
|
constructor(assetName?: string, assetType?: string);
|
|
19
21
|
withAssetName(assetName: string): CreateDigitalAssetRequestBody;
|
|
20
22
|
set assetName(assetName: string | undefined);
|
|
@@ -47,6 +49,9 @@ export declare class CreateDigitalAssetRequestBody {
|
|
|
47
49
|
withSupportedService(supportedService: Array<SupportedServiceEnum>): CreateDigitalAssetRequestBody;
|
|
48
50
|
set supportedService(supportedService: Array<SupportedServiceEnum> | undefined);
|
|
49
51
|
get supportedService(): Array<SupportedServiceEnum> | undefined;
|
|
52
|
+
withAutoOperationConfig(autoOperationConfig: Array<AutoOperationConfig>): CreateDigitalAssetRequestBody;
|
|
53
|
+
set autoOperationConfig(autoOperationConfig: Array<AutoOperationConfig> | undefined);
|
|
54
|
+
get autoOperationConfig(): Array<AutoOperationConfig> | undefined;
|
|
50
55
|
}
|
|
51
56
|
/**
|
|
52
57
|
* @export
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateDigitalAssetRequestBody.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/CreateDigitalAssetRequestBody.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGlD,qBAAa,6BAA6B;IACtC,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,mBAAmB,CAAC,CAAS;IACrC,OAAO,CAAC,YAAY,CAAC,CAAsD;IAC3E,OAAO,CAAC,eAAe,CAAC,CAAe;IAChC,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B,OAAO,CAAC,kBAAkB,CAAC,CAAiB;IAC5C,OAAO,CAAC,mBAAmB,CAAC,CAAwB;IACpD,OAAO,CAAC,eAAe,CAAC,CAAoB;IAC5C,OAAO,CAAC,wBAAwB,CAAC,CAAU;IAC3C,OAAO,CAAC,aAAa,CAAC,CAAS;IAC/B,OAAO,CAAC,mBAAmB,CAAC,CAA8B;
|
|
1
|
+
{"version":3,"file":"CreateDigitalAssetRequestBody.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/CreateDigitalAssetRequestBody.ts"],"names":[],"mappings":"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"}
|
|
@@ -110,6 +110,16 @@ class CreateDigitalAssetRequestBody {
|
|
|
110
110
|
get supportedService() {
|
|
111
111
|
return this['supported_service'];
|
|
112
112
|
}
|
|
113
|
+
withAutoOperationConfig(autoOperationConfig) {
|
|
114
|
+
this['auto_operation_config'] = autoOperationConfig;
|
|
115
|
+
return this;
|
|
116
|
+
}
|
|
117
|
+
set autoOperationConfig(autoOperationConfig) {
|
|
118
|
+
this['auto_operation_config'] = autoOperationConfig;
|
|
119
|
+
}
|
|
120
|
+
get autoOperationConfig() {
|
|
121
|
+
return this['auto_operation_config'];
|
|
122
|
+
}
|
|
113
123
|
}
|
|
114
124
|
exports.CreateDigitalAssetRequestBody = CreateDigitalAssetRequestBody;
|
|
115
125
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateDigitalAssetRequestBody.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/CreateDigitalAssetRequestBody.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"CreateDigitalAssetRequestBody.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/CreateDigitalAssetRequestBody.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { CreateType } from './CreateType';
|
|
2
2
|
import { JobTag } from './JobTag';
|
|
3
|
+
import { SupportedServiceEnum } from './SupportedServiceEnum';
|
|
3
4
|
export declare class CreateTrainingJobReq {
|
|
4
5
|
tag?: JobTag;
|
|
5
6
|
description?: string;
|
|
@@ -12,6 +13,8 @@ export declare class CreateTrainingJobReq {
|
|
|
12
13
|
private 'batch_name'?;
|
|
13
14
|
private 'output_language'?;
|
|
14
15
|
private 'custom_text'?;
|
|
16
|
+
private 'is_ondemand_resource'?;
|
|
17
|
+
private 'supported_service'?;
|
|
15
18
|
constructor(voiceName?: string);
|
|
16
19
|
withTag(tag: JobTag): CreateTrainingJobReq;
|
|
17
20
|
withDescription(description: string): CreateTrainingJobReq;
|
|
@@ -36,6 +39,12 @@ export declare class CreateTrainingJobReq {
|
|
|
36
39
|
withCustomText(customText: string): CreateTrainingJobReq;
|
|
37
40
|
set customText(customText: string | undefined);
|
|
38
41
|
get customText(): string | undefined;
|
|
42
|
+
withIsOndemandResource(isOndemandResource: boolean): CreateTrainingJobReq;
|
|
43
|
+
set isOndemandResource(isOndemandResource: boolean | undefined);
|
|
44
|
+
get isOndemandResource(): boolean | undefined;
|
|
45
|
+
withSupportedService(supportedService: Array<SupportedServiceEnum>): CreateTrainingJobReq;
|
|
46
|
+
set supportedService(supportedService: Array<SupportedServiceEnum> | undefined);
|
|
47
|
+
get supportedService(): Array<SupportedServiceEnum> | undefined;
|
|
39
48
|
}
|
|
40
49
|
/**
|
|
41
50
|
* @export
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateTrainingJobReq.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/CreateTrainingJobReq.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"CreateTrainingJobReq.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/CreateTrainingJobReq.ts"],"names":[],"mappings":"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"}
|
|
@@ -85,6 +85,26 @@ class CreateTrainingJobReq {
|
|
|
85
85
|
get customText() {
|
|
86
86
|
return this['custom_text'];
|
|
87
87
|
}
|
|
88
|
+
withIsOndemandResource(isOndemandResource) {
|
|
89
|
+
this['is_ondemand_resource'] = isOndemandResource;
|
|
90
|
+
return this;
|
|
91
|
+
}
|
|
92
|
+
set isOndemandResource(isOndemandResource) {
|
|
93
|
+
this['is_ondemand_resource'] = isOndemandResource;
|
|
94
|
+
}
|
|
95
|
+
get isOndemandResource() {
|
|
96
|
+
return this['is_ondemand_resource'];
|
|
97
|
+
}
|
|
98
|
+
withSupportedService(supportedService) {
|
|
99
|
+
this['supported_service'] = supportedService;
|
|
100
|
+
return this;
|
|
101
|
+
}
|
|
102
|
+
set supportedService(supportedService) {
|
|
103
|
+
this['supported_service'] = supportedService;
|
|
104
|
+
}
|
|
105
|
+
get supportedService() {
|
|
106
|
+
return this['supported_service'];
|
|
107
|
+
}
|
|
88
108
|
}
|
|
89
109
|
exports.CreateTrainingJobReq = CreateTrainingJobReq;
|
|
90
110
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateTrainingJobReq.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/CreateTrainingJobReq.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"CreateTrainingJobReq.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/CreateTrainingJobReq.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { SaveTtscVocabularyGroupsRequestBody } from './SaveTtscVocabularyGroupsRequestBody';
|
|
2
|
+
export declare class CreateTtscVocabularyGroupsRequest {
|
|
3
|
+
private 'X-Request-Id'?;
|
|
4
|
+
private 'Authorization'?;
|
|
5
|
+
private 'X-Sdk-Date'?;
|
|
6
|
+
private 'X-Project-Id'?;
|
|
7
|
+
private 'X-App-UserId'?;
|
|
8
|
+
body?: SaveTtscVocabularyGroupsRequestBody;
|
|
9
|
+
constructor();
|
|
10
|
+
withXRequestId(xRequestId: string): CreateTtscVocabularyGroupsRequest;
|
|
11
|
+
set xRequestId(xRequestId: string | undefined);
|
|
12
|
+
get xRequestId(): string | undefined;
|
|
13
|
+
withAuthorization(authorization: string): CreateTtscVocabularyGroupsRequest;
|
|
14
|
+
set authorization(authorization: string | undefined);
|
|
15
|
+
get authorization(): string | undefined;
|
|
16
|
+
withXSdkDate(xSdkDate: string): CreateTtscVocabularyGroupsRequest;
|
|
17
|
+
set xSdkDate(xSdkDate: string | undefined);
|
|
18
|
+
get xSdkDate(): string | undefined;
|
|
19
|
+
withXProjectId(xProjectId: string): CreateTtscVocabularyGroupsRequest;
|
|
20
|
+
set xProjectId(xProjectId: string | undefined);
|
|
21
|
+
get xProjectId(): string | undefined;
|
|
22
|
+
withXAppUserId(xAppUserId: string): CreateTtscVocabularyGroupsRequest;
|
|
23
|
+
set xAppUserId(xAppUserId: string | undefined);
|
|
24
|
+
get xAppUserId(): string | undefined;
|
|
25
|
+
withBody(body: SaveTtscVocabularyGroupsRequestBody): CreateTtscVocabularyGroupsRequest;
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=CreateTtscVocabularyGroupsRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateTtscVocabularyGroupsRequest.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/CreateTtscVocabularyGroupsRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAG5F,qBAAa,iCAAiC;IAC1C,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,eAAe,CAAC,CAAS;IACjC,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,cAAc,CAAC,CAAS;IACzB,IAAI,CAAC,EAAE,mCAAmC,CAAC;;IAG3C,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,iCAAiC;IAI5E,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,iCAAiC;IAIlF,IAAW,aAAa,CAAC,aAAa,EAAE,MAAM,GAAI,SAAS,EAE1D;IACD,IAAW,aAAa,IAAI,MAAM,GAAG,SAAS,CAE7C;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,iCAAiC;IAIxE,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,iCAAiC;IAI5E,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,iCAAiC;IAI5E,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,QAAQ,CAAC,IAAI,EAAE,mCAAmC,GAAG,iCAAiC;CAIhG"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateTtscVocabularyGroupsRequest = void 0;
|
|
4
|
+
class CreateTtscVocabularyGroupsRequest {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withXRequestId(xRequestId) {
|
|
8
|
+
this['X-Request-Id'] = xRequestId;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
set xRequestId(xRequestId) {
|
|
12
|
+
this['X-Request-Id'] = xRequestId;
|
|
13
|
+
}
|
|
14
|
+
get xRequestId() {
|
|
15
|
+
return this['X-Request-Id'];
|
|
16
|
+
}
|
|
17
|
+
withAuthorization(authorization) {
|
|
18
|
+
this['Authorization'] = authorization;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
set authorization(authorization) {
|
|
22
|
+
this['Authorization'] = authorization;
|
|
23
|
+
}
|
|
24
|
+
get authorization() {
|
|
25
|
+
return this['Authorization'];
|
|
26
|
+
}
|
|
27
|
+
withXSdkDate(xSdkDate) {
|
|
28
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
29
|
+
return this;
|
|
30
|
+
}
|
|
31
|
+
set xSdkDate(xSdkDate) {
|
|
32
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
33
|
+
}
|
|
34
|
+
get xSdkDate() {
|
|
35
|
+
return this['X-Sdk-Date'];
|
|
36
|
+
}
|
|
37
|
+
withXProjectId(xProjectId) {
|
|
38
|
+
this['X-Project-Id'] = xProjectId;
|
|
39
|
+
return this;
|
|
40
|
+
}
|
|
41
|
+
set xProjectId(xProjectId) {
|
|
42
|
+
this['X-Project-Id'] = xProjectId;
|
|
43
|
+
}
|
|
44
|
+
get xProjectId() {
|
|
45
|
+
return this['X-Project-Id'];
|
|
46
|
+
}
|
|
47
|
+
withXAppUserId(xAppUserId) {
|
|
48
|
+
this['X-App-UserId'] = xAppUserId;
|
|
49
|
+
return this;
|
|
50
|
+
}
|
|
51
|
+
set xAppUserId(xAppUserId) {
|
|
52
|
+
this['X-App-UserId'] = xAppUserId;
|
|
53
|
+
}
|
|
54
|
+
get xAppUserId() {
|
|
55
|
+
return this['X-App-UserId'];
|
|
56
|
+
}
|
|
57
|
+
withBody(body) {
|
|
58
|
+
this['body'] = body;
|
|
59
|
+
return this;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
exports.CreateTtscVocabularyGroupsRequest = CreateTtscVocabularyGroupsRequest;
|
|
63
|
+
//# sourceMappingURL=CreateTtscVocabularyGroupsRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateTtscVocabularyGroupsRequest.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/CreateTtscVocabularyGroupsRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,iCAAiC;IAO1C;IACA,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;IACtC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,iBAAiB,CAAC,aAAqB;QAC1C,IAAI,CAAC,eAAe,CAAC,GAAG,aAAa,CAAC;QACtC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,aAAa,CAAC,aAAkC;QACvD,IAAI,CAAC,eAAe,CAAC,GAAG,aAAa,CAAC;IAC1C,CAAC;IACD,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC;IACjC,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,YAAY,CAAC,GAAG,QAAQ,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,YAAY,CAAC,GAAG,QAAQ,CAAC;IAClC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;IACtC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;IACtC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,QAAQ,CAAC,IAAyC;QACrD,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AA/DD,8EA+DC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
+
export declare class CreateTtscVocabularyGroupsResponse extends SdkResponse {
|
|
3
|
+
id?: string;
|
|
4
|
+
constructor();
|
|
5
|
+
withId(id: string): CreateTtscVocabularyGroupsResponse;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=CreateTtscVocabularyGroupsResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateTtscVocabularyGroupsResponse.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/CreateTtscVocabularyGroupsResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,kCAAmC,SAAQ,WAAW;IACxD,EAAE,CAAC,EAAE,MAAM,CAAC;;IAIZ,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,kCAAkC;CAIhE"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateTtscVocabularyGroupsResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class CreateTtscVocabularyGroupsResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withId(id) {
|
|
10
|
+
this['id'] = id;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
exports.CreateTtscVocabularyGroupsResponse = CreateTtscVocabularyGroupsResponse;
|
|
15
|
+
//# sourceMappingURL=CreateTtscVocabularyGroupsResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateTtscVocabularyGroupsResponse.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/CreateTtscVocabularyGroupsResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,kCAAmC,SAAQ,yBAAW;IAE/D;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,MAAM,CAAC,EAAU;QACpB,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;QAChB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AATD,gFASC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export declare class DeleteTtscVocabularyGroupsRequest {
|
|
2
|
+
private 'X-Request-Id'?;
|
|
3
|
+
private 'Authorization'?;
|
|
4
|
+
private 'X-Sdk-Date'?;
|
|
5
|
+
private 'X-Project-Id'?;
|
|
6
|
+
private 'X-App-UserId'?;
|
|
7
|
+
offset?: number;
|
|
8
|
+
limit?: number;
|
|
9
|
+
private 'group_id'?;
|
|
10
|
+
constructor(groupId?: string);
|
|
11
|
+
withXRequestId(xRequestId: string): DeleteTtscVocabularyGroupsRequest;
|
|
12
|
+
set xRequestId(xRequestId: string | undefined);
|
|
13
|
+
get xRequestId(): string | undefined;
|
|
14
|
+
withAuthorization(authorization: string): DeleteTtscVocabularyGroupsRequest;
|
|
15
|
+
set authorization(authorization: string | undefined);
|
|
16
|
+
get authorization(): string | undefined;
|
|
17
|
+
withXSdkDate(xSdkDate: string): DeleteTtscVocabularyGroupsRequest;
|
|
18
|
+
set xSdkDate(xSdkDate: string | undefined);
|
|
19
|
+
get xSdkDate(): string | undefined;
|
|
20
|
+
withXProjectId(xProjectId: string): DeleteTtscVocabularyGroupsRequest;
|
|
21
|
+
set xProjectId(xProjectId: string | undefined);
|
|
22
|
+
get xProjectId(): string | undefined;
|
|
23
|
+
withXAppUserId(xAppUserId: string): DeleteTtscVocabularyGroupsRequest;
|
|
24
|
+
set xAppUserId(xAppUserId: string | undefined);
|
|
25
|
+
get xAppUserId(): string | undefined;
|
|
26
|
+
withOffset(offset: number): DeleteTtscVocabularyGroupsRequest;
|
|
27
|
+
withLimit(limit: number): DeleteTtscVocabularyGroupsRequest;
|
|
28
|
+
withGroupId(groupId: string): DeleteTtscVocabularyGroupsRequest;
|
|
29
|
+
set groupId(groupId: string | undefined);
|
|
30
|
+
get groupId(): string | undefined;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=DeleteTtscVocabularyGroupsRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteTtscVocabularyGroupsRequest.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/DeleteTtscVocabularyGroupsRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,iCAAiC;IAC1C,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,eAAe,CAAC,CAAS;IACjC,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,cAAc,CAAC,CAAS;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,UAAU,CAAC,CAAS;gBACT,OAAO,CAAC,EAAE,MAAM;IAG5B,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,iCAAiC;IAI5E,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,iCAAiC;IAIlF,IAAW,aAAa,CAAC,aAAa,EAAE,MAAM,GAAI,SAAS,EAE1D;IACD,IAAW,aAAa,IAAI,MAAM,GAAG,SAAS,CAE7C;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,iCAAiC;IAIxE,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,iCAAiC;IAI5E,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,iCAAiC;IAI5E,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,iCAAiC;IAI7D,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,iCAAiC;IAI3D,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,iCAAiC;IAItE,IAAW,OAAO,CAAC,OAAO,EAAE,MAAM,GAAI,SAAS,EAE9C;IACD,IAAW,OAAO,IAAI,MAAM,GAAG,SAAS,CAEvC;CACJ"}
|