tencentcloud-sdk-hunyuan 3.0.867 → 3.0.868

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f40ffa8dde5619251254c83d46c167db59e21a70
4
- data.tar.gz: 15d7e34073375ee1194b83f6aabb3a65326007d3
3
+ metadata.gz: 9144386728f242754286609d34adb9e6a818b5cf
4
+ data.tar.gz: 30591bbfdeee24542407e2443d0a733143131c75
5
5
  SHA512:
6
- metadata.gz: 7f212ee197ce0c3a5160e58cbe899821d75c4ffe7fdc1717f23956ea8cd0228bcfb31c026b996d5afe843f7077a5639ca044d0559b948ec2b111d2146cc3d4a3
7
- data.tar.gz: 06d0126e494185282ce3db0708eececa594e57c096333aecdb63d8115f92fe29c029026414c6fc0a1bd91895230da51e2a8754af5d641c0a1a1218245516e735
6
+ metadata.gz: b11edcba499fd89fd327d9ee4ad1a6a51515514775815b09b68bd3307e1c93dd1ee929ef02f0c3076d3c252a9cb5fad05fd4904a87f95aa6af7c56daa86b76f7
7
+ data.tar.gz: d416622bb77d05284ca84f312ab6457b89f1bd2abd8201e62caa0330ab5d1f3c948977420a7f41aaa7c87ad322b9f9963c78df582dcdbea6d1699259f9a32a1d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.867
1
+ 3.0.868
@@ -58,7 +58,7 @@ module TencentCloud
58
58
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
59
59
  end
60
60
 
61
- # 腾讯混元 Embedding 接口,可以将文本转化为高质量的向量数据。
61
+ # 腾讯混元 Embedding 接口,可以将文本转化为高质量的向量数据。向量维度为1024维。
62
62
 
63
63
  # @param request: Request instance for GetEmbedding.
64
64
  # @type request: :class:`Tencentcloud::hunyuan::V20230901::GetEmbeddingRequest`
@@ -580,7 +580,9 @@ module TencentCloud
580
580
 
581
581
  # SubmitHunyuanImageJob请求参数结构体
582
582
  class SubmitHunyuanImageJobRequest < TencentCloud::Common::AbstractModel
583
- # @param Prompt: 文本描述。 算法将根据输入的文本智能生成与之相关的图像。 不能为空,推荐使用中文。最多可传100个 utf-8 字符。
583
+ # @param Prompt: 文本描述。
584
+ # 算法将根据输入的文本智能生成与之相关的图像。
585
+ # 不能为空,推荐使用中文。最多可传1024个 utf-8 字符。
584
586
  # @type Prompt: String
585
587
  # @param Style: 绘画风格。
586
588
  # 请在 [混元生图风格列表](https://cloud.tencent.com/document/product/1729/105846) 中选择期望的风格,传入风格编号。
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-hunyuan
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.867
4
+ version: 3.0.868
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-07-17 00:00:00.000000000 Z
11
+ date: 2024-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common