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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20211111/models.rb +13 -7
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 11ec19123844e647a42c1fc59c3fd16a4285fbf1
4
- data.tar.gz: 8eaedf3a3d417a4a13e4a0ddfe3a2069be833f75
3
+ metadata.gz: 6b309bfa880d430e245cda241bccad2a8c417cd1
4
+ data.tar.gz: cf3513b07b258985e96d0c0df640393a4518ad6d
5
5
  SHA512:
6
- metadata.gz: b6247dfab0be37200a0b7c3cf1b71bf2bb9c12d3c3baa6ee1660975a7ed705af67138b32e6c8e2c405c9bc5513284b4e0a1053d75e20d00a207526fc8f427bca
7
- data.tar.gz: 3e0ac14f78c325a0e4ef2ba59d80c663c9e6a5a7d70d009e8814e641da1d7053941fe9c4f8f27b098be565969b716b1ffcb260a2c2a58b2401a53ffc3529932a
6
+ metadata.gz: 24f18850a6d17792e4932e76b8d3da249499feee5c99459b023219ccf712a364ff356128b455ac1ff5de4a22099acb892bf902cf8ea09292c05b8327637480de
7
+ data.tar.gz: 9359bb9332b59d02386693a1b2bdb01eb168348568410c1cc330dc2671f68eb14afcb8343c11cc3e9e8a30d32c7c1460844b826b5157dd22b4d0f35432dec57c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.729
1
+ 3.0.730
@@ -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
- # 多行业客服大模型:填写demo_big_model_version_id
8356
- # 默认为demo_big_model_version_id,即多行业客服大模型。
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, 11
10527
- deprecate :StatefulSetCondition=, :none, 2023, 11
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.729
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-17 00:00:00.000000000 Z
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