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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20211111/models.rb +18 -10
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f81f4d4f765ff7d879921070fa0c54b10cbf7351
4
- data.tar.gz: 87dfe7868e9cb3076b890164fe64a152d60c6aa8
3
+ metadata.gz: 6e61762af2d238c79ee92774066a145ba28b5dab
4
+ data.tar.gz: a6f8756eba40eb64629dcd976774a51ed5f33385
5
5
  SHA512:
6
- metadata.gz: 7837ebda3e498b33a70faa9751cd6172c716186b47cd195c141f6b41de50bf46872c92e5dbdd5c5a340660aba52e145ba3814928072620fc2c05615c9949b026
7
- data.tar.gz: 259f3e107fcdae7982a314b89b2bef2278cfd74085091e9f3f18df494843c0330ff261835fec5adcee7f08fa6483ae695670aa488372b051801d233badb07036
6
+ metadata.gz: 9f66a82c349571b11fd4ec378f1514df45092404d6de7da620636e5844982dda1dae87e1b4428daa995dd01e4a2607f2966a684d9b245be3b36c587c5e957cc2
7
+ data.tar.gz: 38f2e0d33e32a8ba6b2ee802eef6796f217bd35eabef11e18b4b92b9c0a6e946472d181c498b2ccf850eeaa8722151a216c38d97bed5370986f6b43080a68989
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.568
1
+ 3.0.569
@@ -158,10 +158,10 @@ module TencentCloud
158
158
  # @type Region: String
159
159
  # @param ChargeType: 计费模式
160
160
  # @type ChargeType: String
161
- # @param ResourceGroupId: 预付费专用资源组id
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预付费,即包年包月;POSTPAID_BY_HOUR按小时后付费
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(预付费)/ POSTPAID_BY_HOUR(后付费)
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.568
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-12 00:00:00.000000000 Z
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