tencentcloud-sdk-tione 3.0.1068 → 3.0.1070
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/client.rb +3 -0
- data/lib/v20211111/models.rb +23 -6
- 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: d733190e751ec46cfe246f02d57e54bdf96c9bd2
|
4
|
+
data.tar.gz: 295586a650e9d83bb21604016e66dad6975eb3fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93fada719fd3b587a32d6026956f3a433437fd0eb16ffd164d86b5c3a4995c766ab77caa201293371c2c398863112312299471cbb89cf08a3068fb8db840dfea
|
7
|
+
data.tar.gz: ef25ee452c61a92e8c1eb8137fc891ec27f2d51f7d36a3435e0b6d92b2109a204e8e3d2c5ef50d9b47aef95ee00289b7ada8c557b27c49b56b42ef376e163e05
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1070
|
data/lib/v20211111/client.rb
CHANGED
@@ -31,6 +31,9 @@ module TencentCloud
|
|
31
31
|
|
32
32
|
# 该接口支持与自行部署的大模型的聊天。
|
33
33
|
|
34
|
+
# 使用该接口调用时需要携带腾讯云的密钥信息用于身份信息鉴权,建议通过腾讯云的云 API SDK调用,具体可以参考
|
35
|
+
# https://cloud.tencent.com/document/product/1278/85305
|
36
|
+
|
34
37
|
# @param request: Request instance for ChatCompletion.
|
35
38
|
# @type request: :class:`Tencentcloud::tione::V20211111::ChatCompletionRequest`
|
36
39
|
# @rtype: :class:`Tencentcloud::tione::V20211111::ChatCompletionResponse`
|
data/lib/v20211111/models.rb
CHANGED
@@ -6089,13 +6089,17 @@ module TencentCloud
|
|
6089
6089
|
# @type CrossTenantENIInfo: :class:`Tencentcloud::Tione.v20211111.models.CrossTenantENIInfo`
|
6090
6090
|
# @param Status: 实例的状态信息
|
6091
6091
|
# @type Status: String
|
6092
|
+
# @param StartScheduleTime: 实例的开始调度时间
|
6093
|
+
# @type StartScheduleTime: String
|
6094
|
+
# @param Message: 实例状态的补充信息
|
6095
|
+
# @type Message: String
|
6092
6096
|
|
6093
|
-
attr_accessor :Name, :Uid, :ChargeType, :Phase, :IP, :CreateTime, :Containers, :ContainerInfos, :CrossTenantENIInfo, :Status
|
6097
|
+
attr_accessor :Name, :Uid, :ChargeType, :Phase, :IP, :CreateTime, :Containers, :ContainerInfos, :CrossTenantENIInfo, :Status, :StartScheduleTime, :Message
|
6094
6098
|
extend Gem::Deprecate
|
6095
6099
|
deprecate :Containers, :none, 2025, 5
|
6096
6100
|
deprecate :Containers=, :none, 2025, 5
|
6097
6101
|
|
6098
|
-
def initialize(name=nil, uid=nil, chargetype=nil, phase=nil, ip=nil, createtime=nil, containers=nil, containerinfos=nil, crosstenanteniinfo=nil, status=nil)
|
6102
|
+
def initialize(name=nil, uid=nil, chargetype=nil, phase=nil, ip=nil, createtime=nil, containers=nil, containerinfos=nil, crosstenanteniinfo=nil, status=nil, startscheduletime=nil, message=nil)
|
6099
6103
|
@Name = name
|
6100
6104
|
@Uid = uid
|
6101
6105
|
@ChargeType = chargetype
|
@@ -6106,6 +6110,8 @@ module TencentCloud
|
|
6106
6110
|
@ContainerInfos = containerinfos
|
6107
6111
|
@CrossTenantENIInfo = crosstenanteniinfo
|
6108
6112
|
@Status = status
|
6113
|
+
@StartScheduleTime = startscheduletime
|
6114
|
+
@Message = message
|
6109
6115
|
end
|
6110
6116
|
|
6111
6117
|
def deserialize(params)
|
@@ -6132,6 +6138,8 @@ module TencentCloud
|
|
6132
6138
|
@CrossTenantENIInfo.deserialize(params['CrossTenantENIInfo'])
|
6133
6139
|
end
|
6134
6140
|
@Status = params['Status']
|
6141
|
+
@StartScheduleTime = params['StartScheduleTime']
|
6142
|
+
@Message = params['Message']
|
6135
6143
|
end
|
6136
6144
|
end
|
6137
6145
|
|
@@ -6860,15 +6868,18 @@ module TencentCloud
|
|
6860
6868
|
# @param InstancePerReplicas: 单副本下的实例数,仅在部署类型为DIST时生效,默认1
|
6861
6869
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6862
6870
|
# @type InstancePerReplicas: String
|
6871
|
+
# @param MonitorSource: 用于监控查询的Source
|
6872
|
+
# 枚举值,部分情况下与CreateSource不同,通过该字段兼容
|
6873
|
+
# @type MonitorSource: String
|
6863
6874
|
|
6864
|
-
attr_accessor :ServiceGroupId, :ServiceId, :ServiceGroupName, :ServiceDescription, :ServiceInfo, :ClusterId, :Region, :Namespace, :ChargeType, :ResourceGroupId, :ResourceGroupName, :Tags, :IngressName, :CreatedBy, :CreateTime, :UpdateTime, :Uin, :SubUin, :AppId, :BusinessStatus, :ServiceLimit, :ScheduledAction, :CreateFailedReason, :Status, :BillingInfo, :Weight, :CreateSource, :Version, :LatestVersion, :ResourceGroupSWType, :ArchiveStatus, :DeployType, :InstancePerReplicas
|
6875
|
+
attr_accessor :ServiceGroupId, :ServiceId, :ServiceGroupName, :ServiceDescription, :ServiceInfo, :ClusterId, :Region, :Namespace, :ChargeType, :ResourceGroupId, :ResourceGroupName, :Tags, :IngressName, :CreatedBy, :CreateTime, :UpdateTime, :Uin, :SubUin, :AppId, :BusinessStatus, :ServiceLimit, :ScheduledAction, :CreateFailedReason, :Status, :BillingInfo, :Weight, :CreateSource, :Version, :LatestVersion, :ResourceGroupSWType, :ArchiveStatus, :DeployType, :InstancePerReplicas, :MonitorSource
|
6865
6876
|
extend Gem::Deprecate
|
6866
6877
|
deprecate :ServiceLimit, :none, 2025, 5
|
6867
6878
|
deprecate :ServiceLimit=, :none, 2025, 5
|
6868
6879
|
deprecate :ScheduledAction, :none, 2025, 5
|
6869
6880
|
deprecate :ScheduledAction=, :none, 2025, 5
|
6870
6881
|
|
6871
|
-
def initialize(servicegroupid=nil, serviceid=nil, servicegroupname=nil, servicedescription=nil, serviceinfo=nil, clusterid=nil, region=nil, namespace=nil, chargetype=nil, resourcegroupid=nil, resourcegroupname=nil, tags=nil, ingressname=nil, createdby=nil, createtime=nil, updatetime=nil, uin=nil, subuin=nil, appid=nil, businessstatus=nil, servicelimit=nil, scheduledaction=nil, createfailedreason=nil, status=nil, billinginfo=nil, weight=nil, createsource=nil, version=nil, latestversion=nil, resourcegroupswtype=nil, archivestatus=nil, deploytype=nil, instanceperreplicas=nil)
|
6882
|
+
def initialize(servicegroupid=nil, serviceid=nil, servicegroupname=nil, servicedescription=nil, serviceinfo=nil, clusterid=nil, region=nil, namespace=nil, chargetype=nil, resourcegroupid=nil, resourcegroupname=nil, tags=nil, ingressname=nil, createdby=nil, createtime=nil, updatetime=nil, uin=nil, subuin=nil, appid=nil, businessstatus=nil, servicelimit=nil, scheduledaction=nil, createfailedreason=nil, status=nil, billinginfo=nil, weight=nil, createsource=nil, version=nil, latestversion=nil, resourcegroupswtype=nil, archivestatus=nil, deploytype=nil, instanceperreplicas=nil, monitorsource=nil)
|
6872
6883
|
@ServiceGroupId = servicegroupid
|
6873
6884
|
@ServiceId = serviceid
|
6874
6885
|
@ServiceGroupName = servicegroupname
|
@@ -6902,6 +6913,7 @@ module TencentCloud
|
|
6902
6913
|
@ArchiveStatus = archivestatus
|
6903
6914
|
@DeployType = deploytype
|
6904
6915
|
@InstancePerReplicas = instanceperreplicas
|
6916
|
+
@MonitorSource = monitorsource
|
6905
6917
|
end
|
6906
6918
|
|
6907
6919
|
def deserialize(params)
|
@@ -6954,6 +6966,7 @@ module TencentCloud
|
|
6954
6966
|
@ArchiveStatus = params['ArchiveStatus']
|
6955
6967
|
@DeployType = params['DeployType']
|
6956
6968
|
@InstancePerReplicas = params['InstancePerReplicas']
|
6969
|
+
@MonitorSource = params['MonitorSource']
|
6957
6970
|
end
|
6958
6971
|
end
|
6959
6972
|
|
@@ -7191,10 +7204,12 @@ module TencentCloud
|
|
7191
7204
|
# @type AuthTokens: Array
|
7192
7205
|
# @param MonitorSource: 用于监控的创建来源字段
|
7193
7206
|
# @type MonitorSource: String
|
7207
|
+
# @param SubUinName: 子用户的 nickname
|
7208
|
+
# @type SubUinName: String
|
7194
7209
|
|
7195
|
-
attr_accessor :ServiceGroupId, :ServiceGroupName, :CreatedBy, :CreateTime, :UpdateTime, :Uin, :ServiceCount, :RunningServiceCount, :Services, :Status, :Tags, :LatestVersion, :BusinessStatus, :BillingInfo, :CreateSource, :WeightUpdateStatus, :ReplicasCount, :AvailableReplicasCount, :SubUin, :AppId, :AuthorizationEnable, :AuthTokens, :MonitorSource
|
7210
|
+
attr_accessor :ServiceGroupId, :ServiceGroupName, :CreatedBy, :CreateTime, :UpdateTime, :Uin, :ServiceCount, :RunningServiceCount, :Services, :Status, :Tags, :LatestVersion, :BusinessStatus, :BillingInfo, :CreateSource, :WeightUpdateStatus, :ReplicasCount, :AvailableReplicasCount, :SubUin, :AppId, :AuthorizationEnable, :AuthTokens, :MonitorSource, :SubUinName
|
7196
7211
|
|
7197
|
-
def initialize(servicegroupid=nil, servicegroupname=nil, createdby=nil, createtime=nil, updatetime=nil, uin=nil, servicecount=nil, runningservicecount=nil, services=nil, status=nil, tags=nil, latestversion=nil, businessstatus=nil, billinginfo=nil, createsource=nil, weightupdatestatus=nil, replicascount=nil, availablereplicascount=nil, subuin=nil, appid=nil, authorizationenable=nil, authtokens=nil, monitorsource=nil)
|
7212
|
+
def initialize(servicegroupid=nil, servicegroupname=nil, createdby=nil, createtime=nil, updatetime=nil, uin=nil, servicecount=nil, runningservicecount=nil, services=nil, status=nil, tags=nil, latestversion=nil, businessstatus=nil, billinginfo=nil, createsource=nil, weightupdatestatus=nil, replicascount=nil, availablereplicascount=nil, subuin=nil, appid=nil, authorizationenable=nil, authtokens=nil, monitorsource=nil, subuinname=nil)
|
7198
7213
|
@ServiceGroupId = servicegroupid
|
7199
7214
|
@ServiceGroupName = servicegroupname
|
7200
7215
|
@CreatedBy = createdby
|
@@ -7218,6 +7233,7 @@ module TencentCloud
|
|
7218
7233
|
@AuthorizationEnable = authorizationenable
|
7219
7234
|
@AuthTokens = authtokens
|
7220
7235
|
@MonitorSource = monitorsource
|
7236
|
+
@SubUinName = subuinname
|
7221
7237
|
end
|
7222
7238
|
|
7223
7239
|
def deserialize(params)
|
@@ -7265,6 +7281,7 @@ module TencentCloud
|
|
7265
7281
|
end
|
7266
7282
|
end
|
7267
7283
|
@MonitorSource = params['MonitorSource']
|
7284
|
+
@SubUinName = params['SubUinName']
|
7268
7285
|
end
|
7269
7286
|
end
|
7270
7287
|
|
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.1070
|
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-05-
|
11
|
+
date: 2025-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|