tencentcloud-sdk-tione 3.0.1163 → 3.0.1179
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 +51 -17
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5705660c3ba8378bf96ff57068f3e1fcbbebd826
|
|
4
|
+
data.tar.gz: b15b7d7a5eedac5154882f4b8d90eda3b805d08a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 91695ecd51e15f681c04bfec2d955f5181f63899b12989932bf78490dddc99d6148d0fef7356d154244b64e865c8e47509a07644c38753e95e58567c87bd8b3a
|
|
7
|
+
data.tar.gz: 4dd3d953c71f0df9ef9fafcae52ff20904a7f36587c09131e75afb24562262ba421e9b1bde3708bd9111acd8f69b4004e5e5b6b245bc5f00159334763e7ba02e
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1179
|
data/lib/v20211111/models.rb
CHANGED
|
@@ -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/
|
|
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: 过滤字段名称
|
|
@@ -5484,6 +5510,7 @@ module TencentCloud
|
|
|
5484
5510
|
# @param CosPathInfo: cos路径信息
|
|
5485
5511
|
# @type CosPathInfo: :class:`Tencentcloud::Tione.v20211111.models.CosPathInfo`
|
|
5486
5512
|
# @param GooseFSx: GooseFSx的配置,ModelSource为GooseFSx时有效
|
|
5513
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5487
5514
|
# @type GooseFSx: :class:`Tencentcloud::Tione.v20211111.models.GooseFSx`
|
|
5488
5515
|
# @param AlgorithmFramework: 模型对应的算法框架,预留
|
|
5489
5516
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -6380,10 +6407,12 @@ module TencentCloud
|
|
|
6380
6407
|
# @param AppId: AppId
|
|
6381
6408
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6382
6409
|
# @type AppId: String
|
|
6410
|
+
# @param ExposePortConfig: 容器服务暴露端口配置
|
|
6411
|
+
# @type ExposePortConfig: :class:`Tencentcloud::Tione.v20211111.models.ExposePortConfig`
|
|
6383
6412
|
|
|
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
|
|
6413
|
+
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
6414
|
|
|
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)
|
|
6415
|
+
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
6416
|
@Id = id
|
|
6388
6417
|
@Name = name
|
|
6389
6418
|
@ChargeType = chargetype
|
|
@@ -6414,6 +6443,7 @@ module TencentCloud
|
|
|
6414
6443
|
@SubUin = subuin
|
|
6415
6444
|
@SubUinName = subuinname
|
|
6416
6445
|
@AppId = appid
|
|
6446
|
+
@ExposePortConfig = exposeportconfig
|
|
6417
6447
|
end
|
|
6418
6448
|
|
|
6419
6449
|
def deserialize(params)
|
|
@@ -6466,6 +6496,10 @@ module TencentCloud
|
|
|
6466
6496
|
@SubUin = params['SubUin']
|
|
6467
6497
|
@SubUinName = params['SubUinName']
|
|
6468
6498
|
@AppId = params['AppId']
|
|
6499
|
+
unless params['ExposePortConfig'].nil?
|
|
6500
|
+
@ExposePortConfig = ExposePortConfig.new
|
|
6501
|
+
@ExposePortConfig.deserialize(params['ExposePortConfig'])
|
|
6502
|
+
end
|
|
6469
6503
|
end
|
|
6470
6504
|
end
|
|
6471
6505
|
|
|
@@ -6646,8 +6680,8 @@ module TencentCloud
|
|
|
6646
6680
|
|
|
6647
6681
|
attr_accessor :Name, :Uid, :ChargeType, :Phase, :IP, :CreateTime, :Containers, :ContainerInfos, :CrossTenantENIInfo, :Status, :StartScheduleTime, :Message, :NodeIP, :NodeId, :ResourceGroupId, :ResourceGroupName, :ResourceInfo
|
|
6648
6682
|
extend Gem::Deprecate
|
|
6649
|
-
deprecate :Containers, :none, 2025,
|
|
6650
|
-
deprecate :Containers=, :none, 2025,
|
|
6683
|
+
deprecate :Containers, :none, 2025, 12
|
|
6684
|
+
deprecate :Containers=, :none, 2025, 12
|
|
6651
6685
|
|
|
6652
6686
|
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
6687
|
@Name = name
|
|
@@ -7536,10 +7570,10 @@ module TencentCloud
|
|
|
7536
7570
|
|
|
7537
7571
|
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
7572
|
extend Gem::Deprecate
|
|
7539
|
-
deprecate :ServiceLimit, :none, 2025,
|
|
7540
|
-
deprecate :ServiceLimit=, :none, 2025,
|
|
7541
|
-
deprecate :ScheduledAction, :none, 2025,
|
|
7542
|
-
deprecate :ScheduledAction=, :none, 2025,
|
|
7573
|
+
deprecate :ServiceLimit, :none, 2025, 12
|
|
7574
|
+
deprecate :ServiceLimit=, :none, 2025, 12
|
|
7575
|
+
deprecate :ScheduledAction, :none, 2025, 12
|
|
7576
|
+
deprecate :ScheduledAction=, :none, 2025, 12
|
|
7543
7577
|
|
|
7544
7578
|
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
7579
|
@ServiceGroupId = servicegroupid
|
|
@@ -8085,10 +8119,10 @@ module TencentCloud
|
|
|
8085
8119
|
|
|
8086
8120
|
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
8121
|
extend Gem::Deprecate
|
|
8088
|
-
deprecate :PodList, :none, 2025,
|
|
8089
|
-
deprecate :PodList=, :none, 2025,
|
|
8090
|
-
deprecate :Pods, :none, 2025,
|
|
8091
|
-
deprecate :Pods=, :none, 2025,
|
|
8122
|
+
deprecate :PodList, :none, 2025, 12
|
|
8123
|
+
deprecate :PodList=, :none, 2025, 12
|
|
8124
|
+
deprecate :Pods, :none, 2025, 12
|
|
8125
|
+
deprecate :Pods=, :none, 2025, 12
|
|
8092
8126
|
|
|
8093
8127
|
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
8128
|
@Replicas = replicas
|
|
@@ -9358,8 +9392,8 @@ module TencentCloud
|
|
|
9358
9392
|
|
|
9359
9393
|
attr_accessor :Replicas, :UpdatedReplicas, :ReadyReplicas, :AvailableReplicas, :UnavailableReplicas, :Status, :StatefulSetCondition, :Conditions, :Reason
|
|
9360
9394
|
extend Gem::Deprecate
|
|
9361
|
-
deprecate :StatefulSetCondition, :none, 2025,
|
|
9362
|
-
deprecate :StatefulSetCondition=, :none, 2025,
|
|
9395
|
+
deprecate :StatefulSetCondition, :none, 2025, 12
|
|
9396
|
+
deprecate :StatefulSetCondition=, :none, 2025, 12
|
|
9363
9397
|
|
|
9364
9398
|
def initialize(replicas=nil, updatedreplicas=nil, readyreplicas=nil, availablereplicas=nil, unavailablereplicas=nil, status=nil, statefulsetcondition=nil, conditions=nil, reason=nil)
|
|
9365
9399
|
@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.
|
|
4
|
+
version: 3.0.1179
|
|
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
|
+
date: 2025-12-09 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/
|
|
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:
|