tencentcloud-sdk-nodejs 4.1.187 → 4.1.189
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/es/common/sdk_version.js +1 -1
- package/es/services/apm/v20210622/apm_client.js +3 -0
- package/es/services/clb/v20180317/clb_client.js +6 -0
- package/es/services/emr/v20190103/emr_client.js +3 -0
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ags/v20250920/ags_models.d.ts +18 -14
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +8 -0
- package/tencentcloud/services/apm/v20210622/apm_client.d.ts +5 -1
- package/tencentcloud/services/apm/v20210622/apm_client.js +6 -0
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +58 -0
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +2 -2
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +9 -1
- package/tencentcloud/services/clb/v20180317/clb_client.js +12 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +186 -121
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +13 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +11 -3
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +191 -112
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +5 -5
- package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +0 -16
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +4 -0
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +133 -236
- package/tencentcloud/services/tdai/v20250717/tdai_models.d.ts +15 -7
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +10 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -1
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +10 -32
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -1
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +44 -101
- package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +1 -0
|
@@ -132,6 +132,10 @@ export interface DescribeAgentsRequest {
|
|
|
132
132
|
* 智能体状态,为空时查询所有,如果填写则会根据AgentStatus筛选
|
|
133
133
|
*/
|
|
134
134
|
AgentStatus?: string;
|
|
135
|
+
/**
|
|
136
|
+
* 架构,共享版-intranet,企业版-userVpc
|
|
137
|
+
*/
|
|
138
|
+
DeployPlace?: string;
|
|
135
139
|
}
|
|
136
140
|
/**
|
|
137
141
|
* DescribeChats请求参数结构体
|
|
@@ -164,23 +168,23 @@ export interface ModifyChatTitleResponse {
|
|
|
164
168
|
*/
|
|
165
169
|
export interface CreateAgentInstanceRequest {
|
|
166
170
|
/**
|
|
167
|
-
*
|
|
171
|
+
* <p>智能体ID</p>
|
|
168
172
|
*/
|
|
169
173
|
AgentId?: string;
|
|
170
174
|
/**
|
|
171
|
-
*
|
|
175
|
+
* <p>智能体版本</p>
|
|
172
176
|
*/
|
|
173
177
|
AgentVersion?: string;
|
|
174
178
|
/**
|
|
175
|
-
*
|
|
179
|
+
* <p>实例名</p>
|
|
176
180
|
*/
|
|
177
181
|
InstanceName?: string;
|
|
178
182
|
/**
|
|
179
|
-
*
|
|
183
|
+
* <p>智能体实例的参数列表</p>
|
|
180
184
|
*/
|
|
181
185
|
Parameters?: Array<Parameter>;
|
|
182
186
|
/**
|
|
183
|
-
*
|
|
187
|
+
* <p>资源的标签信息</p>
|
|
184
188
|
*/
|
|
185
189
|
Tags?: Array<TagItem>;
|
|
186
190
|
}
|
|
@@ -442,11 +446,11 @@ export interface ExtraInfo {
|
|
|
442
446
|
*/
|
|
443
447
|
export interface CreateAgentInstanceResponse {
|
|
444
448
|
/**
|
|
445
|
-
*
|
|
449
|
+
* <p>智能体实例ID</p>
|
|
446
450
|
*/
|
|
447
451
|
InstanceId?: string;
|
|
448
452
|
/**
|
|
449
|
-
*
|
|
453
|
+
* <p>智能体实例名称</p>
|
|
450
454
|
*/
|
|
451
455
|
InstanceName?: string;
|
|
452
456
|
/**
|
|
@@ -825,6 +829,10 @@ export interface Agent {
|
|
|
825
829
|
* 智能体类型
|
|
826
830
|
*/
|
|
827
831
|
AgentInternalName?: string;
|
|
832
|
+
/**
|
|
833
|
+
* 架构:共享版-intranet,企业版-userVpc
|
|
834
|
+
*/
|
|
835
|
+
DeployPlace?: string;
|
|
828
836
|
/**
|
|
829
837
|
* 智能体状态
|
|
830
838
|
*/
|
|
@@ -220,7 +220,7 @@ export interface DescribeLogsRequest {
|
|
|
220
220
|
*/
|
|
221
221
|
EndTime?: string;
|
|
222
222
|
/**
|
|
223
|
-
* 日志查询条数,默认值100,最大值
|
|
223
|
+
* 日志查询条数,默认值100,最大值1000
|
|
224
224
|
*/
|
|
225
225
|
Limit?: number;
|
|
226
226
|
/**
|
|
@@ -268,6 +268,10 @@ export interface DescribeLogsRequest {
|
|
|
268
268
|
3. Filter. Negative和Filter. Fuzzy没有使用
|
|
269
269
|
*/
|
|
270
270
|
Filters?: Array<Filter>;
|
|
271
|
+
/**
|
|
272
|
+
* 使用OFFSET分页查询时,指定返回的数据偏移量,默认为0
|
|
273
|
+
*/
|
|
274
|
+
Offset?: number;
|
|
271
275
|
}
|
|
272
276
|
/**
|
|
273
277
|
* DescribeModelAccelerateVersions请求参数结构体
|
|
@@ -3304,6 +3308,10 @@ export interface SubAccountInfo {
|
|
|
3304
3308
|
* 子账号在Linux下的GID
|
|
3305
3309
|
*/
|
|
3306
3310
|
LinuxGid?: number;
|
|
3311
|
+
/**
|
|
3312
|
+
* 子账号在Linux下的用户名
|
|
3313
|
+
*/
|
|
3314
|
+
LinuxUserName?: string;
|
|
3307
3315
|
}
|
|
3308
3316
|
/**
|
|
3309
3317
|
* 镜像描述信息
|
|
@@ -3969,7 +3977,7 @@ export interface WeightEntry {
|
|
|
3969
3977
|
*/
|
|
3970
3978
|
ServiceId: string;
|
|
3971
3979
|
/**
|
|
3972
|
-
*
|
|
3980
|
+
* 流量权重值,ServiceGroup 下,不同服务版本根据权重比例分配流量
|
|
3973
3981
|
*/
|
|
3974
3982
|
Weight: number;
|
|
3975
3983
|
}
|
|
@@ -5977,7 +5977,7 @@ export interface CreateClusterEndpointRequest {
|
|
|
5977
5977
|
*/
|
|
5978
5978
|
Domain?: string;
|
|
5979
5979
|
/**
|
|
5980
|
-
*
|
|
5980
|
+
* 使用的安全组(开启内外网访问且不使用已有clb时可传,内网访问需要先找clb侧加白使用)。获取方式:https://cloud.tencent.com/document/api/215/15808
|
|
5981
5981
|
*/
|
|
5982
5982
|
SecurityGroup?: string;
|
|
5983
5983
|
/**
|
|
@@ -6484,6 +6484,10 @@ export interface DescribeClusterEndpointsResponse {
|
|
|
6484
6484
|
* 内网访问所属子网
|
|
6485
6485
|
*/
|
|
6486
6486
|
ClusterIntranetSubnetId?: string;
|
|
6487
|
+
/**
|
|
6488
|
+
* 内网安全组
|
|
6489
|
+
*/
|
|
6490
|
+
IntranetSecurityGroup?: string;
|
|
6487
6491
|
/**
|
|
6488
6492
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6489
6493
|
*/
|
|
@@ -187,36 +187,15 @@ export interface FileTranslateRequest {
|
|
|
187
187
|
*/
|
|
188
188
|
export interface ImageTranslateLLMRequest {
|
|
189
189
|
/**
|
|
190
|
-
*
|
|
190
|
+
* <p>图片数据的Base64字符串,经Base64编码后不超过 9M,分辨率建议600*800以上,支持PNG、JPG、JPEG格式。</p>
|
|
191
191
|
*/
|
|
192
192
|
Data: string;
|
|
193
193
|
/**
|
|
194
|
-
*
|
|
195
|
-
|
|
196
|
-
- 中文:zh
|
|
197
|
-
- 繁体(中国台湾):zh-TW
|
|
198
|
-
- 繁体(中国香港):zh-HK
|
|
199
|
-
- 英文:en
|
|
200
|
-
- 日语:ja
|
|
201
|
-
- 韩语:ko
|
|
202
|
-
- 泰语:th
|
|
203
|
-
- 越南语:vi
|
|
204
|
-
- 俄语:ru
|
|
205
|
-
- 德语:de
|
|
206
|
-
- 法语:fr
|
|
207
|
-
- 阿拉伯语:ar
|
|
208
|
-
- 西班牙语:es
|
|
209
|
-
- 意大利语:it
|
|
210
|
-
- 印度尼西亚语:id
|
|
211
|
-
- 马来西亚语:ms
|
|
212
|
-
- 葡萄牙语:pt
|
|
213
|
-
- 土耳其语:tr
|
|
214
|
-
-
|
|
194
|
+
* <p>目标语言,支持语言列表:</p><ul><li>中文:zh</li><li>繁体(中国台湾):zh-TW</li><li>繁体(中国香港):zh-HK</li><li>英文:en</li><li>日语:ja</li><li>韩语:ko</li><li>泰语:th</li><li>越南语:vi</li><li>俄语:ru</li><li>德语:de</li><li>法语:fr</li><li>阿拉伯语:ar</li><li>西班牙语:es</li><li>意大利语:it</li><li>印度尼西亚语:id</li><li>马来西亚语:ms</li><li>葡萄牙语:pt</li><li>土耳其语:tr<br>-</li></ul>
|
|
215
195
|
*/
|
|
216
196
|
Target: string;
|
|
217
197
|
/**
|
|
218
|
-
*
|
|
219
|
-
|
|
198
|
+
* <p>输入图 Url。 使用Url的时候,Data参数需要传入""。 图片限制:小于 10MB,分辨率建议600*800以上,格式支持 jpg、jpeg、png。</p>
|
|
220
199
|
*/
|
|
221
200
|
Url?: string;
|
|
222
201
|
}
|
|
@@ -685,32 +664,31 @@ export interface ImageTranslateRequest {
|
|
|
685
664
|
*/
|
|
686
665
|
export interface ImageTranslateLLMResponse {
|
|
687
666
|
/**
|
|
688
|
-
*
|
|
689
|
-
|
|
667
|
+
* <p>图片数据的Base64字符串,输出格式为JPG。</p>
|
|
690
668
|
*/
|
|
691
669
|
Data?: string;
|
|
692
670
|
/**
|
|
693
|
-
*
|
|
671
|
+
* <p>原文本主要源语言。</p>
|
|
694
672
|
*/
|
|
695
673
|
Source?: string;
|
|
696
674
|
/**
|
|
697
|
-
*
|
|
675
|
+
* <p>目标翻译语言。</p>
|
|
698
676
|
*/
|
|
699
677
|
Target?: string;
|
|
700
678
|
/**
|
|
701
|
-
*
|
|
679
|
+
* <p>图片中的全部原文本。</p>
|
|
702
680
|
*/
|
|
703
681
|
SourceText?: string;
|
|
704
682
|
/**
|
|
705
|
-
*
|
|
683
|
+
* <p>图片中全部译文。</p>
|
|
706
684
|
*/
|
|
707
685
|
TargetText?: string;
|
|
708
686
|
/**
|
|
709
|
-
*
|
|
687
|
+
* <p>逆时针图片角度,取值范围为0-359</p>
|
|
710
688
|
*/
|
|
711
689
|
Angle?: number;
|
|
712
690
|
/**
|
|
713
|
-
*
|
|
691
|
+
* <p>翻译详情信息</p>
|
|
714
692
|
*/
|
|
715
693
|
TransDetails?: Array<TransDetail>;
|
|
716
694
|
/**
|
|
@@ -549,11 +549,12 @@ export interface VoiceCloneRequest {
|
|
|
549
549
|
*/
|
|
550
550
|
VoiceName: string;
|
|
551
551
|
/**
|
|
552
|
-
* 声音克隆的参考音频,必须为16k单声道的wav的base64字符串, 长度在
|
|
552
|
+
* 声音克隆的参考音频,必须为16k单声道的wav的base64字符串, 长度在6秒~180秒之间
|
|
553
553
|
*/
|
|
554
554
|
PromptAudio: string;
|
|
555
555
|
/**
|
|
556
556
|
* TTS的API密钥
|
|
557
|
+
* @deprecated
|
|
557
558
|
*/
|
|
558
559
|
APIKey?: string;
|
|
559
560
|
/**
|
|
@@ -681,7 +681,7 @@ export interface SubmitAigcVideoJobRequest {
|
|
|
681
681
|
*/
|
|
682
682
|
Vendor: string;
|
|
683
683
|
/**
|
|
684
|
-
* <p>模型版本。</p><p
|
|
684
|
+
* <p>模型版本。</p><p>枚举值:</p><p>● 当Vendor为Vidu时,可选值[q2, q2-pro, q2-turbo]</p><p>● 当Vendor为Kling时,可选值[v1.6, v2.0, v2.1, v2.5, , v2.6, O1]</p><p>● 当Vendor为SA时,默认值[SA2]</p><p>● 当Vendor为VO时,可选值[V3, V3.1, V3-Fast, V3.1-Fast]</p><p>● 当Vendor为HY时,默认值:[v1.5]</p><p>● 当Vendor为YT时,默认值:[v2.0]</p>
|
|
685
685
|
*/
|
|
686
686
|
Model: string;
|
|
687
687
|
/**
|
|
@@ -3633,80 +3633,11 @@ export interface DescribeAigcUsageDataResponse {
|
|
|
3633
3633
|
*/
|
|
3634
3634
|
export interface AigcUsageDataItem {
|
|
3635
3635
|
/**
|
|
3636
|
-
* AIGC
|
|
3637
|
-
取值有:
|
|
3638
|
-
<li>Qwen2.0</li>
|
|
3639
|
-
<li>Hunyuan3.0_1K</li>
|
|
3640
|
-
<li>Hunyuan3.0_2K</li>
|
|
3641
|
-
<li>Hunyuan3.0_4K</li>
|
|
3642
|
-
<li>Mingmou1.0_1K</li>
|
|
3643
|
-
<li>Mingmou1.0_2K</li>
|
|
3644
|
-
<li>Mingmou1.0_4K</li>
|
|
3645
|
-
<li>ViduQ2_T2i_1080P</li>
|
|
3646
|
-
<li>ViduQ2_T2i_2K</li>
|
|
3647
|
-
<li>ViduQ2_T2i_4K</li>
|
|
3648
|
-
<li>ViduQ2_I2i_1080P</li>
|
|
3649
|
-
<li>ViduQ2_I2i_2K</li>
|
|
3650
|
-
<li>ViduQ2_I2i_4K</li>
|
|
3651
|
-
<li>ViduQ2_Refer2i_1080P</li>
|
|
3652
|
-
<li>ViduQ2_Refer2i_2K</li>
|
|
3653
|
-
<li>ViduQ2_Refer2i_4K</li>
|
|
3654
|
-
<li>Kling2.1_T2i_1K2K</li>
|
|
3655
|
-
<li>Kling2.1_T2i_4K</li>
|
|
3656
|
-
<li>Kling2.1_Refer2i_1K</li>
|
|
3657
|
-
<li>Kling2.1_Refer2i_2K</li>
|
|
3658
|
-
<li>Kling2.1_Refer2i_4K</li>
|
|
3659
|
-
<li>Veo3.1Standard</li>
|
|
3660
|
-
<li>Veo3.1Fast</li>
|
|
3661
|
-
<li>Kling2.0&2.1std_720P</li>
|
|
3662
|
-
<li>Kling2.0&2.1pro_1080P</li>
|
|
3663
|
-
<li>Kling2.5pro_720P</li>
|
|
3664
|
-
<li>Kling2.5pro_1080P</li>
|
|
3665
|
-
<li>KlingO1_720P</li>
|
|
3666
|
-
<li>KlingO1_1080P</li>
|
|
3667
|
-
<li>KlingO1_NoVideo_720P</li>
|
|
3668
|
-
<li>KlingO1_NoVideo_1080P</li>
|
|
3669
|
-
<li>Kling2.6</li>
|
|
3670
|
-
<li>Kling2.6Sound</li>
|
|
3671
|
-
<li>Kling2.6MotionControl_720P</li>
|
|
3672
|
-
<li>Kling2.6MotionControl_1080P</li>
|
|
3673
|
-
<li>Kling_Avatar_I2v_720P</li>
|
|
3674
|
-
<li>Kling_Avatar_I2v_1080P</li>
|
|
3675
|
-
<li>Kling_Identifyface</li>
|
|
3676
|
-
<li>Hailuo02&2.3_768P</li>
|
|
3677
|
-
<li>Hailuo02&2.3_1080P</li>
|
|
3678
|
-
<li>Hailuo2.3fast_768P</li>
|
|
3679
|
-
<li>Hailuo2.3fast_1080P</li>
|
|
3680
|
-
<li>ViduQ2_720P</li>
|
|
3681
|
-
<li>ViduQ2_720P_OffPeak</li>
|
|
3682
|
-
<li>ViduQ2_1080P</li>
|
|
3683
|
-
<li>ViduQ2_1080P_OffPeak</li>
|
|
3684
|
-
<li>ViduQ2pro_720P</li>
|
|
3685
|
-
<li>ViduQ2pro_720P_OffPeak</li>
|
|
3686
|
-
<li>ViduQ2pro_1080P</li>
|
|
3687
|
-
<li>ViduQ2pro_1080P_OffPeak</li>
|
|
3688
|
-
<li>ViduQ2turbo_720P</li>
|
|
3689
|
-
<li>ViduQ2turbo_720P_OffPeak</li>
|
|
3690
|
-
<li>ViduQ2turbo_1080P</li>
|
|
3691
|
-
<li>ViduQ2turbo_1080P_OffPeak</li>
|
|
3692
|
-
<li>ViduQ3pro_720P</li>
|
|
3693
|
-
<li>ViduQ3pro_720P_OffPeak</li>
|
|
3694
|
-
<li>ViduQ3pro_1080P</li>
|
|
3695
|
-
<li>ViduQ3pro_1080P_OffPeak</li>
|
|
3696
|
-
<li>Vidu_TemplateEffect</li>
|
|
3697
|
-
<li>Hunyuan1.5_720P</li>
|
|
3698
|
-
<li>Hunyuan1.5_1080P</li>
|
|
3699
|
-
<li>Mingmou1.0_720P</li>
|
|
3700
|
-
<li>Mingmou1.0_1080P</li>
|
|
3701
|
-
<li>ImageProductImage</li>
|
|
3702
|
-
<li>ImageChangeClothes</li>
|
|
3703
|
-
<li>VideoProductShowcase</li>
|
|
3704
|
-
<li>ImageOutPainting</li>
|
|
3705
|
-
<li>unknown</li>
|
|
3636
|
+
* <p>AIGC规格。<br>取值有:</p><li>Qwen2.0</li><li>Hunyuan3.0_1K</li><li>Hunyuan3.0_2K</li><li>Hunyuan3.0_4K</li><li>Mingmou1.0_1K</li><li>Mingmou1.0_2K</li><li>Mingmou1.0_4K</li><li>ViduQ2_T2i_1080P</li><li>ViduQ2_T2i_2K</li><li>ViduQ2_T2i_4K</li><li>ViduQ2_I2i_1080P</li><li>ViduQ2_I2i_2K</li><li>ViduQ2_I2i_4K</li><li>ViduQ2_Refer2i_1080P</li><li>ViduQ2_Refer2i_2K</li><li>ViduQ2_Refer2i_4K</li><li>Kling2.1_T2i_1K2K</li><li>Kling2.1_T2i_4K</li><li>Kling2.1_Refer2i_1K</li><li>Kling2.1_Refer2i_2K</li><li>Kling2.1_Refer2i_4K</li><li>Veo3.1Standard</li><li>Veo3.1Fast</li><li>Kling2.0&2.1std_720P</li><li>Kling2.0&2.1pro_1080P</li><li>Kling2.5pro_720P</li><li>Kling2.5pro_1080P</li><li>KlingO1_720P</li><li>KlingO1_1080P</li><li>KlingO1_NoVideo_720P</li><li>KlingO1_NoVideo_1080P</li><li>Kling2.6</li><li>Kling2.6Sound</li><li>Kling2.6MotionControl_720P</li><li>Kling2.6MotionControl_1080P</li><li>Kling_Avatar_I2v_720P</li><li>Kling_Avatar_I2v_1080P</li><li>Kling_Identifyface</li><li>Hailuo02&2.3_768P</li><li>Hailuo02&2.3_1080P</li><li>Hailuo2.3fast_768P</li><li>Hailuo2.3fast_1080P</li><li>ViduQ2_720P</li><li>ViduQ2_720P_OffPeak</li><li>ViduQ2_1080P</li><li>ViduQ2_1080P_OffPeak</li><li>ViduQ2_Refer_540P_OffPeak</li><li>ViduQ2_Refer_720P</li><li>ViduQ2_Refer_720P_OffPeak</li><li>ViduQ2_Refer_1080P</li><li>ViduQ2_Refer_1080P_OffPeak</li><li>ViduQ2pro_720P</li><li>ViduQ2pro_720P_OffPeak</li><li>ViduQ2pro_1080P</li><li>ViduQ2pro_1080P_OffPeak</li><li>ViduQ2pro_Refer_720P</li><li>ViduQ2pro_Refer_720P_OffPeak</li><li>ViduQ2pro_Refer_720P</li><li>ViduQ2pro_Refer_720P_OffPeak</li><li>ViduQ2pro_Refer_1080P</li><li>ViduQ2pro_Refer_1080P_OffPeak</li><li>ViduQ2turbo_720P</li><li>ViduQ2turbo_720P_OffPeak</li><li>ViduQ2turbo_1080P</li><li>ViduQ2turbo_1080P_OffPeak</li><li>ViduQ3pro_540P</li><li>ViduQ3pro_540P_OffPeak</li><li>ViduQ3pro_720P</li><li>ViduQ3pro_720P_OffPeak</li><li>ViduQ3pro_1080P</li><li>ViduQ3pro_1080P_OffPeak</li><li>Vidu_TemplateEffect</li><li>Hunyuan1.5_720P</li><li>Hunyuan1.5_1080P</li><li>Mingmou1.0_720P</li><li>Mingmou1.0_1080P</li><li>ImageProductImage</li><li>ImageChangeClothes</li><li>VideoProductShowcase</li><li>ImageOutPainting</li><li>unknown</li>
|
|
3706
3637
|
*/
|
|
3707
3638
|
Specification?: string;
|
|
3708
3639
|
/**
|
|
3709
|
-
*
|
|
3640
|
+
* <p>用量数据。</p>
|
|
3710
3641
|
*/
|
|
3711
3642
|
DataSet?: Array<TaskStatDataItem>;
|
|
3712
3643
|
}
|
|
@@ -4856,35 +4787,39 @@ export interface DescribeProcedureTemplatesRequest {
|
|
|
4856
4787
|
*/
|
|
4857
4788
|
export interface ProcessImageAsyncRequest {
|
|
4858
4789
|
/**
|
|
4859
|
-
* <b
|
|
4790
|
+
* <p><b>点播<a href="/document/product/266/14574">应用</a> ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b></p>
|
|
4860
4791
|
*/
|
|
4861
4792
|
SubAppId: number;
|
|
4862
4793
|
/**
|
|
4863
|
-
*
|
|
4794
|
+
* <p>需要进行图片处理的FileId。不能与Url同时输入。</p>
|
|
4864
4795
|
*/
|
|
4865
|
-
FileId
|
|
4796
|
+
FileId?: string;
|
|
4866
4797
|
/**
|
|
4867
|
-
*
|
|
4798
|
+
* <p>需要进行图片处理的Url。不能与FileId同时输入。</p>
|
|
4799
|
+
*/
|
|
4800
|
+
Url?: string;
|
|
4801
|
+
/**
|
|
4802
|
+
* <p>图片处理参数。</p>
|
|
4868
4803
|
*/
|
|
4869
4804
|
ImageTaskInput?: ProcessImageAsyncTaskInput;
|
|
4870
4805
|
/**
|
|
4871
|
-
*
|
|
4806
|
+
* <p>图片处理任务的输出媒体文件配置。</p>
|
|
4872
4807
|
*/
|
|
4873
4808
|
OutputConfig?: ProcessImageAsyncOutputConfig;
|
|
4874
4809
|
/**
|
|
4875
|
-
*
|
|
4810
|
+
* <p>用于去重的识别码,如果三天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。</p>
|
|
4876
4811
|
*/
|
|
4877
4812
|
SessionId?: string;
|
|
4878
4813
|
/**
|
|
4879
|
-
*
|
|
4814
|
+
* <p>来源上下文,用于透传用户请求信息,音画质重生完成回调将返回该字段值,最长 1000 个字符。</p>
|
|
4880
4815
|
*/
|
|
4881
4816
|
SessionContext?: string;
|
|
4882
4817
|
/**
|
|
4883
|
-
*
|
|
4818
|
+
* <p>任务的优先级,数值越大优先级越高,取值范围是 -10 到 10,不填代表 0。</p>
|
|
4884
4819
|
*/
|
|
4885
4820
|
TasksPriority?: number;
|
|
4886
4821
|
/**
|
|
4887
|
-
*
|
|
4822
|
+
* <p>保留字段,特殊用途时使用。</p>
|
|
4888
4823
|
*/
|
|
4889
4824
|
ExtInfo?: string;
|
|
4890
4825
|
}
|
|
@@ -7004,39 +6939,43 @@ export interface FileContent {
|
|
|
7004
6939
|
*/
|
|
7005
6940
|
export interface AigcImageTask {
|
|
7006
6941
|
/**
|
|
7007
|
-
*
|
|
6942
|
+
* <p>任务 ID。</p>
|
|
7008
6943
|
*/
|
|
7009
6944
|
TaskId?: string;
|
|
7010
6945
|
/**
|
|
7011
|
-
*
|
|
6946
|
+
* <p>任务状态,取值:<li>PROCESSING:处理中;</li><li>FINISH:已完成。</li></p>
|
|
7012
6947
|
*/
|
|
7013
6948
|
Status?: string;
|
|
7014
6949
|
/**
|
|
7015
|
-
*
|
|
6950
|
+
* <p>错误码。源异常时返回非0错误码,返回0时请使用各个具体任务的 ErrCode。</p>
|
|
7016
6951
|
*/
|
|
7017
6952
|
ErrCode?: number;
|
|
7018
6953
|
/**
|
|
7019
|
-
*
|
|
6954
|
+
* <p>扩展错误码。空字符串表示成功,其它值表示失败。</p><p>枚举值:</p><ul><li>RequestLimitExceeded: 模型调用超出并发限制。</li><li>InvalidParameter.VoilationContent: 输入 prompt 违反内容安全策略。</li><li>InvalidParameterValue: 参数错误。</li><li>FailedOperation: 模型任务堆积。</li><li>InternalError: 内部错误。</li></ul>
|
|
6955
|
+
*/
|
|
6956
|
+
ErrCodeExt?: string;
|
|
6957
|
+
/**
|
|
6958
|
+
* <p>错误信息。</p>
|
|
7020
6959
|
*/
|
|
7021
6960
|
Message?: string;
|
|
7022
6961
|
/**
|
|
7023
|
-
*
|
|
6962
|
+
* <p>任务进度,取值范围 [0-100] 。</p>
|
|
7024
6963
|
*/
|
|
7025
6964
|
Progress?: number;
|
|
7026
6965
|
/**
|
|
7027
|
-
* AIGC
|
|
6966
|
+
* <p>AIGC 生图任务的输入信息。</p>
|
|
7028
6967
|
*/
|
|
7029
6968
|
Input?: AigcImageTaskInput;
|
|
7030
6969
|
/**
|
|
7031
|
-
* AIGC
|
|
6970
|
+
* <p>AIGC 生图任务的输出信息。</p>
|
|
7032
6971
|
*/
|
|
7033
6972
|
Output?: AigcImageTaskOutput;
|
|
7034
6973
|
/**
|
|
7035
|
-
*
|
|
6974
|
+
* <p>用于去重的识别码,如果七天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。</p>
|
|
7036
6975
|
*/
|
|
7037
6976
|
SessionId?: string;
|
|
7038
6977
|
/**
|
|
7039
|
-
*
|
|
6978
|
+
* <p>来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。</p>
|
|
7040
6979
|
*/
|
|
7041
6980
|
SessionContext?: string;
|
|
7042
6981
|
}
|
|
@@ -7271,7 +7210,7 @@ export interface DescribeFileAttributesResponse {
|
|
|
7271
7210
|
*/
|
|
7272
7211
|
export interface ProcessImageAsyncResponse {
|
|
7273
7212
|
/**
|
|
7274
|
-
*
|
|
7213
|
+
* <p>任务 ID。</p>
|
|
7275
7214
|
*/
|
|
7276
7215
|
TaskId?: string;
|
|
7277
7216
|
/**
|
|
@@ -8495,39 +8434,43 @@ export interface VideoTemplateInfo {
|
|
|
8495
8434
|
*/
|
|
8496
8435
|
export interface AigcVideoTask {
|
|
8497
8436
|
/**
|
|
8498
|
-
*
|
|
8437
|
+
* <p>任务 ID。</p>
|
|
8499
8438
|
*/
|
|
8500
8439
|
TaskId?: string;
|
|
8501
8440
|
/**
|
|
8502
|
-
*
|
|
8441
|
+
* <p>任务状态,取值:<li>PROCESSING:处理中;</li><li>FINISH:已完成。</li></p>
|
|
8503
8442
|
*/
|
|
8504
8443
|
Status?: string;
|
|
8505
8444
|
/**
|
|
8506
|
-
*
|
|
8445
|
+
* <p>错误码。源异常时返回非0错误码,返回0时请使用各个具体任务的 ErrCode。</p>
|
|
8507
8446
|
*/
|
|
8508
8447
|
ErrCode?: number;
|
|
8509
8448
|
/**
|
|
8510
|
-
*
|
|
8449
|
+
* <p>扩展错误码。</p><p>枚举值:</p><ul><li>RequestLimitExceeded: 调用超出并发限制。</li><li>InvalidParameter.VoilationContent: 输入 prompt 违反内容安全策略。</li><li>InvalidParameterValue: 参数错误。</li><li>FailedOperation: 模型任务堆积。</li><li>InternalError: 内部错误。</li></ul>
|
|
8450
|
+
*/
|
|
8451
|
+
ErrCodeExt?: string;
|
|
8452
|
+
/**
|
|
8453
|
+
* <p>错误信息。</p>
|
|
8511
8454
|
*/
|
|
8512
8455
|
Message?: string;
|
|
8513
8456
|
/**
|
|
8514
|
-
*
|
|
8457
|
+
* <p>任务进度,取值范围 [0-100] 。</p>
|
|
8515
8458
|
*/
|
|
8516
8459
|
Progress?: number;
|
|
8517
8460
|
/**
|
|
8518
|
-
* AIGC
|
|
8461
|
+
* <p>AIGC 生视频任务的输入信息。</p>
|
|
8519
8462
|
*/
|
|
8520
8463
|
Input?: AigcVideoTaskInput;
|
|
8521
8464
|
/**
|
|
8522
|
-
* AIGC
|
|
8465
|
+
* <p>AIGC 生视频任务的输出信息。</p>
|
|
8523
8466
|
*/
|
|
8524
8467
|
Output?: AigcVideoTaskOutput;
|
|
8525
8468
|
/**
|
|
8526
|
-
*
|
|
8469
|
+
* <p>用于去重的识别码,如果七天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。</p>
|
|
8527
8470
|
*/
|
|
8528
8471
|
SessionId?: string;
|
|
8529
8472
|
/**
|
|
8530
|
-
*
|
|
8473
|
+
* <p>来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。</p>
|
|
8531
8474
|
*/
|
|
8532
8475
|
SessionContext?: string;
|
|
8533
8476
|
}
|
|
@@ -20655,11 +20598,11 @@ export interface CreateAigcImageTaskRequest {
|
|
|
20655
20598
|
*/
|
|
20656
20599
|
SubAppId: number;
|
|
20657
20600
|
/**
|
|
20658
|
-
* <p>模型名称。取值:</p><li>
|
|
20601
|
+
* <p>模型名称。取值:</p><li>Qwen:千问。</li><li>Hunyuan:混元。</li><li>Vidu:生数。</li><li>Kling:可灵。</li>
|
|
20659
20602
|
*/
|
|
20660
20603
|
ModelName: string;
|
|
20661
20604
|
/**
|
|
20662
|
-
* <p>模型版本。取值:<li>当 ModelName 是
|
|
20605
|
+
* <p>模型版本。取值:<li>当 ModelName 是 Qwen,可选值为 0925;</li><li>当 ModelName 是 Hunyuan,可选值为 3.0;</li><li>当 ModelName 是 Vidu,可选值为 q2;</li><li>当 ModelName 是 Kling,可选值为 2.1;</li></p>
|
|
20663
20606
|
*/
|
|
20664
20607
|
ModelVersion: string;
|
|
20665
20608
|
/**
|