tencentcloud-sdk-tione 3.0.568 → 3.0.569
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 +18 -10
- 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: 6e61762af2d238c79ee92774066a145ba28b5dab
|
4
|
+
data.tar.gz: a6f8756eba40eb64629dcd976774a51ed5f33385
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f66a82c349571b11fd4ec378f1514df45092404d6de7da620636e5844982dda1dae87e1b4428daa995dd01e4a2607f2966a684d9b245be3b36c587c5e957cc2
|
7
|
+
data.tar.gz: 38f2e0d33e32a8ba6b2ee802eef6796f217bd35eabef11e18b4b92b9c0a6e946472d181c498b2ccf850eeaa8722151a216c38d97bed5370986f6b43080a68989
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.569
|
data/lib/v20211111/models.rb
CHANGED
@@ -158,10 +158,10 @@ module TencentCloud
|
|
158
158
|
# @type Region: String
|
159
159
|
# @param ChargeType: 计费模式
|
160
160
|
# @type ChargeType: String
|
161
|
-
# @param ResourceGroupId:
|
161
|
+
# @param ResourceGroupId: 包年包月资源组id
|
162
162
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
163
163
|
# @type ResourceGroupId: String
|
164
|
-
# @param ResourceGroupName:
|
164
|
+
# @param ResourceGroupName: 包年包月资源组名称
|
165
165
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
166
166
|
# @type ResourceGroupName: String
|
167
167
|
# @param ResourceConfigInfo: 资源配置
|
@@ -229,10 +229,13 @@ module TencentCloud
|
|
229
229
|
# @param PodList: 运行中的Pod的名字
|
230
230
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
231
231
|
# @type PodList: Array
|
232
|
+
# @param ModelInferenceCodeInfo: 模型推理代码信息
|
233
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
234
|
+
# @type ModelInferenceCodeInfo: :class:`Tencentcloud::Tione.v20211111.models.CosPathInfo`
|
232
235
|
|
233
|
-
attr_accessor :BatchTaskId, :BatchTaskName, :Uin, :SubUin, :Region, :ChargeType, :ResourceGroupId, :ResourceGroupName, :ResourceConfigInfo, :Tags, :ModelInfo, :ImageInfo, :CodePackagePath, :StartCmd, :DataConfigs, :Outputs, :LogEnable, :LogConfig, :VpcId, :SubnetId, :Status, :RuntimeInSeconds, :CreateTime, :UpdateTime, :StartTime, :EndTime, :ChargeStatus, :LatestInstanceId, :Remark, :FailureReason, :BillingInfo, :PodList
|
236
|
+
attr_accessor :BatchTaskId, :BatchTaskName, :Uin, :SubUin, :Region, :ChargeType, :ResourceGroupId, :ResourceGroupName, :ResourceConfigInfo, :Tags, :ModelInfo, :ImageInfo, :CodePackagePath, :StartCmd, :DataConfigs, :Outputs, :LogEnable, :LogConfig, :VpcId, :SubnetId, :Status, :RuntimeInSeconds, :CreateTime, :UpdateTime, :StartTime, :EndTime, :ChargeStatus, :LatestInstanceId, :Remark, :FailureReason, :BillingInfo, :PodList, :ModelInferenceCodeInfo
|
234
237
|
|
235
|
-
def initialize(batchtaskid=nil, batchtaskname=nil, uin=nil, subuin=nil, region=nil, chargetype=nil, resourcegroupid=nil, resourcegroupname=nil, resourceconfiginfo=nil, tags=nil, modelinfo=nil, imageinfo=nil, codepackagepath=nil, startcmd=nil, dataconfigs=nil, outputs=nil, logenable=nil, logconfig=nil, vpcid=nil, subnetid=nil, status=nil, runtimeinseconds=nil, createtime=nil, updatetime=nil, starttime=nil, endtime=nil, chargestatus=nil, latestinstanceid=nil, remark=nil, failurereason=nil, billinginfo=nil, podlist=nil)
|
238
|
+
def initialize(batchtaskid=nil, batchtaskname=nil, uin=nil, subuin=nil, region=nil, chargetype=nil, resourcegroupid=nil, resourcegroupname=nil, resourceconfiginfo=nil, tags=nil, modelinfo=nil, imageinfo=nil, codepackagepath=nil, startcmd=nil, dataconfigs=nil, outputs=nil, logenable=nil, logconfig=nil, vpcid=nil, subnetid=nil, status=nil, runtimeinseconds=nil, createtime=nil, updatetime=nil, starttime=nil, endtime=nil, chargestatus=nil, latestinstanceid=nil, remark=nil, failurereason=nil, billinginfo=nil, podlist=nil, modelinferencecodeinfo=nil)
|
236
239
|
@BatchTaskId = batchtaskid
|
237
240
|
@BatchTaskName = batchtaskname
|
238
241
|
@Uin = uin
|
@@ -265,6 +268,7 @@ module TencentCloud
|
|
265
268
|
@FailureReason = failurereason
|
266
269
|
@BillingInfo = billinginfo
|
267
270
|
@PodList = podlist
|
271
|
+
@ModelInferenceCodeInfo = modelinferencecodeinfo
|
268
272
|
end
|
269
273
|
|
270
274
|
def deserialize(params)
|
@@ -336,6 +340,10 @@ module TencentCloud
|
|
336
340
|
@FailureReason = params['FailureReason']
|
337
341
|
@BillingInfo = params['BillingInfo']
|
338
342
|
@PodList = params['PodList']
|
343
|
+
unless params['ModelInferenceCodeInfo'].nil?
|
344
|
+
@ModelInferenceCodeInfo = CosPathInfo.new
|
345
|
+
@ModelInferenceCodeInfo.deserialize(params['ModelInferenceCodeInfo'])
|
346
|
+
end
|
339
347
|
end
|
340
348
|
end
|
341
349
|
|
@@ -389,7 +397,7 @@ module TencentCloud
|
|
389
397
|
# @type ChargeType: String
|
390
398
|
# @param ChargeStatus: 计费状态,eg:BILLING计费中,ARREARS_STOP欠费停止,NOT_BILLING不在计费中
|
391
399
|
# @type ChargeStatus: String
|
392
|
-
# @param ResourceGroupId:
|
400
|
+
# @param ResourceGroupId: 包年包月资源组ID
|
393
401
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
394
402
|
# @type ResourceGroupId: String
|
395
403
|
# @param ResourceConfigInfo: 资源配置
|
@@ -415,12 +423,12 @@ module TencentCloud
|
|
415
423
|
# @type UpdateTime: String
|
416
424
|
# @param Outputs: 输出
|
417
425
|
# @type Outputs: Array
|
418
|
-
# @param ResourceGroupName:
|
426
|
+
# @param ResourceGroupName: 包年包月资源组名称
|
419
427
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
420
428
|
# @type ResourceGroupName: String
|
421
429
|
# @param FailureReason: 失败原因
|
422
430
|
# @type FailureReason: String
|
423
|
-
# @param BillingInfo: 计费金额信息,eg:2.00元/小时 (for
|
431
|
+
# @param BillingInfo: 计费金额信息,eg:2.00元/小时 (for 按量计费)
|
424
432
|
# @type BillingInfo: String
|
425
433
|
|
426
434
|
attr_accessor :BatchTaskId, :BatchTaskName, :ModelInfo, :ImageInfo, :ChargeType, :ChargeStatus, :ResourceGroupId, :ResourceConfigInfo, :Tags, :Status, :RuntimeInSeconds, :CreateTime, :StartTime, :EndTime, :UpdateTime, :Outputs, :ResourceGroupName, :FailureReason, :BillingInfo
|
@@ -697,7 +705,7 @@ module TencentCloud
|
|
697
705
|
class CreateBatchTaskRequest < TencentCloud::Common::AbstractModel
|
698
706
|
# @param BatchTaskName: 跑批任务名称,不超过60个字符,仅支持中英文、数字、下划线"_"、短横"-",只能以中英文、数字开头
|
699
707
|
# @type BatchTaskName: String
|
700
|
-
# @param ChargeType: 计费模式,eg:PREPAID
|
708
|
+
# @param ChargeType: 计费模式,eg:PREPAID 包年包月;POSTPAID_BY_HOUR 按量计费
|
701
709
|
# @type ChargeType: String
|
702
710
|
# @param ResourceConfigInfo: 资源配置
|
703
711
|
# @type ResourceConfigInfo: :class:`Tencentcloud::Tione.v20211111.models.ResourceConfigInfo`
|
@@ -709,7 +717,7 @@ module TencentCloud
|
|
709
717
|
# @type JobType: Integer
|
710
718
|
# @param CronInfo: 任务周期描述
|
711
719
|
# @type CronInfo: :class:`Tencentcloud::Tione.v20211111.models.CronInfo`
|
712
|
-
# @param ResourceGroupId:
|
720
|
+
# @param ResourceGroupId: 包年包月资源组ID
|
713
721
|
# @type ResourceGroupId: String
|
714
722
|
# @param Tags: 标签配置
|
715
723
|
# @type Tags: Array
|
@@ -2540,7 +2548,7 @@ module TencentCloud
|
|
2540
2548
|
# Name(名称):task1
|
2541
2549
|
# Id(task ID):train-23091792777383936
|
2542
2550
|
# Status(状态):STARTING / RUNNING / STOPPING / STOPPED / FAILED / SUCCEED / SUBMIT_FAILED
|
2543
|
-
# ChargeType(计费类型):PREPAID
|
2551
|
+
# ChargeType(计费类型):PREPAID 包年包月 / POSTPAID_BY_HOUR 按量计费
|
2544
2552
|
# CHARGE_STATUS(计费状态):NOT_BILLING(未开始计费)/ BILLING(计费中)/ ARREARS_STOP(欠费停止)
|
2545
2553
|
# @type Filters: Array
|
2546
2554
|
# @param TagFilters: 标签过滤器,eg:[{ "TagKey": "TagKeyA", "TagValue": ["TagValueA"] }]
|
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.569
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-05-
|
11
|
+
date: 2023-05-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|