tencentcloud-sdk-iss 3.0.1094 → 3.0.1102

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2b8a0f3ddf3873d2203328a737ed7378272168e6
4
- data.tar.gz: b959a579b149479abb6503934a831e43d3a2d13f
3
+ metadata.gz: 7032e86acfbada0bbbaf2f56bc276493dcfe876a
4
+ data.tar.gz: d0b2f28b9abc5608a92f78fb195b910cab934f97
5
5
  SHA512:
6
- metadata.gz: a9a33c3c53760d0a73d7349957837a9fb5ec55feeae96703af1e7ec2334c1f3822c5721808845e017eece6c6bf6c13ad427e528c448c8716e57e8eca0d32f6f9
7
- data.tar.gz: 7346e7eedeedacf644ae6bb9979efc20b44d16b9f2403d9ff2631ecefbc2250bd7b455251c37e91c27d0f19a0d06ed8257914bf875d5b07ce42c181ebe45191a
6
+ metadata.gz: f399b7e5f3699159aaf231e450978a4b886494ecb870685dcf8e003af42f422107304e9141f4bacfa66e6abcbd8ba63066da56bc008cae7b106b2464336cf001
7
+ data.tar.gz: 80bd91d0b16dc0bb90eddeff3f785f5c1680c0604a7ef02106fe526aedec368588a3b4acfeeec89fb7722dc0197448844656596433e28eb9c3012fb36b4eed84
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1094
1
+ 3.0.1102
@@ -279,7 +279,7 @@ module TencentCloud
279
279
  # @type Templates: Array
280
280
  # @param Desc: AI 任务描述。仅支持中文、英文、数字、_、-,长度不超过128个字符
281
281
  # @type Desc: String
282
- # @param CallbackUrl: AI 结果回调地址。类似 "http://ip:port/***或者https://domain/***
282
+ # @param CallbackUrl: AI 结果回调地址
283
283
  # @type CallbackUrl: String
284
284
  # @param IsStartTheTask: 是否立即开启 AI 任务。"true"代表立即开启 AI 任务,"false"代表暂不开启 AI 任务,默认为 false。
285
285
  # @type IsStartTheTask: Boolean
@@ -315,7 +315,6 @@ module TencentCloud
315
315
  # AddAITask返回参数结构体
316
316
  class AddAITaskResponse < TencentCloud::Common::AbstractModel
317
317
  # @param Data: AI任务信息
318
- # 注意:此字段可能返回 null,表示取不到有效值。
319
318
  # @type Data: :class:`Tencentcloud::Iss.v20230517.models.AITaskInfo`
320
319
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
321
320
  # @type RequestId: String
@@ -7004,7 +7003,7 @@ module TencentCloud
7004
7003
  # @type Desc: String
7005
7004
  # @param ChannelList: 通道 ID 列表。不能添加存在于其他 AI 任务的通道,限制1000个通道。
7006
7005
  # @type ChannelList: Array
7007
- # @param CallbackUrl: AI 结果回调地址。类似 "http://ip:port/***或者https://domain/***
7006
+ # @param CallbackUrl: AI 结果回调地址
7008
7007
  # @type CallbackUrl: String
7009
7008
  # @param IsStartTheTask: 是否立即开启 AI 任务。"true"代表立即开启 AI 任务,"false"代表暂不开启 AI 任务,默认为 false。
7010
7009
  # @type IsStartTheTask: Boolean
@@ -7044,7 +7043,6 @@ module TencentCloud
7044
7043
  # UpdateAITask返回参数结构体
7045
7044
  class UpdateAITaskResponse < TencentCloud::Common::AbstractModel
7046
7045
  # @param Data: AI任务信息
7047
- # 注意:此字段可能返回 null,表示取不到有效值。
7048
7046
  # @type Data: :class:`Tencentcloud::Iss.v20230517.models.AITaskInfo`
7049
7047
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7050
7048
  # @type RequestId: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iss
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1094
4
+ version: 3.0.1102
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-05 00:00:00.000000000 Z
11
+ date: 2025-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common