tencentcloud-sdk-tione 3.0.1163 → 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 +50 -17
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 068c7299f2e2e45504bff776285e8bcefa773308
4
- data.tar.gz: 8b84b01e11d2a5dd9ba5a5f0927367cbebc067df
3
+ metadata.gz: e9cd4ff2b8efa671f7a7ebfad3bd8ad6a0671776
4
+ data.tar.gz: 18aaa74af749165911c738d486978016c2edef46
5
5
  SHA512:
6
- metadata.gz: deb3b473ffce2e67929fef0fa0b93109a6bd7d6b9e0613b02126f7c57d0b43f553d57924a73cba16edad49ffda5aa14cebb497c03152a8e0d63501ad94572a23
7
- data.tar.gz: 8317631f97dbfa299c5ee6ac616feda93072fbfed6be66ffac1bfaca902386be7260149b621d41c7e9ffc12aad12100b7a6c6d87b7fc37faa5744aae6a65be6b
6
+ metadata.gz: a397be2058564f59befb3173ba9ae70a966681f71ec235d9a22a82ed8024321db79f053229d36ed91fbee63c145f67af4e57fd49fe9767ee834a6f6cb931ad67
7
+ data.tar.gz: 27cc2ff62900befbbb2563805a32073bd65a39f2071aa4aa627ed6ba8871c38cb3d2c1e1219a46d4051c6895b67d13ff4b7eddf3598207a0cd26f70935d34410
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1163
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
@@ -7536,10 +7569,10 @@ module TencentCloud
7536
7569
 
7537
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
7538
7571
  extend Gem::Deprecate
7539
- deprecate :ServiceLimit, :none, 2025, 11
7540
- deprecate :ServiceLimit=, :none, 2025, 11
7541
- deprecate :ScheduledAction, :none, 2025, 11
7542
- 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
7543
7576
 
7544
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)
7545
7578
  @ServiceGroupId = servicegroupid
@@ -8085,10 +8118,10 @@ module TencentCloud
8085
8118
 
8086
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
8087
8120
  extend Gem::Deprecate
8088
- deprecate :PodList, :none, 2025, 11
8089
- deprecate :PodList=, :none, 2025, 11
8090
- deprecate :Pods, :none, 2025, 11
8091
- 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
8092
8125
 
8093
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)
8094
8127
  @Replicas = replicas
@@ -9358,8 +9391,8 @@ module TencentCloud
9358
9391
 
9359
9392
  attr_accessor :Replicas, :UpdatedReplicas, :ReadyReplicas, :AvailableReplicas, :UnavailableReplicas, :Status, :StatefulSetCondition, :Conditions, :Reason
9360
9393
  extend Gem::Deprecate
9361
- deprecate :StatefulSetCondition, :none, 2025, 11
9362
- deprecate :StatefulSetCondition=, :none, 2025, 11
9394
+ deprecate :StatefulSetCondition, :none, 2025, 12
9395
+ deprecate :StatefulSetCondition=, :none, 2025, 12
9363
9396
 
9364
9397
  def initialize(replicas=nil, updatedreplicas=nil, readyreplicas=nil, availablereplicas=nil, unavailablereplicas=nil, status=nil, statefulsetcondition=nil, conditions=nil, reason=nil)
9365
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.1163
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-06 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: