tencentcloud-sdk-aiart 3.0.837 → 3.0.838

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: 163b3d19d0c0735ef879c6a0748970842cf29996
4
- data.tar.gz: 47839de775cbbb27e9fb583016c6a7a80dd010e9
3
+ metadata.gz: a6b69ba1671288a71cd754f74b422c8f15968c02
4
+ data.tar.gz: 9df688e9b3a9ab0604503d6490133a1787e51d56
5
5
  SHA512:
6
- metadata.gz: cd39e5ceb2cbdc45bcae0003a6376805509a57eec36610a347d6c64b8425b808a0cc0a79173d4691b0e08148e9f5c9a737c5b4d5b616ac39a17b1b0de5e70e19
7
- data.tar.gz: 02b553228b61a260451c36455a579da064dccac93c2bdf0a45b900db1873b948cb673cee0a05acf146697c06e3cfaa7c777cf063670cafd50589b1b3b9ee17cc
6
+ metadata.gz: 44eb2fcf45e9b1af7925782beb1871367d296281a03c6c39855d406d63122f12eff01c5fda2aa3025aa5582b3b2541f171faced38fadd2628ca6051013eee8f7
7
+ data.tar.gz: 1da9ae4fe2d0b558f5400c306b3452ef810ddfc70a6d45445531bb11a0d0718147524ebd933f7781186d6a094a907cd531bca1c9879a8f553d3e66f71075f01e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.837
1
+ 3.0.838
@@ -84,6 +84,7 @@ module TencentCloud
84
84
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
85
85
  end
86
86
 
87
+ # 本接口已迁移至腾讯混元大模型-混元生图,即将停止此处维护,可切换至 [混元生图 API](https://cloud.tencent.com/document/product/1729/105970) 继续使用。
87
88
  # 文生图(高级版)接口基于高级版文生图大模型,将根据输入的文本描述,智能生成与之相关的结果图。分为提交任务和查询任务2个接口。
88
89
  # 提交任务:输入文本等,提交一个文生图(高级版)异步任务,获得任务 ID。
89
90
  # 查询任务:根据任务 ID 查询任务的处理状态、处理结果,任务处理完成后可获得生成图像结果。
@@ -171,6 +172,7 @@ module TencentCloud
171
172
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
172
173
  end
173
174
 
175
+ # 本接口已迁移至腾讯混元大模型-混元生图,即将停止此处维护,可切换至 [混元生图 API](https://cloud.tencent.com/document/product/1729/105969) 继续使用。
174
176
  # 文生图(高级版)接口基于高级版文生图大模型,将根据输入的文本描述,智能生成与之相关的结果图。分为提交任务和查询任务2个接口。
175
177
  # 提交任务:输入文本等,提交一个文生图(高级版)异步任务,获得任务 ID。
176
178
  # 查询任务:根据任务 ID 查询任务的处理状态、处理结果,任务处理完成后可获得生成图像结果。
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-aiart
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.837
4
+ version: 3.0.838
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-04 00:00:00.000000000 Z
11
+ date: 2024-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common