tencentcloud-sdk-tione 3.0.1162 → 3.0.1178

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20211111/models.rb +57 -19
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6da4794f9ffd6d5910c583dded0931f333c9fcfd
4
- data.tar.gz: 251a8ad657c3ded985f8479798cd38b764af9f6d
3
+ metadata.gz: e9cd4ff2b8efa671f7a7ebfad3bd8ad6a0671776
4
+ data.tar.gz: 18aaa74af749165911c738d486978016c2edef46
5
5
  SHA512:
6
- metadata.gz: 2f3ef330d219d92c3d902356528715f44902698abad0f74a25b170734d941ccd6c0f2f8a4c68d1f89fe48b43c73c4ebc2910fbb6bf49b8f0757693e188eee2de
7
- data.tar.gz: b2f1937e3d8e3087bd490a657ff472591d0bae778675b0f517774809f5cb30fb466370ea72a491ab442f8c5a2771a62a6bb6957dc2625c8c05662fe07ec2aca6
6
+ metadata.gz: a397be2058564f59befb3173ba9ae70a966681f71ec235d9a22a82ed8024321db79f053229d36ed91fbee63c145f67af4e57fd49fe9767ee834a6f6cb931ad67
7
+ data.tar.gz: 27cc2ff62900befbbb2563805a32073bd65a39f2071aa4aa627ed6ba8871c38cb3d2c1e1219a46d4051c6895b67d13ff4b7eddf3598207a0cd26f70935d34410
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1162
1
+ 3.0.1178
@@ -1185,7 +1185,7 @@ module TencentCloud
1185
1185
  # @type TrainingJobName: String
1186
1186
  # @param TrainingModelCosPath: 模型来源cos目录,以/结尾
1187
1187
  # @type TrainingModelCosPath: :class:`Tencentcloud::Tione.v20211111.models.CosPathInfo`
1188
- # @param AlgorithmFramework: 算法框架 (PYTORCH/TENSORFLOW/DETECTRON2/PMML/MMDETECTION)
1188
+ # @param AlgorithmFramework: 算法框架 (PYTORCH/TENSORFLOW/DETECTRON2/PMML/MMDETECTION/ONNX)
1189
1189
  # @type AlgorithmFramework: String
1190
1190
  # @param ReasoningEnvironment: 推理环境
1191
1191
  # @type ReasoningEnvironment: String
@@ -1215,7 +1215,7 @@ module TencentCloud
1215
1215
  # 枚举值:NORMAL(通用) ACCELERATE(加速)
1216
1216
  # 注意: 默认为NORMAL
1217
1217
  # @type ModelVersionType: String
1218
- # @param ModelFormat: 模型格式 (PYTORCH/TORCH_SCRIPT/DETECTRON2/SAVED_MODEL/FROZEN_GRAPH/PMML/MMDETECTION/ONNX/HUGGING_FACE
1218
+ # @param ModelFormat: 模型格式 (PYTORCH/TORCH_SCRIPT/DETECTRON2/SAVED_MODEL/FROZEN_GRAPH/PMML/MMDETECTION/ONNX/HUGGING_FACE_BERT/HUGGING_FACE_STABLE_DIFFUSION/HUGGING_FACE_STABLE_DIFFUSION_LORA/WEB_UI_STABLE_DIFFUSION
1219
1219
  # @type ModelFormat: String
1220
1220
  # @param ReasoningEnvironmentId: 推理镜像ID
1221
1221
  # @type ReasoningEnvironmentId: String
@@ -2286,6 +2286,9 @@ module TencentCloud
2286
2286
  # @type ServiceCategory: String
2287
2287
 
2288
2288
  attr_accessor :ServiceId, :ServiceCategory
2289
+ extend Gem::Deprecate
2290
+ deprecate :ServiceCategory, :none, 2025, 12
2291
+ deprecate :ServiceCategory=, :none, 2025, 12
2289
2292
 
2290
2293
  def initialize(serviceid=nil, servicecategory=nil)
2291
2294
  @ServiceId = serviceid
@@ -3399,6 +3402,9 @@ module TencentCloud
3399
3402
  # @type ServiceCategory: String
3400
3403
 
3401
3404
  attr_accessor :ServiceGroupId, :ServiceCategory
3405
+ extend Gem::Deprecate
3406
+ deprecate :ServiceCategory, :none, 2025, 12
3407
+ deprecate :ServiceCategory=, :none, 2025, 12
3402
3408
 
3403
3409
  def initialize(servicegroupid=nil, servicecategory=nil)
3404
3410
  @ServiceGroupId = servicegroupid
@@ -3483,6 +3489,9 @@ module TencentCloud
3483
3489
  # @type ServiceCategory: String
3484
3490
 
3485
3491
  attr_accessor :ServiceGroupId, :ServiceCategory
3492
+ extend Gem::Deprecate
3493
+ deprecate :ServiceCategory, :none, 2025, 12
3494
+ deprecate :ServiceCategory=, :none, 2025, 12
3486
3495
 
3487
3496
  def initialize(servicegroupid=nil, servicecategory=nil)
3488
3497
  @ServiceGroupId = servicegroupid
@@ -3538,6 +3547,9 @@ module TencentCloud
3538
3547
  # @type ServiceCategory: String
3539
3548
 
3540
3549
  attr_accessor :Offset, :Limit, :Order, :OrderField, :Filters, :TagFilters, :ServiceCategory
3550
+ extend Gem::Deprecate
3551
+ deprecate :ServiceCategory, :none, 2025, 12
3552
+ deprecate :ServiceCategory=, :none, 2025, 12
3541
3553
 
3542
3554
  def initialize(offset=nil, limit=nil, order=nil, orderfield=nil, filters=nil, tagfilters=nil, servicecategory=nil)
3543
3555
  @Offset = offset
@@ -3668,6 +3680,9 @@ module TencentCloud
3668
3680
  # @type ServiceCategory: String
3669
3681
 
3670
3682
  attr_accessor :ServiceId, :ServiceCategory
3683
+ extend Gem::Deprecate
3684
+ deprecate :ServiceCategory, :none, 2025, 12
3685
+ deprecate :ServiceCategory=, :none, 2025, 12
3671
3686
 
3672
3687
  def initialize(serviceid=nil, servicecategory=nil)
3673
3688
  @ServiceId = serviceid
@@ -3805,7 +3820,7 @@ module TencentCloud
3805
3820
 
3806
3821
  # DescribeNotebooks返回参数结构体
3807
3822
  class DescribeNotebooksResponse < TencentCloud::Common::AbstractModel
3808
- # @param NotebookSet: 详情
3823
+ # @param NotebookSet: notebook详情
3809
3824
  # @type NotebookSet: Array
3810
3825
  # @param TotalCount: 总条数
3811
3826
  # @type TotalCount: Integer
@@ -4283,6 +4298,17 @@ module TencentCloud
4283
4298
  end
4284
4299
  end
4285
4300
 
4301
+ # 暴露端口信息
4302
+ class ExposePortConfig < TencentCloud::Common::AbstractModel
4303
+
4304
+
4305
+ def initialize()
4306
+ end
4307
+
4308
+ def deserialize(params)
4309
+ end
4310
+ end
4311
+
4286
4312
  # 过滤器
4287
4313
  class Filter < TencentCloud::Common::AbstractModel
4288
4314
  # @param Name: 过滤字段名称
@@ -6380,10 +6406,12 @@ module TencentCloud
6380
6406
  # @param AppId: AppId
6381
6407
  # 注意:此字段可能返回 null,表示取不到有效值。
6382
6408
  # @type AppId: String
6409
+ # @param ExposePortConfig: 容器服务暴露端口配置
6410
+ # @type ExposePortConfig: :class:`Tencentcloud::Tione.v20211111.models.ExposePortConfig`
6383
6411
 
6384
- attr_accessor :Id, :Name, :ChargeType, :ResourceConf, :ResourceGroupId, :VolumeSizeInGB, :BillingInfos, :Tags, :CreateTime, :StartTime, :UpdateTime, :RuntimeInSeconds, :ChargeStatus, :Status, :FailureReason, :EndTime, :PodName, :InstanceTypeAlias, :ResourceGroupName, :AutoStopping, :AutomaticStopTime, :VolumeSourceType, :VolumeSourceCFS, :Message, :UserTypes, :SSHConfig, :VolumeSourceGooseFS, :SubUin, :SubUinName, :AppId
6412
+ attr_accessor :Id, :Name, :ChargeType, :ResourceConf, :ResourceGroupId, :VolumeSizeInGB, :BillingInfos, :Tags, :CreateTime, :StartTime, :UpdateTime, :RuntimeInSeconds, :ChargeStatus, :Status, :FailureReason, :EndTime, :PodName, :InstanceTypeAlias, :ResourceGroupName, :AutoStopping, :AutomaticStopTime, :VolumeSourceType, :VolumeSourceCFS, :Message, :UserTypes, :SSHConfig, :VolumeSourceGooseFS, :SubUin, :SubUinName, :AppId, :ExposePortConfig
6385
6413
 
6386
- def initialize(id=nil, name=nil, chargetype=nil, resourceconf=nil, resourcegroupid=nil, volumesizeingb=nil, billinginfos=nil, tags=nil, createtime=nil, starttime=nil, updatetime=nil, runtimeinseconds=nil, chargestatus=nil, status=nil, failurereason=nil, endtime=nil, podname=nil, instancetypealias=nil, resourcegroupname=nil, autostopping=nil, automaticstoptime=nil, volumesourcetype=nil, volumesourcecfs=nil, message=nil, usertypes=nil, sshconfig=nil, volumesourcegoosefs=nil, subuin=nil, subuinname=nil, appid=nil)
6414
+ def initialize(id=nil, name=nil, chargetype=nil, resourceconf=nil, resourcegroupid=nil, volumesizeingb=nil, billinginfos=nil, tags=nil, createtime=nil, starttime=nil, updatetime=nil, runtimeinseconds=nil, chargestatus=nil, status=nil, failurereason=nil, endtime=nil, podname=nil, instancetypealias=nil, resourcegroupname=nil, autostopping=nil, automaticstoptime=nil, volumesourcetype=nil, volumesourcecfs=nil, message=nil, usertypes=nil, sshconfig=nil, volumesourcegoosefs=nil, subuin=nil, subuinname=nil, appid=nil, exposeportconfig=nil)
6387
6415
  @Id = id
6388
6416
  @Name = name
6389
6417
  @ChargeType = chargetype
@@ -6414,6 +6442,7 @@ module TencentCloud
6414
6442
  @SubUin = subuin
6415
6443
  @SubUinName = subuinname
6416
6444
  @AppId = appid
6445
+ @ExposePortConfig = exposeportconfig
6417
6446
  end
6418
6447
 
6419
6448
  def deserialize(params)
@@ -6466,6 +6495,10 @@ module TencentCloud
6466
6495
  @SubUin = params['SubUin']
6467
6496
  @SubUinName = params['SubUinName']
6468
6497
  @AppId = params['AppId']
6498
+ unless params['ExposePortConfig'].nil?
6499
+ @ExposePortConfig = ExposePortConfig.new
6500
+ @ExposePortConfig.deserialize(params['ExposePortConfig'])
6501
+ end
6469
6502
  end
6470
6503
  end
6471
6504
 
@@ -6646,8 +6679,8 @@ module TencentCloud
6646
6679
 
6647
6680
  attr_accessor :Name, :Uid, :ChargeType, :Phase, :IP, :CreateTime, :Containers, :ContainerInfos, :CrossTenantENIInfo, :Status, :StartScheduleTime, :Message, :NodeIP, :NodeId, :ResourceGroupId, :ResourceGroupName, :ResourceInfo
6648
6681
  extend Gem::Deprecate
6649
- deprecate :Containers, :none, 2025, 11
6650
- deprecate :Containers=, :none, 2025, 11
6682
+ deprecate :Containers, :none, 2025, 12
6683
+ deprecate :Containers=, :none, 2025, 12
6651
6684
 
6652
6685
  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, nodeip=nil, nodeid=nil, resourcegroupid=nil, resourcegroupname=nil, resourceinfo=nil)
6653
6686
  @Name = name
@@ -7223,16 +7256,20 @@ module TencentCloud
7223
7256
  # @type RealGpu: Integer
7224
7257
  # @param RealGpuDetailSet: 创建或更新时无需填写,仅展示需要关注。详细的GPU使用信息。
7225
7258
  # @type RealGpuDetailSet: Array
7259
+ # @param EnableRDMA: 是否开启rdma
7260
+ # 注意:此字段可能返回 null,表示取不到有效值。
7261
+ # @type EnableRDMA: Boolean
7226
7262
 
7227
- attr_accessor :Cpu, :Memory, :Gpu, :GpuType, :RealGpu, :RealGpuDetailSet
7263
+ attr_accessor :Cpu, :Memory, :Gpu, :GpuType, :RealGpu, :RealGpuDetailSet, :EnableRDMA
7228
7264
 
7229
- def initialize(cpu=nil, memory=nil, gpu=nil, gputype=nil, realgpu=nil, realgpudetailset=nil)
7265
+ def initialize(cpu=nil, memory=nil, gpu=nil, gputype=nil, realgpu=nil, realgpudetailset=nil, enablerdma=nil)
7230
7266
  @Cpu = cpu
7231
7267
  @Memory = memory
7232
7268
  @Gpu = gpu
7233
7269
  @GpuType = gputype
7234
7270
  @RealGpu = realgpu
7235
7271
  @RealGpuDetailSet = realgpudetailset
7272
+ @EnableRDMA = enablerdma
7236
7273
  end
7237
7274
 
7238
7275
  def deserialize(params)
@@ -7249,6 +7286,7 @@ module TencentCloud
7249
7286
  @RealGpuDetailSet << gpudetail_tmp
7250
7287
  end
7251
7288
  end
7289
+ @EnableRDMA = params['EnableRDMA']
7252
7290
  end
7253
7291
  end
7254
7292
 
@@ -7531,10 +7569,10 @@ module TencentCloud
7531
7569
 
7532
7570
  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, :SubUinName, :SchedulingPolicy, :ExternalResourceGroups
7533
7571
  extend Gem::Deprecate
7534
- deprecate :ServiceLimit, :none, 2025, 11
7535
- deprecate :ServiceLimit=, :none, 2025, 11
7536
- deprecate :ScheduledAction, :none, 2025, 11
7537
- deprecate :ScheduledAction=, :none, 2025, 11
7572
+ deprecate :ServiceLimit, :none, 2025, 12
7573
+ deprecate :ServiceLimit=, :none, 2025, 12
7574
+ deprecate :ScheduledAction, :none, 2025, 12
7575
+ deprecate :ScheduledAction=, :none, 2025, 12
7538
7576
 
7539
7577
  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, subuinname=nil, schedulingpolicy=nil, externalresourcegroups=nil)
7540
7578
  @ServiceGroupId = servicegroupid
@@ -8080,10 +8118,10 @@ module TencentCloud
8080
8118
 
8081
8119
  attr_accessor :Replicas, :ImageInfo, :Env, :Resources, :InstanceType, :ModelInfo, :LogEnable, :LogConfig, :AuthorizationEnable, :HorizontalPodAutoscaler, :Status, :Weight, :ResourceTotal, :OldReplicas, :HybridBillingPrepaidReplicas, :OldHybridBillingPrepaidReplicas, :ModelHotUpdateEnable, :InstanceAlias, :ScaleMode, :CronScaleJobs, :ScaleStrategy, :ScheduledAction, :PodList, :Pods, :PodInfos, :ServiceLimit, :ModelTurboEnable, :VolumeMount, :InferCodeInfo, :Command, :ServiceEIP, :ServicePort, :TerminationGracePeriodSeconds, :PreStopCommand, :GrpcEnable, :HealthProbe, :RollingUpdate, :InstancePerReplicas, :VolumeMounts
8082
8120
  extend Gem::Deprecate
8083
- deprecate :PodList, :none, 2025, 11
8084
- deprecate :PodList=, :none, 2025, 11
8085
- deprecate :Pods, :none, 2025, 11
8086
- deprecate :Pods=, :none, 2025, 11
8121
+ deprecate :PodList, :none, 2025, 12
8122
+ deprecate :PodList=, :none, 2025, 12
8123
+ deprecate :Pods, :none, 2025, 12
8124
+ deprecate :Pods=, :none, 2025, 12
8087
8125
 
8088
8126
  def initialize(replicas=nil, imageinfo=nil, env=nil, resources=nil, instancetype=nil, modelinfo=nil, logenable=nil, logconfig=nil, authorizationenable=nil, horizontalpodautoscaler=nil, status=nil, weight=nil, resourcetotal=nil, oldreplicas=nil, hybridbillingprepaidreplicas=nil, oldhybridbillingprepaidreplicas=nil, modelhotupdateenable=nil, instancealias=nil, scalemode=nil, cronscalejobs=nil, scalestrategy=nil, scheduledaction=nil, podlist=nil, pods=nil, podinfos=nil, servicelimit=nil, modelturboenable=nil, volumemount=nil, infercodeinfo=nil, command=nil, serviceeip=nil, serviceport=nil, terminationgraceperiodseconds=nil, prestopcommand=nil, grpcenable=nil, healthprobe=nil, rollingupdate=nil, instanceperreplicas=nil, volumemounts=nil)
8089
8127
  @Replicas = replicas
@@ -9353,8 +9391,8 @@ module TencentCloud
9353
9391
 
9354
9392
  attr_accessor :Replicas, :UpdatedReplicas, :ReadyReplicas, :AvailableReplicas, :UnavailableReplicas, :Status, :StatefulSetCondition, :Conditions, :Reason
9355
9393
  extend Gem::Deprecate
9356
- deprecate :StatefulSetCondition, :none, 2025, 11
9357
- deprecate :StatefulSetCondition=, :none, 2025, 11
9394
+ deprecate :StatefulSetCondition, :none, 2025, 12
9395
+ deprecate :StatefulSetCondition=, :none, 2025, 12
9358
9396
 
9359
9397
  def initialize(replicas=nil, updatedreplicas=nil, readyreplicas=nil, availablereplicas=nil, unavailablereplicas=nil, status=nil, statefulsetcondition=nil, conditions=nil, reason=nil)
9360
9398
  @Replicas = replicas
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.1162
4
+ version: 3.0.1178
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-05 00:00:00.000000000 Z
11
+ date: 2025-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -34,10 +34,10 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-tione.rb
37
- - lib/v20191022/client.rb
38
37
  - lib/v20191022/models.rb
39
- - lib/v20211111/client.rb
38
+ - lib/v20191022/client.rb
40
39
  - lib/v20211111/models.rb
40
+ - lib/v20211111/client.rb
41
41
  - lib/VERSION
42
42
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
43
43
  licenses: