tencentcloud-sdk-lke 3.0.1029 → 3.0.1030
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20231130/models.rb +17 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c99a7717077470feaecd76989ef904c2bdb02c10
|
4
|
+
data.tar.gz: bfdca9923d0ff3dd7665751470aee9ee23074cc4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11104f69f7ad334d304e71c887dff0aedddd220f9d82e5eae2798c65e59bfb90728d50c03072d7d4aeaa642fa302a65986f107e016a077ef3d509bb205fc355e
|
7
|
+
data.tar.gz: fce9edacddb90e376235a15fa4e452b12fb23972287a628152e05d83fed56a8785d682024960bc997d6d5da5c2ae060887618c071dba1ddd5292b50f4f46424b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1030
|
data/lib/v20231130/models.rb
CHANGED
@@ -6898,16 +6898,24 @@ module TencentCloud
|
|
6898
6898
|
# @param MaxTokens: 最多能生成的token数量
|
6899
6899
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6900
6900
|
# @type MaxTokens: :class:`Tencentcloud::Lke.v20231130.models.ModelParameter`
|
6901
|
-
# @param Source: 模型来源 Hunyuan:腾讯混元大模型,Industry:腾讯云行业大模型,Experience
|
6901
|
+
# @param Source: 模型来源 Hunyuan:腾讯混元大模型,Industry:腾讯云行业大模型,Experience:新模型体验,Custom自定义模型
|
6902
6902
|
# @type Source: String
|
6903
6903
|
# @param Icon: 模型图标
|
6904
6904
|
# @type Icon: String
|
6905
6905
|
# @param IsFree: 是否免费
|
6906
6906
|
# @type IsFree: Boolean
|
6907
|
+
# @param InputLenLimit: 模型对话框可输入的上限
|
6908
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6909
|
+
# @type InputLenLimit: Integer
|
6910
|
+
# @param SupportWorkflowStatus: 支持工作流的类型 0:模型不支持; 1: 模型支持工作流; 2: 模型支持效果不佳;
|
6911
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6912
|
+
# @type SupportWorkflowStatus: Integer
|
6913
|
+
# @param ModelCategory: 模型类别 generate:生成模型,thought:思考模型
|
6914
|
+
# @type ModelCategory: String
|
6907
6915
|
|
6908
|
-
attr_accessor :ModelName, :ModelDesc, :AliasName, :ResourceStatus, :PromptWordsLimit, :TopP, :Temperature, :MaxTokens, :Source, :Icon, :IsFree
|
6916
|
+
attr_accessor :ModelName, :ModelDesc, :AliasName, :ResourceStatus, :PromptWordsLimit, :TopP, :Temperature, :MaxTokens, :Source, :Icon, :IsFree, :InputLenLimit, :SupportWorkflowStatus, :ModelCategory
|
6909
6917
|
|
6910
|
-
def initialize(modelname=nil, modeldesc=nil, aliasname=nil, resourcestatus=nil, promptwordslimit=nil, topp=nil, temperature=nil, maxtokens=nil, source=nil, icon=nil, isfree=nil)
|
6918
|
+
def initialize(modelname=nil, modeldesc=nil, aliasname=nil, resourcestatus=nil, promptwordslimit=nil, topp=nil, temperature=nil, maxtokens=nil, source=nil, icon=nil, isfree=nil, inputlenlimit=nil, supportworkflowstatus=nil, modelcategory=nil)
|
6911
6919
|
@ModelName = modelname
|
6912
6920
|
@ModelDesc = modeldesc
|
6913
6921
|
@AliasName = aliasname
|
@@ -6919,6 +6927,9 @@ module TencentCloud
|
|
6919
6927
|
@Source = source
|
6920
6928
|
@Icon = icon
|
6921
6929
|
@IsFree = isfree
|
6930
|
+
@InputLenLimit = inputlenlimit
|
6931
|
+
@SupportWorkflowStatus = supportworkflowstatus
|
6932
|
+
@ModelCategory = modelcategory
|
6922
6933
|
end
|
6923
6934
|
|
6924
6935
|
def deserialize(params)
|
@@ -6942,6 +6953,9 @@ module TencentCloud
|
|
6942
6953
|
@Source = params['Source']
|
6943
6954
|
@Icon = params['Icon']
|
6944
6955
|
@IsFree = params['IsFree']
|
6956
|
+
@InputLenLimit = params['InputLenLimit']
|
6957
|
+
@SupportWorkflowStatus = params['SupportWorkflowStatus']
|
6958
|
+
@ModelCategory = params['ModelCategory']
|
6945
6959
|
end
|
6946
6960
|
end
|
6947
6961
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-lke
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1030
|
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-03-
|
11
|
+
date: 2025-03-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|