tencentcloud-sdk-tione 3.0.1098 → 3.0.1102

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: 1c191ff4a83b1e2a83bf95f38262cc29683e345a
4
- data.tar.gz: 1e82532f997247337418fc97746c7098253a6bf2
3
+ metadata.gz: e5c1f9bed9054bea8b7225225e22c81aaa00a2d0
4
+ data.tar.gz: 2949b90c0cab9fbf5e3e34346a4e1d86f1e117bc
5
5
  SHA512:
6
- metadata.gz: fb5bfeaca3c45adc4b4736f3e4b6c1808e0cef5b12566f34bd96b5e191af8293f81c7f35adef1593fc5127bf7764d1f53dba0c6be5e2337e4580fbcd28b13482
7
- data.tar.gz: e24744882cc623403995e07dca2f4134f43112860021fc67f792060be8787063bf6a007daffd3201aa8eb6299cad6ad7970befe880fa90c23dbbaf07d76b5714
6
+ metadata.gz: 4313b0b72e6fa779b1e69207c70876bf5e19286ccb6bc53737ebee407491fb1f4571f5f9f0040e042521b4a4697fb4ce95940bbbdf3a2905956846e5166733df
7
+ data.tar.gz: 9519fbc76f502cfc58ce8656a0ae95f5d2dc270f18ccfeb82c741f6a6dc8056f8d28adbb85ca31f924f090d7b5174452dd6fc82521ca877dd97cc96efd1565a2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1098
1
+ 3.0.1102
@@ -5629,10 +5629,12 @@ module TencentCloud
5629
5629
  # @type RollingUpdate: :class:`Tencentcloud::Tione.v20211111.models.RollingUpdate`
5630
5630
  # @param Sidecar: sidecar配置
5631
5631
  # @type Sidecar: :class:`Tencentcloud::Tione.v20211111.models.SidecarSpec`
5632
+ # @param ResourceGroupId: 资源组 id
5633
+ # @type ResourceGroupId: String
5632
5634
 
5633
- 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
5635
+ 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
5634
5636
 
5635
- def initialize(serviceid=nil, modelinfo=nil, imageinfo=nil, env=nil, resources=nil, instancetype=nil, scalemode=nil, replicas=nil, horizontalpodautoscaler=nil, logenable=nil, logconfig=nil, serviceaction=nil, servicedescription=nil, scalestrategy=nil, cronscalejobs=nil, hybridbillingprepaidreplicas=nil, modelhotupdateenable=nil, scheduledaction=nil, servicelimit=nil, volumemount=nil, modelturboenable=nil, command=nil, serviceeip=nil, commandbase64=nil, serviceport=nil, instanceperreplicas=nil, terminationgraceperiodseconds=nil, prestopcommand=nil, grpcenable=nil, healthprobe=nil, rollingupdate=nil, sidecar=nil)
5637
+ def initialize(serviceid=nil, modelinfo=nil, imageinfo=nil, env=nil, resources=nil, instancetype=nil, scalemode=nil, replicas=nil, horizontalpodautoscaler=nil, logenable=nil, logconfig=nil, serviceaction=nil, servicedescription=nil, scalestrategy=nil, cronscalejobs=nil, hybridbillingprepaidreplicas=nil, modelhotupdateenable=nil, scheduledaction=nil, servicelimit=nil, volumemount=nil, modelturboenable=nil, command=nil, serviceeip=nil, commandbase64=nil, serviceport=nil, instanceperreplicas=nil, terminationgraceperiodseconds=nil, prestopcommand=nil, grpcenable=nil, healthprobe=nil, rollingupdate=nil, sidecar=nil, resourcegroupid=nil)
5636
5638
  @ServiceId = serviceid
5637
5639
  @ModelInfo = modelinfo
5638
5640
  @ImageInfo = imageinfo
@@ -5665,6 +5667,7 @@ module TencentCloud
5665
5667
  @HealthProbe = healthprobe
5666
5668
  @RollingUpdate = rollingupdate
5667
5669
  @Sidecar = sidecar
5670
+ @ResourceGroupId = resourcegroupid
5668
5671
  end
5669
5672
 
5670
5673
  def deserialize(params)
@@ -5750,6 +5753,7 @@ module TencentCloud
5750
5753
  @Sidecar = SidecarSpec.new
5751
5754
  @Sidecar.deserialize(params['Sidecar'])
5752
5755
  end
5756
+ @ResourceGroupId = params['ResourceGroupId']
5753
5757
  end
5754
5758
  end
5755
5759
 
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.1098
4
+ version: 3.0.1102
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-07-10 00:00:00.000000000 Z
11
+ date: 2025-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common