tencentcloud-sdk-tione 3.0.729 → 3.0.730
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/v20211111/models.rb +13 -7
- 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: 6b309bfa880d430e245cda241bccad2a8c417cd1
|
4
|
+
data.tar.gz: cf3513b07b258985e96d0c0df640393a4518ad6d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24f18850a6d17792e4932e76b8d3da249499feee5c99459b023219ccf712a364ff356128b455ac1ff5de4a22099acb892bf902cf8ea09292c05b8327637480de
|
7
|
+
data.tar.gz: 9359bb9332b59d02386693a1b2bdb01eb168348568410c1cc330dc2671f68eb14afcb8343c11cc3e9e8a30d32c7c1460844b826b5157dd22b4d0f35432dec57c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.730
|
data/lib/v20211111/models.rb
CHANGED
@@ -6504,10 +6504,13 @@ module TencentCloud
|
|
6504
6504
|
# @param ModelFormat: 模型格式
|
6505
6505
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6506
6506
|
# @type ModelFormat: String
|
6507
|
+
# @param IsPrivateModel: 是否为私有化大模型
|
6508
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6509
|
+
# @type IsPrivateModel: Boolean
|
6507
6510
|
|
6508
|
-
attr_accessor :ModelVersionId, :ModelId, :ModelName, :ModelVersion, :ModelSource, :CosPathInfo, :AlgorithmFramework, :ModelType, :ModelFormat
|
6511
|
+
attr_accessor :ModelVersionId, :ModelId, :ModelName, :ModelVersion, :ModelSource, :CosPathInfo, :AlgorithmFramework, :ModelType, :ModelFormat, :IsPrivateModel
|
6509
6512
|
|
6510
|
-
def initialize(modelversionid=nil, modelid=nil, modelname=nil, modelversion=nil, modelsource=nil, cospathinfo=nil, algorithmframework=nil, modeltype=nil, modelformat=nil)
|
6513
|
+
def initialize(modelversionid=nil, modelid=nil, modelname=nil, modelversion=nil, modelsource=nil, cospathinfo=nil, algorithmframework=nil, modeltype=nil, modelformat=nil, isprivatemodel=nil)
|
6511
6514
|
@ModelVersionId = modelversionid
|
6512
6515
|
@ModelId = modelid
|
6513
6516
|
@ModelName = modelname
|
@@ -6517,6 +6520,7 @@ module TencentCloud
|
|
6517
6520
|
@AlgorithmFramework = algorithmframework
|
6518
6521
|
@ModelType = modeltype
|
6519
6522
|
@ModelFormat = modelformat
|
6523
|
+
@IsPrivateModel = isprivatemodel
|
6520
6524
|
end
|
6521
6525
|
|
6522
6526
|
def deserialize(params)
|
@@ -6532,6 +6536,7 @@ module TencentCloud
|
|
6532
6536
|
@AlgorithmFramework = params['AlgorithmFramework']
|
6533
6537
|
@ModelType = params['ModelType']
|
6534
6538
|
@ModelFormat = params['ModelFormat']
|
6539
|
+
@IsPrivateModel = params['IsPrivateModel']
|
6535
6540
|
end
|
6536
6541
|
end
|
6537
6542
|
|
@@ -8352,13 +8357,14 @@ module TencentCloud
|
|
8352
8357
|
# @param Question: 问题描述
|
8353
8358
|
# @type Question: String
|
8354
8359
|
# @param ModelVersion: 会话模型版本。
|
8355
|
-
#
|
8356
|
-
# 默认为
|
8360
|
+
# 金融大模型:填写sn-finllm-13b-chat-v1。
|
8361
|
+
# 默认为sn-finllm-13b-chat-v1,即金融大模型。
|
8357
8362
|
# @type ModelVersion: String
|
8358
|
-
# @param Mode:
|
8363
|
+
# @param Mode: 使用模式。
|
8359
8364
|
# 通用问答:填写General。
|
8360
8365
|
# 搜索增强问答:填写WithSearchPlugin。
|
8361
8366
|
# 默认为General,即通用问答。
|
8367
|
+
# 当前可体验模型仅支持General。
|
8362
8368
|
# @type Mode: String
|
8363
8369
|
# @param SearchSource: 搜索来源。仅当Mode为WithSearchPlugin时生效。
|
8364
8370
|
# 预置文稿库:填写Preset。自定义:填写Custom。
|
@@ -10523,8 +10529,8 @@ module TencentCloud
|
|
10523
10529
|
|
10524
10530
|
attr_accessor :Replicas, :UpdatedReplicas, :ReadyReplicas, :AvailableReplicas, :UnavailableReplicas, :Status, :StatefulSetCondition, :Conditions, :Reason
|
10525
10531
|
extend Gem::Deprecate
|
10526
|
-
deprecate :StatefulSetCondition, :none, 2023,
|
10527
|
-
deprecate :StatefulSetCondition=, :none, 2023,
|
10532
|
+
deprecate :StatefulSetCondition, :none, 2023, 12
|
10533
|
+
deprecate :StatefulSetCondition=, :none, 2023, 12
|
10528
10534
|
|
10529
10535
|
def initialize(replicas=nil, updatedreplicas=nil, readyreplicas=nil, availablereplicas=nil, unavailablereplicas=nil, status=nil, statefulsetcondition=nil, conditions=nil, reason=nil)
|
10530
10536
|
@Replicas = replicas
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tione
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.730
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-12-
|
11
|
+
date: 2023-12-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|