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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9025d9fecc6612fa5bb0efb564383fb0c18859c4
4
- data.tar.gz: 549cddcbd8bdaeb1cb49de4807303d6cb0ddccd6
3
+ metadata.gz: 068c7299f2e2e45504bff776285e8bcefa773308
4
+ data.tar.gz: 8b84b01e11d2a5dd9ba5a5f0927367cbebc067df
5
5
  SHA512:
6
- metadata.gz: 2edcdef82a189385a5fc78cae36421d308ec279897471fd3273ee8a3667d88ef1542aa9d2687f0d297625fced41de06c5f353b96f32987e9280bf1d5a0c046f8
7
- data.tar.gz: 271b7d323a58429cc3b850d31765b10383eb96297226df4d81e75e212b683f40fb42a62e3566e09773a0f22e0c975787fe0e9c3ea6da5c49cd5310985e206e7c
6
+ metadata.gz: deb3b473ffce2e67929fef0fa0b93109a6bd7d6b9e0613b02126f7c57d0b43f553d57924a73cba16edad49ffda5aa14cebb497c03152a8e0d63501ad94572a23
7
+ data.tar.gz: 8317631f97dbfa299c5ee6ac616feda93072fbfed6be66ffac1bfaca902386be7260149b621d41c7e9ffc12aad12100b7a6c6d87b7fc37faa5744aae6a65be6b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1161
1
+ 3.0.1163
@@ -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.1161
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-04 00:00:00.000000000 Z
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