tencentcloud-sdk-tione 3.0.1161 → 3.0.1163
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 +9 -4
- 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: 068c7299f2e2e45504bff776285e8bcefa773308
|
|
4
|
+
data.tar.gz: 8b84b01e11d2a5dd9ba5a5f0927367cbebc067df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: deb3b473ffce2e67929fef0fa0b93109a6bd7d6b9e0613b02126f7c57d0b43f553d57924a73cba16edad49ffda5aa14cebb497c03152a8e0d63501ad94572a23
|
|
7
|
+
data.tar.gz: 8317631f97dbfa299c5ee6ac616feda93072fbfed6be66ffac1bfaca902386be7260149b621d41c7e9ffc12aad12100b7a6c6d87b7fc37faa5744aae6a65be6b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1163
|
data/lib/v20211111/models.rb
CHANGED
|
@@ -781,7 +781,7 @@ module TencentCloud
|
|
|
781
781
|
# @type RollingUpdate: :class:`Tencentcloud::Tione.v20211111.models.RollingUpdate`
|
|
782
782
|
# @param Sidecar: sidecar配置
|
|
783
783
|
# @type Sidecar: :class:`Tencentcloud::Tione.v20211111.models.SidecarSpec`
|
|
784
|
-
# @param VolumeMounts: 数据盘批量挂载配置,当前仅支持CFS
|
|
784
|
+
# @param VolumeMounts: 数据盘批量挂载配置,当前仅支持CFS,仅针对“模型来源-腾讯云存储、模型来源-腾讯云容器镜像、模型来源-资源组、模型来源-数据源”。
|
|
785
785
|
# @type VolumeMounts: Array
|
|
786
786
|
|
|
787
787
|
attr_accessor :ServiceGroupId, :ServiceGroupName, :ServiceDescription, :ChargeType, :ResourceGroupId, :ModelInfo, :ImageInfo, :Env, :Resources, :InstanceType, :ScaleMode, :Replicas, :HorizontalPodAutoscaler, :LogEnable, :LogConfig, :AuthorizationEnable, :Tags, :NewVersion, :CronScaleJobs, :ScaleStrategy, :HybridBillingPrepaidReplicas, :CreateSource, :ModelHotUpdateEnable, :ScheduledAction, :VolumeMount, :ServiceLimit, :CallbackUrl, :ModelTurboEnable, :ServiceCategory, :Command, :ServiceEIP, :CommandBase64, :ServicePort, :DeployType, :InstancePerReplicas, :TerminationGracePeriodSeconds, :PreStopCommand, :GrpcEnable, :HealthProbe, :RollingUpdate, :Sidecar, :VolumeMounts
|
|
@@ -5810,7 +5810,7 @@ module TencentCloud
|
|
|
5810
5810
|
# @type Sidecar: :class:`Tencentcloud::Tione.v20211111.models.SidecarSpec`
|
|
5811
5811
|
# @param ResourceGroupId: 资源组 id
|
|
5812
5812
|
# @type ResourceGroupId: String
|
|
5813
|
-
# @param VolumeMounts: 数据盘批量挂载配置,当前仅支持CFS
|
|
5813
|
+
# @param VolumeMounts: 数据盘批量挂载配置,当前仅支持CFS,仅针对“模型来源-腾讯云存储、模型来源-腾讯云容器镜像、模型来源-资源组、模型来源-数据源”。
|
|
5814
5814
|
# @type VolumeMounts: Array
|
|
5815
5815
|
|
|
5816
5816
|
attr_accessor :ServiceId, :ModelInfo, :ImageInfo, :Env, :Resources, :InstanceType, :ScaleMode, :Replicas, :HorizontalPodAutoscaler, :LogEnable, :LogConfig, :ServiceAction, :ServiceDescription, :ScaleStrategy, :CronScaleJobs, :HybridBillingPrepaidReplicas, :ModelHotUpdateEnable, :ScheduledAction, :ServiceLimit, :VolumeMount, :ModelTurboEnable, :Command, :ServiceEIP, :CommandBase64, :ServicePort, :InstancePerReplicas, :TerminationGracePeriodSeconds, :PreStopCommand, :GrpcEnable, :HealthProbe, :RollingUpdate, :Sidecar, :ResourceGroupId, :VolumeMounts
|
|
@@ -7223,16 +7223,20 @@ module TencentCloud
|
|
|
7223
7223
|
# @type RealGpu: Integer
|
|
7224
7224
|
# @param RealGpuDetailSet: 创建或更新时无需填写,仅展示需要关注。详细的GPU使用信息。
|
|
7225
7225
|
# @type RealGpuDetailSet: Array
|
|
7226
|
+
# @param EnableRDMA: 是否开启rdma
|
|
7227
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7228
|
+
# @type EnableRDMA: Boolean
|
|
7226
7229
|
|
|
7227
|
-
attr_accessor :Cpu, :Memory, :Gpu, :GpuType, :RealGpu, :RealGpuDetailSet
|
|
7230
|
+
attr_accessor :Cpu, :Memory, :Gpu, :GpuType, :RealGpu, :RealGpuDetailSet, :EnableRDMA
|
|
7228
7231
|
|
|
7229
|
-
def initialize(cpu=nil, memory=nil, gpu=nil, gputype=nil, realgpu=nil, realgpudetailset=nil)
|
|
7232
|
+
def initialize(cpu=nil, memory=nil, gpu=nil, gputype=nil, realgpu=nil, realgpudetailset=nil, enablerdma=nil)
|
|
7230
7233
|
@Cpu = cpu
|
|
7231
7234
|
@Memory = memory
|
|
7232
7235
|
@Gpu = gpu
|
|
7233
7236
|
@GpuType = gputype
|
|
7234
7237
|
@RealGpu = realgpu
|
|
7235
7238
|
@RealGpuDetailSet = realgpudetailset
|
|
7239
|
+
@EnableRDMA = enablerdma
|
|
7236
7240
|
end
|
|
7237
7241
|
|
|
7238
7242
|
def deserialize(params)
|
|
@@ -7249,6 +7253,7 @@ module TencentCloud
|
|
|
7249
7253
|
@RealGpuDetailSet << gpudetail_tmp
|
|
7250
7254
|
end
|
|
7251
7255
|
end
|
|
7256
|
+
@EnableRDMA = params['EnableRDMA']
|
|
7252
7257
|
end
|
|
7253
7258
|
end
|
|
7254
7259
|
|
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.1163
|
|
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-11-
|
|
11
|
+
date: 2025-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|