tencentcloud-sdk-tione 3.0.1066 → 3.0.1068
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 +6 -2
- 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: 81d5a53d5d3f86fd5f254408415937aa80869e51
|
4
|
+
data.tar.gz: c5cc135fd627e8ad1f8cb93f8f26c4373269dd79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b1317b0d79692e84ef3331adf45aea19392e2018f74483e450982a750494048ede39ea1e588a568be892ed915aebf9a0d19fa7eff8bf4301a7618a8841d07a5b
|
7
|
+
data.tar.gz: 8e10f61d3a15f46a969bf8f6a70ae9f319d9f06f60e88b612e627bf1b4e0b9c5992cd15f94d9594882e297b089c260e3c4ea620590f2196e67de7d46507161e6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1068
|
data/lib/v20211111/models.rb
CHANGED
@@ -8481,10 +8481,12 @@ module TencentCloud
|
|
8481
8481
|
# @param SubUinName: 任务创建者名称
|
8482
8482
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8483
8483
|
# @type SubUinName: String
|
8484
|
+
# @param AppId: 任务AppId
|
8485
|
+
# @type AppId: String
|
8484
8486
|
|
8485
|
-
attr_accessor :Id, :Name, :FrameworkName, :FrameworkVersion, :FrameworkEnvironment, :ChargeType, :ChargeStatus, :ResourceGroupId, :ResourceConfigInfos, :TrainingMode, :Status, :RuntimeInSeconds, :CreateTime, :StartTime, :EndTime, :Output, :FailureReason, :UpdateTime, :BillingInfo, :ResourceGroupName, :ImageInfo, :Message, :Tags, :CallbackUrl, :SubUin, :SubUinName
|
8487
|
+
attr_accessor :Id, :Name, :FrameworkName, :FrameworkVersion, :FrameworkEnvironment, :ChargeType, :ChargeStatus, :ResourceGroupId, :ResourceConfigInfos, :TrainingMode, :Status, :RuntimeInSeconds, :CreateTime, :StartTime, :EndTime, :Output, :FailureReason, :UpdateTime, :BillingInfo, :ResourceGroupName, :ImageInfo, :Message, :Tags, :CallbackUrl, :SubUin, :SubUinName, :AppId
|
8486
8488
|
|
8487
|
-
def initialize(id=nil, name=nil, frameworkname=nil, frameworkversion=nil, frameworkenvironment=nil, chargetype=nil, chargestatus=nil, resourcegroupid=nil, resourceconfiginfos=nil, trainingmode=nil, status=nil, runtimeinseconds=nil, createtime=nil, starttime=nil, endtime=nil, output=nil, failurereason=nil, updatetime=nil, billinginfo=nil, resourcegroupname=nil, imageinfo=nil, message=nil, tags=nil, callbackurl=nil, subuin=nil, subuinname=nil)
|
8489
|
+
def initialize(id=nil, name=nil, frameworkname=nil, frameworkversion=nil, frameworkenvironment=nil, chargetype=nil, chargestatus=nil, resourcegroupid=nil, resourceconfiginfos=nil, trainingmode=nil, status=nil, runtimeinseconds=nil, createtime=nil, starttime=nil, endtime=nil, output=nil, failurereason=nil, updatetime=nil, billinginfo=nil, resourcegroupname=nil, imageinfo=nil, message=nil, tags=nil, callbackurl=nil, subuin=nil, subuinname=nil, appid=nil)
|
8488
8490
|
@Id = id
|
8489
8491
|
@Name = name
|
8490
8492
|
@FrameworkName = frameworkname
|
@@ -8511,6 +8513,7 @@ module TencentCloud
|
|
8511
8513
|
@CallbackUrl = callbackurl
|
8512
8514
|
@SubUin = subuin
|
8513
8515
|
@SubUinName = subuinname
|
8516
|
+
@AppId = appid
|
8514
8517
|
end
|
8515
8518
|
|
8516
8519
|
def deserialize(params)
|
@@ -8560,6 +8563,7 @@ module TencentCloud
|
|
8560
8563
|
@CallbackUrl = params['CallbackUrl']
|
8561
8564
|
@SubUin = params['SubUin']
|
8562
8565
|
@SubUinName = params['SubUinName']
|
8566
|
+
@AppId = params['AppId']
|
8563
8567
|
end
|
8564
8568
|
end
|
8565
8569
|
|
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.1068
|
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-05-
|
11
|
+
date: 2025-05-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|