tencentcloud-sdk-tione 3.0.1161 → 3.0.1162
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 +2 -2
- 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: 6da4794f9ffd6d5910c583dded0931f333c9fcfd
|
|
4
|
+
data.tar.gz: 251a8ad657c3ded985f8479798cd38b764af9f6d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f3ef330d219d92c3d902356528715f44902698abad0f74a25b170734d941ccd6c0f2f8a4c68d1f89fe48b43c73c4ebc2910fbb6bf49b8f0757693e188eee2de
|
|
7
|
+
data.tar.gz: b2f1937e3d8e3087bd490a657ff472591d0bae778675b0f517774809f5cb30fb466370ea72a491ab442f8c5a2771a62a6bb6957dc2625c8c05662fe07ec2aca6
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1162
|
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
|
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.1162
|
|
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-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|